Started by
11x11@a
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a station system with variables but there is no procedure to create a variable. how do I do (I translated this)
(I tested the nbt is it not working)
you have to manually create variables i think
Place an unbreakable custom block with tile entity at 125 -64 -125 (or some other coordinates at Y -64) when the world is loaded.
you can then reference any nbt tag of that block like it was a variable.
ok thank you