#Modifying copper ore tag

9 messages · Page 1 of 1 (latest)

royal shore
#

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.

dreamy riverBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

oak crater
#

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

royal shore
#

Just changing the hardness and resistance and stuff like that

green flume
#

no needed block modification, just remove the tag

    event.remove('minecraft:needs_stone_tool', 'minecraft:copper_ore')
})```
royal shore
#

Would that make it so that a wooden pickaxe can mine it?

green flume
#

yes

royal shore
#

Okay, I'll try it out later