Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-09 | Rebrand pt. 1: Rename mod to Neodymium | makamys | |
2021-06-04 | Add option to force vanilla temperature algorithm, fixes SS incompatibility | makamys | |
Serene Seasons changes biomes to be colder in certain seasons, making LODMod think there should be snow there, while no snow is actually generated. Setting this config option to true fixes this mismatch. | |||
2021-06-02 | Reduce simple mesh tricount | makamys | |
2021-05-29 | Move debug mode toggle to config file, config max simple mesh height | makamys | |
2021-05-24 | Fix snow disappearing when it's nearby | makamys | |
2021-05-23 | Ignore BOP logs and GT6 tile entities in, make blacklist configurable | makamys | |
2021-05-21 | SimpleChunkMesh: Don't access server's WorldChunkManager on client thread | makamys | |
I did this in an attempt to fix a bug I had with OWG, but it turned out to be caused by something else. Still, accessing the server's data structures from the client thread is bad form, so I'll keep it like this. | |||
2021-05-20 | Leave tree trunks out of simple meshes | makamys | |
2021-05-10 | Make seabeds darker | makamys | |
2021-05-10 | Fix build | makamys | |
2021-05-10 | Make simple chunk meshes less dark | makamys | |
2021-05-10 | Render snow im simple chunk meshes | makamys | |
2021-05-10 | Fix simple mesh grass color | makamys | |
2021-05-09 | Improve memory tracking | makamys | |
2021-05-09 | Sort pass 2 meshes | makamys | |
2021-05-09 | press G to sort | makamys | |
2021-05-09 | Include seabed in the simple meshes of chunks with a watery surface | makamys | |
2021-05-07 | Save ChunkMeshes to disk (no loading yet) | makamys | |
2021-05-07 | Add used RAM and mesh count to F3 | makamys | |
2021-05-07 | Port mod from MCP to Forge! | makamys | |
The only known regression is the sides of LOD=1 chunks look darker for some reason |