aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-08-26 17:19:34 +0900
committerGitHub <noreply@github.com>2022-08-26 10:19:34 +0200
commit17e9422e1734a2d0ed20767ab473f39d95f447f0 (patch)
tree8f7cf83577001cc944b4159f7adbd4e2e53c640e /src
parent049a3d56e963d9cf00b3ad7dbd61f64a29529a2e (diff)
downloadGT5-Unofficial-17e9422e1734a2d0ed20767ab473f39d95f447f0.tar.gz
GT5-Unofficial-17e9422e1734a2d0ed20767ab473f39d95f447f0.tar.bz2
GT5-Unofficial-17e9422e1734a2d0ed20767ab473f39d95f447f0.zip
Add more cells for GTNH fluids (#1299)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/common/items/GT_MetaGenerated_Item_98.java4
1 files changed, 4 insertions, 0 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 34f01c7165..fb65e907ff 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
@@ -62,6 +62,10 @@ public class GT_MetaGenerated_Item_98 extends GT_MetaGenerated_Item {
UNKNOWN_NUTRIENT_AGAR(7, "unknownnutrientagar", CellType.REGULAR),
SEAWEED_BROTH(8, "seaweedbroth", CellType.REGULAR),
SUPER_LIGHT_RADOX(9, "superlightradox", CellType.REGULAR),
+ SODIUM_POTASSIUM(18, "sodiumpotassium", CellType.REGULAR),
+ ENRICHED_BACTERIAL_SLUDGE(19, "enrichedbacterialsludge", CellType.REGULAR),
+ FERMENTED_BACTERIAL_SLUDGE(20, "fermentedbacterialsludge", CellType.REGULAR),
+ POLLUTION(21, "pollution", CellType.REGULAR),
// BartWorks
ENZYME_SOLUTION(10, "enzymessollution", CellType.REGULAR),