jaquadro / GardenCollection

A collection of garden-themed mods for Minecraft Forge.
MIT License
24 stars 12 forks source link

GardenContainers.patterns.cfg lives outside of the GardenStuff directory #39

Open Rukachan opened 8 years ago

Rukachan commented 8 years ago

I am unsure if this is intentional or not. My suggestion is to change GardenContainers.java at line 44 to

config = new ConfigManager(new File(event.getModConfigurationDirectory(), "GardenStuff/" + MOD_ID + ".cfg"));

Just like the other modules do it.