Ore Tweaker

Ore Tweaker

9M Downloads

[Bug] Deepslate Ore Counterpart Always Automatically Generates

Toastr125 opened this issue ยท 0 comments

commented
Minecraft Version

1.18.2

Forge Version

40.2.10

Mod Version

3.4.1

Describe the bug

From what I've seen, this mod appears to have a feature where it will automatically generate an ore's deepslate variant with the same rules as the normal ore but replacing blocks from the deepslate ore replaceables tag instead of whatever the filler is set to.
The problem is that, when doing so, it doesn't check if the filler for the normal ore as defined in the json is the stone ore replaceables tag. If someone were to want the ore to generate in something else, they may not necessarily want the deepslate ore to generate in the same fashion but replacing deepslate. In my case, I wanted to move the base ore to the end for the sake of better ore progression and not have the deepslate ore generate at all, but I ended up having to set it to whitelist all end biomes because I could not prevent the mod from generating a corresponding rule for the deepslate ore (which would end up generating it in the overworld without the whitelist, whereas the whitelist would normally not be required for this idea since end stone, which I set as the filler, does not exist in the overworld).

How to reproduce

Create an ore generation rule for an ore that has a deepslate counterpart
Set "fillers" to something other than "STONE_ORE_REPLACEABLES"