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

Enigmatica configs

This commit is contained in:
2021-01-24 17:10:27 +01:00
parent 5a06719b8a
commit 8d0cd17a27
665 changed files with 12258 additions and 21014 deletions

View File

@ -10,26 +10,26 @@ lens_of_ender = true
["World Gen"]
#Enable/Disable ore generation. [default:true]
oreGen = true
oreGen = false
#Poor Uraninite Ore generation chance
#Range: 1 ~ 64
poorUraniniteGenChance = 8
poorUraniniteGenChance = 1
#Uraninite Ore generation chance
#Range: 1 ~ 64
uraniniteGenChance = 6
uraniniteGenChance = 1
#Dense Uraninite Ore generation chance
#Range: 1 ~ 64
denseUraniniteGenChance = 3
denseUraniniteGenChance = 1
#Dry Ice Ore generation chance
#Range: 1 ~ 64
dryIceGenChance = 9
dryIceGenChance = 1
[Materials]
#
#List of heat source blocks used under Thermo Generator.
#Block registry name = heat, eg: ["minecraft:lava=1000", "minecraft:magma_block=800"]
#Min = 1, max = 900000000
heatSources = ["minecraft:lava=1000", "minecraft:magma_block=800", "powah:blazing_crystal_block=2800"]
heatSources = ["minecraft:lava=1000", "minecraft:magma_block=1200", "minecraft:fire_coral=1800", "powah:nitro_crystal_block=8000", "powah:blazing_crystal_block=2800", "quark:brimstone=1200"]
#Enable this to allow other mods to add their heat source blocks. [default:true]
heatBlocksAPI = true
#