updated veins
This commit is contained in:
parent
5fa52781ed
commit
d362e73055
32 changed files with 1978 additions and 141 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 25,
|
||||
"size": 35,
|
||||
"rarity": 250,
|
||||
"density": 0.25,
|
||||
"density": 0.3,
|
||||
"min_y": 0,
|
||||
"max_y": 100,
|
||||
"random_name": "moon_apatite",
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 40,
|
||||
"size": 50,
|
||||
"rarity": 200,
|
||||
"density": 0.3,
|
||||
"density": 0.4,
|
||||
"min_y": 0,
|
||||
"max_y": 80,
|
||||
"random_name": "moon_bauxite",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:pipe_vein",
|
||||
"config": {
|
||||
"height": 60,
|
||||
"height": 70,
|
||||
"radius": 10,
|
||||
"min_skew": 6,
|
||||
"max_skew": 18,
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"max_slant": 4,
|
||||
"sign": 0,
|
||||
"rarity": 260,
|
||||
"density": 0.35,
|
||||
"density": 0.45,
|
||||
"min_y": 0,
|
||||
"max_y": 120,
|
||||
"random_name": "moon_beryllium",
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 30,
|
||||
"size": 45,
|
||||
"rarity": 230,
|
||||
"density": 0.3,
|
||||
"density": 0.35,
|
||||
"min_y": 10,
|
||||
"max_y": 80,
|
||||
"random_name": "moon_desh",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 40,
|
||||
"size": 55,
|
||||
"rarity": 250,
|
||||
"density": 0.4,
|
||||
"min_y": 5,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,157 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:pipe_vein",
|
||||
"config": {
|
||||
"height": 60,
|
||||
"radius": 12,
|
||||
"min_skew": 6,
|
||||
"max_skew": 18,
|
||||
"min_slant": 0,
|
||||
"max_slant": 4,
|
||||
"sign": 0,
|
||||
"rarity": 260,
|
||||
"density": 0.55,
|
||||
"min_y": 0,
|
||||
"max_y": 120,
|
||||
"random_name": "moon_graphite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:basalt",
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_graphite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_graphite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_diamond_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_olivine_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:moon_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:moon_stone_graphite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_graphite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_diamond_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_olivine_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:glacio_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:glacio_stone_graphite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_graphite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glacio_stone_diamond_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glacio_stone_olivine_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_graphite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_graphite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_diamond_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_olivine_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:basalt",
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_graphite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_graphite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_diamond_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_olivine_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 50,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:graphite_indicator",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diamond_bud_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:olivine_bud_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,178 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 36,
|
||||
"rarity": 190,
|
||||
"density": 0.25,
|
||||
"min_y": 0,
|
||||
"max_y": 66,
|
||||
"random_name": "moon_lubricant",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_soapstone_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_talc_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_glauconite_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_soapstone_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_talc_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_glauconite_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:moon_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:moon_stone_soapstone_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_talc_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_glauconite_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:moon_deepslate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_soapstone_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_talc_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_glauconite_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:basalt",
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_soapstone_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_talc_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_glauconite_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:soapstone_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:talc_indicator",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glauconite_sand_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pentlandite_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:trona_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 50,
|
||||
"size": 70,
|
||||
"rarity": 280,
|
||||
"density": 0.3,
|
||||
"min_y": 0,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,178 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 40,
|
||||
"rarity": 215,
|
||||
"density": 0.5,
|
||||
"min_y": 5,
|
||||
"max_y": 80,
|
||||
"random_name": "moon_manganese",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:basalt",
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:basalt",
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:moon_deepslate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:grossular_bud_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:spessartine_bud_indicator",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyrolusite_indicator",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:tantalite_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 26,
|
||||
"size": 40,
|
||||
"rarity": 245,
|
||||
"density": 0.45,
|
||||
"min_y": 0,
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 40,
|
||||
"rarity": 250,
|
||||
"density": 0.25,
|
||||
"size": 50,
|
||||
"rarity": 310,
|
||||
"density": 0.2,
|
||||
"min_y": 0,
|
||||
"max_y": 50,
|
||||
"max_y": 70,
|
||||
"random_name": "moon_monazite",
|
||||
"blocks": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 40,
|
||||
"rarity": 180,
|
||||
"size": 60,
|
||||
"rarity": 230,
|
||||
"density": 0.3,
|
||||
"min_y": 10,
|
||||
"max_y": 100,
|
||||
|
|
@ -17,19 +17,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -40,19 +48,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_deepslate_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -63,19 +79,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -86,19 +110,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:moon_stone_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:moon_stone_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -109,19 +141,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -132,19 +172,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:glacio_stone_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glacio_stone_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glacio_stone_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glacio_stone_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -155,19 +203,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -178,19 +234,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -201,19 +265,27 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_quartzite_ore",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_certus_quartz_ore",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "ae2:quartz_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_nether_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_nether_quartz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_barite_ore",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -226,15 +298,19 @@
|
|||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:quartzite_bud_indicator",
|
||||
"weight": 10
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:certus_quartz_bud_indicator",
|
||||
"weight": 50
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:nether_quartz_bud_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:barite_indicator",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 30,
|
||||
"size": 45,
|
||||
"rarity": 250,
|
||||
"density": 0.4,
|
||||
"density": 0.2,
|
||||
"min_y": 20,
|
||||
"max_y": 100,
|
||||
"random_name": "moon_redstone",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 35,
|
||||
"rarity": 180,
|
||||
"rarity": 210,
|
||||
"density": 0.3,
|
||||
"min_y": 0,
|
||||
"max_y": 90,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"config": {
|
||||
"size": 20,
|
||||
"rarity": 200,
|
||||
"density": 0.35,
|
||||
"density": 0.45,
|
||||
"min_y": 0,
|
||||
"max_y": 70,
|
||||
"random_name": "moon_scheelite",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 40,
|
||||
"rarity": 205,
|
||||
"density": 0.4,
|
||||
"min_y": 2,
|
||||
"max_y": 75,
|
||||
"random_name": "moon_sphalerite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:basalt",
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_desh_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_sphalerite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrite_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_desh_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_sphalerite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_pyrite_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_desh_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_sphalerite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_pyrite_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_desh_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_sphalerite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_pyrite_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:glacio_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:glacio_stone_desh_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glacio_stone_sphalerite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glacio_stone_pyrite_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:desh_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_sphalerite",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyrite_indicator",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,10 +2,10 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"height": 7,
|
||||
"height": 25,
|
||||
"size": 64,
|
||||
"rarity": 210,
|
||||
"density": 0.3,
|
||||
"density": 0.5,
|
||||
"min_y": 0,
|
||||
"max_y": 120,
|
||||
"random_name": "moon_topaz",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"feature": "tfg:moon/vein/moon_graphite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"feature": "tfg:moon/vein/moon_lubricant",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"feature": "tfg:moon/vein/moon_manganese",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"feature": "tfg:moon/vein/moon_sphalerite",
|
||||
"placement": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue