Skip to content

Commit

Permalink
Add Cull Leaves options
Browse files Browse the repository at this point in the history
- Force Culling when the pack is enabled
- Hide fully-surrounded leaf blocks when the pack is enabled
  • Loading branch information
Motschen committed Dec 24, 2024
1 parent 1c12ac7 commit ec62461
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified Better-Leaves-Lite-1.0.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/cullleaves/options/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"forceLeafCulling": true,
"forceHideInnerLeaves": true
}
4 changes: 4 additions & 0 deletions base/assets/cullleaves/options/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"forceLeafCulling": true,
"forceHideInnerLeaves": true
}

0 comments on commit ec62461

Please sign in to comment.