Started by
Homckach
on
Topic category: Help with Minecraft modding (Java Edition)
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, so you need to use procedure data provider to define the amount of power radiated
What is "procedure data provider"?
Does this has to do something with integer property blocks?