
Angelica
Rendering Overhaul Mod
- Загрузки
- 136K
- Подписчики
- 95
- Обновлён
- 19 августа 2026 г.
- Лицензия
- Multiple---Primarily-LGPLv3
Опубликован 16 марта 2024 г.
Alpha quality-- Here there be Dragons! The end goal is a complete rendering overhaul of 1.7.10 using more modern and optimized GL usage, improved FPS and modern shader support.
Notes:
- Some mods require updates, as found at http://github.com/GTNewHorizons, in order to properly take advantaged of the multi threaded rendering and/or avoid crashes.
Includes:
- (Unofficial) Backported Sodium/Embeddium [Multi threaded meshed chunk assembly]
- Various graphical enhancements from ArchaicFix
- Culling and rendering improvements from NotFine
- A fully functioning GLStateManager
- HUD Caching [Limits HUD rendering to 20fps]
- Batched Font Renderer
- Shaders - (Unofficial) Backported Iris/Oculus - Beta - Complementary & BSL mostly function, Sildurs, Seus, and others probably don't work
Coming Soon :tm:
- MCPatcher[Forge] - Connected textures and resource pack improvements, etc
Required Dependencies
- UniMixins >= 0.1.14
- GTNHLib >= 0.6.6
- NOTE: Some mods are not required, but a specific version is required if present - see:
Permanent Incompatibilitiesbelow.
Known (temporary) Incompatibilities
- Forge Relocation - Currently non Thread Safe; safe if not in use
- ProjectRed Frames - Currently non Thread Safe; safe if not in use
Known - Incompatibilities
- FalseTweaks - Not currently planned (Looking for volunteers)
- SmoothFont - Not currently planned (Looking for volunteers)
- RPLE - Not currently planned (Looking for volunteers)
Potential Incompatibilities
- EndlessIDs - Compat commits have been made, might work, might not - not fully tested
Permanent Incompatibilities
- Optifine [Disabled, won't fix]
- Fastcraft [Disable, won't fix]
- BetterFPS [Won't fix]
- OptimizationsAndTweaks [Disabled, won't fix]
- LWJGL3ify 1.5.4 and below - Use the latest version available, 1.5.7+
- ArchaicFix 0.6.2 and below - Use 0.7.0 or above
- Hodgepodge 2.4.3 and below - Use 2.4.4 or above
- CodeChickenCore/Lib <1.2.0 - Threading issues, use 1.2.0+
- Neodymium - Untested, but unlikely to be compatible. (Chunk Meshing is definitely incompatible, other features might work depending on config)
Ченджлог
2.2.8Релиз1.7.10 · 19 августа 2026 г.
What's Changed
- Many bug fixes by @Eclipse-Sol in https://github.com/GTNewHorizons/Angelica/pull/2017
- Avoid rescanning atlas for each CTM tile by @boubou19 in https://github.com/GTNewHorizons/Angelica/pull/2029
- Add a flag to StateAwareTesselator for per-quad directional shading by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/1989
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.2.7...2.2.8
2.2.7Релиз1.7.10 · 17 августа 2026 г.
What's Changed
- Mark tiles at transform time instead of using reflection by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2024
- SDL presenter fixes and frame pacer adjustments by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2025
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.2.6...2.2.7
2.2.6Релиз1.7.10 · 16 августа 2026 г.
What's Changed
- Sign Fix by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2016
- Defer ticking on TEs we eagerly create until they get a description packet by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2018
- Tracy 0.14 by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2019
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.2.5...2.2.6
2.2.5Релиз1.7.10 · 15 августа 2026 г.
What's Changed
- fix starminer rotation & optimize starminer rotateCorpseByGravity by @brandyyn in https://github.com/GTNewHorizons/Angelica/pull/2005
- TE and world access thread safety for rendering, and remesh on first TE update packet. by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2014
- Fixes World Lighting to Text Rendering so its not Fullbright by @KAMKEEL in https://github.com/GTNewHorizons/Angelica/pull/1976
New Contributors
- @brandyyn made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/2005
- @KAMKEEL made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1976
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.2.4...2.2.5
2.2.4Релиз1.7.10 · 13 августа 2026 г.
What's Changed
- vsync adjustments: on/mailbox/off + windows input lag fix + glsl parsing optimizations by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2009
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.2.3...2.2.4
2.2.3Релиз1.7.10 · 10 августа 2026 г.
What's Changed
- SDL followup fixes by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2001
- Adjust vsync and fps limiters, and fix WSR with player models by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/2002
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.2.2...2.2.3
2.1.61Релиз1.7.10 · 8 августа 2026 г.
What's Changed
- Bump Gradle and 3ify dep by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/1986
- Do not concat strings from
glCallListwhen debug is off by @boubou19 in https://github.com/GTNewHorizons/Angelica/pull/1988 - Fix compat for the original battlegear 2 by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/1992
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.1.60...2.1.61
2.1.60Релиз1.7.10 · 2 августа 2026 г.
What's Changed
- RenderChunkEvent for fluxloading to avoid mixin by @Midnight145 in https://github.com/GTNewHorizons/Angelica/pull/1974
- Fix Mekanism crash when it cast chunkTileEntityMap to HashMap by @XLin0mu in https://github.com/GTNewHorizons/Angelica/pull/1982
- Remove dead getCharWidth ModifyConstant by @Eldrinn-Elantey in https://github.com/GTNewHorizons/Angelica/pull/1983
- Optimize item frame rendering by @Algent in https://github.com/GTNewHorizons/Angelica/pull/1964
- Generalize non-terrain block's material ID setting by @Eclipse-Sol in https://github.com/GTNewHorizons/Angelica/pull/1981
New Contributors
- @XLin0mu made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1982
- @Algent made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/1964
Full Changelog: https://github.com/GTNewHorizons/Angelica/compare/2.1.59...2.1.60
Комментарии
Загружаем…