Is there a procedure block that just powers a block with redstone?

Started by Homckach on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a procedure block that just powers a block with redstone?

Im making a mod and i want to add a wireless redstone emitter. You set coordinates with shift + right click, then with right click it activates the block with redstone. Is there a way to power a block at x y z with procedure? If not, how can i make it power blocks?

Redstone power is property,…
Sun, 03/02/2025 - 15:11

Redstone power is property, so you need to use procedure data provider to define the amount of power radiated

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is "procedure data…
Mon, 03/03/2025 - 18:18

What is "procedure data provider"?

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does this has to do…
Mon, 03/03/2025 - 18:21

Does this has to do something with integer property blocks?