1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Reset to defaults

This commit is contained in:
2021-01-28 21:25:15 +01:00
parent a4b851177f
commit 510c04fcea
358 changed files with 894 additions and 12678 deletions

View File

@ -8,7 +8,7 @@
#How many ticks must pass until a block's active state is synced with the client, if it has been rapidly changing.
blockDeactivationDelay = 60
#Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"]
cardboardModBlacklist = ["refinedstorage", "tetra", "storagedrawers"]
cardboardModBlacklist = []
#Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier.
transmitterAlloyUpgrade = true
#Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible).
@ -25,7 +25,7 @@
superheatingHeatTransfer = 1.6E7
#Displayed temperature unit in Mekanism GUIs.
#Allowed Values: K, C, R, F, STP
temperatureUnit = "C"
temperatureUnit = "K"
#Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments.
maxSolarNeutronActivatorRate = 64

View File

@ -10,7 +10,7 @@
#Generation Settings for copper ore.
[world_generation.copper]
#Determines if copper ore should be added to world generation.
shouldGenerate = false
shouldGenerate = true
#Chance that copper generates in a chunk.
#Range: 1 ~ 128
perChunk = 16
@ -28,7 +28,7 @@
#Generation Settings for tin ore.
[world_generation.tin]
#Determines if tin ore should be added to world generation.
shouldGenerate = false
shouldGenerate = true
#Chance that tin generates in a chunk.
#Range: 1 ~ 128
perChunk = 14
@ -46,7 +46,7 @@
#Generation Settings for osmium ore.
[world_generation.osmium]
#Determines if osmium ore should be added to world generation.
shouldGenerate = false
shouldGenerate = true
#Chance that osmium generates in a chunk.
#Range: 1 ~ 128
perChunk = 12
@ -64,7 +64,7 @@
#Generation Settings for uranium ore.
[world_generation.uranium]
#Determines if uranium ore should be added to world generation.
shouldGenerate = false
shouldGenerate = true
#Chance that uranium generates in a chunk.
#Range: 1 ~ 128
perChunk = 8
@ -82,7 +82,7 @@
#Generation Settings for fluorite ore.
[world_generation.fluorite]
#Determines if fluorite ore should be added to world generation.
shouldGenerate = false
shouldGenerate = true
#Chance that fluorite generates in a chunk.
#Range: 1 ~ 128
perChunk = 6
@ -100,7 +100,7 @@
#Generation Settings for lead ore.
[world_generation.lead]
#Determines if lead ore should be added to world generation.
shouldGenerate = false
shouldGenerate = true
#Chance that lead generates in a chunk.
#Range: 1 ~ 128
perChunk = 8
@ -118,7 +118,7 @@
#Generation Settings for salt.
[world_generation.salt]
#Determines if salt should be added to world generation.
shouldGenerate = false
shouldGenerate = true
#Chance that salt generates in a chunk.
#Range: 1 ~ 128
perChunk = 2