aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
diff options
context:
space:
mode:
authorD-Cysteine <54219287+D-Cysteine@users.noreply.github.com>2021-10-30 06:28:36 -0600
committerD-Cysteine <54219287+D-Cysteine@users.noreply.github.com>2021-10-30 06:28:36 -0600
commit92e0c77ea761ce4e2a2e75347c980f77fba9e3ca (patch)
tree01e52601d0815a08b4a916e7c0010e1494daa157 /src/main/java/gregtech/common
parent4ed691115ebc7c5fcda4a3eacc0b4c45ab55c6a0 (diff)
downloadGT5-Unofficial-92e0c77ea761ce4e2a2e75347c980f77fba9e3ca.tar.gz
GT5-Unofficial-92e0c77ea761ce4e2a2e75347c980f77fba9e3ca.tar.bz2
GT5-Unofficial-92e0c77ea761ce4e2a2e75347c980f77fba9e3ca.zip
Clean up translations
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r--src/main/java/gregtech/common/items/GT_MetaGenerated_Item_98.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_98.java b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_98.java
index 0a157f2e6d..b78d4e567b 100644
--- a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_98.java
+++ b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_98.java
@@ -68,6 +68,7 @@ public class GT_MetaGenerated_Item_98 extends GT_MetaGenerated_Item {
ESCHERICHIA_COLI_FLUID(11, "escherichiakolifluid", CellType.REGULAR),
PENICILLIN(12, "penicillin", CellType.REGULAR),
FLUORESCENT_DNA(13, "fluorecentddna", CellType.REGULAR),
+ POLYMERASE(17, "polymerase", CellType.REGULAR),
// Good Generator
COMBUSTION_PROMOTER(14, "combustionpromotor", CellType.REGULAR),
@@ -83,9 +84,6 @@ public class GT_MetaGenerated_Item_98 extends GT_MetaGenerated_Item {
MUTAGEN(2, "mutagen", CellType.REGULAR),
LIQUID_DNA(16, "liquiddna", CellType.REGULAR),
- // Genetics
- POLYMERASE(17, "polymerase", CellType.REGULAR),
-
// Tinker's Construct
LIQUID_ENDER(3, "ender", CellType.REGULAR),