Mob interact with redstone

Started by npcsacha on

Topic category: Help with modding (Java Edition)

Last seen on 01:24, 28. Apr 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mob interact with redstone

Hello,

I am creating my first animated entity and it is a living redstone torch.

I had been looking hours for an option to make it interact with redstone but didn't found it. 

So i have two questions :

  • Is it possible to make my mob activate the redstone in a specific radius around it (and how if you know) ?
  •  And is it possible to assign animations that i created to this action ? like an "redstone activation" animation 

Thank you in advance for your answers !

npcsacha

Last seen on 16:50, 27. Apr 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
well you could just make any…
Mon, 04/15/2024 - 06:02
  1. well you could just make any redstone thing turn on in a custom radius in the on entity tick update
  2. idk just like make a variable so that it would turn to 1 when the animation is set and 0 when it's not

 

Last seen on 01:24, 28. Apr 2024
Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your answer…
Mon, 04/15/2024 - 11:42

Thank you for your answer Minty ! 

I wanted to know more how to make the mob interact with the redstone (emit a redstone current around it) because I can't find a block that allows me to do that. I had looked for tutorial but nothing talk about mob that interact with redstone on Youtube or in the forum.