Try and fix cable inv rendering
This commit is contained in:
parent
624d8fb93a
commit
e0f63fd0c5
3 changed files with 62 additions and 1 deletions
|
@ -215,7 +215,7 @@ public class ModBlocks {
|
|||
GameRegistry.registerTileEntity(TileCable.class, "TileCableTR");
|
||||
Core.proxy.registerCustomBlockStateLocation(CABLE, "cable");
|
||||
for (EnumCableType cableType : EnumCableType.values()) {
|
||||
Core.proxy.registerSubBlockInventoryLocation(CABLE, cableType.ordinal(), "techreborn:cable", "inventory");//"type=" + cableType.getName().toLowerCase());
|
||||
Core.proxy.registerSubBlockInventoryLocation(CABLE, cableType.ordinal(), "techreborn:cable", "type=inv_" + cableType.getName().toLowerCase());
|
||||
}
|
||||
|
||||
MACHINE_CASINGS = new BlockMachineCasing(Material.ROCK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue