Added walia support for the cables

This commit is contained in:
modmuss50 2016-03-07 20:33:08 +00:00
parent b8de296817
commit 67526480ad
37 changed files with 209 additions and 55 deletions

View file

@ -8,7 +8,7 @@ import net.minecraftforge.fml.common.event.FMLServerStartingEvent;
import techreborn.compat.ICompatModule;
/**
* Created by Mark on 05/03/2016.
* Created by modmuss50 on 05/03/2016.
*/
public class ClientPartLoader implements ICompatModule {

View file

@ -12,7 +12,7 @@ import techreborn.parts.CableMultipart;
import techreborn.parts.EnumCableType;
/**
* Created by Mark on 04/03/2016.
* Created by modmuss50 on 04/03/2016.
*/
public class ClientPartModelBakery {