#(yriokiri) hide item stats

25 messages · Page 1 of 1 (latest)

trim jungle
#

Hi i wanted to know if there is a possibility to hide vanilla item stats in an item script container. i know that i can use the hide mechanic but wanted to know if there is the possibility directly when crating the custom item

final nimbusBOT
#

(yriokiri) hide item stats

final nimbusBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

verbal bramble
#

!mechanism itemtag.hide

split snowBOT
# verbal bramble !mechanism itemtag.hide

Sets the item's list of data types to hide.
Valid hide types include: ATTRIBUTES, DESTROYS, ENCHANTS, PLACED_ON, ITEM_DATA, UNBREAKABLE, DYE, or ALL.
ITEM_DATA hides potion effects, banner patterns, etc.
Use "ALL" to automatically hide all hideable item data.

Object

ItemTag

Input

ListTag

Tags

<ItemTag.hides> Returns a list of item data types to be hidden from view on this item. Valid hide ...

verbal bramble
#

yes

trim jungle
#

no that i know but i wanted to know if there was an option directly in the item container not in script.

#

just to know all the possibilities nothing more

verbal bramble
#

that is what you would use

#
fancy_stick:
  type: item
  material: stick
  mechanisms:
    hides: all```
#

er

#

an option directly in the item container not in script.
this doesn't make sense - the item container is a script, if i misunderstood your question twice?

trim jungle
#

ohh sorry didn't understood well that part then.

verbal bramble
#

no worries

#

do you have an example if that's not what you meant?

trim jungle
#

nono is correct. didn't understood the mechanisms well

verbal bramble
#

ooo okie

trim jungle
#

thx again 😄