Added Dilithium Ore and assigned crystals. Added some Book pages as a test (need to be fixed before next release).

Removed deprecated stuff.
Removed 2016, Added 2017.
This commit is contained in:
Robert Sosnitzka
2017-01-01 21:39:02 +01:00
parent 6b1a9d4b27
commit 18bd88e7f9
60 changed files with 370 additions and 106 deletions

View File

@@ -37,6 +37,7 @@ public class ClientProxy extends CommonProxy {
private static void registerItemModel(Item item) {
Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(item.getRegistryName(), "inventory"));
}
@Override