Is there any way to make A Mob press buttons?

Started by Ultrax_Droidx on

Topic category: Help with modding (Java Edition)

Last seen on 17:12, 30. Jun 2023
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there any way to make A Mob press buttons?
Thu, 10/28/2021 - 17:29 (edited)

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
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
multiple forums have been …
Thu, 10/28/2021 - 17:33

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)

Last seen on 07:36, 8. Jun 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Code.
Thu, 10/28/2021 - 18:24

Code.

Last seen on 17:12, 30. Jun 2023
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't find the " emit…
Thu, 10/28/2021 - 21:31

I can't find the " emit redstone signal to ALL THE sidez"

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
idk if it's a block but…
Thu, 10/28/2021 - 21:44

idk if it's a block but there should be a procedure block to emit redstone signal

do Code basically

Last seen on 00:18, 5. Mar 2023
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
could you include an image…
Wed, 03/16/2022 - 00:46

could you include an image of the procedure