Started by
Kriakys
on
Topic category: Help with Minecraft modding (Java Edition)
I want to create a TreeCapitator for certain axes in my mod, while it's difficult to create something, I just found on the Internet how someone made a 3x3x1 pickaxe. I hope you really understand, and if you succeed, you can upload the zip file
Well you can use the procedure of
break block and drop item x y z
Jusy set the xyz like x y.4 z that Will destroy block above the Block that you mined and drop it with the
Break block and drop item xyz done thats a simple treeCapitator
There are more complex ones but this is the most simple one