mars quartzite, fix tetramethoxysilane #2898
This commit is contained in:
parent
ffaced187f
commit
e90cccbcc8
28 changed files with 573 additions and 483 deletions
|
|
@ -56,7 +56,8 @@
|
|||
"chert": "tfc:chert",
|
||||
"chalk": "tfc:chalk",
|
||||
"basalt": "tfc:basalt",
|
||||
"dacite": "tfc:dacite"
|
||||
"dacite": "tfc:dacite",
|
||||
"quartzite": "tfc:quartzite"
|
||||
},
|
||||
"layers": [
|
||||
{
|
||||
|
|
@ -70,7 +71,8 @@
|
|||
"basalt": "bottom",
|
||||
"dacite": "bottom",
|
||||
"venus": "bottom",
|
||||
"shale": "bottom"
|
||||
"shale": "bottom",
|
||||
"quartzite": "bottom"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -83,7 +85,8 @@
|
|||
"limestone": "mix",
|
||||
"claystone": "mix",
|
||||
"conglomerate": "mix",
|
||||
"chert": "mix"
|
||||
"chert": "mix",
|
||||
"quartzite": "mix"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -5,17 +5,17 @@
|
|||
"size": 60,
|
||||
"rarity": 370,
|
||||
"density": 0.3,
|
||||
"min_y": -20,
|
||||
"min_y": -30,
|
||||
"max_y": 0,
|
||||
"random_name": "deep_mars_chromite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:mars_stone"
|
||||
"gtceu:red_granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:mars_stone_redstone_ore",
|
||||
"block": "gtceu:red_granite_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
|
|
@ -23,22 +23,22 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:mars_stone_ruby_ore",
|
||||
"block": "gtceu:red_granite_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:mars_stone_chromite_ore",
|
||||
"block": "gtceu:red_granite_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_redstone_ore",
|
||||
"block": "gtceu:gabbro_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
|
|
@ -46,22 +46,22 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_ruby_ore",
|
||||
"block": "gtceu:gabbro_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_chromite_ore",
|
||||
"block": "gtceu:gabbro_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_redstone_ore",
|
||||
"block": "gtceu:diorite_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
|
|
@ -69,22 +69,22 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_ruby_ore",
|
||||
"block": "gtceu:diorite_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_chromite_ore",
|
||||
"block": "gtceu:diorite_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_redstone_ore",
|
||||
"block": "gtceu:granite_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
|
|
@ -92,104 +92,11 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_ruby_ore",
|
||||
"block": "gtceu:granite_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_redstone_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_redstone_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt",
|
||||
"minecraft:basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_redstone_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_redstone_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_redstone_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_ruby_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_chromite_ore",
|
||||
"block": "gtceu:granite_chromite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5,17 +5,17 @@
|
|||
"size": 60,
|
||||
"rarity": 370,
|
||||
"density": 0.3,
|
||||
"min_y": -20,
|
||||
"min_y": -30,
|
||||
"max_y": 0,
|
||||
"random_name": "deep_mars_pitchblende",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:mars_stone"
|
||||
"gtceu:red_granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:mars_stone_pitchblende_ore",
|
||||
"block": "gtceu:red_granite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
|
|
@ -23,57 +23,11 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:mars_stone_thorium_ore",
|
||||
"block": "gtceu:red_granite_thorium_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:mars_stone_uraninite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_thorium_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_uraninite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_thorium_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_uraninite_ore",
|
||||
"block": "gtceu:red_granite_uraninite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
|
|
@ -103,11 +57,11 @@
|
|||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_pitchblende_ore",
|
||||
"block": "gtceu:diorite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
|
|
@ -115,22 +69,22 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_thorium_ore",
|
||||
"block": "gtceu:diorite_thorium_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_uraninite_ore",
|
||||
"block": "gtceu:diorite_uraninite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_pitchblende_ore",
|
||||
"block": "gtceu:granite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
|
|
@ -138,34 +92,11 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_thorium_ore",
|
||||
"block": "gtceu:granite_thorium_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_uraninite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_thorium_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_uraninite_ore",
|
||||
"block": "gtceu:granite_uraninite_ore",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5,64 +5,10 @@
|
|||
"size": 60,
|
||||
"rarity": 370,
|
||||
"density": 0.3,
|
||||
"min_y": -20,
|
||||
"min_y": -30,
|
||||
"max_y": 0,
|
||||
"random_name": "deep_mars_sheldonite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:mars_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:mars_stone_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:mars_stone_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:mars_stone_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:mars_stone_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"gtceu:red_granite"
|
||||
|
|
@ -90,6 +36,33 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
|
|
@ -119,11 +92,11 @@
|
|||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_bornite_ore",
|
||||
"block": "gtceu:granite_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
|
|
@ -131,124 +104,15 @@
|
|||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_cooperite_ore",
|
||||
"block": "gtceu:granite_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_nickel_ore",
|
||||
"block": "gtceu:granite_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt",
|
||||
"minecraft:basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_nickel_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_platinum_ore",
|
||||
"block": "gtceu:granite_platinum_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -252,6 +252,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_chalcopyrite_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chalcopyrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_copper_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_pyrite_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -225,6 +225,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_yellow_limonite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_goethite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_gold_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -318,6 +318,37 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_soapstone_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_talc_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_glauconite_sand_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_trona_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_pentlandite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -225,6 +225,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_bastnasite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bastnasite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_monazite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_neodymium_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -252,6 +252,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_garnierite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_garnierite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_nickel_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_cobaltite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -215,6 +215,29 @@
|
|||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_pitchblende_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_thorium_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -251,6 +251,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_quartzite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_quartzite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_barite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_asbestos_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -252,6 +252,33 @@
|
|||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_rock_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -306,6 +306,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_tetrahedrite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tetrahedrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_copper_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_stibnite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -414,6 +414,33 @@
|
|||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_bismuth_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bismuth_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_sulfur_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_gypsum_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -354,6 +354,29 @@
|
|||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_cassiterite_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cassiterite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_tin_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -414,6 +414,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_hematite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_yellow_limonite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_calcite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -414,6 +414,33 @@
|
|||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_sphalerite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_nickel_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_galena_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_silver_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_cobaltite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
|
|
@ -414,6 +414,33 @@
|
|||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_tetrahedrite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tetrahedrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_copper_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_stibnite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_redstone_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue