Inital cable rendering
This only took 2 hours :/
This commit is contained in:
parent
0b04bb8c69
commit
e3c150c06e
7 changed files with 77 additions and 35 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue