Jezza / OmnisCore

A Java library built on MinecraftForge to provide an API for easy implementation of Minecraft mods.
GNU Lesser General Public License v2.1
4 stars 2 forks source link

Todo List #5

Closed Jezza closed 9 years ago

Jezza commented 9 years ago

The problem I have with the name is that ConfigData is the master class.
It handles all the config crap per mod. EG,

But as the names imply, ConfigContainer could be the master class.

This just makes sense, but ConfigData also makes sense.
(FYI, the top one is currently how it all works. ConfigData is the root. The master class for config data.) Just that sentence in itself made it seem more fitting.
ConfigData CONTAINS all the config data, while the ConfigContainer, just seems to hold the data for further processing. Which is exactly how it works, so for the time being, I'm keeping it this way.

I'll edit this as I think of more things...

Jezza commented 9 years ago

Now have a much larger list on my phone, and I doubt I'll edit this to reflect all my hopes and dreams, so I'm just closing this.