Files
mechanical-smp-v1/web/config/ftbpc-client.snbt
2025-07-26 14:57:57 +02:00

27 lines
806 B
SNBT

{
# 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
}
}