Steveplays28 / biomefog

Minecraft Fabric mod that adds unique fog to a bunch of biomes!
https://www.curseforge.com/minecraft/mc-mods/biome-fog
Other
1 stars 4 forks source link

Disable fog modification in superflat worlds #11

Closed Felix14-v2 closed 1 year ago

Felix14-v2 commented 1 year ago

In most cases superflat worlds are used as a creative testing ground, especially redstone-ready preset. And it is almost unusable with Biome Fog mod: image 16 chunks, btw

Currently I'm using Sodium Extra to disable the fog, but it is a bit inconvenient since you have to switch it each time after changing the world you are playing in. Maybe add a setting for this?

Steveplays28 commented 1 year ago

Hadn't considered superflat worlds! I'll see if I can add a toggle per world (and a command to toggle so you don't have to change the config file manually).

Felix14-v2 commented 1 year ago

Yea, a world blacklisting function would be a good solution

Steveplays28 commented 1 year ago

I've added world blacklisting commands in the latest release, v1.1.0! It's saved to /config/biome_fog/biome_fog_blacklisted_worlds.json.

Have fun!