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]
This commit is contained in:
Integer Limit 2024-08-04 20:49:42 +10:00 committed by GitHub
parent 83b95590cf
commit 8e06d6fb87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')