aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/enums
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2022-10-09 12:41:23 +0200
committerGitHub <noreply@github.com>2022-10-09 12:41:23 +0200
commitff887926da7c738e45586f683094558fba7fb591 (patch)
tree6bddd89df26e5df6690bbbf2b73d5e99336a5d9b /src/main/java/gregtech/api/enums
parenteedb84e125cac3f9fade78ab1ec31e256ba3449f (diff)
downloadGT5-Unofficial-ff887926da7c738e45586f683094558fba7fb591.tar.gz
GT5-Unofficial-ff887926da7c738e45586f683094558fba7fb591.tar.bz2
GT5-Unofficial-ff887926da7c738e45586f683094558fba7fb591.zip
Apply new Bees formula in Industrial Apiary and move all gendustry upgrades to Gregtech (#1447)
* Update forestry * Apply new formula (+uncap the chance) * Yeet gendustry upgrades * Conversion recipes * Add upgrade frame * Remove recipes * Gendustry way * Yeet gendustry * Fix
Diffstat (limited to 'src/main/java/gregtech/api/enums')
-rw-r--r--src/main/java/gregtech/api/enums/ItemList.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/enums/ItemList.java b/src/main/java/gregtech/api/enums/ItemList.java
index a6d93af7a3..626f97e817 100644
--- a/src/main/java/gregtech/api/enums/ItemList.java
+++ b/src/main/java/gregtech/api/enums/ItemList.java
@@ -1431,6 +1431,7 @@ public enum ItemList implements IItemContainer {
Machine_HV_Miner,
Machine_IndustrialApiary,
+ IndustrialApiary_Upgrade_Frame,
IndustrialApiary_Upgrade_Acceleration_1,
IndustrialApiary_Upgrade_Acceleration_2,
IndustrialApiary_Upgrade_Acceleration_3,
@@ -1440,6 +1441,27 @@ public enum ItemList implements IItemContainer {
IndustrialApiary_Upgrade_Acceleration_7,
IndustrialApiary_Upgrade_Acceleration_8,
IndustrialApiary_Upgrade_Acceleration_8_Upgraded,
+ IndustrialApiary_Upgrade_PRODUCTION,
+ IndustrialApiary_Upgrade_PLAINS,
+ IndustrialApiary_Upgrade_LIGHT,
+ IndustrialApiary_Upgrade_FLOWERING,
+ IndustrialApiary_Upgrade_WINTER,
+ IndustrialApiary_Upgrade_DRYER,
+ IndustrialApiary_Upgrade_AUTOMATION,
+ IndustrialApiary_Upgrade_HUMIDIFIER,
+ IndustrialApiary_Upgrade_HELL,
+ IndustrialApiary_Upgrade_POLLEN,
+ IndustrialApiary_Upgrade_DESERT,
+ IndustrialApiary_Upgrade_COOLER,
+ IndustrialApiary_Upgrade_LIFESPAN,
+ IndustrialApiary_Upgrade_SEAL,
+ IndustrialApiary_Upgrade_STABILIZER,
+ IndustrialApiary_Upgrade_JUNGLE,
+ IndustrialApiary_Upgrade_TERRITORY,
+ IndustrialApiary_Upgrade_OCEAN,
+ IndustrialApiary_Upgrade_SKY,
+ IndustrialApiary_Upgrade_HEATER,
+ IndustrialApiary_Upgrade_SIEVE,
Neutron_Reflector,