mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-11-05 03:56:22 +00:00
Immersive Engineering first pass
This commit is contained in:
parent
459e6375d0
commit
f3b3e25c90
@ -43,3 +43,4 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
||||
* Forstry:
|
||||
* Beekeeping Easy mode
|
||||
* Disable copper and tin WorldGen
|
||||
* Disable immersive engineering ore, and update news
|
||||
|
@ -33,11 +33,11 @@ general {
|
||||
# A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from.
|
||||
# This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority.
|
||||
S:preferredOres <
|
||||
immersiveengineering
|
||||
thermalfoundation
|
||||
>
|
||||
|
||||
# Set this to false to hide the update news in the manual
|
||||
B:showUpdateNews=true
|
||||
B:showUpdateNews=false
|
||||
|
||||
# Drop connections with non-existing endpoints when loading the world. Use with care and backups and only when suspecting corrupted data.
|
||||
# This option will check and load all connection endpoints and may slow down the world loading process.
|
||||
@ -336,7 +336,7 @@ general {
|
||||
# Generation config for Copper Ore.
|
||||
# Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation
|
||||
I:ore_copper <
|
||||
8
|
||||
0
|
||||
40
|
||||
72
|
||||
8
|
||||
@ -346,7 +346,7 @@ general {
|
||||
# Generation config for Lead Ore.
|
||||
# Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation
|
||||
I:ore_lead <
|
||||
6
|
||||
0
|
||||
8
|
||||
36
|
||||
4
|
||||
@ -356,7 +356,7 @@ general {
|
||||
# Generation config for Nickel Ore.
|
||||
# Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation
|
||||
I:ore_nickel <
|
||||
6
|
||||
0
|
||||
8
|
||||
24
|
||||
2
|
||||
@ -366,7 +366,7 @@ general {
|
||||
# Generation config for Silver Ore.
|
||||
# Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation
|
||||
I:ore_silver <
|
||||
8
|
||||
0
|
||||
8
|
||||
40
|
||||
4
|
||||
@ -376,7 +376,7 @@ general {
|
||||
# Generation config for Uranium Ore.
|
||||
# Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation
|
||||
I:ore_uranium <
|
||||
4
|
||||
0
|
||||
8
|
||||
24
|
||||
2
|
||||
|
Loading…
Reference in New Issue
Block a user