30 lines
1.2 KiB
TOML
30 lines
1.2 KiB
TOML
|
|
#Toggle which block entities to optimize. Changes require restart.
|
|
[optimizations]
|
|
#Optimize chests, trapped chests, and ender chests.
|
|
chests = true
|
|
#Optimize all 16 bed colors.
|
|
beds = true
|
|
#Optimize bells.
|
|
bells = true
|
|
#Optimize all shulker box variants (17 colors).
|
|
shulker_boxes = true
|
|
#Optimize Quark variant chests (requires Quark to be installed).
|
|
quark_chests = true
|
|
#Optimize BetterEnd chests (requires BetterEnd + BCLib).
|
|
better_end_chests = true
|
|
#Optimize BetterNether chests (requires BetterNether + BCLib).
|
|
better_nether_chests = true
|
|
#Optimize Iron Chests (requires Iron Chests). Crystal chests are excluded.
|
|
iron_chests = true
|
|
|
|
[compatibility]
|
|
#How to coexist with Vanillin (Flywheel instanced rendering). Changes require restart.
|
|
# AUTO - If Vanillin is present and Flywheel's backend is ON, let Vanillin
|
|
# handle VANILLA chests/bells/shulkers; LBE keeps optimizing modded chests.
|
|
# ALWAYS_LBE - Ignore Vanillin; LBE handles everything (may double-render with Vanillin).
|
|
# DEFER_TO_VANILLIN - If Vanillin is present at all, always defer vanilla types to it.
|
|
#Note: if you change Flywheel's backend in-game, restart for LBE to re-evaluate.
|
|
vanillin_compat_mode = "AUTO"
|
|
|