moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
# When enabled, toasts regarding the advancement progression will be disabled.
# Default: false
disable_advancements_toasts: false
# When enabled, toasts regarding the recipe unlocks will be disabled.
# Default: false
disable_recipe_toasts: false
# When enabled, toasts regarding the in-game start tutorial will be disabled.
# Default: true
disable_tutorial_toasts: true
# The seed to use for the world. Only used if world_uses_static_seed is enabled.
# Default: ""
static_seed: ""
# When enabled, the world will always use the same seed, regardless of the world name.
# Default: false
world_uses_static_seed: false
performance: {
# Improve reloading performance by disabling block cache rebuild on server resource reload
# Default: true
skip_block_cache_rebuild: true
}
}