diff --git a/MODLIST.md b/MODLIST.md index 87eaa2356d..f9148bed46 100644 --- a/MODLIST.md +++ b/MODLIST.md @@ -1,4 +1,4 @@ -## Enigmatica 6 - 0.3.12 Modlist +## Enigmatica 6 - 0.3.13 Modlist - additional_lights-1.16.4-2.1.3 - AdHooks-1.16.4-6.1.3.1-build.0039 - AI-Improvements-1.16.2-0.3.0 @@ -17,7 +17,6 @@ - astralsorcery-1.16.4-1.13.9 - AttributeFix-1.16.5-10.0.1 - AutoRegLib-1.6-47 -- BackTools-1.16.3-10.0.0 - bambooeverything-1.16.3-forge-1.0.0 - BedBenefits-1.16.5-5.0.3 - bedspreads-forge-1.16.4-5.1.0.1 @@ -115,7 +114,6 @@ - GameStages-1.16.5-6.0.1 - glassential-forge-1.16.4-1.1.5 - gunswithoutroses-1.16.5-1.0.7 -- iChunUtil-1.16.3-10.0.0 - ImmersiveEngineering-1.16.4-4.1.2-129 - ImmersivePetroleum-1.16.4-3.1.0-2 - immersiveposts-1.16.3-3.0.0 diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index 651affe885..db2a379f94 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -1,6 +1,14 @@ +### Enigmatica 6 v0.3.13 + +_Using Forge-1.16.5-36.0.10_ | _[Mod Updates](https://github.com/NillerMedDild/Enigmatica6/blob/master/changelogs/CHANGELOG_MODS_0.3.13.txt)_ + +**Bug Fixes** + +- Removed the mod BackTools temporarily to fix a crash [\#1158](https://github.com/NillerMedDild/Enigmatica6/issues/1158) + ### Enigmatica 6 v0.3.12: Industrial Foregoing Hotfix & Eidolon Quest Chapter -_Using Forge-1.16.5-36.0.10_ | _[Mod Updates](https://github.com/NillerMedDild/Enigmatica6/blob/master/changelogs/CHANGELOG_MODS_0.3.11.txt)_ +_Using Forge-1.16.5-36.0.10_ | _[Mod Updates](https://github.com/NillerMedDild/Enigmatica6/blob/master/changelogs/CHANGELOG_MODS_0.3.12.txt)_ **Improvements/Changes** @@ -9,11 +17,11 @@ _Using Forge-1.16.5-36.0.10_ | _[Mod Updates](https://github.com/NillerMedDild/E **Bug Fixes** -- Industrial foregoing issues after update to v0.3.11 [\#1145](https://github.com/NillerMedDild/Enigmatica6/issues/1145) -- Titanium 1.16.5-3.2.6 causes crashes, 3.2.6.1 fixes it [\#1143](https://github.com/NillerMedDild/Enigmatica6/issues/1143) -- Occultism Crafting errors [\#1131](https://github.com/NillerMedDild/Enigmatica6/issues/1131) -- Akashic tome dupe bug with Occultism storage actuator [\#1064](https://github.com/NillerMedDild/Enigmatica6/issues/1064) -- Bug: Fletching villagers cannot exist due to modified fletching tables (Fixed in previous version) [\#767](https://github.com/NillerMedDild/Enigmatica6/issues/767) +- Industrial foregoing issues after update to v0.3.11 [\#1145](https://github.com/NillerMedDild/Enigmatica6/issues/1145) +- Titanium 1.16.5-3.2.6 causes crashes, 3.2.6.1 fixes it [\#1143](https://github.com/NillerMedDild/Enigmatica6/issues/1143) +- Occultism Crafting errors [\#1131](https://github.com/NillerMedDild/Enigmatica6/issues/1131) +- Akashic tome dupe bug with Occultism storage actuator [\#1064](https://github.com/NillerMedDild/Enigmatica6/issues/1064) +- Bug: Fletching villagers cannot exist due to modified fletching tables (Fixed in previous version) [\#767](https://github.com/NillerMedDild/Enigmatica6/issues/767) ### Enigmatica 6 v0.3.11 diff --git a/changelogs/CHANGELOG_MODS_0.3.13.txt b/changelogs/CHANGELOG_MODS_0.3.13.txt new file mode 100644 index 0000000000..d3daa48d2c --- /dev/null +++ b/changelogs/CHANGELOG_MODS_0.3.13.txt @@ -0,0 +1,9 @@ +========================================= +Enigmatica6 0.3.12 --> Enigmatica6 0.3.13 +========================================= + +Removed: +- Back Tools +- iChunUtil + +Generated using [ChangelogGenerator 2.0.0-pre3](https://github.com/TheRandomLabs/ChangelogGenerator). diff --git a/settings.ps1 b/settings.ps1 index 44cb341d8f..d3a03dfaa9 100644 --- a/settings.ps1 +++ b/settings.ps1 @@ -60,10 +60,10 @@ $CURSEFORGE_PROJECT_ID = 389471 # =====================================================================// # Default: "1.0.0" -$MODPACK_VERSION = "0.3.12" +$MODPACK_VERSION = "0.3.13" # Only used by the Changelog Generator -$LAST_MODPACK_VERSION = "0.3.11" +$LAST_MODPACK_VERSION = "0.3.12" $FORGE_VERSION = 36.0.10