Mining Gadget bypassing Block Protection from Dimensional Dungeons
NielsPilgaard opened this issue ยท 3 comments
Blocks in the "Dimensional Dungeons" dimension are meant to be unbreakable, so the dungeon can't be cheesed. The Mining Gadget can however break blocks in there.
- mininggadgets-1.2.3
Weird pretty sure Iโm checking for hardness < 0 which is how bedrock works. Any idea what his mods using?
No idea, but I asked the author here: https://www.curseforge.com/minecraft/mc-mods/dimensional-dungeons/issues/3
Just found the repository: https://github.com/AllenSeitz/DimDungeons
The mining protection is created by overriding the canMineBlock
method of the dimension:
I've added a PR with a possible fix: #46