Started by
gowno
on
Topic category: Help with MCreator software
Block A has custom nbt number entity tag by default its set to 5. When you put copper block next to the block A, the nbt tag would go up to 10. Another copper block next to block A would make the nbt tag go to 15. The 15 number would me the maximum and it would be impossible to go any further. When removing all of the copper blocks the nbt tag would go back to 0.
Here's the Procedure that I think will work (From Top to Bottom):
Go to the Trigger Tab for Your Custom Block (Block A), Put Your Procedure in "When Neighbour Block Changes" so that it only check if there's a new block being Placed right next to it.
Don't forget to Enable Block Entity for Your Block, otherwise it won't be able to read the NBT in the Procedure.
Hope this Helps!
Thank you so much i didnt know someone would help me!!