Modular Router compat with Bedrock Ores
Raidobw2 opened this issue ยท 2 comments
Describe the feature
Bedrock Ores https://www.curseforge.com/minecraft/mc-mods/dadobug1111s-bedrock-ores-forge is a mod that adds infinite ores to the game.
Currently, the breaker module from Modular Routers breaks the block. I would like to suggest allowing some tag or checking for that mod's tag so that bedrock ores (or if custom tag, any block), can be prevented from breaking and being replaced with air.
Reasons why it should be considered
Players should not be able to mine bedrock-like materials and this adds value to Modular Routers so it can be used to farm those ores instead of opening a path to the void
Additional details
Relayed from FTBTeam/FTB-Modpack-Issues#1062
Also reported to Bedrock Ores at dadobug1111/DadobugBedrockOres#10
If Modular Routers is able to break the block, then the block isn't unbreakable. Maybe Bedrock Ores is using some trickery to cancel a break, but the block needs to have a negative destroyTime
to be properly unbreakable (like vanilla Bedrock or Ender Portal blocks do). And it's clear that this fake bedrock doesn't have a negative destroyTime
.
I don't plan to make any changes to Modular Routers for this, sorry. This is on Bedrock Ores to fix. (Yes, I could add a kludge to MR, but that's the wrong way to do it. And any other mod with a block breaker would also have to adjust for this too. Bedrock Ores is the mod adding a block with weird behaviour; it's on it to play nice with other mods).