Is it possible to have dynamic minecraft (item, block, etc.) names? Give user the ability to rename the item #2340
Answered
by
warjort
TheBosoYolo
asked this question in
Mod Dev Support
-
I know how to change the item's name, but it will allways look like net.blabla.blabla.uranium or net.blabla.blabla.mordirium or else. Is it possible to make 1 fit all size thing in the eu_us.json file (keep in mind that the name isnt limited(it's not like the user picks from 2 or 3 options)) |
Beta Was this translation helpful? Give feedback.
Answered by
warjort
Jun 19, 2022
Replies: 1 comment
-
Why doesn't an anvil do what you want? Or if you want to emulate it, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheBosoYolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why doesn't an anvil do what you want? Or if you want to emulate it,
ItemStack.setCustomName()
.