
Non-diamond mining turtles can't mine any blocks
kreezxil opened this issue ยท 3 comments
I originally reported it to cc:tweaked at cc-tweaked/CC-Tweaked#1464
Minecraft Version
1.19.x
Version
1.8.2
Details
Turtles can't mine a block that has no registered tool. altho the block can be easily mined by players with an empty hand or anything in their hand. It's my block The Kabbalah Block https://www.curseforge.com/minecraft/mc-mods/the-kabbalah-block
hello!, this issue occours because of 2 things, first your block isn't on the tags that can be mined by turtles (a.k.a computercraft:turtle_always_breakable), and second thing is that the default mining turtle (diamond turtle) doesn't have tags to indicate what it can mine (it just mine whatever isn't unbreakable), the other tiered tools doesn't break the same stuff as a diamond or netherite one
A stone pick doesn't break obsidian
i could fix-it by adding your specific block into the tags, you could add a tag for it to be breakable by any turtle at all or set your block to a pickaxe tier