Started by
BlazingGreenFire
on
Topic category: Help with Minecraft modding (Java Edition)
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
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
basically you got 2 options
Ok tysm
Sorry to ask again, but there are no "when" or "if" blocks or anything like that in the AI goals section
it is a procedure not an AI
Oh wait I understand now lol thanks
@RexCurv Could you show an image of the procedure if you can
How do you make it destroy copper buttons tho? Sorry if i sound like a noob, i only recently started using Mcreator