Started by
Rattiwrapper
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a copper golem in my minecraft mod, like from the minecraft mob vote, and I want to make the golem press copper buttons in front of it, but I don't know how to, I thought maybe it could just be a block with a custom model that looks like a button, and it could maybe change it to a new block with a different model, for the pressed version, but I don't know what I could do to make that happen.
you could try so the golem Destroys Copper Buttons, then you replace the button with a charged one, then after 3-4 secs you replace it with normal button
What procedures would I use tho?
well make one :p just use replace blocks and on ai make it destroy buttons
Hello, can you please give me the procedure?
I thought that it could work like this: in the golem procedure, the block around the golem is checked and if it is a button, then it changes to the pressed one, which emits a signal and then back