1
0
mirror of https://github.com/Adam-Ant/modpack_spring_17 synced 2025-10-29 23:47:17 +00:00

Initial config added

This commit is contained in:
Adam Dodman
2017-05-08 17:32:05 +01:00
parent ff66ed12f8
commit cbb29f50f3
238 changed files with 38269 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
# Configuration file
##########################################################################################################
# books
#--------------------------------------------------------------------------------------------------------#
# All settings related to Books.
##########################################################################################################
books {
# Allows books to spawn with new players.
# This is a global override for all books. [default: true]
B:canSpawnWithBooks=true
##########################################################################################################
# spawn
#--------------------------------------------------------------------------------------------------------#
# If true, the user will spawn with the book.
# This defaults to the value the book owner has set and is overridden by this config.
##########################################################################################################
spawn {
B:"bloodmagic:BloodMagic"=false
}
}
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# Miscellaneous settings.
##########################################################################################################
general {
# Enables extra information being printed to the console. [default: true]
B:enableLogging=true
}