191 Commits

Author SHA1 Message Date
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
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
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
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
63f6f38244
Fix Recipe Map ID Conflict with GregTech Food Option (#692)
[BUG]
[DETAILS]
detail = "GregTech Food Option is Not Included in the Pack, but it is Sometimes Added."
[DETAILS]
2024-03-27 23:01:34 +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
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
859890f1c1
Update SerializationIsBad from v1.5 to v1.5.2 (#664)
[BUG]
[DETAILS]
detail = "Fixes #661"
[DETAILS]
2024-03-18 12:41:14 +11:00
Integer Limit
f11d1790a6
Update BQu from v4.1.0 to v4.2.1 (#646) 2024-03-11 18:26:14 +11:00
Integer Limit
84e2c8c1b5
Downgrade Alfheim from 1.2 to 1.1.1 (#649)
[SKIP]
2024-03-09 22:57:48 +11:00
Integer Limit
860847a91f
Update Alfheim Lighting Engine, Red Core, and MixinBooter (#643) 2024-03-06 17:53:48 +11:00
Integer Limit
ef7567f5b0
Update PackagedAuto From v1.0.8.31 to v1.0.11.40 (#634)
[BUG]
[DETAILS]
detail = "Fixes Transmutation Bug Reported in #632."
[DETAILS]
2024-03-03 11:34:01 +11:00
Integer Limit
531b1249ad
Update GT Drawers from v1.0.6 to v1.0.7 (#600) 2024-02-04 15:13:46 +11:00
Integer Limit
835ba9ef06
Add OAuth v1.06.4 (#576)
[EXPAND]
[[messages]]
messageTitle = "Add OAuth v1.06.4 (#576)"
messageBody = """
[BUG]
[DETAILS]
detail = \"Fixes Occasional Invalid Session Issues by Allowing Re-Login *In Game*.\"
[DETAILS]
"""

[[messages]]
messageTitle = "Add OAuth v1.06.4 (#576)"
messageBody = """
[FEATURE]
[DETAILS]
detail = \"Allows Logging in to Different MC Accounts *In Game*.\"
[DETAILS]
"""
2023-12-12 15:44:33 +11: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
Integer Limit
036be67a2e
Update RealBench to v1.0.4 (#565)
Fixes #563.

[BUG]

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

[IGNORE]
checks = { compareNot = "1.7-alpha-2" }
[IGNORE]
2023-12-09 11:05:01 +11:00
Integer Limit
a48bd2d1b9 Replace RealBench with RealBench: Nomi-CEu Edition (#560)
Uses the current latest release of v1.0.3.

Fixes #536.

This PR switches to the Nomi-CEu version/re-implementation of RealBench.

This fixes the dupe glitch in Nomifactory/Nomifactory#429, and calculates the result on container entered (removing the need to replace items to reload result)

This also additionally fixes the voiding issues with Actually Additions' Crafting Table on a Stick, and Avaritia's Compressed/Double Compressed Crafting Tables. (#536) Avaritia's Crafting Tables have been given the same mechanics to store and render items as normal Crafting Tables.

[MOD INFO]
projectID = 237414
info = "Replaced by RealBench: Nomi-CEu Edition"
[MOD INFO]

[BUG]
[DETAILS]
details = ["Fixes Crafting Table Duplication Glitches", "Fixes Voiding as Reported in #536", "Adds RealBench Functionality to Avaritia's Crafting Tables"]
[DETAILS]
2023-12-08 13:23:40 +11: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
e3ee82626f
Update AE2 Unofficial Extended Life (#475)
[BUG]
[DETAILS]
detail = "Fixes many AE2 Issues, such as #531"
[DETAILS]
2023-11-18 16:14:57 +11:00
Integer Limit
74597941ad
Replace Hesperus with Alfheim Lighting Engine and RedCore (#486)
[COMBINE]
commits = ["7ca652d468166680fed9927c6dc2e4e0ca44f33e"]
[COMBINE]
2023-10-26 10:05:37 +11:00
htmlcsjs
878eb9bd9a
Allow Changing of Sound Output Device (#478)
*A small mod that adds an option to switch the sound output device*

v1.0.4 (https://www.curseforge.com/minecraft/mc-mods/more-sound-config/files/2707092)

[FEATURE]
[QOL]
2023-10-25 20:33:18 +11:00
IntegerLimit
7ca652d468
Mod Performance Improvements (#474)
Updates:
- Hesperus v2.9.2 to v2.9.3
- CensoredASM/LoliASM v5.14 to v5.18
- Deep Mob Evolution v1.1.2 to v1.2.1
- MixinBooter v8.3 to v8.6

Adds:
- ConfigAnytime v1.0
- UniversalTweaks v1.8.0
- Vintage Fix v0.3.3

Removes:
- AttributeFix
- Fast Leaf Decay
- Fast Workbench
- Toast Control
- Diet Hopper
- Foam FIx
- I Know What I'm Doing
- No Recipe Book

[PERFORMANCE]
[DETAILS]
details = [
"DME Performance Improvements",
"Improved Pack Loading Speed",
"Replaces > 7 Mods with Universal Tweaks"
]
[DETAILS]
2023-10-24 12:59:20 +11:00
tracer4b
25c53f16a8
1.7 Balance and Recipe Changes (#451)
[EXPAND]
[[messages]]
messageTitle = "Balancing Changes For GregTech 2.7"
messageBody = "[BALANCING]"

[[messages]]
messageTitle = "Copper Buff in Platinum Line (See [#407](https://github.com/Nomi-CEu/Nomi-CEu/issues/407))"
messageBody = "[BALANCING]\n[HM]"

[[messages]]
messageTitle = "Rebalance ABS Recipe for Fluxed Electrum's Duration"
messageBody = "[BALANCING]"
[EXPAND]

Co-authored-by: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com>
2023-10-23 21:42:25 +11:00
IntegerLimit
8d8e944c14
Cleanup + Fix Issues from PR #450 (#462)
/* Description: */
Restores Window Titles.
Updates Bogo Sort: 1.3.0 -> 1.4.4, Updates ModularUI: 2.1.0 -> 2.2.3

Old Bogo Sort + ModularUI versions caused crashes with custom window titles & logos.

Removes old unneeded Bansoukou Patch.

[COMBINE]
commits = ["bd58b9072f45d647734ae66168cbd27bf9b2f220"]
[COMBINE]
2023-10-20 16:49:01 +11:00
IntegerLimit
481339995e
Update SIB from v1.4 to v1.5 (#461)
Fixes #433.
2023-10-20 13:19:37 +11:00
tracer4b
4f96607389
Update CEu to 2.7.4 (#452)
[NO CATEGORY]

/* Description: */
There should be no breaking changes (code-side) from 2.7.3 to 2.7.4

/* Commits: */
Update manifest.json
2023-10-15 22:25:33 +11:00
htmlcsjs
bd58b9072f
update mods (#450)
* Update mods:
- foamfix-0.10.15-1.12.2.jar
- multiblocktweaker-1.12.2-stable-gtceu-1.9.0.jar
- devtech-2.1.4.jar
- gregtech-1.12.2-2.7.3-beta.jar
- GregicalityMultiblocks-1.2.5.jar
- appliedenergistics2-rv6-stable-7-extended_life-v0.55.22.jar
- modularui-2.1.0.jar
- bogosorter-1.3.0.jar

* Now launches

* fix #381, and move mufflers

* Mostly working scripts

* fix lang

* double plate flag addition

* missed one

---------

Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
2023-10-13 18:01:55 +08:00
Neeve
ca64e65808
[BUG] Update NAE2 to 1.3.1 (#424)
Fix blank auto-substitution voiding patterns
Fix PMT infinitely vending blanks
2023-09-08 13:15:39 +10:00
IntegerLimit
09b322829b Fix Wrong BD Lib Version (Change to v1.14.4.1 ) 2023-08-27 13:37:11 +10:00
IntegerLimit
49e08534ed Add Serialisation is Bad v1.4 2023-08-27 13:18:25 +10:00
IntegerLimit
ad65b6b135 Update Ender IO Endergy from v5.3.70 to v5.3.72 2023-08-27 12:57:36 +10:00
IntegerLimit
052a17c1eb Update Ender IO from v5.3.70 to v5.3.72 2023-08-27 12:56:09 +10:00
IntegerLimit
da5244ab06 Update CraftTweaker from v4.1.20.690 to v1.20.692 2023-08-27 12:54:15 +10:00
IntegerLimit
2d215e7b01 Update Little Tiles from v1.5.68 to v1.5.81 2023-08-27 12:52:58 +10:00
IntegerLimit
c2290eab75 Update CreativeCore from v1.10 to v1.10.71 2023-08-27 12:51:33 +10:00
IntegerLimit
94bdf9ccad Update EnderCore from v5.3.70 to v5.3.72 2023-08-27 12:45:56 +10:00
IntegerLimit
0eb86a8c0c Update BD Lib from v1.14.3.12 to v1.14.4.114. 2023-08-27 12:41:50 +10:00
IntegerLimit
1706927958 Update NAE2 from v1.2.0 to v1.3.0 2023-08-26 17:45:25 +10:00
IntegerLimit
59bc49b892 Update AE2 UEL from v0.55.19 to v0.55.21
Fixes https://github.com/Nomi-CEu/Nomi-CEu/issues/406
2023-08-26 17:12:45 +10:00
IntegerLimit
a3e1e6f5cc Update GT Drawers from v1.0.5 to v1.0.6 2023-07-24 22:12:31 +10:00
IntegerLimit
bf8555a86b Update CensoredASM from v5.6 to v5.14 2023-07-24 21:56:06 +10:00
IntegerLimit
a0569e8732 Update CraftTweaker from v4.1.20.687 to v4.1.20.690 2023-07-24 21:51:44 +10:00
IntegerLimit
e30481e59f Update Controlling from v3.0.10 to v3.0.12.2 2023-07-24 21:50:19 +10:00
IntegerLimit
45863ed21f Update JEI Utils from v0.2.11 to v0.2.12 2023-07-24 21:37:06 +10:00
IntegerLimit
c92c8b61b5 Update GT Drawers from v1.0.4 to v1.0.5 2023-07-24 21:34:38 +10:00
IntegerLimit
6302a32136 Update Extended Crafting from v1.7.0 to v1.7.0.6 2023-07-24 21:33:06 +10:00
IntegerLimit
228c54ac34 Update HEI from v4.24.7 to v4.25.0 2023-07-24 21:31:44 +10:00
IntegerLimit
ee8ef4c857 Update MUI from v2.0.3 to v2.0.5 2023-07-24 21:30:31 +10:00
IntegerLimit
9fe11b0c92 Update Inventory Bogo Sorter from v1.2.7 to v1.2.8 2023-07-24 21:29:18 +10:00