added saltpeter to cassiterite veins
This commit is contained in:
parent
c0a065dfbc
commit
dc91c1f7ae
33 changed files with 481 additions and 154 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_cassiterite_ore",
|
||||
"weight": 40
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cassiterite_block",
|
||||
|
|
@ -24,11 +24,15 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:granite_tin_ore",
|
||||
"weight": 60
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -39,7 +43,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_cassiterite_ore",
|
||||
"weight": 40
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cassiterite_block",
|
||||
|
|
@ -47,11 +51,15 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:diorite_tin_ore",
|
||||
"weight": 60
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -62,7 +70,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_cassiterite_ore",
|
||||
"weight": 40
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cassiterite_block",
|
||||
|
|
@ -70,11 +78,15 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_tin_ore",
|
||||
"weight": 60
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -87,7 +99,11 @@
|
|||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_cassiterite",
|
||||
"weight": 100
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"block": "gtceu:saltpeter_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -243,8 +243,8 @@
|
|||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 1,
|
||||
"underground_count": 1,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_bismuthinite",
|
||||
|
|
|
|||
|
|
@ -16,11 +16,15 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_cassiterite_ore",
|
||||
"weight": 60
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_tin_ore",
|
||||
"weight": 40
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -31,11 +35,15 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_cassiterite_ore",
|
||||
"weight": 60
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_tin_ore",
|
||||
"weight": 40
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -46,11 +54,15 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_cassiterite_ore",
|
||||
"weight": 60
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_tin_ore",
|
||||
"weight": 40
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -58,12 +70,16 @@
|
|||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 1,
|
||||
"underground_count": 1,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_cassiterite",
|
||||
"weight": 100
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"block": "gtceu:saltpeter_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -106,8 +106,8 @@
|
|||
"indicator": {
|
||||
"rarity": 8,
|
||||
"depth": 60,
|
||||
"underground_rarity": 1,
|
||||
"underground_count": 1,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:chalcopyrite_indicator",
|
||||
|
|
|
|||
|
|
@ -204,8 +204,8 @@
|
|||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 1,
|
||||
"underground_count": 1,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:sulfur_indicator",
|
||||
|
|
|
|||
|
|
@ -127,8 +127,8 @@
|
|||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 1,
|
||||
"underground_count": 1,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_tetrahedrite",
|
||||
|
|
|
|||
|
|
@ -359,16 +359,12 @@
|
|||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 40,
|
||||
"underground_rarity": 1,
|
||||
"underground_count": 1,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_cassiterite",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_cassiterite",
|
||||
"weight": 35
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"block": "gtceu:saltpeter_indicator",
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@
|
|||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -52,6 +56,10 @@
|
|||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -75,6 +83,10 @@
|
|||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -98,6 +110,10 @@
|
|||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -121,6 +137,10 @@
|
|||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -145,6 +165,10 @@
|
|||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyroxenite_saltpeter_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -157,7 +181,11 @@
|
|||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_cassiterite",
|
||||
"weight": 100
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"block": "gtceu:saltpeter_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue