Get entities to interact with buttons etc

Started by BlazingGreenFire on

Topic category: Help with modding (Java Edition)

Last seen on 12:24, 19. Mar 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Get entities to interact with buttons etc

Hellooo! So I am making a mod which is going quite well by the way, which adds all the scrapped minecraft updates/mobs that lost a vote or something. Now I am doing the copper golem and I can't seem to figure out how to make it interact with my custom copper button (or any buttons at all) because there are no AI behaviour blocks that let the mob interact with a button or etc, any help would be appreciated :D

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1. coding 2. make it destroy…
Mon, 10/18/2021 - 20:05

1. coding

2. make it destroy Copper buttons/Then when block destroyed if block at x y z = copper button AND event target entity is type Copper Golem

do emit redstone

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
basically you got 2 options
Mon, 10/18/2021 - 20:05

basically you got 2 options

Last seen on 12:24, 19. Mar 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok tysm
Tue, 10/19/2021 - 07:29

Ok tysm

Last seen on 12:24, 19. Mar 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry to ask again, but…
Tue, 10/19/2021 - 07:40

Sorry to ask again, but there are no "when" or "if" blocks or anything like that in the AI goals section

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it is a procedure not an AI
Tue, 10/19/2021 - 16:17

it is a procedure not an AI

Last seen on 12:24, 19. Mar 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh wait I understand now lol…
Tue, 10/19/2021 - 17:43

Oh wait I understand now lol thanks

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@RexCurv Could you show an…
Wed, 03/16/2022 - 00:06

@RexCurv Could you show an image of the procedure if you can

Last seen on 10:37, 19. Apr 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you make it destroy…
Sat, 04/16/2022 - 10:49

How do you make it destroy copper buttons tho? Sorry if i sound like a noob, i only recently started using Mcreator