aboutsummaryrefslogtreecommitdiff
path: root/config/forge.cfg
diff options
context:
space:
mode:
authorChristina Berchtold <kekzdealer@gmail.com>2019-06-08 00:22:03 +0200
committerChristina Berchtold <kekzdealer@gmail.com>2019-06-08 00:22:03 +0200
commit528d3633ab5b7534325281759ffeec4772f68da9 (patch)
tree478a79f7eefa827f7e3752c6483a1880652ed96c /config/forge.cfg
parent57c5da35a3a6b5cbf6cf36d6ab9e4886fc1e6342 (diff)
downloadGT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.tar.gz
GT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.tar.bz2
GT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.zip
I haven't commited in a while D;
Diffstat (limited to 'config/forge.cfg')
-rw-r--r--config/forge.cfg57
1 files changed, 57 insertions, 0 deletions
diff --git a/config/forge.cfg b/config/forge.cfg
new file mode 100644
index 0000000000..976d1345d1
--- /dev/null
+++ b/config/forge.cfg
@@ -0,0 +1,57 @@
+# Configuration file
+
+general {
+ # Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github.
+ B:disableVersionCheck=false
+
+ # Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024
+ I:clumpingThreshold=64
+
+ # Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipies. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI.
+ B:sortRecipies=true
+
+ # Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
+ B:removeErroringEntities=false
+
+ # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
+ B:removeErroringTileEntities=false
+
+ # Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticable differences in mechanics so default is vanilla behavior. Default: false
+ B:fullBoundingBoxLadders=false
+
+ # Control the range of sky blending for colored skies in biomes.
+ I:biomeSkyBlendRange <
+ 2
+ 4
+ 6
+ 8
+ 10
+ 12
+ 14
+ 16
+ 18
+ 20
+ 22
+ 24
+ 26
+ 28
+ 30
+ 32
+ 34
+ >
+
+ # Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic.
+ D:zombieBaseSummonChance=0.1
+
+ # Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic.
+ D:zombieBabyChance=0.05
+
+ # The spawn fuzz when a player respawns in the world, this is controlable by WorldType, this config option is for the default overworld.
+ I:defaultSpawnFuzz=20
+
+ # If the overworld has ANY spawn fuzz at all. If not, the spawn will always be the exact same location.
+ B:spawnHasFuzz=true
+ B:enableGlobalConfig=false
+}
+
+