G
Goetheus
Hi everybody!
I know how to obtain an ID from an item or item type, but how can I get the name of an item from its ID?
stone => 1 => set {_id} to ids of item
1 => stone => ?
Thank you very much!
EDIT:
{_item} is 1
I found "set {_itemname} to ("%{_item}%" parsed as item)"
{_itemname} returns "stone"
But, if {_item} is 35, it returns "white_wool_block" and not "wool"...
For 5, I get "normal wood plank" and not "plank" :/
I know how to obtain an ID from an item or item type, but how can I get the name of an item from its ID?
stone => 1 => set {_id} to ids of item
1 => stone => ?
Thank you very much!
EDIT:
{_item} is 1
I found "set {_itemname} to ("%{_item}%" parsed as item)"
{_itemname} returns "stone"
But, if {_item} is 35, it returns "white_wool_block" and not "wool"...
For 5, I get "normal wood plank" and not "plank" :/
Last edited by a moderator: