OHakimen / MorePeripherals

Adds new peripherals for CC:Tweaked
MIT License
8 stars 2 forks source link

Non-diamond mining turtles can't mine any blocks #19

Closed kreezxil closed 1 year ago

kreezxil commented 1 year ago

I originally reported it to cc:tweaked at https://github.com/cc-tweaked/CC-Tweaked/issues/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

latest.log

OHakimen commented 1 year ago

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

OHakimen commented 1 year ago

basically i set a tag on the lower tier tools image that results in the described problem

OHakimen commented 1 year ago

I think is a better solution for you to put it as a breakable by any