Fixes #53, fixed some render things

This commit is contained in:
modmuss50 2015-06-26 13:35:07 +01:00
parent 5fc5aa1e05
commit 15c3608c6e
4 changed files with 24 additions and 12 deletions

View file

@ -27,11 +27,5 @@ public class ModParts {
ModPartRegistry.masterProvider = provider;
}
}
for (int i = 0; i < 13; i++) {
Item stack = ModPartRegistry.itemParts.get("Cable." + i);
if(stack != null){
stackCable.put(i, new ItemStack(stack));
}
}
}
}