Some more work on rendering

This commit is contained in:
modmuss50 2016-03-04 19:47:08 +00:00
parent 3c3591cec2
commit 0b04bb8c69
5 changed files with 99 additions and 21 deletions

View file

@ -9,11 +9,15 @@ import net.minecraftforge.fml.common.event.FMLServerStartingEvent;
import net.minecraftforge.fml.common.registry.GameRegistry;
import techreborn.compat.ICompatModule;
import javax.annotation.Nullable;
/**
* Created by mark on 02/03/2016.
*/
public class TechRebornParts implements ICompatModule {
@Nullable
public static Item cables;
@Override