Started by
Ultrax_Droidx
on
Topic category: Help with Minecraft modding (Java Edition)
Im making a copper golem mod, Is there any Way to make him to press buttons? Thanks.
Edited by Ultrax_Droidx on Thu, 10/28/2021 - 17:29
Topic category: Help with Minecraft modding (Java Edition)
Im making a copper golem mod, Is there any Way to make him to press buttons? Thanks.
multiple forums have been "answered" before this, so you might want to check them out, but basically you got 2 solutions
1. Code (Advanced)
2. Make it destroy copper Buttons, then on Block is destroy Trigger
if event target entity is type: COPPER_GOLEM
do replace block at X Y Z with COPPER_BUTTON
(then emit redstone signal to all sides)
Code.
I can't find the " emit redstone signal to ALL THE sidez"
idk if it's a block but there should be a procedure block to emit redstone signal
do Code basically
could you include an image of the procedure