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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user