Help With Blocks

Started by intensify14 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help With Blocks

I'm trying to change the keybind you use to place your custom blocks on each other, because holding shift and right clicking is really annoying. Can someone help please.

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I assume the custom blocks…
Wed, 04/29/2020 - 18:12

I assume the custom blocks involved have a GUI associated with them that opens on right click? Create a new Keybind element, then in it, build a procedure to set the block above the one you're targeting to the one that's in your hand. Something like this maybe (haven't tested, so I can guarantee nothing)