Started by
LtHans
on
Topic category: Help with MCreator software
hello i am trying to make a custom hoe that when you harvest wheat it has a 70% chance to turn into bread but idk how to make that procedure can someone help me with that?
hi, try this :
When a block is destroyed by the tool
If random [0,1) > 0.7
set an item "bread" at x y z