Started by
gizzy15gazza
on
Topic category: Help with Minecraft modding (Java Edition)
Okay, so I'm currently making an armour set and I require some assistance.I want the boots to replace the block beneath it with something else (like Glass Boots that replace Grass with Glass) but I can't seem to figure it out. Anyone got an answer?
actually nvm i think i figured it out
To those who also wonder, Go to Boot Ticks Event, Add Block, Change the Event Parameters to blockAt[i, j, k] == Blocks.AIR, then put -1 on j so it's j-1, and finally add your block.When you jump, it creates the block in mid-air and it also does this on ground. I recommend you have speed with it.
that's very helpful but not part of my own coding situation. I really need help ^^;
I'm trying to replace all of a certain block with another block but I cant figure out how to make that work.