moving around
This commit is contained in:
26
web/pack/config/ftbpc-client.snbt
Normal file
26
web/pack/config/ftbpc-client.snbt
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user