Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Version 2.0

Latest
Compare
Choose a tag to compare
@kohy-creates kohy-creates released this 12 Sep 19:32
· 13 commits to main since this release

I am back with another release of the pack! This one had some major changes...

121fcd2 Updated Fabric API to the newest version
b1c538f Updated Starlight

Changed from Iris to OptiFine.

473c2a3
This decision was tough to make, because Iris had better performance AND was compatible with ALL mods, while OptiFine's closed source code threw me some incompatibilities... But I think that I want to go for features over this. Even if so, performance loss is barely noticable

Removed Physics Mod and VoxelMap

0ae7983
This was also a tough decision...
The block particles from PhysicsMod broke with the introduction of built-in shaders for Fabulous graphics (they were all rainbowy and didn't always show up)
I have decided to not investigate the issue further and just remove the mod entirely
VoxelMap however caused OptiFine's mixins to not implement correctly, meaning that Minecraft failed to load every time it tried to do so

Remove MoreMCMeta, BoringBackgrounds and MoreTooltips

fbc361f

  • MoreMCMeta - feature in OptiFine
  • BoringBackgrounds - already implemented with built-in Core shaders
  • MoreTooltips - useless

Reset all configs

c886290
There were many options that were breaking the game, so I have decided to redo all of them by clearing the configs and redoing them from scratch

Reset options.txt

6d9436b
Many Sodium options required to be erased, so I redid the Options too! They are now fairly optimized for some better PCs, but they can be changed for low-end ones too!

New mods, fixes, features...

a88e8df
New mods added:

  • AntiGhost - fixes client and server desyncs known as Ghost Blocks
  • Bobby - better loading screens
  • Searchable Containers - search bar above all chest containers to find items easily
  • Figura - player model editing
  • Flight HUD - better Elytra flight interface
  • Illuminations - not new, but updated to newer version
  • MCCT - several more tweaks to the client
  • Nicephore - compresses regular screenshots and gives output as both PNG and JPG files
  • Name Pain - named entities nameplates flash red on damage
  • Panorama Tweaker - slight changes to Main Menu Panorama
  • Sneak Tweak - visual changes to sneaking animation
  • BetterBiomeBlend - not new, but now actually works (Iris has disabled it previously)

And some changes as well!

  • Removed InventoryHud+, as it was causing some visual issues
  • Tweaked max brightness from AdaptiveBrightnes
  • Big screenshots now output those in 8K (F9 in order to make those!)
  • Main Menu panorama and options background are much better!
  • Game stops when you aren't focused on the window (meaning that performance of all other tasks other than MC will be better when not playing)

Installation instruction was moved to README.md! a88e8df