1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-18 15:37:38 +00:00

Initial work on GUIs

Needs a bit of a cleanup, but it's a start!
This commit is contained in:
SquidDev
2019-06-11 21:03:40 +01:00
parent f90da739eb
commit d10b657a54
36 changed files with 468 additions and 235 deletions

View File

@@ -36,7 +36,7 @@ public class GuiTurtle extends ContainerScreen<ContainerTurtle>
super( container, player, title );
m_container = container;
m_family = null; // TODO
m_family = container.getFamily();
m_computer = (ClientComputer) container.getComputer();
xSize = 254;