clientstuff

This commit is contained in:
2025-11-03 15:47:16 +01:00
parent 503b04656d
commit a90cfde309
1655 changed files with 940682 additions and 604 deletions

View File

@@ -0,0 +1,38 @@
# Configuration file
general {
# Allow Advanced OpenGL to be enabled when it might be supported. [default: false]
B:allowAdvancedOpenGL=false
# Allow 3D Anaglyph to be enabled. [default: true]
B:allowToggle3DAnaglyph=true
# Allow FBOs to be disabled. [default: false]
B:allowToggleFBO=false
}
##########################################################################################################
# toggle
#--------------------------------------------------------------------------------------------------------#
# Enable or disable various mod features.
##########################################################################################################
toggle {
# Use more accurate block face culling when building chunk meshes. [default: true]
B:betterBlockFaceCulling=true
}
##########################################################################################################
# unfinished
#--------------------------------------------------------------------------------------------------------#
# Toggle mod features that are unfinished or require compatibility improvements.
##########################################################################################################
unfinished {
# Allows resource pack artists to add block textures to be rendered during additional passes. [default: false]
B:renderPass=false
}