some work
This commit is contained in:
parent
64fb11a55f
commit
b449f53bd6
9 changed files with 460 additions and 57 deletions
11
defaultconfigs/firmaciv-server.toml
Normal file
11
defaultconfigs/firmaciv-server.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
[general]
|
||||
#Force creation of canoes from specified wood types. Turning this to false will make canoes craftable from any wood type.
|
||||
canoeWoodRestriction = true
|
||||
#Force creation of ships and rowboats from specified wood types. Turning this to false will make ships and rowboats craftable from any wood type.
|
||||
shipWoodRestriction = true
|
||||
#Force reduceDebugInfo gamerule. Turn this to FALSE if you want coordinates bad.
|
||||
forceReducedDebugInfo = false
|
||||
#Disables vanilla boats and base TFC boats from working.
|
||||
disableVanillaBoatFunctionality = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue