Flaxbeard / ImmersivePetroleum

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

[MC: 1.12.2][IP: 1.1.9] How to control oil worldgen #173

Open Zelow79 opened 4 years ago

Zelow79 commented 4 years ago

My issue is hopefully a simple one to fix and I just cant find where it needs to be applied. I am playing on the ATM3 pack and I am going through the config file for ImmersivePetroleum and I cannot find an option for oil worldgen white/blacklist. If possible I would really like it if oil only spawned in the overworld so my flat world dimensions (RF Dimensions) don't have these all over.

TwistedGate commented 4 years ago

See https://github.com/Flaxbeard/ImmersivePetroleum/wiki/Tips-for-Modpack-Developers#fluid-reservoirs Moved to https://github.com/Flaxbeard/ImmersivePetroleum/wiki/%5B1.12.2-And-Older%5D-Modpack-Developers#fluid-reservoirs

Zelow79 commented 4 years ago

See https://github.com/Flaxbeard/ImmersivePetroleum/wiki/Tips-for-Modpack-Developers#fluid-reservoirs

Awesome, thank you. This is exactly what I was looking for.

Zelow79 commented 4 years ago

Maybe I am doing something wrong here, but I set up the config and I am still getting oil in RFtools dimensions when I thought I whitelisted the overworld. I will paste my config options here.

    # 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], [], []
     >

If needed I can supply a pastbin of the full config file too. This is the config I am hosting on my server.