Skip to content

Commit

Permalink
More Culling on 1.20.6 and 1.21, more moderfix configs, good morecull…
Browse files Browse the repository at this point in the history
…ing config
  • Loading branch information
Cartrigger committed Sep 29, 2024
1 parent a4e56f8 commit 6627241
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
10 changes: 10 additions & 0 deletions devmods.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"slug": "Lithium",
"version": "mc1.21-0.13.0",
"download_link": "https://cdn.modrinth.com/data/gvQqBUqZ/versions/NTZCh7rb/lithium-fabric-mc1.21-0.13.0.jar"
},
{
"slug": "MoreCulling",
"version": "v1.0.0-beta.1",
"download_link": "https://cdn.modrinth.com/data/51shyZVL/versions/E3M7N09H/moreculling-fabric-1.21.1-1.0.0-beta.1.jar"
}
]
},
Expand Down Expand Up @@ -71,6 +76,11 @@
"slug": "Lithium",
"version": "mc1.20.6-0.12.5",
"download_link": "https://cdn.modrinth.com/data/gvQqBUqZ/versions/5a3sPIH2/lithium-fabric-mc1.20.6-0.12.5.jar"
},
{
"slug": "MoreCulling",
"version": "https://cdn.modrinth.com/data/51shyZVL/versions/yduz8IZo/moreculling-1.20.5-0.25.0.jar",
"download_link": "https://cdn.modrinth.com/data/51shyZVL/versions/yduz8IZo/moreculling-1.20.5-0.25.0.jar"
}
]
},
Expand Down
3 changes: 3 additions & 0 deletions src/main/assets/modernfix-mixins.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@
# mixin.safety=true # (default)
#
# User overrides go here.
mixin.perf.dynamic_entity_renderers=true
mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true

21 changes: 17 additions & 4 deletions src/main/assets/moreculling.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
version = 1
enableSodiumMenu = true
cloudCulling = true
signTextCulling = true
rainCulling = true
useBlockStateCulling = true
useCustomItemFrameRenderer = true
itemFrameMapCulling = true
useItemFrameLOD = true
itemFrameLODRange = 384
itemFrameLODRange = 16
useItemFrame3FaceCulling = true
itemFrame3FaceCullingRange = 12.0
leavesCullingMode = "DEFAULT"
leavesCullingDepth = 2
itemFrame3FaceCullingRange = 2.0
leavesCullingMode = "FAST"
leavesCullingAmount = 2
includeMangroveRoots = true
powderSnowCulling = true
endGatewayCulling = true
beaconBeamCulling = true
entityModelCulling = false
useOnModdedBlocksByDefault = true

[modCompatibility]
minecraft = true

0 comments on commit 6627241

Please sign in to comment.