Mining Gadgets

Mining Gadgets

33M Downloads

Mining Gadget bypassing Block Protection from Dimensional Dungeons

NielsPilgaard opened this issue ยท 3 comments

commented

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
commented

Weird pretty sure Iโ€™m checking for hardness < 0 which is how bedrock works. Any idea what his mods using?

commented
commented

Just found the repository: https://github.com/AllenSeitz/DimDungeons

The mining protection is created by overriding the canMineBlock method of the dimension:

https://github.com/AllenSeitz/DimDungeons/blob/4feeb4e1286eff1fb5cb999b0b8f1285c01411a2/src/main/java/com/catastrophe573/dimdungeons/dimension/DungeonDimension.java#L65-L97

I've added a PR with a possible fix: #46