Last piece of refactoring due to TileGenericMachine intro.

This commit is contained in:
drcrazy 2018-04-02 18:12:58 +03:00
parent adc4879ec5
commit 45361a6b46
5 changed files with 15 additions and 161 deletions

View file

@ -25,7 +25,7 @@
package techreborn.client.gui;
import net.minecraft.entity.player.EntityPlayer;
import techreborn.tiles.TileScrapboxinator;
import techreborn.tiles.tier1.TileScrapboxinator;
public class GuiScrapboxinator extends GuiBase {