About a few days ago I started on a Neo-Forge 1.21.1 vanilla+ modpack and I started on the progression. I added copper tools using KubeJS to replace stone and am now trying to modify copper ore to be mineable with a wooden pick. I looked at the wiki and went to the block modification tab but couldn't find anything to add the tag.
#Modifying copper ore tag
9 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
on an iron blokc i found these tags
'#minecraft:needs_stone_tool'
'#minecraft:incorrect_for_wooden_tool'
'#minecraft:mineable/pickaxe'
i think you could use these
Yeah, I know those are the tags I need to use but the block modification tab in the wiki doesn't say anything about adding a tag to an existing block.
Just changing the hardness and resistance and stuff like that
no needed block modification, just remove the tag
event.remove('minecraft:needs_stone_tool', 'minecraft:copper_ore')
})```
Would that make it so that a wooden pickaxe can mine it?
yes
Okay, I'll try it out later