You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Item ids works fine but sometimes it's got messed up with other numbers like amount of items moved in chest.
/ha search f:DIAMOND_ORE - doesn't work at all
/ha search f:56 - works but got messed up with other numbers
The text was updated successfully, but these errors were encountered:
I'll most likely have to define a new parameter for items considering all the f: parameter does is define a string to search for inside the database. Since the data is serialized, it's pretty hard to get around using filters.
With the new inventory serializer, all you need to do to define the name of the itemstack (Custom name, not vanilla) is use f:n{name}.
I'd recommend just using /he search p:bob7l a:block-place,block-break f:56 - so you get a more defined search rather then having the database return the numbers within other datatypes (Such as sign text).
Item ids works fine but sometimes it's got messed up with other numbers like amount of items moved in chest.
/ha search f:DIAMOND_ORE - doesn't work at all
/ha search f:56 - works but got messed up with other numbers
The text was updated successfully, but these errors were encountered: