Started by
prozenitsu
on
Topic category: Help with Minecraft modding (Java Edition)
Im creating a food mod, i make a custom tools call knife , whenever knife break grass , it drop fibre , but how to do it on procedure
Here a image i try
no your oversimplifying it, on your items trigger Block is broken
if block at x y z = grass
do spawn gem: Fibre at x y z
WOW u a moderator congrats , but i want is the knife must break the grass and its drop fibre
Where is the procedure call block at x y z is ---
Thank you :)! and if you want the knife to drop it then Block is broken
if block at x y z = GRASS AND item in main hand of event target entity = KNIFE
do spawn gem
you can find it on block data
Thanks i try see first
hmm it did not drop
wht is the trigger
Block is broke
broken*
ok i try
the tool trigger or global trigger
global or tool, doesn't matter. however if you use the tool one you don't need the item in main hand of event target entity thing
but i try it did not drop
could I see ur procedure?