Started by
GIBBI
on
Topic category: Help with Minecraft modding (Java Edition)
Kind of like an energy source that emits a burst of energy around it changing the redstone related tags of nearby blocks.
Topic category: Help with Minecraft modding (Java Edition)
Kind of like an energy source that emits a burst of energy around it changing the redstone related tags of nearby blocks.
like when it gets placed?
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}