#struggling to change tool required to mine an ore
9 messages · Page 1 of 1 (latest)
is that your entire code?
no sir this is
// priority: 0
// Block tags
ServerEvents.tags('block', event => {
event.get('minecraft:needs_stone_tool')
.remove('create:zinc_ore')
})
i recycled it from another modpack
when using this version it works fine event.get('minecraft:needs_stone_tool')
.remove('minecraft:copper_ore')