aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorkekzdealer <kekzdealer@gmail.com>2019-10-09 02:43:07 +0200
committerkekzdealer <kekzdealer@gmail.com>2019-10-09 02:43:07 +0200
commit820ca984d2dea005a126ef585661503f8cc992f5 (patch)
treebca38b81b17c435e493bf8030fad31ffe5d6d9bc /config
parent187fbf985078ee89f12a287a6754f2023c5e16be (diff)
downloadGT5-Unofficial-820ca984d2dea005a126ef585661503f8cc992f5.tar.gz
GT5-Unofficial-820ca984d2dea005a126ef585661503f8cc992f5.tar.bz2
GT5-Unofficial-820ca984d2dea005a126ef585661503f8cc992f5.zip
improved T.F.F.T code; Prepared for MultiHatch
Diffstat (limited to 'config')
-rw-r--r--config/CodeChickenLib.cfg2
-rw-r--r--config/GregTech/WorldGeneration.cfg20
-rw-r--r--config/IC2.ini336
-rw-r--r--config/Ztones.cfg58
-rw-r--r--config/devtips.cfg52
-rw-r--r--config/forge.cfg114
-rw-r--r--config/forgeChunkLoading.cfg94
-rw-r--r--config/splash.properties2
8 files changed, 378 insertions, 300 deletions
diff --git a/config/CodeChickenLib.cfg b/config/CodeChickenLib.cfg
index 94d4c170a5..947513c59e 100644
--- a/config/CodeChickenLib.cfg
+++ b/config/CodeChickenLib.cfg
@@ -3,6 +3,6 @@
dump_asm=true
#Path to directory holding packaged.srg, fields.csv and methods.csv for mcp remapping
-mappingDir=C:\Users\Kekzdealer\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1614-1.7.10\unpacked\conf
+mappingDir=/home/kekzdealer/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/unpacked/conf
textify=true
diff --git a/config/GregTech/WorldGeneration.cfg b/config/GregTech/WorldGeneration.cfg
index 9f8d5e493a..37781d6de8 100644
--- a/config/GregTech/WorldGeneration.cfg
+++ b/config/GregTech/WorldGeneration.cfg
@@ -2331,6 +2331,26 @@ worldgen {
B:Overworld_true=true
}
+ diamond {
+ B:Overworld_true=true
+ }
+
+ naquadah {
+ B:Overworld_false=false
+ }
+
+ coal {
+ B:Overworld_true=true
+ }
+
+ uranium {
+ B:Overworld_true=true
+ }
+
+ soapstone {
+ B:Overworld_true=true
+ }
+
}
small {
diff --git a/config/IC2.ini b/config/IC2.ini
index c526d786f2..e90cb15b5d 100644
--- a/config/IC2.ini
+++ b/config/IC2.ini
@@ -1,168 +1,168 @@
-; ic2 general config
-; created Jul 4, 2019 5:21:42 PM
-;---
-
-[worldgen]
-; Enable generation of rubber trees in the world.
-rubberTree = true
-; Enable generation of copper in the world.
-copperOre = true
-; Enable generation of tin in the world.
-tinOre = true
-; Enable generation of uranium in the world.
-uraniumOre = true
-; Enable generation of Lead in the world.
-leadOre = true
-; Factor scaling the IC2 ore generation quantity.
-oreDensityFactor = 1.0
-
-[protection]
-; Enable logging of players when they remove a machine using a wrench.
-wrenchLogging = true
-; Maximum Explosion power of a nuke, where TNT is 4.
-nukeExplosionPowerLimit = 60
-; Maximum explosion power of a nuclear reactor, where TNT is 4.
-reactorExplosionPowerLimit = 45
-; Enable the nuke
-enableNuke = true
-
-[balance]
-; Maximum battery tier usable by the miner.
-; 1 = batteries, 2 = lead batteries, 3 = energy crystals, 4 = lapotron crystals
-minerDischargeTier = 1
-; Increase the energy use by the player's inventory weight when going through a teleporter.
-teleporterUseInventoryWeight = true
-; Ratio of energy retained inside energy storage block Items when wrenched.
-; 0 (nothing) ... 1 (100%), default 0.8 (80 %)
-energyRetainedInStorageBlockDrops = 0.8
-; Factor to scale the UU-Matter production energy requirement.
-uuEnergyFactor = 1.0
-; Disable the vanilla ender chest, removing existing ones from the world as well.
-disableEnderChest = false
-; Comma separated list of blocks and items which should not be turned into scrap by the recycler.
-; Format: <name>[@metadata], metadata * matches any.
-; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
-recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold
-; Whitelist for blocks/items allowed to be recycled.
-; The whitelist will be used instead of the blacklist approach if it's non-empty, disallowing everything else.
-; The format is the same as the blacklist.
-recyclerWhitelist =
-; Allow to pick blocks up using just a pickaxe instead of needing a wrench.
-ignoreWrenchRequirement = false
-
-; Base energy generation factors - increase for higher energy yield.
-[balance / energy / generator]
-generator = 1.0
-geothermal = 1.0
-; Deprecated, because of Kinetic Watermill
-water = 1.0
-solar = 1.0
-; Deprecated, because of Kinetic Windmill
-wind = 1.0
-nuclear = 1.0
-semiFluidOil = 1.0
-semiFluidFuel = 1.0
-semiFluidBiomass = 1.0
-semiFluidBioethanol = 1.0
-semiFluidBiogas = 1.0
-Stirling = 1.0
-Kinetic = 1.0
-radioisotope = 1.0
-
-; Base heat generation factors - increase for higher heat yield.
-[balance / energy / heatgenerator]
-semiFluidOil = 1.0
-semiFluidFuel = 1.0
-semiFluidBiomass = 1.0
-semiFluidBioethanol = 1.0
-semiFluidBiogas = 1.0
-solid = 1.0
-radioisotope = 1.0
-electric = 1.0
-
-; Base kinetic generation factors - increase for higher kinetic energy yield.
-[balance / energy / kineticgenerator]
-water = 1.0
-wind = 1.0
-manual = 1.0
-steam = 1.0
-electric = 1.0
-
-; Basically the amount of hU the conversion of one mB of Liquid takes/gives
-[balance / energy / fluidconversion]
-; Lava -> PahoehoeLava
-heatExchangerLava = 1.0
-; Hot Coolant <-> Cold Coolant
-heatExchangerHotCoolant = 1.0
-; Hot Water <- Water
-heatExchangerWater = 1.0
-
-; Base Coolant conversion rate for FluidReactors.
-[balance / energy / FluidReactor]
-outputModifier = 1.0
-
-; Balace Value for Turbine Livetime in sec. Default 86400sec = 24h
-[balance / SteamKineticGenerator]
-rotorlivetime = 86400
-
-; Balace Values for calcification default 100.000mB Water -> to failure
-[balance / steamgenerator / calcification]
-maxcalcification = 100000
-
-; Balance Values for Fermenter
-[balance / fermenter]
-need_amount_biomass_per_run = 10
-output_amount_biogas_per_run = 200
-hU_per_run = 8000
-biomass_per_fertilizier = 500
-
-; Additional initial uu values, a value of 1 equals cobblestone.
-; Recipes may cause the final value be lower than the one specified here.
-; Format: <name>[@metadata] = <value>
-[balance / uu-values / predefined]
-IC2:itemOreIridium = 12000
-
-[recipes]
-; To modify recipes or add custom recipes, copy the corresponding .ini file to
-; "minecraft/config/ic2" and modify it.
-;
-; Disable IC2 crafting recipes with the specified output, comma separated list.
-; Recipes in the additional section below aren't affected.
-; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin.
-disable =
-; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list.
-; Recipes in the additional section below aren't affected.
-; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt.
-purge =
-; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited.
-allowCoinCrafting = true
-; Allow only IC2 circuits to be used in IC2's recipes.
-requireIc2Circuits = false
-; Adjust smelting recipes to always output IC2 items if available.
-smeltToIc2Items = false
-; Ignore invalid recipes.
-ignoreInvalidRecipes = false
-
-[misc]
-; Enable IC2's custom sound system.
-enableIc2Audio = true
-; Maximum number of active audio sources, only change it if you know what you're doing.
-maxAudioSourceCount = 32
-; Enable hiding of secret recipes in CraftGuide/NEI.
-hideSecretRecipes = true
-; Enable activation of the quantum leggings' speed boost when sprinting instead of holding the boost key.
-quantumSpeedOnSprint = true
-; Enable burning of scrap in a generator.
-allowBurningScrap = true
-; Comma separated list with ores the miner should harvest.
-; Format: <name>[@metadata], e.g. minecraft:torch, minecraft:chest
-; The metadata * will match any, e.g. minecraft:log@*.
-; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
-additionalValuableOres =
-; Use the new highly experimental current + voltage energy net model with energy loss.
-; Only set this to true if you know what you are doing.
-useLinearTransferModel = false
-; Potion ID of radiation potion.
-; Do not change this after you created a world...
-radiationPotionID = 24
-
+; ic2 general config
+; created Oct 9, 2019 2:31:48 AM
+;---
+
+[worldgen]
+; Enable generation of rubber trees in the world.
+rubberTree = true
+; Enable generation of copper in the world.
+copperOre = true
+; Enable generation of tin in the world.
+tinOre = true
+; Enable generation of uranium in the world.
+uraniumOre = true
+; Enable generation of Lead in the world.
+leadOre = true
+; Factor scaling the IC2 ore generation quantity.
+oreDensityFactor = 1.0
+
+[protection]
+; Enable logging of players when they remove a machine using a wrench.
+wrenchLogging = true
+; Maximum Explosion power of a nuke, where TNT is 4.
+nukeExplosionPowerLimit = 60
+; Maximum explosion power of a nuclear reactor, where TNT is 4.
+reactorExplosionPowerLimit = 45
+; Enable the nuke
+enableNuke = true
+
+[balance]
+; Maximum battery tier usable by the miner.
+; 1 = batteries, 2 = lead batteries, 3 = energy crystals, 4 = lapotron crystals
+minerDischargeTier = 1
+; Increase the energy use by the player's inventory weight when going through a teleporter.
+teleporterUseInventoryWeight = true
+; Ratio of energy retained inside energy storage block Items when wrenched.
+; 0 (nothing) ... 1 (100%), default 0.8 (80 %)
+energyRetainedInStorageBlockDrops = 0.8
+; Factor to scale the UU-Matter production energy requirement.
+uuEnergyFactor = 1.0
+; Disable the vanilla ender chest, removing existing ones from the world as well.
+disableEnderChest = false
+; Comma separated list of blocks and items which should not be turned into scrap by the recycler.
+; Format: <name>[@metadata], metadata * matches any.
+; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
+recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold
+; Whitelist for blocks/items allowed to be recycled.
+; The whitelist will be used instead of the blacklist approach if it's non-empty, disallowing everything else.
+; The format is the same as the blacklist.
+recyclerWhitelist =
+; Allow to pick blocks up using just a pickaxe instead of needing a wrench.
+ignoreWrenchRequirement = false
+
+; Base energy generation factors - increase for higher energy yield.
+[balance / energy / generator]
+generator = 1.0
+geothermal = 1.0
+; Deprecated, because of Kinetic Watermill
+water = 1.0
+solar = 1.0
+; Deprecated, because of Kinetic Windmill
+wind = 1.0
+nuclear = 1.0
+semiFluidOil = 1.0
+semiFluidFuel = 1.0
+semiFluidBiomass = 1.0
+semiFluidBioethanol = 1.0
+semiFluidBiogas = 1.0
+Stirling = 1.0
+Kinetic = 1.0
+radioisotope = 1.0
+
+; Base heat generation factors - increase for higher heat yield.
+[balance / energy / heatgenerator]
+semiFluidOil = 1.0
+semiFluidFuel = 1.0
+semiFluidBiomass = 1.0
+semiFluidBioethanol = 1.0
+semiFluidBiogas = 1.0
+solid = 1.0
+radioisotope = 1.0
+electric = 1.0
+
+; Base kinetic generation factors - increase for higher kinetic energy yield.
+[balance / energy / kineticgenerator]
+water = 1.0
+wind = 1.0
+manual = 1.0
+steam = 1.0
+electric = 1.0
+
+; Basically the amount of hU the conversion of one mB of Liquid takes/gives
+[balance / energy / fluidconversion]
+; Lava -> PahoehoeLava
+heatExchangerLava = 1.0
+; Hot Coolant <-> Cold Coolant
+heatExchangerHotCoolant = 1.0
+; Hot Water <- Water
+heatExchangerWater = 1.0
+
+; Base Coolant conversion rate for FluidReactors.
+[balance / energy / FluidReactor]
+outputModifier = 1.0
+
+; Balace Value for Turbine Livetime in sec. Default 86400sec = 24h
+[balance / SteamKineticGenerator]
+rotorlivetime = 86400
+
+; Balace Values for calcification default 100.000mB Water -> to failure
+[balance / steamgenerator / calcification]
+maxcalcification = 100000
+
+; Balance Values for Fermenter
+[balance / fermenter]
+need_amount_biomass_per_run = 10
+output_amount_biogas_per_run = 200
+hU_per_run = 8000
+biomass_per_fertilizier = 500
+
+; Additional initial uu values, a value of 1 equals cobblestone.
+; Recipes may cause the final value be lower than the one specified here.
+; Format: <name>[@metadata] = <value>
+[balance / uu-values / predefined]
+IC2:itemOreIridium = 12000
+
+[recipes]
+; To modify recipes or add custom recipes, copy the corresponding .ini file to
+; "minecraft/config/ic2" and modify it.
+;
+; Disable IC2 crafting recipes with the specified output, comma separated list.
+; Recipes in the additional section below aren't affected.
+; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin.
+disable =
+; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list.
+; Recipes in the additional section below aren't affected.
+; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt.
+purge =
+; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited.
+allowCoinCrafting = true
+; Allow only IC2 circuits to be used in IC2's recipes.
+requireIc2Circuits = false
+; Adjust smelting recipes to always output IC2 items if available.
+smeltToIc2Items = false
+; Ignore invalid recipes.
+ignoreInvalidRecipes = false
+
+[misc]
+; Enable IC2's custom sound system.
+enableIc2Audio = true
+; Maximum number of active audio sources, only change it if you know what you're doing.
+maxAudioSourceCount = 32
+; Enable hiding of secret recipes in CraftGuide/NEI.
+hideSecretRecipes = true
+; Enable activation of the quantum leggings' speed boost when sprinting instead of holding the boost key.
+quantumSpeedOnSprint = true
+; Enable burning of scrap in a generator.
+allowBurningScrap = true
+; Comma separated list with ores the miner should harvest.
+; Format: <name>[@metadata], e.g. minecraft:torch, minecraft:chest
+; The metadata * will match any, e.g. minecraft:log@*.
+; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name.
+additionalValuableOres =
+; Use the new highly experimental current + voltage energy net model with energy loss.
+; Only set this to true if you know what you are doing.
+useLinearTransferModel = false
+; Potion ID of radiation potion.
+; Do not change this after you created a world...
+radiationPotionID = 24
+
diff --git a/config/Ztones.cfg b/config/Ztones.cfg
new file mode 100644
index 0000000000..b3d51e2cf4
--- /dev/null
+++ b/config/Ztones.cfg
@@ -0,0 +1,58 @@
+# Configuration file
+
+blocks {
+ B:enableAgon=true
+ B:enableAzur=true
+ B:enableBitt=true
+ B:enableCray=true
+ B:enableFort=true
+ B:enableGlac=true
+ B:enableIszm=true
+ B:enableJelt=true
+ B:enableKorp=true
+ B:enableKryp=true
+ B:enableLair=true
+ B:enableLave=true
+ B:enableMint=true
+ B:enableMyst=true
+ B:enableReds=true
+ B:enableReed=true
+ B:enableRoen=true
+ B:enableSols=true
+ B:enableSync=true
+ B:enableTank=true
+ B:enableTest=false
+ B:enableVect=true
+ B:enableVena=true
+ B:enableZane=true
+ B:enableZech=true
+ B:enableZest=true
+ B:enableZeta=true
+ B:enableZion=true
+ B:enableZkul=true
+ B:enableZoea=true
+ B:enableZome=true
+ B:enableZone=true
+ B:enableZorg=true
+ B:enableZyth=true
+}
+
+
+items {
+ B:" Mini Charcoal"=true
+ B:"Diamond Zane"=true
+ B:"MSG Pill"=true
+ B:"Mini Coal"=true
+ B:Ofanix=true
+ B:"Splat Axe"=true
+ B:"Terrain Eater"=true
+ B:"Totem Tool"=true
+}
+
+
+tweaks {
+ # Enables dungeon chest loot [default: true]
+ B:enableChestGen=true
+}
+
+
diff --git a/config/devtips.cfg b/config/devtips.cfg
index 8a2453363f..7a42a20e8f 100644
--- a/config/devtips.cfg
+++ b/config/devtips.cfg
@@ -1,26 +1,26 @@
-# Configuration file
-
-general {
- # If set to false, tooltips will be shown without pressing Ctrl. [default: true]
- B:requiresCtrl=true
-
- # If set to false, tooltips will be shown without going into Advanced Info mode (F3 + H). [default: true]
- B:"requiresF3+H"=false
-
- # If set to true, item and block class names of items and blocks will be shown in the tooltip. Only useful for programmers. [default: true]
- B:showClassNames=true
-
- # If set to true, FluidRegistry names of fluids and fluid containers will be shown in the tooltip. [default: true]
- B:showFluidRegistryNames=true
-
- # If set to true, GameRegistry names of items and blocks will be shown in the tooltip. [default: true]
- B:showGameRegistryNames=true
-
- # If set to true, OreDictionary entries of items and blocks will be shown in the tooltip. [default: true]
- B:showOreDictNames=true
-
- # Set this to false to disable the 'Press Ctrl for more info' message [default: true]
- B:showShortMessage=true
-}
-
-
+# Configuration file
+
+general {
+ # If set to false, tooltips will be shown without pressing Ctrl. [default: true]
+ B:requiresCtrl=true
+
+ # If set to false, tooltips will be shown without going into Advanced Info mode (F3 + H). [default: true]
+ B:"requiresF3+H"=false
+
+ # If set to true, item and block class names of items and blocks will be shown in the tooltip. Only useful for programmers. [default: true]
+ B:showClassNames=true
+
+ # If set to true, FluidRegistry names of fluids and fluid containers will be shown in the tooltip. [default: true]
+ B:showFluidRegistryNames=true
+
+ # If set to true, GameRegistry names of items and blocks will be shown in the tooltip. [default: true]
+ B:showGameRegistryNames=true
+
+ # If set to true, OreDictionary entries of items and blocks will be shown in the tooltip. [default: true]
+ B:showOreDictNames=true
+
+ # Set this to false to disable the 'Press Ctrl for more info' message [default: true]
+ B:showShortMessage=true
+}
+
+
diff --git a/config/forge.cfg b/config/forge.cfg
index 976d1345d1..08d08b30c4 100644
--- a/config/forge.cfg
+++ b/config/forge.cfg
@@ -1,57 +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
-}
-
-
+# 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
+}
+
+
diff --git a/config/forgeChunkLoading.cfg b/config/forgeChunkLoading.cfg
index 3051bdffab..a9ac68a0d9 100644
--- a/config/forgeChunkLoading.cfg
+++ b/config/forgeChunkLoading.cfg
@@ -1,47 +1,47 @@
-# Configuration file
-
-##########################################################################################################
-# Forge
-#--------------------------------------------------------------------------------------------------------#
-# Sample mod specific control section.
-# Copy this section and rename the with the modid for the mod you wish to override.
-# A value of zero in either entry effectively disables any chunkloading capabilities
-# for that mod
-##########################################################################################################
-
-Forge {
- # Maximum chunks per ticket for the mod.
- I:maximumChunksPerTicket=25
-
- # Maximum ticket count for the mod. Zero disables chunkloading capabilities.
- I:maximumTicketCount=200
-}
-
-
-##########################################################################################################
-# defaults
-#--------------------------------------------------------------------------------------------------------#
-# Default configuration for forge chunk loading control
-##########################################################################################################
-
-defaults {
- # Are mod overrides enabled?
- B:enabled=true
-
- # The default maximum number of chunks a mod can force, per ticket,
- # for a mod without an override. This is the maximum number of chunks a single ticket can force.
- I:maximumChunksPerTicket=25
-
- # The default maximum ticket count for a mod which does not have an override
- # in this file. This is the number of chunk loading requests a mod is allowed to make.
- I:maximumTicketCount=200
-
- # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.
- I:playerTicketCount=500
-
- # Unloaded chunks can first be kept in a dormant cache for quicker
- # loading times. Specify the size (in chunks) of that cache here
- I:dormantChunkCacheSize=0
-}
-
-
+# Configuration file
+
+##########################################################################################################
+# Forge
+#--------------------------------------------------------------------------------------------------------#
+# Sample mod specific control section.
+# Copy this section and rename the with the modid for the mod you wish to override.
+# A value of zero in either entry effectively disables any chunkloading capabilities
+# for that mod
+##########################################################################################################
+
+Forge {
+ # Maximum chunks per ticket for the mod.
+ I:maximumChunksPerTicket=25
+
+ # Maximum ticket count for the mod. Zero disables chunkloading capabilities.
+ I:maximumTicketCount=200
+}
+
+
+##########################################################################################################
+# defaults
+#--------------------------------------------------------------------------------------------------------#
+# Default configuration for forge chunk loading control
+##########################################################################################################
+
+defaults {
+ # Are mod overrides enabled?
+ B:enabled=true
+
+ # The default maximum number of chunks a mod can force, per ticket,
+ # for a mod without an override. This is the maximum number of chunks a single ticket can force.
+ I:maximumChunksPerTicket=25
+
+ # The default maximum ticket count for a mod which does not have an override
+ # in this file. This is the number of chunk loading requests a mod is allowed to make.
+ I:maximumTicketCount=200
+
+ # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.
+ I:playerTicketCount=500
+
+ # Unloaded chunks can first be kept in a dormant cache for quicker
+ # loading times. Specify the size (in chunks) of that cache here
+ I:dormantChunkCacheSize=0
+}
+
+
diff --git a/config/splash.properties b/config/splash.properties
index da46ee8ee0..2eb0cd4034 100644
--- a/config/splash.properties
+++ b/config/splash.properties
@@ -1,5 +1,5 @@
#Splash screen properties
-#Thu Jul 04 17:21:32 CEST 2019
+#Wed Oct 09 02:31:39 CEST 2019
logoTexture=textures/gui/title/mojang.png
background=0xFFFFFF
font=0x0