redstone armor

Started by RoyalQuack on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
redstone armor

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?

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When you hit f3 and look at…
Wed, 03/05/2025 - 21:35

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.

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This sounds perfect for what…
Wed, 03/05/2025 - 21:47

This sounds perfect for what i need to do! Do U have an image i can use for refrence?