Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Zelow79 opened this issue Sep 3, 2020 · 3 comments
Open

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

Zelow79 opened this issue Sep 3, 2020 · 3 comments

Comments

@Zelow79
Copy link

Zelow79 commented Sep 3, 2020

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.

@Zelow79
Copy link
Author

Zelow79 commented Sep 5, 2020

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
Copy link
Author

Zelow79 commented Sep 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants