changed Freezer texture

This commit is contained in:
Kino 2017-03-01 23:44:13 -05:00
parent dacdd12d62
commit b2413b637b

View file

@ -16,7 +16,7 @@ import com.legacy.aether.server.tile_entities.TileEntityFreezer;
public class GuiFreezer extends GuiContainer
{
private static final ResourceLocation TEXTURE = new ResourceLocation("aether_legacy", "textures/gui/enchanter.png");
private static final ResourceLocation TEXTURE = new ResourceLocation("aether_legacy", "textures/gui/altar.png");
private TileEntityFreezer freezer;