RoBrit / Moo-Fluids

Mod for Minecraft that dynamically generates 'milkable' cows for various fluids
GNU General Public License v3.0
16 stars 18 forks source link

Clean up config file, implements a fluid blacklist #79

Closed Tora-B closed 6 years ago

Tora-B commented 6 years ago

I've rearranged the config file to separate global settings from the settings for individual cows, because before the global settings would get mixed in the middle of all the cows due to how forge sorts config files. This also implements code to migrate from the old format to the new.

I've also implemented a fluid blacklist at the request of someone on Discord. It overrides the individual spawn setting for a fluid, and accepts partial matches against the internal name, unlocalized named, and localized name of the fluid.