Started by
intensify14
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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)