aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-05-11 18:15:30 +0900
committerGitHub <noreply@github.com>2023-05-11 11:15:30 +0200
commitbd28732e96aed7e2c82321179486e8c4f6446a1a (patch)
treeaafffbbe20405cff24115b35588344219eb25109 /src/main/java/gtPlusPlus/xmod/gregtech/registration
parentcfce34129865348958fd9bedf0b23719f831676b (diff)
downloadGT5-Unofficial-bd28732e96aed7e2c82321179486e8c4f6446a1a.tar.gz
GT5-Unofficial-bd28732e96aed7e2c82321179486e8c4f6446a1a.tar.bz2
GT5-Unofficial-bd28732e96aed7e2c82321179486e8c4f6446a1a.zip
Remove Computer Cube MKII (#622)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java
index d803aa4ba2..bc03c53089 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java
@@ -11,7 +11,6 @@ import gtPlusPlus.xmod.gregtech.common.tileentities.automation.GT_MetaTileEntity
import gtPlusPlus.xmod.gregtech.common.tileentities.machines.basic.GT_MetaTileEntity_CropHarvestor;
import gtPlusPlus.xmod.gregtech.common.tileentities.machines.multi.production.GT4Entity_AutoCrafter;
import gtPlusPlus.xmod.gregtech.common.tileentities.machines.multi.production.GT4Entity_ThermalBoiler;
-import gtPlusPlus.xmod.gregtech.common.tileentities.misc.GT_TileEntity_ComputerCube;
import gtPlusPlus.xmod.gregtech.common.tileentities.redstone.GT_MetaTileEntity_RedstoneButtonPanel;
import gtPlusPlus.xmod.gregtech.common.tileentities.redstone.GT_MetaTileEntity_RedstoneCircuitBlock;
import gtPlusPlus.xmod.gregtech.common.tileentities.redstone.GT_MetaTileEntity_RedstoneLamp;
@@ -40,13 +39,6 @@ public class Gregtech4Content {
basic();
automation();
redstone();
- computer();
- }
-
- private static void computer() {
- Logger.INFO("Gregtech 4 Content | Registering Computer Cube.");
- GregtechItemList.Gregtech_Computer_Cube_Machine
- .set(new GT_TileEntity_ComputerCube(31130, "C-O-M-P-U-T-E-R").getStackForm(1L));
}
private static void workbenches() {