mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-12-20 12:54:34 +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:
|
* Forstry:
|
||||||
* Beekeeping Easy mode
|
* Beekeeping Easy mode
|
||||||
* Disable copper and tin WorldGen
|
* 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.
|
# 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.
|
# 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 <
|
S:preferredOres <
|
||||||
immersiveengineering
|
thermalfoundation
|
||||||
>
|
>
|
||||||
|
|
||||||
# Set this to false to hide the update news in the manual
|
# 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.
|
# 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.
|
# 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.
|
# 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
|
# 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 <
|
I:ore_copper <
|
||||||
8
|
0
|
||||||
40
|
40
|
||||||
72
|
72
|
||||||
8
|
8
|
||||||
@ -346,7 +346,7 @@ general {
|
|||||||
# Generation config for Lead Ore.
|
# 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
|
# 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 <
|
I:ore_lead <
|
||||||
6
|
0
|
||||||
8
|
8
|
||||||
36
|
36
|
||||||
4
|
4
|
||||||
@ -356,7 +356,7 @@ general {
|
|||||||
# Generation config for Nickel Ore.
|
# 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
|
# 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 <
|
I:ore_nickel <
|
||||||
6
|
0
|
||||||
8
|
8
|
||||||
24
|
24
|
||||||
2
|
2
|
||||||
@ -366,7 +366,7 @@ general {
|
|||||||
# Generation config for Silver Ore.
|
# 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
|
# 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 <
|
I:ore_silver <
|
||||||
8
|
0
|
||||||
8
|
8
|
||||||
40
|
40
|
||||||
4
|
4
|
||||||
@ -376,7 +376,7 @@ general {
|
|||||||
# Generation config for Uranium Ore.
|
# 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
|
# 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 <
|
I:ore_uranium <
|
||||||
4
|
0
|
||||||
8
|
8
|
||||||
24
|
24
|
||||||
2
|
2
|
||||||
|
Loading…
Reference in New Issue
Block a user