mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Use 2 space indents in YAML files
this is (mostly) a backport of #2593 to 3.5. Closes #2593.
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
#NOTE: This will do nothing if there are no resource packs in the stack below.
|
||||
force_resources: false
|
||||
resource_stack:
|
||||
#Resource packs here are applied from bottom to top. This means that resources in higher packs will override those in lower packs.
|
||||
#Entries here must indicate the filename of the resource pack.
|
||||
#Example
|
||||
# - natural.zip
|
||||
# - vanilla.zip
|
||||
#If you want to force clients to use vanilla resources, you must place a vanilla resource pack in your resources folder and add it to the stack here.
|
||||
#Resource packs here are applied from bottom to top. This means that resources in higher packs will override those in lower packs.
|
||||
#Entries here must indicate the filename of the resource pack.
|
||||
#Example
|
||||
# - natural.zip
|
||||
# - vanilla.zip
|
||||
#If you want to force clients to use vanilla resources, you must place a vanilla resource pack in your resources folder and add it to the stack here.
|
||||
|
Reference in New Issue
Block a user