diff options
author | Runakai1 <48415331+Runakai1@users.noreply.github.com> | 2023-06-07 12:01:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 12:01:55 +0200 |
commit | 0b09f9141ee59d98a4ca3a87fcd84f2705fe078a (patch) | |
tree | cc33094f1ecea95d5a1a55e7967bdb118e0ece0c | |
parent | d9b131c6d2b0dea7846b121cf7080aaa4a33a4c3 (diff) | |
download | GT5-Unofficial-0b09f9141ee59d98a4ca3a87fcd84f2705fe078a.tar.gz GT5-Unofficial-0b09f9141ee59d98a4ca3a87fcd84f2705fe078a.tar.bz2 GT5-Unofficial-0b09f9141ee59d98a4ca3a87fcd84f2705fe078a.zip |
Change Kevlar Parents (#2066)
* Change Kevlar Parents
Infinity Catalyst and UVH replicator foundation. Will also be blocked from mutatron.
* Change mutation chance
* Add comment
* spotlessApply (#2067)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java b/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java index b46875c4a1..e5aaecbdde 100644 --- a/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java +++ b/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java @@ -2354,8 +2354,9 @@ public enum GT_BeeDefinition implements IBeeDefinition { AlleleHelper.instance.set(template, FLOWER_PROVIDER, Flowers.SNOW); AlleleHelper.instance.set(template, FLOWERING, Flowering.AVERAGE); }, dis -> { - IBeeMutationCustom tMutation = dis.registerMutation(OIL, INFINITY, 4); - tMutation.requireResource("frameGtKevlar"); + IBeeMutationCustom tMutation = dis.registerMutation(OIL, INFINITYCATALYST, 4); + // UHV Replicator (UU-Matter) + tMutation.requireResource(GameRegistry.findBlock(GregTech.ID, "gt.blockmachines"), 11003); }), // Noble Gas Line |