Add Vacuum Freezer recipes

This commit is contained in:
mezz 2015-12-31 02:27:07 -08:00
parent ad0b45cd2a
commit 090de63608
6 changed files with 145 additions and 3 deletions

View file

@ -19,7 +19,7 @@ import java.io.IOException;
public class GuiVacuumFreezer extends GuiContainer {
private static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/vacuum_freezer.png");
public static final ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/vacuum_freezer.png");
TileVacuumFreezer crafter;
ContainerVacuumFreezer containerVacuumFreezer;