From 8e06d6fb87d50c3ee952c52b83368eb1a4d4d24e Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Sun, 4 Aug 2024 20:49:42 +1000 Subject: [PATCH] Hide Modded Buckets from JEI (#858) [FEATURE] [FIXUP] sha = "bf4055fbe4092d72f68bb40bb5d88c624ce5b074" changeFixes = false newBody = ''' [EXPAND] [[messages]] messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial" messageBody = """ [BREAKING] [DETAILS] details = [ \"Pattern Encoders have been Removed!\", \"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.\", \"All Usages in Recipes have also been changed to AE2 Interfaces!\", ] [DETAILS] [PRIORITY] priority=25 [PRIORITY] """ [[messages]] messageTitle = "Update GT to 2.8.10" messageBody = """ [BREAKING] [DETAILS] details = [ \"Allows GregTech Data Sticks to Copy ME Hatch Settings\", \"Adds an 'Stocking' Version of ME Hatches and Buses\", \"Support for Displaying Power Substation on Central Monitor\", ] [DETAILS] [PRIORITY] priority=20 [PRIORITY] [IGNORE] checks = { compareBefore = \"1.7-alpha-4\" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer [IGNORE] """ [[messages]] messageTitle = "Update Nomi Labs to 0.7.0" messageBody = """ [BREAKING] [DETAILS] details = [ \"Improvement of the DME Simulation Chamber\", [\"Now increases Tiers and Data Counts of Models\", \"Now is Parallelizable\"], \"Improvement of the Universal Crystalizer\", [\"Now Accepts Laser Hatches\", \"Now is Parallelizable\"], \"Custom Implementation of Difficulty Lock, now works on Dedicated Servers\", \"Replacement of the Void Dimension, fixing issues with Difficulty Changing\", \"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches\", \"Improvements to FTB Utils and Effortless Building\", \"Allows Setting of Default Keybinds for New Players\", ] [DETAILS] [PRIORITY] priority=15 [PRIORITY] """ [EXPAND] ''' [FIXUP] --- .../groovy/postInit/Post-Initial/Main/Mod-Specific/jei.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/jei.groovy b/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/jei.groovy index 79b8032..c227602 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/jei.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/Mod-Specific/jei.groovy @@ -20,6 +20,9 @@ if (LabsModeHelper.expert) { mods.jei.ingredient.removeAndHide(item('nomilabs:impossiblerealmdata')) } +// Modded Buckets +hideItemIgnoreNBT(item('forge:bucketfilled')) + /* Remove Categories (Appear Randomly after /gs reload) */ // Avatitia mods.jei.category.hideCategory('Avatitia.Extreme')