Inital cable rendering

This only took 2 hours :/
This commit is contained in:
modmuss50 2016-03-05 10:48:13 +00:00
parent 0b04bb8c69
commit e3c150c06e
7 changed files with 77 additions and 35 deletions

View file

@ -27,7 +27,7 @@ public class TechRebornParts implements ICompatModule {
@Override
public void init(FMLInitializationEvent event) {
MultipartRegistry.registerPart(CableMultipart.class, "techreborn:cablepart");
MultipartRegistry.registerPart(CableMultipart.class, "techreborn:cable");
cables = new ItemCables();
GameRegistry.registerItem(cables, "cables");
}