#Change item name or id
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Hi, is there a way to change item name luckily with id? I mean if for example i have something from for example Botania "botania:pure_daisy" i want to call it Green Tree with id "test:green_tree". Is this possible at all or at least change displayed name with resourcepack?
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
in client scripts:
ClientEvents.lang("en_us", event => {
event.renameItem("botania:pure_daisy", "Green Tree")
})