Fixes #53, fixed some render things
This commit is contained in:
parent
5fc5aa1e05
commit
15c3608c6e
4 changed files with 24 additions and 12 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue