624 Commits

Author SHA1 Message Date
Integer Limit
bf4055fbe4
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.

Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.

Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.

This PR also fixes an issue with corrupted images and jar files in built packs.

/* Github Stuff */

[FIXUP]
[[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.6.1b, 1.6.1a, or prior!**\",
        \"**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 = 100
      [PRIORITY]
    """

  [[messages]]
    messageTitle = "Multiblock Changes"
    messageBody = """
      [BREAKING]
      [DETAILS]
      details = [
        \"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
        \"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 = 50
      [PRIORITY]
    """
  [EXPAND]
  '''
[FIXUP]

[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 DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
        "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]
    
    [IGNORE]
      checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
    [IGNORE]
  '''
[EXPAND]

[MOD INFO]
  [[infos]]
  projectID = 254317
  info = "Replaced by Nomi Labs"


  [[infos]]
  projectID = 285612
  info = "Replaced by Nomi Labs"
  
  [[infos]]
  projectID = 390886
  info = "Replaced by Nomi Labs"
  
  [[infos]]
  projectID = 538092
  info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
Integer Limit
d21f700cdd
Rebalance Expert Mode Endervoir Recipe to Output 4 (#789)
[BALANCING]
[HM]
2024-07-11 08:46:51 +10:00
tracer4b
ea9d4ca8e4
Add Packaged Draconic (#776)
[FEATURE]
[QOL]
[DETAILS]
detail="Makes Automating your Draconic Evolution Fusion Setups Much Easier!"
[DETAILS]

---------

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-07-09 20:18:25 +10:00
Demonessica
edf20cb39a
Questbook Update for Multi-Input P2P (#784)
[QB]
2024-07-01 21:28:07 +10:00
Integer Limit
9b9c42fc57
Change Void Oil Deposit Back to Raw Oil (#782)
This reverts a change made in #619 (specifically commits [`be70198` (#619)](be7019840c) and [`4220f6c` (#619)](4220f6c185)), where the Void Raw Oil Deposit was changed from Raw Oil to Oil.

Although this was intended initially to maintain the same resource production as before the GregTech update, this decreased the production of Naphtha, leading to Gasoline and HoG being even less viable than before.

## Ratio Changes:
Before: 50mb (Oil) -> 20mb (Sulfuric Naphtha), Ratio of 5:2
After: 100mb (Raw Oil) -> 150mb (Sulfuric Naphtha), Ratio of 2:3

All other ratios are not changed (as Deposit has also been changed to give x2 amount).

/* GitHub Stuff */

[BALANCING]

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

[DETAILS]
details = [
  "Increase Viability of Naphtha, especially in Hard Mode",
  "Before: 50mb (Oil) -> 20mb (Sulfuric Naphtha), Ratio of 5:2",
  "After: 100mb (Raw Oil) -> 150mb (Sulfuric Naphtha), Ratio of 2:3",
  "Other Products have No Changed Ratios, due to Increasing Yield from 40-80",
]
[DETAILS]
2024-06-30 14:33:42 +10:00
tracer4b
497c5c2638
Add Lategame GT Recipes for AE2 Components (#772)
[BALANCING]
[DETAILS]
detail = "Implements #754"
[DETAILS]
2024-06-30 13:04:30 +10:00
v3ect0rgames
e27bbb4208
Fix #748 (#778)
[BUG]
---


Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com
2024-06-29 14:46:04 +10:00
Aaron Avdeev
fd5fcf92ff
Fix RTM-Alloy and Tungstensteel Related Quests (#750)
[QB]

[DETAILS]
detail = "Fixes #749"
[DETAILS]

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

---------

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-06-16 12:32:43 +10:00
v3ect0rgames
f071c89c72
Add Short Tooltip Description for Some AE2 Items (#761)
[FEATURE]
[DETAILS]
details = [
"**Including:**",
"Pattern Expansion Card",
"Crafting Card",
"Acceleration Card",
"Magnet Card",
"Inverter Card",
"Fuzzy Card",
"Capacity Card",
"Redstone Card",
"Sticky Card",
]
[DETAILS]
2024-06-15 14:46:16 +10:00
Integer Limit
8e667af1d5
Fix #756, Port Silicone/Styrene Choice to HM (#759)
[EXPAND]
[[messages]]
messageTitle = "Fix #756"
messageBody = "[QB]"

[[messages]]
messageTitle = "Allow New Cable Coverings Quest to Accept SiR or SBR"
messageBody = "[QB]\n[HM]"
[EXPAND]
2024-06-12 20:57:09 +10:00
Integer Limit
d2706850a9
Add Mode Field to Feature Request Report (#758)
[SKIP]


Co-authored-by: nomi-ceu-management[bot] <155502507+nomi-ceu-management[bot]@users.noreply.github.com>
2024-06-12 16:52:38 +10:00
Aaron Avdeev
6936d9f38b
Fix Fish Oil Quest Task (#747)
[QB]

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-05-26 19:18:22 +10:00
Shay
c284b4a1aa
Mod Updates As Specified In #472 (#712)
[EXPAND]
[[messages]]
messageTitle = "Update AE2 Unofficial Extended Life (#712)"
messageBody = '''
[FEATURE]
[QOL]
'''

[[messages]]
messageTitle = "Update Neeve's AE2 Additions (#712)"
messageBody = '''
[FEATURE]

[DETAILS]
details = ["Adds Many QoL Features", "Adds Larger Cells and Crafting Storage"]
[DETAILS]
'''
[EXPAND]

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
2024-05-19 16:22:30 +10:00
Integer Limit
a4fba578bb
Fix Draconium & Fluorite Vein Declarations (#745)
[BUG]

[IGNORE]
checks = { compareNot = "1.7-alpha-4" }
[IGNORE]
2024-05-19 12:32:23 +10:00
tracer4b
b526677126 Questbook Update + Buildscript Improvements (#681)
[EXPAND]
[[messages]]
messageTitle = "QB Update for GT 2.8 (#681)"
messageBody = """
[QB]
[DETAILS]
details = ["Fixes many Quest Book issues", "Updates QB with changes in GT 2.8"]
[DETAILS]
"""

[[messages]]
messageTitle = "Buildscript Refactor (#681)"
messageBody = """
[INTERNAL]
[DETAILS]
details = ["**Important: Buildscript has changed from `npx gulp...` or `gulp...` to `npm run gulp...`**!", "Moves to Node 16 Package Management + Typescript Strict Mode", "New Port QB, Check QB and Fix QB Tasks"]
[DETAILS]
"""
[EXPAND]


Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>
Co-authored-by: SparkedTheorem <162088357+SparkedTheorem@users.noreply.github.com>
2024-05-14 21:57:00 +10:00
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
SparkedTheorem
2f6ca989e7
Project Red Assembler Recipes (#707)
[FEATURE]
[QOL
2024-04-02 15:02:55 +11:00
nomi-ceu-management[bot]
bf5f7d0177 Alpha Release 1.7-alpha-4
[NO CATEGORY]
2024-03-31 11:26:41 +00:00
Integer Limit
a005dd34f4
Discord Rich Presence (#700)
[FEATURE]
[DETAILS]
detail = "Includes an Auto-Updating Tier Status!"
[DETAILS]
2024-03-31 22:23:57 +11:00
Integer Limit
e55af243d8
Fix Migration Issues (#706)
Fixes most migration issues, adds some presence helpers.

1. On the first load of an old world on 1.7-alpha-3, everything migrates correctly.
2. However, if the player saves and quits, then loads the world again, and then loads an old chunk:
 - ex. They were in the overworld when they loaded in, they saved and quit, then loaded their void world base
3. Everything in chunks that were not loaded in the first load is not migrated correctly (hence you get broken items (other players on servers), broken blocks, broken multiblocks, crashes with multiblocks, etc.)

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

/* Git Stuff */
[FIXUP]
[[fixes]]
sha = "388b670ed1ebd48e7d9dfae6020b09ef3f62a9cc"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Fix Small Dust & Tiny Dust Crafting Conversion Recipes (#696)"
messageBody = """
[BUG]
[DETAILS]
detail = \"Recipes are now as Shown in JEI! Change your AE2 Patterns!\"
[DETAILS]
"""

[[messages]]
messageTitle = "Fix Dust to Dye Conversion Recipes (#696)"
messageBody = """
[BUG]

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

[DETAILS]
details = [\"Dust to Dye Conversion Recipes are no longer Shapeless.\"]
[DETAILS]
"""
[EXPAND]
'''

[[fixes]]
sha = "776799b8f24e3fefee8b78a77e8cebd56b472197"
mode = "ADDITION"
newBody = '''
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
'''

[[fixes]]
sha = "63f6f3824450d7fa5a56d25fa548639ec1b1004a"
mode = "ADDITION"
newBody = '''
[IGNORE]
checks = { compareNot = "1.7-alpha-3" }
[IGNORE]
'''
[FIXUP]
2024-03-31 21:20:00 +11:00
Integer Limit
96002f3869
Make Silicon Inscriber Recipe Accept OreDict (#697)
Fixes Silicon Inscriber Press' Recipe Only Accepting Diamond Lens.

[BUG]
[DETAILS]
detail = "Fixes Silicon Inscriber Press' Recipe Only Accepting Diamond Lens"
[DETAILS]

/* Git Stuff */
[FIXUP]
[[fixes]]
sha = "388b670ed1ebd48e7d9dfae6020b09ef3f62a9cc"
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Fix Small Dust & Tiny Dust Crafting Conversion Recipes (#696)"
messageBody = """
[BUG]
[DETAILS]
detail = \"Recipes are now as Shown in JEI! Change your AE2 Patterns!\"
[DETAILS]
"""

[[messages]]
messageTitle = "Fix Dust to Dye Conversion Recipes (#696)"
messageBody = """
[BUG]

[IGNORE]
compareNot = \"1.7-alpha-3\"
[IGNORE]

[DETAILS]
details = [\"Dust to Dye Conversion Recipes are no longer Shapeless.\"]
[DETAILS]
"""
[EXPAND]
'''

[[fixes]]
sha = "776799b8f24e3fefee8b78a77e8cebd56b472197"
mode = "ADDITION"
newBody = '''
[IGNORE]
compareNot = "1.7-alpha-3"
[IGNORE]
'''

[[fixes]]
sha = "63f6f3824450d7fa5a56d25fa548639ec1b1004a"
mode = "ADDITION"
newBody = '''
[IGNORE]
compareNot = "1.7-alpha-3"
[IGNORE]
'''
[FIXUP]
2024-03-30 18:29:49 +11:00
Integer Limit
388b670ed1
Fix Small Dust, Tiny Dust & Dye Conversion Recipes (#696)
[EXPAND]
[[messages]]
messageTitle = "Fix Small Dust & Tiny Dust Crafting Conversion Recipes (#696)"
messageBody = '''
[BUG]
[DETAILS]
detail = "Recipes are now as Shown in JEI! Change your AE2 Patterns!"
[DETAILS]
'''

[[messages]]
messageTitle = "Fix Dust to Dye Conversion Recipes (#696)"
messageBody = '''
[BUG]

[IGNORE]
compareNot = "1.7-alpha-3"
[IGNORE]

[DETAILS]
details = ["Dust to Dye Conversion Recipes are no longer Shapeless."]
[DETAILS]
'''
2024-03-30 18:23:42 +11:00
Integer Limit
776799b8f2
Fix Crash in Compact Machines Addon Script (#698)
[BUG]
2024-03-28 22:20:26 +11:00
Integer Limit
13fedf952c
Update Nomi-Labs from v0.6.20 to v0.6.21 (#687)
Can now separately change all aspects of range.

Changes the default range distance to powers of 2.

Also fixes Mode-Only Multiblock Structures showing up in the other mode.

/* Git/Changelog Stuff */

[FIXUP]
sha = "352cd2268722ef9240c41ff93fe89880ae9f28d1"
newTitle = "Effortless Building Enhancements"
newBody = '''
[FEATURE]
[DETAILS]
details = [
"Makes Reach, Placement Reach and Max Blocks Placed Powers of 2",
"Clears Up Reach Upgrade Tooltips and Messages",
]
[DETAILS]
'''
changeFixes = false
[FIXUP]

[EXPAND]
[[messages]]
messageTitle = "Fixes Mode-Only Multiblock Structures Showing in Other Mode (#687)"
messageBody = '''
[BUG]
[IGNORE]
checks = { compareNot = "1.7-alpha-3" } # Only apply this if the commit being compared against is 1.7-alpha-3
[IGNORE]
'''

[[messages]]
messageBody = '''
[IGNORE]
checks = { compareAfter = "1.7-alpha-3" } # Only apply this if the commit being compared against is before 1.7-alpha-3
[IGNORE]

[COMBINE]
commit = "352cd2268722ef9240c41ff93fe89880ae9f28d1"
[COMBINE]
'''

[[messages]]
messageTitle = "Effortless Building Enhancements"
messageBody = '''
[IGNORE]
checks = { compareBefore = "1.7-alpha-3" } # Only apply this if the commit being compared against 1.7-alpha-3 or older
[IGNORE]

[FEATURE]
[DETAILS]
details = [
"Makes Reach, Placement Reach and Max Blocks Placed Powers of 2",
"Clears Up Reach Upgrade Tooltips and Messages",
]
[DETAILS]
'''
[EXPAND]
2024-03-27 22:18:29 +11:00
Integer Limit
35629300be
Disable Vanilla Ores & Slightly Reduce HM Ore Gen (#682)
[EXPAND]
[[messages]]
messageTitle = "Disable Vanilla Ores (#682)"
messageBody = '''
[BUG]
[IGNORE]
checks = { compareNot = "1.7-alpha-3" } # Only apply this if the commit being compared against is 1.7-alpha-3
[IGNORE]
'''

[[messages]]
messageTitle = "Slightly Reduce HM Ore Generation (#682)"
messageBody = '''
[BALANCING]
[HM]
[DETAILS]
detail = "Now More Consistent and Less Chaotic"
[DETAILS]
'''
[EXPAND]
2024-03-26 22:50:00 +11:00
Integer Limit
aa6531df75
Fix Computer Casing Recipe (#683)
[BUG]
[NM]
2024-03-26 22:24:24 +11:00
Integer Limit
8510201077
Add Distilled Water Variant of Dust -> Clay (#685)
[BUG]
[NM]
2024-03-26 22:24:00 +11:00
nomi-ceu-management[bot]
6938959ed1 Alpha Release 1.7-alpha-3
[NO CATEGORY]
2024-03-24 12:46:58 +00:00
Integer Limit
2cfdcb10e2
Update to GT 2.8.* & Integrate Nomi Labs (#619)
Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com>
Co-authored-by: Sylvia <skraman1999@gmail.com>
Co-authored-by: windyknight <windyknight@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>

[BREAKING]
2024-03-24 23:45:47 +11:00
Integer Limit
252bfeb2ec
Remove Harvest Tweak & Night Vision Flash (#669)
Removes Harvest Tweak, as it causes more confusion then benefit.

Also disables Night Vision Flash.

Fixes #657

[FEATURE]
2024-03-20 19:27:45 +11:00
ProTriforcer
352cd22687
Slightly Increase EB Reach (#662)
New Reach:
Base: 8x8 (previously 6x6)
Upgrade 1: 16x16 (previously 15x15)
Upgrade 2: 32x32 (previously 30x30)
Upgrade 3/Creative: 64x64 (previously 60x60)

[FEATURE]
[DETAILS]
detail = "Makes Computed Reach Powers of Two."
[DETAILS]

/* Fixup of Previous Commits */
[FIXUP]
[[fixes]]
sha = "3f1bc638e6cafc52d17512561827a046b8764ed2"
newTitle = "Add SerilizationIsBad Fallback JSON (#666)"
newBody = "[SKIP]"

[[fixes]]
sha = "f11d1790a6d5153ba9938963f590dde2251cf2f2"
newTitle = "Update BQu from v4.1.0 to v4.2.1 (#646)"
newBody = "[NO CATEGORY]"
[FIXUP]
2024-03-19 21:20:25 +11:00
Integer Limit
3f1bc638e6
Add SerilizationIsBad Fallback Json (#666) 2024-03-18 20:05:26 +11:00
Integer Limit
f11d1790a6
Update BQu from v4.1.0 to v4.2.1 (#646) 2024-03-11 18:26:14 +11:00
ProTriforcer
c0b8b7b7fd
Dye Fixes and Improvements (#628)
- When you show uses for lapis, bonemeal, cocoa or ink sacs, you won't see 41 JEI pages of recipes making things blue, unless you craft them into a dye first. Inspired by 1.14 dyes.
This breaks some autocrafts, like concrete and other dyed things, but imo reducing JEI clutter is worth it
- Change elevator and slime block redyeing recipes to use dye oredicts instead of just vanilla items 
- Add the `dye` tag to all dyes to fix satchel redyeing

[EXPAND]
[[messages]]
  messageTitle = "Dye Fixes and Improvements (#628)"
  messageBody = """
  [BUG]

  [DETAILS]
  details = [\"Fixes Elevator & Slime Block Redyeing\", \"Fixes Stachel Redyeing\"]
  """

[[messages]]
  messageTitle = "Dye Fixes and Improvements (#628)"
  messageBody = """
  [FEATURE]

  [DETAILS]
  details = [\"Cleans Up JEI, Raw Materials are No Longer Dyes\"]
  """
[EXPAND]
2024-03-10 19:45:22 +11:00
Integer Limit
d3c0eac94f
Replace §f with §r in Secondary NM QB & HM QB (#623)
[SKIP]
2024-02-18 18:10:32 +11:00
Integer Limit
09b1dcf0a0
Replace Usages of §f with §r in QB (#615)
[INTERNAL]
2024-02-10 16:17:57 +11:00
Integer Limit
57fc2941e5
Remove Unneded Lang Overrides (#598)
[FEATURE]
2024-01-04 17:54:46 +11:00
Integer Limit
936ad0c93c
More Consistent Capitalization in Tool Belt Lang (#596)
[BUG]
2024-01-04 16:49:20 +11:00
Integer Limit
60e1f55449
Remove All Translations (#588)
Translations have moved to https://github.com/Nomi-CEu/Nomi-CEu-Translations! This should allow for up to date translations, without impacting the release cycle.

[Discord Post](https://discord.com/channels/927050775073534012/1093641459128877097/1191600016125599805)

[IGNORE]
checks = { compareNot = "1.7-beta-2a" }
[IGNORE]

[BREAKING]
[DETAILS]
detail = "Translations are now hosted under [Nomi-CEu/Nomi-CEu-Translations](https://github.com/Nomi-CEu/Nomi-CEu-Translations)!"
[DETAILS]
2024-01-03 17:25:46 +11:00
Integer Limit
91a831623d
New Quest Book Home Page (#558)
Title

Also deletes an unused config file.

Note that the qb's home page's title is lengthened vertically, as the renderer squishes it for some reason, at least for me.

Looks like this:
![2024-01-01_16 08 42](https://github.com/Nomi-CEu/Nomi-CEu/assets/103940576/1ab3bdd1-561e-43a0-b66b-aa01b0dfbb43)

Original Screenshot:
![2023-12-30_17 15 48](https://github.com/Nomi-CEu/Nomi-CEu/assets/103940576/68019af0-ba6e-4c97-b324-f349b63008ff)

Save Zip (From total_potato, in [this discord post](https://discord.com/channels/927050775073534012/1189849613163843594), permission given explicitly (see below). 
![image](https://github.com/Nomi-CEu/Nomi-CEu/assets/103940576/2e86c135-a3cc-45dd-af17-bb2edabf414a)
[Google Drive Download Link (Direct from owner)](https://drive.google.com/file/d/1tbHRFORZaVfuBD3U3a9Pzai-aCix7MTC/view?usp=drive_link)

[FEATURE]
2024-01-01 20:26:12 +11:00
zero6six
9c13bd94df
Chinese Translations for QB HM and Softcode Item Names (#582)
[FEATURE]

Co-authored-by: Ede1weiss3181 <Ede1weiss3181@users.noreply.github.com>
Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2023-12-22 13:03:10 +11:00
zero6six
24f653e0e4
Fix Chinese Translations for DME & Update Chinese Translations (#575)
[BUG]
2023-12-12 12:06:02 +11:00
github-actions[bot]
2704b1b60c Alpha Release 1.7-alpha-2a
[NO CATEGORY]
2023-12-09 01:29:46 +00:00
Integer Limit
794dd5412a
Fix Issues in PR #562 (#564)
[BUG]

[DETAILS]
detail = "Fixes Transmutations and Incorrect Recipes for Simply Jetpacks' Items"
[DETAILS]

[IGNORE]
checks = { compareNot = "1.7-alpha-2" }
[IGNORE]
2023-12-09 11:18:24 +11:00
github-actions[bot]
ae2f25afc8 Alpha Release 1.7-alpha-2
[NO CATEGORY]
2023-12-08 02:27:31 +00:00
Integer Limit
8d45cf3d79
Update Universal Tweaks and Simply Jetpacks (#562)
Sets Max Render Distance of Storage Drawers (32)
Make Simply Jetpacks and GregTech Jetpacks' HUDs be bottom left

[EXPAND]
[[messages]]
messageTitle = "Change Simply Jetpacks and GregTech Jetpacks' HUD Locations"
messageBody = """
[BUG]
[DETAILS]
details = [\"Moves to the Bottom Left of the Screen.\", \"Fixes Blocking TOP HUD.\"]
[DETAILS]
"""

[[messages]]
messageTitle = "Set Max Render Distance of Storage Drawers Items to 32 Blocks"
messageBody = "[PERFORMANCE]"
[EXPAND]
2023-12-08 12:19:51 +11:00
Integer Limit
5b6fcf03ea
Make Snad Recipe Need Pulsating Crystals (#561)
[BALANCING]
2023-12-07 09:01:13 +11:00
zero6six
26b34dc7c4
Chinese Translations for AE2, DME and Normal QB (#548)
[FEATURE]
2023-12-05 09:07:54 +11:00
Integer Limit
1bee7c1776
Refactor QB CI System (#555)
This reverts it back to the old way of building the JSON files and the lang at build time, instead of storing the built JSON and lang files.

Requested by @NotMyWing

[INTERNAL]
[IGNORE]
checks = { compareNot = "1.7-alpha-1" }
[IGNORE]
2023-12-04 22:57:11 +11:00
Integer Limit
8a4b323505
Improve Build CI/CD System (#552)
This improves the Build CI/CD System and the Release Commit Workflows.

The CD system now builds and zips the pack in parallel, increasing the speed twofold.
The CI system now does not produce double zips, but remains the same speed, thanks to parallel processing.

The CI system now also changes server.properties and random patches config files for the build, and the buildscript has been edited for that.

Since the CI system replaces the nightly task, the nightly workflow has been deleted. The makeArtifactNames task is now used, and has been changed to remove usage of deprecated features.

The release commit workflows now supports updating files without version input, and the version is grabbed from versions.txt.' The code for the release commit workflows has also been greatly cleaned up.

The changes made to the random patches template files have also been updated. The changes made incorrectly to the issue templates in #487 have also been fixed.

The README badges have also been changed. The issue badge has been replaced by a nightly builds badge.

Finally, this changes the forge download process to try again if the response is null, resulting in a decrease, to almost none, test build pack and build pack failures.

[INTERNAL]
[IGNORE]
checks = { compareNot = "1.7-alpha-1" }
[IGNORE]
2023-12-04 21:56:24 +11:00