Get entities to interact with buttons etc

Started by BlazingGreenFire on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Oct 2021
Points:
564

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 38
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

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
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

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

basically you got 2 options

Active 3 years ago
Joined Oct 2021
Points:
564

User statistics:

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

Ok tysm

Active 3 years ago
Joined Oct 2021
Points:
564

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 38
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

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

it is a procedure not an AI

Active 3 years ago
Joined Oct 2021
Points:
564

User statistics:

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

Oh wait I understand now lol thanks

Active 1 year ago
Joined Nov 2021
Points:
518

User statistics:

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

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

Active 3 years ago
Joined Apr 2022
Points:
448

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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