Started by
ErnBEY
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, please help urgently: How can I record the NBT of mobs? It saves for players but not for mobs, here is the screenshot
Topic category: Help with Minecraft modding (Java Edition)
Hello, please help urgently: How can I record the NBT of mobs? It saves for players but not for mobs, here is the screenshot
I highly suggest you use global variables instead of NBT tags, NBT tags are very finicky and are kind of unreliable. I also suggest you don't put such a tremendous number in the add potion for __ ticks block, that will surely cause problems.
These are nbt commands that work when hit, but when you right click on the block, it should save it, right click and teleport it to the block we clicked on, but it doesn't do it.
I used the tp command from execute, but it didn't work.