Flaxbeard / ImmersivePetroleum

Oil and oil processing for Immersive Engineering
https://minecraft.curseforge.com/projects/immersive-petroleum
56 stars 61 forks source link

[1.12.2] Dimension Whitelist Not Applying #159

Closed Crazydude323 closed 4 years ago

Crazydude323 commented 4 years ago

Trying to get reservoirs to only spawn in the overworld, config like so:

List of reservoir types. Format: name, fluid_name, min_mb_fluid, max_mb_fluid, mb_per_tick_replenish, weight, [dim_blacklist], [dim_whitelist], [biome_dict_blacklist], [biome_dict_whitelist]

    S:reservoirs <
        aquifer, water, 5000000, 10000000, 6, 30, [], [0], [], []
        oil, oil, 2500000, 15000000, 6, 40, [], [0], [], []
        lava, lava, 250000, 1000000, 0, 30, [], [0], [], []
     >

And yet, oil reservoirs continue to spawn in The Midnight dimension.

Crazydude323 commented 4 years ago

Found the issue, it was with another mod! It has been fixed.