MCDTeam / Immersion

The Immersion Mod's Repository
2 stars 0 forks source link

Seperation of the Feature System #17

Open bcwadsworth opened 9 years ago

bcwadsworth commented 9 years ago

Within our mod, we contain a powerfull API called the feature system. We ought to seperate it so that we can use it seperately and offer it to the general public.

realshaunoneill commented 9 years ago

Would that not just mean using something like IMC to register features? Because as far as I can think, can't people already make their on features and register them?

bcwadsworth commented 9 years ago

I dont belive imc comes early enough in the loading cycle to be used (We have to pre-init configs, blocks, and items so they are available. More likely it would mean a searcher for an implementation of some interface, which would allow us to pass the mods the feature loader even if we are loaded before them