modded7/overrides
Integer Limit 0f980518c4
Remove Double or Unneeded Tooltips on Custom Items (#715)
Fixes #714 

The Eternal Catalyst Tooltip has been implemented in https://github.com/Nomi-CEu/Nomi-Labs/blob/main/src/main/java/com/nomiceu/nomilabs/item/registry/register/LabsEndgame.java#L17.

The Ultimate Gem and Generator tooltips, which specify that their recipe is shapeless, is not needed, as a shapeless icon is shown in the JEI pages for their recipes.

/* Git Stuff */

[BUG]
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]

[FIXUP]
[[fixes]]
sha = "2f6ca989e7522039fb49d62fa4e64f00d152d2b5"
mode = "ADDITION"
newBody = "[QOL]"

[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
[EXPAND]
[[messages]]
  messageTitle = "Update GT to 2.8+, add Nomi Labs"
  messageBody = """
    [BREAKING]
    [DETAILS]
    details = [
      \"**Please DO NOT revert any saves that have been loaded in this release to 1.7-alpha-2a or prior! (Including 1.6.1b & 1.6.1a!)**\",
      \"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
      \"Adds Assembly Line Research\",
      \"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
      \"Adds Filtered Output Hatches\",
      \"Adds EU Multiblock Power Storage\",
      \"Adds Multiblock Transformer and Laser Power Transfer\",
      \"Adds Long Distance Pipes\",
      \"Creating Waypoints in the Prospector\",
      \"Fixing many Bugs\",
      \"And many more!\"
    ]
    [DETAILS]
    [PRIORITY]
    priority = 10
    [PRIORITY]
  """

[[messages]]
  messageTitle = "Multiblock Changes"
  messageBody = """
    [BREAKING]
    [DETAILS]
    details = [
      \"**Multiblock Overclocking Logic has Changed.**\",
      [
        \"The Maximum Voltage of a Recipe a Multiblock can run, for 1A, 4A and 16A Energy Hatches, is dependent on the Tier of its Hatches.\",
        \"You can increase the Maximum Voltage by 1, for 1A, 4A and 16A Energy Hatches, by Adding Another Hatch.\",
        \"However, the Maximum Overclock Voltage still takes into account the Amperage and Voltage, and retains its previous behaviour (4 Amps = +1 Voltage).\",
      ],
      \"Multiblocks accept a new **maximum** of 2 Energy Hatches. GCYM Machines only accept **1**.\",
      \"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
      \"Some Custom Multiblocks now have Distinct Mode\",
      \"All Custom Multiblocks now have custom Front Overlays\",
      \"Reworked & Improved Multiblock UIs\"
    ]
    [DETAILS]
    [PRIORITY]
    priority = 5
    [PRIORITY]
  """

[EXPAND]
'''
[FIXUP]
2024-04-09 14:06:17 +10:00
..
2024-03-31 11:26:41 +00:00
2022-03-22 21:16:34 +08:00
2023-05-12 16:09:45 +10:00

Expert Mode config files

Config files for normal and expert mode are found in \config-overrides\normal and \config-overrides\expert respectively.

Users can use any of the below methods to replace configs:

Manual (All versions):

  • Drag the files inside \config-overrides\expert into the main config folder, as shown in the below image
    • If you are on a server, move the server.properties out of the config directory and into the root directory of your server (the path containing your launch script)
    • If you are on a client, you can safely delete server.properties

image

Automatic Installation (>1.6)

  • Windows:

    • Download here (right click - save as) save it to the root directory of the pack (the same level as \config).
    • Run the pack mode switcher in a terminal with ./pack-mode-switcher.bat
  • Any GNU/Linux (Mac and Linux) System:

    • Run curl -O https://raw.githubusercontent.com/tracer4b/nomi-ceu/main/pack-mode-switcher.sh to download the file.
    • Verify the contents with your editor of choice.
    • Run chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh in the pack root directory (the one containing /config).