Create procedure TreeCapitator

Started by Kriakys on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Feb 2022
Points:
465

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Create procedure TreeCapitator

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

Active 2 years ago
Joined Apr 2021
Points:
645

User statistics:

  • Modifications: 1
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 76
Well you can use the…
Sat, 02/26/2022 - 13:27

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