Custom NBTs

Started by Joghdae on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom NBTs

Hello, recently I tried to make some sort of "redstone" power thingie with blocks and I made so if one of the block that deliver power is touching another of his kind or the power source he changes a custom NBT to true and if that doesn¡t happens the NBT changes to false but I don't know if I can make custom NBTs. Could somebody awnser this question? Thanks.

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Edit "When redstone on"…
Wed, 08/09/2023 - 18:30

Edit "When redstone on" trigger, execute command on that trigger: /data modify block {X Y Z} {Option Name} set value 1b