Started by
RoyalQuack
on
Topic category: Help with Minecraft modding (Java Edition)
Hey! So I want to make a armor set that when standing on redstone while wearing the redstone boots, the redstone underneath activates.
Is there anyway to do that properly?
When you hit f3 and look at redstone there is an integer property for it's power level, what you can do is check the block below the player or the block they are standing on and use the block procedure set integer property {name of the power property} to 15 which is max for redstone, hope this helps.
This sounds perfect for what i need to do! Do U have an image i can use for refrence?