Started by
The_Latin_Loser
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a mod that has custom golems, in my idea you stack blocks and right click them with an item. i'm having trouble figuring out how to accomplish that, anyone have any suggestions? i'd really appreciate it
Make the blocks delete the blocks by placing air and spawn the mob at that coordinate?
how do i do that tho?
All of the blocks for the golem need to have On Right Clicked.
Inside on right clicked, add an if statement checking which item is in the player's main hand. If they have the correct item, make the blocks check all blocks beside them and above them where the other blocks should be. Make it set a custom logic variable to true for every block that should be around that block. If every right block is around it, make it delete all those blocks by spawning air at all those coordinates and spawn the golem at the same coordinate.
I do not understand the part where i have to make the blocks. Can you PLEASE show a screenshot if you made a Procedure like that?