Added concept of slot types for item devices.

Made slots in computer types.
This commit is contained in:
Florian Nücke
2020-12-28 15:04:20 +01:00
parent 35b67744cd
commit ff08e2fb9b
50 changed files with 422 additions and 155 deletions

View File

@@ -19,7 +19,7 @@ public final class ComputerContainerScreen extends ContainerScreen<ComputerConta
public ComputerContainerScreen(final ComputerContainer container, final PlayerInventory inventory, final ITextComponent title) {
super(container, inventory, title);
xSize = 176;
ySize = 133;
ySize = 197;
playerInventoryTitleY = ySize - 94;
}