Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

46
config/nationsgui.cfg Executable file
View File

@@ -0,0 +1,46 @@
# Configuration file
####################
# incubator
####################
incubator {
I:"Block ID"=3333
# Coal block rate per second
I:"Coal Rate"=4
# The amount of entity spawn per minute
I:"Spawn Rate"=12
}
####################
# repair machine
####################
"repair machine" {
# List of blacklisted item IDs
S:Blacklist <
>
I:"Block ID"=3334
# Coal block rate per second
I:"Coal Rate"=2
# Repair rate per second
I:"Repair Rate"=2
}
####################
# spawner
####################
spawner {
# List of blacklisted entity IDs
I:Blacklist <
>
}