What's Changed
- Maybe fix TAA by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/1047
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta61...1.0.0-beta62
What's Changed
- GLSM updates by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/1046
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta60...1.0.0-beta61
What's Changed
- Fix missing GL20 in cstPoolParser by @kotmatross28729 in https://github.com/GTNewHorizons/Angelica/pull/1042
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta59...1.0.0-beta60
What's Changed
- Remove an implicit cast by @DeathFuel in https://github.com/GTNewHorizons/Angelica/pull/1037
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta58...1.0.0-beta59
What's Changed
- Check if module is enabled before resetting zoom by @wlhlm in https://github.com/GTNewHorizons/Angelica/pull/1032
- Optimize in-world item rendering by @sisyphussy in https://github.com/GTNewHorizons/Angelica/pull/1034
- Custom/Smooth Font by @DeathFuel in https://github.com/GTNewHorizons/Angelica/pull/1017
New Contributors
- @sisyphussy made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1034
- @DeathFuel made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1017
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta57...1.0.0-beta58
What's Changed
- Fix fast clouds rendering with setting off after game restart by @Kynake in https://github.com/GTNewHorizons/Angelica/pull/1028
- Improve zoom key handling (reset on GUI enter and compatibility with mouse buttons) by @wlhlm in https://github.com/GTNewHorizons/Angelica/pull/1016
- Disabled force unicode by @slprime in https://github.com/GTNewHorizons/Angelica/pull/1029
- Fix Tileentities not casting shadows by @kotmatross28729 in https://github.com/GTNewHorizons/Angelica/pull/1024
New Contributors
- @Kynake made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1028
- @wlhlm made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1016
- @slprime made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1029
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta56...1.0.0-beta57
What's Changed
- Font rendering: configurable shadow & glyph fix by @Eldrinn-Elantey in https://github.com/GTNewHorizons/Angelica/pull/1011
New Contributors
- @Eldrinn-Elantey made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1011
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta55...1.0.0-beta56
What's Changed
- Fix House Character Rendering with the Batching Font Renderer by @glowredman in https://github.com/GTNewHorizons/Angelica/pull/1002
- Port
FIX_BLOCK_CRACK
from FalseTweaks by @kotmatross28729 in https://github.com/GTNewHorizons/Angelica/pull/999 - ASM Housekeeping by @Alexdoru in https://github.com/GTNewHorizons/Angelica/pull/1003
- Revert #999 by @Alexdoru in https://github.com/GTNewHorizons/Angelica/pull/1005
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta54...1.0.0-beta55
What's Changed
- German translation by @2ndDerivative in https://github.com/GTNewHorizons/Angelica/pull/997
- Remove access transformer to invoke EntityRenderer#getNightVisionBrightness by @Alexdoru in https://github.com/GTNewHorizons/Angelica/pull/1001
New Contributors
- @2ndDerivative made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/997
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta53...1.0.0-beta54
What's Changed
- use EnumChatFormatting and not Realms enum to avoid crash by @Alexdoru in https://github.com/GTNewHorizons/Angelica/pull/996
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta52...1.0.0-beta53
What's Changed
- Cache Tessellator#instance in local var by @Alexdoru in https://github.com/GTNewHorizons/Angelica/pull/995
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta51...1.0.0-beta52
What's Changed
- Speed up forge event registration by @boubou19 in https://github.com/GTNewHorizons/Angelica/pull/993
New Contributors
- @boubou19 made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/993
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta50...1.0.0-beta51
What's Changed
- Convert to new IMixins and MixinsBuilder system by @Alexdoru in https://github.com/GTNewHorizons/Angelica/pull/991
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta49...1.0.0-beta50
What's Changed
- Fix MCPF link in readme by @Radk6 in https://github.com/GTNewHorizons/Angelica/pull/981
- Initial FluidLogged compat by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/985
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta48...1.0.0-beta49
What's Changed
- Add a guard to only init once by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/984
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta47...1.0.0-beta48
What's Changed
- Sync NotFine changes by @jss2a98aj in https://github.com/GTNewHorizons/Angelica/pull/974
- Enforce exact limit on amount of dropped EntityItem rendered by @Alexdoru in https://github.com/GTNewHorizons/Angelica/pull/973
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta46...1.0.0-beta47
What's Changed
- No longer use Reflection for
SplashProgress.fontRenderer
by @glowredman in https://github.com/GTNewHorizons/Angelica/pull/966 - Stop loading HoloInventory too early in the compat class, which was causing fake fluids to not render properly. by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/972
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta45...1.0.0-beta46
What's Changed
- Battlegear 2 for Backhand compat by @YannickMG in https://github.com/GTNewHorizons/Angelica/pull/962
New Contributors
- @YannickMG made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/962
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta44...1.0.0-beta45
What's Changed
- Don't throw exception when trying to forward block+meta to shader while in non-world rendering pass (inventory, preview) by @dvdmandt in https://github.com/GTNewHorizons/Angelica/pull/960
New Contributors
- @dvdmandt made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/960
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta43...1.0.0-beta44
What's Changed
- Replace Baubles with Baubles Expanded by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/949
- Capture shader outline by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/953
- Backhand & HoloInventory Compat via Reflection by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/955
- Fix
COLOR_BUFFER_BIT
leak in ShaderPackScreen by @kotmatross28729 in https://github.com/GTNewHorizons/Angelica/pull/958
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/1.0.0-beta42...1.0.0-beta43