diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 4aa029c..2141038 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -23,6 +23,7 @@ body: label: Version description: What version of the Modpack are you running? options: + - 0.5.0 - 0.4.1 - 0.4.0 - 0.3.0 diff --git a/.gitignore b/.gitignore index b53a6de..b4ed57b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ config/emi.css # Docker compose -data/ \ No newline at end of file +data/ + +debug.log \ No newline at end of file diff --git a/changelogs/changelog_0.5.0.md b/changelogs/changelog_0.5.0.md new file mode 100644 index 0000000..095c7ee --- /dev/null +++ b/changelogs/changelog_0.5.0.md @@ -0,0 +1,39 @@ +### Summary: +- Fixed broken recipes +- Fixed user configs not saving +- Added custom mod and recipes +### Added: +- Almost Unified +- Better Compatibility Checker +- Better ModList [(Neo)Forge] +- Full Brightness Toggle +- Global Options +- Lightweight Inventory Sorting +- Load Support (My custom mod go download it) +### Removed: +- Default Options +- Reg's More Foods +### Updated: +- Applied Energistics Delight +- Biomes O' Plenty +- Concentration +- Custom Machinery +- EMI +- Ender Dragon Fight Remastered +- Entangled +- Fzzy Config +- Iron Furnaces +- JourneyMap +- ME Requester +- MmmMmmMmmMmm +- Modonomicon +- Moonlight Lib +- Occultism +- Oh The Biomes We've Gone +- Plushie Mod +- Puzzles Lib +- Resourceful Config +- SecurityCraft +- Simple Voice Chat +- Trash Cans +- Mods config \ No newline at end of file diff --git a/debug.log b/debug.log deleted file mode 100644 index cec880f..0000000 --- a/debug.log +++ /dev/null @@ -1,3 +0,0 @@ -[0929/022537.780:ERROR:crashpad_client_win.cc(810)] not connected -[0929/032007.315:ERROR:crashpad_client_win.cc(810)] not connected -[0929/032007.455:ERROR:crashpad_client_win.cc(810)] not connected diff --git a/mrpack/Boundless Horizons 0.4.0.mrpack b/mrpack/Boundless Horizons 0.4.0.mrpack index 8678216..2eaba34 100644 Binary files a/mrpack/Boundless Horizons 0.4.0.mrpack and b/mrpack/Boundless Horizons 0.4.0.mrpack differ diff --git a/mrpack/Boundless Horizons 0.4.1.mrpack b/mrpack/Boundless Horizons 0.4.1.mrpack index 32c325b..133e4f0 100644 Binary files a/mrpack/Boundless Horizons 0.4.1.mrpack and b/mrpack/Boundless Horizons 0.4.1.mrpack differ diff --git a/mrpack/Boundless Horizons 0.5.0.mrpack b/mrpack/Boundless Horizons 0.5.0.mrpack new file mode 100644 index 0000000..b28113b Binary files /dev/null and b/mrpack/Boundless Horizons 0.5.0.mrpack differ