Started by
Gyarakushi
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make a paxel (axe+pickaxe+shovel), but no matter what I do, I can't seem to get it to act as a pickaxe as well? It mines wood, dirt, sand, etc. normally but when I try to mine any material that requires a harvest level, it mines it slowly and doesn't drop anything (I put different harvest levels, nothing out of it). I even tried using the special tool preset, but it kept throwing errors at me. I'm not very experienced (only made origins datapacks, which isn't really helpful), so I might just be missing something. I'd appreciate any kind of help.
Edited by Gyarakushi on Fri, 11/12/2021 - 23:16
you can change the tool usage in the options
Hey, I'm so sorry for a late reply- Where are the options? I never noticed it
Okay, I found out [mostly a person in a support discord did - thank you danjo] why it didn't work.
So, for anyone having the same issue:
I am using the fabric plugin, mcreator ver 2021.2 and it's missing some things in the code of multitools (no idea if other tools miss them too). Right now, there's nothing setting the harvest level of the tool and/or the repair material [more things could be missing, I haven't gone through everything]. You'd need to custom code those in, before it gets patched.