Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.

This commit is contained in:
Leonid Pershin
2026-05-08 10:47:28 +03:00
parent e0c966d37f
commit 05fd7ec484
204 changed files with 28319 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
// If disabled, some mod compat features will be turned off to prioritize parity with vanilla seeds.
// The following features will break if disabled:
// - Custom wood type shipwrecks
// - Structure optimizations
"breaks_seed_parity": true,
"log_debug_messages": false
}