Overhauled loot generation

Dimensional dungeon loot chests are now registered with Forge. Other
mods can tap into our chests and our own generation is cleaner. The list
of items in our chests is generated in DDLoot.
This commit is contained in:
SenseiKiwi
2013-06-14 15:22:22 -04:00
parent 6fb05c9be5
commit b1130d0cc6
4 changed files with 150 additions and 30 deletions

View File

@@ -395,6 +395,9 @@ public class mod_pocketDim
proxy.loadTextures();
proxy.registerRenderers();
//Register loot chests
DDLoot.registerInfo();
}