Initial Commit!

This commit is contained in:
zombieguy
2026-07-08 22:58:56 +01:00
parent d9910aee00
commit 9cef1c5373
2371 changed files with 56283 additions and 0 deletions
@@ -0,0 +1,29 @@
#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"