Skip to content

Re-Console 0.5.2

Compare
Choose a tag to compare
@intergrav intergrav released this 05 Jun 00:38
· 88 commits to main since this release
8203094

a lot more backend organizational improvements with this update, along with heavily debloating the options.txt file (~250 lines now down to ~14 lines) and some removals of mods that aren't needed

  • updated all mods
    • should also fix e4mc not working
  • cleanup up the options.txt file. used to be ~250 lines, now 14 lines large
    • this also fixes the fovEffectScale issue where the value was set to 0.0 on accident
    • fixes PACP not being enabled by default
    • if you want these changes, keep in mind that if it's not a new pack installation you must delete the current options.txt file in your installation since it won't reset to pack default automatically
  • removed a few mods that aren't needed, too unstable/experimental, or cause other issues
    • paginatedadvancements: not necessary in this pack, does nothing and only serves as bloat
    • servercore: can break vanilla parity and is only viable on servers
    • faster-random: can break vanilla parity and is a very niche micro-optimization
    • alternate-current: breaks vanilla parity with redstone, pretty niche optimization
    • c2me: experimental, causes issues with Legacy4J and improvements can highly vary depending on hardware configuration. you may want to add this back to your instance if you're okay with it
  • re-organized backend for multi-loader support later
    • changed current pack dir to it's own version dir
    • added SkywardMC's justfile for batch operations

we also have a blogpost for our roadmap here if you want to check it out