#[1.20.1] Copper Minable with wood
12 messages · Page 1 of 1 (latest)
I believe you have to add the copper ore to the "requires_wooden_tool" Tag
theres is no such tag
nor, needs_wooden_tool
that’s what I’m stuck on, is there anyway to remove it from the needs_stone_tool tag
iirc not without mixins
-# or you use the (i think) 2 mods which allow you to make tag blacklists
I do believe that's 1.21
TLDR; for future generations who need to solve this problem. I created a separate tool tier, made it copy the wooden mining level, and added copper to it. then i replaced the ToolMaterial of wood to my custom tool tier
I love mixins...
on a related note, this could be used to make an enchant upgrading harvest level
can I have the code?
orrrrr, couldn't you copy the requires tool of whichever copper is normaly in, and overrite it without those inside?