2014-01-13 05:55:42 +01:00
|
|
|
package mekanism.client.gui;
|
|
|
|
|
2014-01-13 06:06:13 +01:00
|
|
|
import mekanism.common.tile.TileEntityChanceMachine;
|
|
|
|
import net.minecraft.entity.player.InventoryPlayer;
|
|
|
|
|
|
|
|
public class GuiPrecisionSawmill extends GuiChanceMachine
|
2014-01-13 05:55:42 +01:00
|
|
|
{
|
2014-01-13 06:06:13 +01:00
|
|
|
public GuiPrecisionSawmill(InventoryPlayer inventory, TileEntityChanceMachine tentity)
|
|
|
|
{
|
|
|
|
super(inventory, tentity);
|
|
|
|
}
|
2014-01-13 05:55:42 +01:00
|
|
|
}
|