Block Replacement

Started by gizzy15gazza on

Topic category: Help with modding (Java Edition)

Last seen on 10:09, 24. Dec 2020
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block Replacement

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?

Last seen on 10:09, 24. Dec 2020
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
actually nvm i think i
Sun, 02/26/2017 - 09:08

actually nvm i think i figured it out

Last seen on 10:09, 24. Dec 2020
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To those who also wonder, Go
Sun, 02/26/2017 - 09:23

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.

Last seen on 04:54, 18. Sep 2017
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that's very helpful but not
Sat, 06/03/2017 - 21:44

that's very helpful but not part of my own coding situation. I really need help ^^;

Last seen on 00:30, 16. Oct 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm trying to replace all of…
Tue, 03/31/2020 - 14:41

I'm trying to replace all of a certain block with another block but I cant figure out how to make that work.