MCDTeam / Immersion

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

New Block registry + Crash Fix #5

Closed realshaunoneill closed 9 years ago

realshaunoneill commented 9 years ago

This changes how blocks are loaded. They are now loaded and created in core - yes that removes the modular part) but theres a good reason, if you have a world loaded with blocks/items with the feature enabled, then just disable the feature, all the blocks will disappear. With this, they wont disappear, but instead you can initialize crafting recipes etc in a feature.

This registry setup will allow pretty cool features soon. I have a few good ideas.

~There was a slight bug in ItemPartOre which caused a crash when the Search tab in the creative invintory is pressed - I commented it out for the time being.

bcwadsworth commented 9 years ago

I would like to work on this for a bit before merging. Closing pull request.

realshaunoneill commented 9 years ago

Ok, commit to the branch whenever. Let me know when your done :)