I made a custom ore block, but when i try breaking it in game with a diamond pickaxe the block takes ages to break and the item wont drop(yes ive made a loot table).
event.create('arc_deepslate_ore')
.textureAll('kubejs:block/arc_deepslate_ore')
.material('stone')
.hardness(4.5)
.tagBlock('minecraft:mineable/pickaxe')
.tagBlock('minecraft:needs_diamond_tool')
.requiresTool(true)
i guess it has something to do with the .tagBlock but cant figure out why it wont workd
