Commit Graph

5 Commits

Author SHA1 Message Date
Martin Prokoph
ec624616c1 Add Cull Leaves options
- Force Culling when the pack is enabled
- Hide fully-surrounded leaf blocks when the pack is enabled
2024-12-24 15:17:48 +01:00
Martin Prokoph
1ccb91c11b Add legacy model as fallback
- Leaves from officially supported mods (as well as vanilla) use the new optimized model (and texture).
- Other, unsupported leaves will now use the legacy model instead of the vanilla square leaves.
- This is done to avoid leaves looking out of place.
2024-12-18 23:28:47 +01:00
Martin Prokoph
e92e8e9549 Support animated textures
- Just uses the legacy model in these cases
- Add automatic resource extraction from mods
2024-12-10 12:39:02 +01:00
Martin Prokoph
f3d4bb69fc Add mod compatibility and edge-case handling
Why does every mod have to do things differently :((
2024-12-05 20:12:18 +01:00
Martin Prokoph
5b3b311ca2 Improve folder structure 2024-12-03 00:09:25 +01:00