How can I make a block that activates nearby redstone-related blocks for a moment without conncecting to them directly?

Started by GIBBI on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make a block that activates nearby redstone-related blocks for a moment without conncecting to them directly?

Kind of like an energy source that emits a burst of energy around it changing the redstone related tags of nearby blocks.

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
like when it gets placed?
Sat, 12/31/2022 - 18:51

like when it gets placed?

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you want to do that,…
Tue, 01/17/2023 - 17:30

if you want to do that, simply make a second block, with a different texture (the second texture is optional), make B2 drop B1, and make B1 emmit redstone energy in "advanced propertys" but NOT B2, then make a procedure on B1 triggered with "on block added" and say this: Event trigger - triggered by external call     or when (global trigger): triggered by external call place [B2] at {x} {y} {z}