How do I make a motion sensor block?

Started by Polar404 on

Topic category: Help with modding (Java Edition)

Last seen on 23:21, 23. Mar 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a motion sensor block?

I would like to know how to make a block that detects the movement of any entity that passes in front of its front facet (imagine the same as the observer's face), as a consequence, emitting redstone energy to its back facet (imagine the same as the observer's back , which emit energy when they notice a block change).

Last seen on 23:48, 26. Apr 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmm that might be a littleā€¦
Tue, 03/19/2024 - 12:18

Hmm that might be a little hard, what you could do is to Directional blocks to check in what direction the block is facing and then getting the offset X, Y & Z cords and then using any of the entity blocks using square cube checks like the "Does entity exist at" and setting the size to 1 and the location to the directional offset. 

Last seen on 23:21, 23. Mar 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I might be a little confusedā€¦
Sat, 03/23/2024 - 20:08

I might be a little confused about how to do these things you just told me lol