From 0b09f9141ee59d98a4ca3a87fcd84f2705fe078a Mon Sep 17 00:00:00 2001 From: Runakai1 <48415331+Runakai1@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:01:55 +0200 Subject: 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> --- src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/java/gregtech') 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 -- cgit