diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 4ccbb42..805d2cc 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.3.0 - 0.2.0 - 0.1.2 - 0.1.1 diff --git a/changelogs/changelog_0.3.0.md b/changelogs/changelog_0.3.0.md new file mode 100644 index 0000000..029edc3 --- /dev/null +++ b/changelogs/changelog_0.3.0.md @@ -0,0 +1,81 @@ +### Summary: +Fixed **A LOT** of performance issues and crashes. For some reason multi threading mods break most mods. Distant Horizons need to be added manualy. Also a lot of magic mods and some performance mods. + + +### Added: +- AI Improvements +- Accessories +- Alternate Current +- Artifacts +- Bartering Station +- Better Beds +- Crafting Tweaks +- Curios API Continuation +- Cut Through +- Diagonal Fences +- Diagonal Walls +- Diagonal Windows +- Drippy Loading Screen +- Easy Anvils +- Easy Magic +- Easy Shulker Boxes +- Echo Chest +- Extended Industrialization +- FPS Reducer +- Fast Paintings +- GpuTape +- Hang Glider +- Held Item Tooltips +- ImmediatelyFast +- Ksyxis +- Leaves Be Gone +- Let Me Despawn +- Magnum Torch +- Metal Bundles +- Mob Lassos +- Modonomicon +- Moonlight Lib +- Observable +- Occultism +- Packet Fixer +- Permanent Sponges +- Pick Up Notifier +- Ranged Weapon API +- Relics +- Relics: Artifacts Compat +- ServerCore +- Shield API +- SmartBrainLib +- Spiky Spikes +- Squat Grow +- Structure Pool API +- Trading Post +### Removed: +- Bigger Sponge Absorption Radius +- Celestria +- Concurrent Chunk Management Engine (Fabric) +- Dimensional Threads Reforked +- Distant Horizons +- ItemPhysic +- Potatoptimize +- RestaurantCraft +- ThreadTweak +- [Let's Do] Vinery +### Updated: +- Chat Heads +- Controlling +- Dungeons and Taverns +- EMI Loot +- Enchanter Fix +- Ender IO +- Friends & Foes (Forge/NeoForge) +- Fzzy Config +- Idle Boost +- Oh The Biomes We've Gone +- Pipez +- Puzzles Lib +- Resourceful Config +- Tesseract API +- The Bumblezone - NeoForge/Forge +- spark +- Mods config \ No newline at end of file diff --git a/config.json b/config.json index ae9ae35..3424012 100644 --- a/config.json +++ b/config.json @@ -12,7 +12,7 @@ "format": { "style": "bullet", "header": { - "show_header": true, + "show_header": false, "size": 2, "title": "auto", "show_old_version_number": false, diff --git a/config/fancymenu/assets/debug.log b/config/fancymenu/assets/debug.log new file mode 100644 index 0000000..90be719 --- /dev/null +++ b/config/fancymenu/assets/debug.log @@ -0,0 +1 @@ +[0928/010358.191:ERROR:crashpad_client_win.cc(810)] not connected diff --git a/mrpack/Boundless Horizons 0.3.0.mrpack b/mrpack/Boundless Horizons 0.3.0.mrpack new file mode 100644 index 0000000..f33c150 Binary files /dev/null and b/mrpack/Boundless Horizons 0.3.0.mrpack differ