Consolidating Development: 0.9.x (#846)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Pyritie <Pyritie@gmail.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
528672e95b
commit
d4c80a4b61
2192 changed files with 104647 additions and 53190 deletions
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"durability": 1.5
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"acceleration": 0.8
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"friction": -0.2
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"engineSpeed": 0.5,
|
||||
"fuel": 0.2
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"engineSpeed": 0.45,
|
||||
"fuel": 0.25
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"engineSpeed": 0.35,
|
||||
"fuel": 0.35
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"durability": 1.25
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"acceleration": 0.65
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"friction": -0.4
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"durability": 1.75
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"acceleration": 0.95
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"friction": -0.8
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"durability": 2
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"acceleration": 1.1
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"friction": -1
|
||||
}
|
||||
19
kubejs/data/tfg/dimension_type/the_nether.json
Normal file
19
kubejs/data/tfg/dimension_type/the_nether.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"ambient_light": 0.1,
|
||||
"bed_works": true,
|
||||
"coordinate_scale": 1,
|
||||
"effects": "minecraft:the_nether",
|
||||
"has_ceiling": true,
|
||||
"has_raids": false,
|
||||
"has_skylight": false,
|
||||
"height": 256,
|
||||
"infiniburn": "#minecraft:infiniburn_nether",
|
||||
"logical_height": 128,
|
||||
"min_y": 0,
|
||||
"monster_spawn_block_light_limit": 15,
|
||||
"monster_spawn_light_level": 7,
|
||||
"natural": true,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": false
|
||||
}
|
||||
41
kubejs/data/tfg/loot_tables/blocks/ash_pile.json
Normal file
41
kubejs/data/tfg/loot_tables/blocks/ash_pile.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:powder/wood_ash"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:soot",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/data/tfg/loot_tables/blocks/charred_log.json
Normal file
41
kubejs/data/tfg/loot_tables/blocks/charred_log.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:charcoal"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:soot",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "beneath:blackstone_pebble",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfg:loose/deepslate",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfg:loose/dripstone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_0_0.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_0_0.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_0_1.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_0_1.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_0_0.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_0_0.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_0_1.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_0_1.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_1_0.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_1_0.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_1_1.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_1_1.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_2_0.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_2_0.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_2_1.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_connector_2_1.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_0.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_0.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_1.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_1.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_2.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_2.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_3.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_leg_0_3.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_tank_0_0.nbt
Normal file
BIN
kubejs/data/tfg/structures/aqueduct/aqueduct_tank_0_0.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_0.nbt
Normal file
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_0.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_1.nbt
Normal file
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_1.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_2.nbt
Normal file
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_2.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_3.nbt
Normal file
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_3.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_4.nbt
Normal file
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_4.nbt
Normal file
Binary file not shown.
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_5.nbt
Normal file
BIN
kubejs/data/tfg/structures/ocean/ocean_moai_0_5.nbt
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
184
kubejs/data/tfg/worldgen/biome/nether/ash_forest.json
Normal file
184
kubejs/data/tfg/worldgen/biome/nether/ash_forest.json
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||
"fog_color": 6840176,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.basalt_deltas"
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:white_ash"
|
||||
},
|
||||
"probability": 0.18
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_delta",
|
||||
"minecraft:spring_closed_double",
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_deepslate",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"tfg:nether/surface/ash_pile",
|
||||
"tfg:nether/surface/ash_pile_small",
|
||||
"tfg:nether/surface/charcoal_pile",
|
||||
"tfg:nether/surface/charred_tree",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/deepslate_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:magma_cube",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "kaolinclayze:golem_2",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:wither_skeleton",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2
|
||||
}
|
||||
147
kubejs/data/tfg/worldgen/biome/nether/basalt_deltas.json
Normal file
147
kubejs/data/tfg/worldgen/biome/nether/basalt_deltas.json
Normal file
|
|
@ -0,0 +1,147 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0,
|
||||
"effects": {
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||
"fog_color": 6840176,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.basalt_deltas"
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:white_ash"
|
||||
},
|
||||
"probability": 0.118093334
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling",
|
||||
"beneath:delta",
|
||||
"minecraft:small_basalt_columns",
|
||||
"minecraft:large_basalt_columns"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_delta",
|
||||
"minecraft:spring_closed_double",
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_basalt",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/basalt_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:magma_cube",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "kaolinclayze:golem_2",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:wither_skeleton",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2
|
||||
}
|
||||
207
kubejs/data/tfg/worldgen/biome/nether/decaying_caverns.json
Normal file
207
kubejs/data/tfg/worldgen/biome/nether/decaying_caverns.json
Normal file
|
|
@ -0,0 +1,207 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.warped_forest.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.warped_forest.loop",
|
||||
"fog_color": 7369031,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.swamp"
|
||||
},
|
||||
"sky_color": 7369031,
|
||||
"water_color": 6388580,
|
||||
"water_fog_color": 2302743,
|
||||
"foliage_color": 7171928,
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:mycelium"
|
||||
},
|
||||
"probability": 0.1
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_deepslate",
|
||||
"tfg:nether/surface/big_mushrooms",
|
||||
"tfg:nether/surface/moss_patch_big",
|
||||
"tfg:nether/surface/glow_mushroom",
|
||||
"tfg:nether/surface/humus_patch",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"tfg:nether/surface/mushroom_sprouts",
|
||||
"tfg:nether/terrain/mud_pool",
|
||||
"tfg:nether/surface/green_algae_patch",
|
||||
"tfg:nether/surface/small_mushrooms",
|
||||
"tfg:nether/terrain/liana_ceiling",
|
||||
"minecraft:spore_blossom",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/deepslate_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 5,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:mushroom_fields_enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
205
kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json
Normal file
205
kubejs/data/tfg/worldgen/biome/nether/diorite_caves.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 9868701,
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.crimson_forest.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.crimson_forest.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.crimson_forest"
|
||||
},
|
||||
"sky_color": 9868701,
|
||||
"water_color": 7255466,
|
||||
"water_fog_color": 3169873,
|
||||
"grass_color": 6466617
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling",
|
||||
"tfg:nether/spikes/calcite",
|
||||
"tfg:nether/spikes/mega_calcite"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_diorite",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/spikes/diorite_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:cave_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:swamp_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:mushroom_fields_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1
|
||||
}
|
||||
205
kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json
Normal file
205
kubejs/data/tfg/worldgen/biome/nether/gabbro_caves.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 5855333,
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.crimson_forest.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.crimson_forest.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.crimson_forest"
|
||||
},
|
||||
"sky_color": 5855333,
|
||||
"water_color": 7255466,
|
||||
"water_fog_color": 3169873,
|
||||
"grass_color": 6466617
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling",
|
||||
"tfg:nether/spikes/calcite",
|
||||
"tfg:nether/spikes/mega_calcite"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_gabbro",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/spikes/gabbro_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:cave_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:swamp_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:mushroom_fields_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1
|
||||
}
|
||||
206
kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json
Normal file
206
kubejs/data/tfg/worldgen/biome/nether/gneiss_caves.json
Normal file
|
|
@ -0,0 +1,206 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 6641752,
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.crimson_forest.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.crimson_forest.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.crimson_forest"
|
||||
},
|
||||
"sky_color": 5799235,
|
||||
"water_color": 7255466,
|
||||
"water_fog_color": 3169873,
|
||||
"grass_color": 6466617
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling",
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/calcite",
|
||||
"tfg:nether/spikes/mega_calcite"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_gneiss",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/spikes/gneiss_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:cave_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:swamp_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:mushroom_fields_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1
|
||||
}
|
||||
206
kubejs/data/tfg/worldgen/biome/nether/granite_caves.json
Normal file
206
kubejs/data/tfg/worldgen/biome/nether/granite_caves.json
Normal file
|
|
@ -0,0 +1,206 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 9533575,
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.crimson_forest.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.crimson_forest.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.crimson_forest"
|
||||
},
|
||||
"sky_color": 9533575,
|
||||
"water_color": 7255466,
|
||||
"water_fog_color": 3169873,
|
||||
"grass_color": 6466617
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling",
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/calcite",
|
||||
"tfg:nether/spikes/mega_calcite"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_granite",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/spikes/granite_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:cave_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:swamp_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:mushroom_fields_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1
|
||||
}
|
||||
176
kubejs/data/tfg/worldgen/biome/nether/lava_floes.json
Normal file
176
kubejs/data/tfg/worldgen/biome/nether/lava_floes.json
Normal file
|
|
@ -0,0 +1,176 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": []
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||
"fog_color": 5450003,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.basalt_deltas"
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:white_ash"
|
||||
},
|
||||
"probability": 0.1
|
||||
},
|
||||
"sky_color": 5450003,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling",
|
||||
"tfg:nether/terrain/rarer_delta"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_delta",
|
||||
"minecraft:spring_closed_double",
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_basalt",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"tfg:nether/surface/ash_pile_small",
|
||||
"tfg:nether/surface/charcoal_pile",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:magma_cube",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "kaolinclayze:golem_2",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:wither_skeleton",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2
|
||||
}
|
||||
184
kubejs/data/tfg/worldgen/biome/nether/lush_hollow.json
Normal file
184
kubejs/data/tfg/worldgen/biome/nether/lush_hollow.json
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 5799235,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.lush_caves"
|
||||
},
|
||||
"sky_color": 5799235,
|
||||
"water_color": 7255466,
|
||||
"water_fog_color": 3169873,
|
||||
"grass_color": 12568641,
|
||||
"foliage_color": 12568641,
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:falling_water"
|
||||
},
|
||||
"probability": 0.002
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"tfg:nether/surface/loose_deepslate",
|
||||
"tfg:nether/surface/philodendron",
|
||||
"tfg:nether/surface/moss_patch_small",
|
||||
"tfg:nether/surface/mangrove_tree",
|
||||
"tfg:nether/terrain/lush_caves_ceiling",
|
||||
"tfg:nether/terrain/lush_caves_clay",
|
||||
"tfg:nether/terrain/lush_caves_vegetation",
|
||||
"minecraft:spore_blossom",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/deepslate_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"creature_spawn_probability": 0.1,
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "kaolinclayze:tfc",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:swamp_enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
205
kubejs/data/tfg/worldgen/biome/nether/schist_caves.json
Normal file
205
kubejs/data/tfg/worldgen/biome/nether/schist_caves.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 7175789,
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.crimson_forest.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.crimson_forest.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.crimson_forest"
|
||||
},
|
||||
"sky_color": 7175789,
|
||||
"water_color": 7255466,
|
||||
"water_fog_color": 3169873,
|
||||
"grass_color": 6466617
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:basalt_pillar",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling",
|
||||
"tfg:nether/spikes/calcite",
|
||||
"tfg:nether/spikes/mega_calcite"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_schist",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/spikes/schist_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 90
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:phantom",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:cave_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:swamp_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:dark_oak_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:mushroom_fields_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1
|
||||
}
|
||||
180
kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json
Normal file
180
kubejs/data/tfg/worldgen/biome/nether/webbed_lair.json
Normal file
|
|
@ -0,0 +1,180 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 6579304,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.dripstone_caves"
|
||||
},
|
||||
"sky_color": 5799235,
|
||||
"water_color": 7255466,
|
||||
"water_fog_color": 3169873,
|
||||
"grass_color": 6466617
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/lava_lake",
|
||||
"tfg:nether/terrain/spring_water_lake"
|
||||
],
|
||||
[
|
||||
"minecraft:large_dripstone",
|
||||
"tfg:earth/geode/amethyst"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"tfg:nether/terrain/glowstone_ceiling"
|
||||
],
|
||||
[],
|
||||
"#tfg:nether_veins",
|
||||
"#tfg:nether_underground_decoration",
|
||||
[
|
||||
"tfg:nether/terrain/spring_lava"
|
||||
],
|
||||
[
|
||||
"beneath:blackstone_boulders",
|
||||
"beneath:blackstone_pebble_patch",
|
||||
"tfg:nether/surface/loose_deepslate",
|
||||
"tfg:nether/surface/loose_dripstone",
|
||||
"tfg:nether/surface/bone_patch",
|
||||
"tfg:nether/surface/rotten_flesh_patch",
|
||||
"tfg:nether/surface/dead_bush_patch",
|
||||
"tfg:nether/terrain/dripstone_pool",
|
||||
"tfg:nether/terrain/spanish_moss_ceiling",
|
||||
"tfg:nether/surface/cobwebs",
|
||||
"beneath:burpflower_patch",
|
||||
"beneath:gleamflower_patch",
|
||||
"beneath:sulfur_patch",
|
||||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
"beneath:glowstone_spikes",
|
||||
"tfg:nether/spikes/deepslate_spikes",
|
||||
"tfg:nether/spikes/blackstone_spikes",
|
||||
"tfg:nether/spikes/dripstone_spikes",
|
||||
"tfg:nether/hardening"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"tfc:octopoteuthis": {
|
||||
"energy_budget": 0.12,
|
||||
"charge": 1.0
|
||||
}
|
||||
},
|
||||
"creature_spawn_probability": 0.1,
|
||||
"spawners": {
|
||||
"water_ambient": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:frog",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "beneath:red_elk",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:piglin",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombified_piglin",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cave_spider",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:silverfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:scarab",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:cave_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:swamp_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "tfc:octopoteuthis",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "minecraft:geode",
|
||||
"config": {
|
||||
"blocks": {
|
||||
"alternate_inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:amethyst_block"
|
||||
}
|
||||
},
|
||||
"cannot_replace": "#minecraft:features_cannot_replace",
|
||||
"filling_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:quartzite_amethyst_ore"
|
||||
}
|
||||
},
|
||||
"inner_placements": [
|
||||
{
|
||||
"Name": "minecraft:small_amethyst_bud",
|
||||
"Properties": {
|
||||
"facing": "up",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "minecraft:medium_amethyst_bud",
|
||||
"Properties": {
|
||||
"facing": "up",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "minecraft:large_amethyst_bud",
|
||||
"Properties": {
|
||||
"facing": "up",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "minecraft:amethyst_cluster",
|
||||
"Properties": {
|
||||
"facing": "up",
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"invalid_blocks": "#minecraft:geode_invalid_blocks",
|
||||
"middle_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/quartzite"
|
||||
}
|
||||
},
|
||||
"outer_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/basalt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"base_crack_size": 2,
|
||||
"crack_point_offset": 2,
|
||||
"generate_crack_chance": 0.95
|
||||
},
|
||||
"distribution_points": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"invalid_blocks_threshold": 1,
|
||||
"layers": {
|
||||
"filling": 1.7,
|
||||
"inner_layer": 2.2,
|
||||
"middle_layer": 3.2,
|
||||
"outer_layer": 4.2
|
||||
},
|
||||
"max_gen_offset": 16,
|
||||
"min_gen_offset": -16,
|
||||
"noise_multiplier": 0.05,
|
||||
"outer_wall_distance": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"placements_require_layer0_alternate": true,
|
||||
"point_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"use_alternate_layer0_chance": 0.15,
|
||||
"use_potential_placements_chance": 0.35
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"type": "minecraft:geode",
|
||||
"config": {
|
||||
"blocks": {
|
||||
"alternate_inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:raw_barite_block"
|
||||
}
|
||||
},
|
||||
"cannot_replace": "#minecraft:features_cannot_replace",
|
||||
"filling_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:quartzite_barite_ore"
|
||||
}
|
||||
},
|
||||
"inner_placements": [
|
||||
{
|
||||
"Name": "gtceu:barite_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"invalid_blocks": "#minecraft:geode_invalid_blocks",
|
||||
"middle_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/quartzite"
|
||||
}
|
||||
},
|
||||
"outer_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/andesite"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"base_crack_size": 2,
|
||||
"crack_point_offset": 2,
|
||||
"generate_crack_chance": 0.95
|
||||
},
|
||||
"distribution_points": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"invalid_blocks_threshold": 1,
|
||||
"layers": {
|
||||
"filling": 1.7,
|
||||
"inner_layer": 2.2,
|
||||
"middle_layer": 3.2,
|
||||
"outer_layer": 4.2
|
||||
},
|
||||
"max_gen_offset": 16,
|
||||
"min_gen_offset": -16,
|
||||
"noise_multiplier": 0.05,
|
||||
"outer_wall_distance": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"placements_require_layer0_alternate": true,
|
||||
"point_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"use_alternate_layer0_chance": 0.3,
|
||||
"use_potential_placements_chance": 0.35
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"type": "minecraft:geode",
|
||||
"config": {
|
||||
"blocks": {
|
||||
"alternate_inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:raw_calcite_block"
|
||||
}
|
||||
},
|
||||
"cannot_replace": "#minecraft:features_cannot_replace",
|
||||
"filling_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:quartzite_calcite_ore"
|
||||
}
|
||||
},
|
||||
"inner_placements": [
|
||||
{
|
||||
"Name": "gtceu:calcite_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"invalid_blocks": "#minecraft:geode_invalid_blocks",
|
||||
"middle_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/quartzite"
|
||||
}
|
||||
},
|
||||
"outer_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/limestone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"base_crack_size": 2,
|
||||
"crack_point_offset": 2,
|
||||
"generate_crack_chance": 0.95
|
||||
},
|
||||
"distribution_points": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"invalid_blocks_threshold": 1,
|
||||
"layers": {
|
||||
"filling": 1.7,
|
||||
"inner_layer": 2.2,
|
||||
"middle_layer": 3.2,
|
||||
"outer_layer": 4.2
|
||||
},
|
||||
"max_gen_offset": 16,
|
||||
"min_gen_offset": -16,
|
||||
"noise_multiplier": 0.05,
|
||||
"outer_wall_distance": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"placements_require_layer0_alternate": true,
|
||||
"point_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"use_alternate_layer0_chance": 0.3,
|
||||
"use_potential_placements_chance": 0.35
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"type": "minecraft:geode",
|
||||
"config": {
|
||||
"blocks": {
|
||||
"alternate_inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:raw_gypsum_block"
|
||||
}
|
||||
},
|
||||
"cannot_replace": "#minecraft:features_cannot_replace",
|
||||
"filling_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:quartzite_gypsum_ore"
|
||||
}
|
||||
},
|
||||
"inner_placements": [
|
||||
{
|
||||
"Name": "gtceu:gypsum_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"invalid_blocks": "#minecraft:geode_invalid_blocks",
|
||||
"middle_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/quartzite"
|
||||
}
|
||||
},
|
||||
"outer_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/shale"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"base_crack_size": 2,
|
||||
"crack_point_offset": 2,
|
||||
"generate_crack_chance": 0.95
|
||||
},
|
||||
"distribution_points": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"invalid_blocks_threshold": 1,
|
||||
"layers": {
|
||||
"filling": 1.7,
|
||||
"inner_layer": 2.2,
|
||||
"middle_layer": 3.2,
|
||||
"outer_layer": 4.2
|
||||
},
|
||||
"max_gen_offset": 16,
|
||||
"min_gen_offset": -16,
|
||||
"noise_multiplier": 0.05,
|
||||
"outer_wall_distance": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"placements_require_layer0_alternate": true,
|
||||
"point_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"use_alternate_layer0_chance": 0.3,
|
||||
"use_potential_placements_chance": 0.35
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"type": "minecraft:geode",
|
||||
"config": {
|
||||
"blocks": {
|
||||
"alternate_inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:raw_opal_block"
|
||||
}
|
||||
},
|
||||
"cannot_replace": "#minecraft:features_cannot_replace",
|
||||
"filling_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:quartzite_opal_ore"
|
||||
}
|
||||
},
|
||||
"inner_placements": [
|
||||
{
|
||||
"Name": "gtceu:opal_bud_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "gtceu:opal_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"invalid_blocks": "#minecraft:geode_invalid_blocks",
|
||||
"middle_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/quartzite"
|
||||
}
|
||||
},
|
||||
"outer_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/gabbro"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"base_crack_size": 2,
|
||||
"crack_point_offset": 2,
|
||||
"generate_crack_chance": 0.95
|
||||
},
|
||||
"distribution_points": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"invalid_blocks_threshold": 1,
|
||||
"layers": {
|
||||
"filling": 1.7,
|
||||
"inner_layer": 2.2,
|
||||
"middle_layer": 3.2,
|
||||
"outer_layer": 4.2
|
||||
},
|
||||
"max_gen_offset": 16,
|
||||
"min_gen_offset": -16,
|
||||
"noise_multiplier": 0.05,
|
||||
"outer_wall_distance": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"placements_require_layer0_alternate": true,
|
||||
"point_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"use_alternate_layer0_chance": 0.2,
|
||||
"use_potential_placements_chance": 0.35
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"type": "minecraft:geode",
|
||||
"config": {
|
||||
"blocks": {
|
||||
"alternate_inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:raw_pyrite_block"
|
||||
}
|
||||
},
|
||||
"cannot_replace": "#minecraft:features_cannot_replace",
|
||||
"filling_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:quartzite_pyrite_ore"
|
||||
}
|
||||
},
|
||||
"inner_placements": [
|
||||
{
|
||||
"Name": "gtceu:pyrite_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"invalid_blocks": "#minecraft:geode_invalid_blocks",
|
||||
"middle_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/quartzite"
|
||||
}
|
||||
},
|
||||
"outer_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/dacite"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"base_crack_size": 2,
|
||||
"crack_point_offset": 2,
|
||||
"generate_crack_chance": 0.95
|
||||
},
|
||||
"distribution_points": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"invalid_blocks_threshold": 1,
|
||||
"layers": {
|
||||
"filling": 1.7,
|
||||
"inner_layer": 2.2,
|
||||
"middle_layer": 3.2,
|
||||
"outer_layer": 4.2
|
||||
},
|
||||
"max_gen_offset": 16,
|
||||
"min_gen_offset": -16,
|
||||
"noise_multiplier": 0.05,
|
||||
"outer_wall_distance": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"placements_require_layer0_alternate": true,
|
||||
"point_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"use_alternate_layer0_chance": 0.083,
|
||||
"use_potential_placements_chance": 0.35
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"type": "minecraft:geode",
|
||||
"config": {
|
||||
"blocks": {
|
||||
"alternate_inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:raw_quartzite_block"
|
||||
}
|
||||
},
|
||||
"cannot_replace": "#minecraft:features_cannot_replace",
|
||||
"filling_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"inner_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "gtceu:quartzite_quartzite_ore"
|
||||
}
|
||||
},
|
||||
"inner_placements": [
|
||||
{
|
||||
"Name": "gtceu:quartzite_bud_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "gtceu:quartzite_indicator",
|
||||
"Properties": {
|
||||
"waterlogged": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"invalid_blocks": "#minecraft:geode_invalid_blocks",
|
||||
"middle_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/quartzite"
|
||||
}
|
||||
},
|
||||
"outer_layer_provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfc:rock/hardened/dolomite"
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"base_crack_size": 2,
|
||||
"crack_point_offset": 2,
|
||||
"generate_crack_chance": 0.95
|
||||
},
|
||||
"distribution_points": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"invalid_blocks_threshold": 1,
|
||||
"layers": {
|
||||
"filling": 1.7,
|
||||
"inner_layer": 2.2,
|
||||
"middle_layer": 3.2,
|
||||
"outer_layer": 4.2
|
||||
},
|
||||
"max_gen_offset": 16,
|
||||
"min_gen_offset": -16,
|
||||
"noise_multiplier": 0.05,
|
||||
"outer_wall_distance": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"placements_require_layer0_alternate": true,
|
||||
"point_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"use_alternate_layer0_chance": 0.2,
|
||||
"use_potential_placements_chance": 0.35
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"type": "tfc:pipe_vein",
|
||||
"config": {
|
||||
"rarity": 40,
|
||||
"density": 0.8,
|
||||
"min_y": -64,
|
||||
"max_y": -48,
|
||||
"random_name": "nether_hint_vein",
|
||||
"min_skew": 6,
|
||||
"max_skew": 18,
|
||||
"min_slant": 0,
|
||||
"max_slant": 4,
|
||||
"sign": 0.3,
|
||||
"height": 30,
|
||||
"radius": 5,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite",
|
||||
"tfc:rock/raw/andesite",
|
||||
"tfc:rock/raw/dacite",
|
||||
"tfc:rock/raw/basalt",
|
||||
"tfc:rock/raw/schist",
|
||||
"tfc:rock/raw/gneiss",
|
||||
"tfc:rock/raw/gabbro",
|
||||
"tfc:rock/raw/granite",
|
||||
"tfc:rock/raw/diorite",
|
||||
"tfc:rock/raw/quartzite",
|
||||
"tfc:rock/raw/slate",
|
||||
"tfc:rock/raw/phyllite",
|
||||
"tfc:rock/raw/marble",
|
||||
"tfc:rock/raw/shale",
|
||||
"tfc:rock/raw/claystone",
|
||||
"tfc:rock/raw/limestone",
|
||||
"tfc:rock/raw/conglomerate",
|
||||
"tfc:rock/raw/dolomite",
|
||||
"tfc:rock/raw/chert",
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "minecraft:deepslate",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "minecraft:blackstone",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:deepslate_nether_quartz_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "minecraft:glowstone",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 1,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 400,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfg:loose/deepslate",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "beneath:blackstone_pebble",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:nether_quartz_bud_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "beneath:sulfur"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 24,
|
||||
"xz_spread": 12,
|
||||
"y_spread": 2
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,493 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 230,
|
||||
"density": 0.25,
|
||||
"min_y": -64,
|
||||
"max_y": 26,
|
||||
"size": 40,
|
||||
"random_name": "deep_garnet_amethyst",
|
||||
"height": 8,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_amethyst_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_opal_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 20,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:red_garnet_bud_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:yellow_garnet_bud_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:amethyst_bud_indicator",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:opal_bud_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,283 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 220,
|
||||
"density": 0.35,
|
||||
"min_y": -64,
|
||||
"max_y": 62,
|
||||
"size": 26,
|
||||
"random_name": "deep_garnet_opal",
|
||||
"height": 6,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_amethyst_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_opal_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_amethyst_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_opal_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_amethyst_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_opal_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_amethyst_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_opal_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_amethyst_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_opal_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_amethyst_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_opal_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_red_garnet_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_yellow_garnet_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_amethyst_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_opal_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_opal_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_amethyst_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_garnet_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 20,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:red_garnet_bud_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:yellow_garnet_bud_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:amethyst_bud_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:opal_bud_indicator",
|
||||
"weight": 55
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,254 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 260,
|
||||
"density": 0.45,
|
||||
"min_y": -64,
|
||||
"max_y": 30,
|
||||
"size": 32,
|
||||
"random_name": "deep_gold",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_yellow_limonite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_gold_ore",
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_yellow_limonite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_gold_ore",
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_yellow_limonite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_gold_ore",
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_yellow_limonite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_gold_ore",
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_yellow_limonite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_gold_ore",
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_yellow_limonite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_gold_ore",
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_yellow_limonite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_gold_ore",
|
||||
"weight": 75
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:goethite_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_limonite",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_hematite",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_native_gold",
|
||||
"weight": 75
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,197 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 220,
|
||||
"density": 0.35,
|
||||
"min_y": -64,
|
||||
"max_y": 30,
|
||||
"size": 30,
|
||||
"random_name": "deep_hematite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_goethite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_yellow_limonite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_hematite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_ruby_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_goethite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_ruby_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_goethite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_yellow_limonite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_hematite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_ruby_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_goethite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_ruby_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_goethite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_yellow_limonite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_hematite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_ruby_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_goethite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_ruby_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_goethite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_yellow_limonite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_hematite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_ruby_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_goethite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_ruby_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:goethite_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_hematite",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_limonite",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_native_gold",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:ruby_bud_indicator",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,119 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 240,
|
||||
"density": 0.35,
|
||||
"min_y": -64,
|
||||
"max_y": 30,
|
||||
"size": 32,
|
||||
"random_name": "deep_limonite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_goethite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_yellow_limonite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_malachite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_limonite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_goethite_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_malachite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_goethite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_yellow_limonite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_hematite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_malachite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_limonite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_goethite_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_malachite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:goethite_indicator",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_hematite",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_limonite",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_malachite",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:malachite_bud_indicator",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,258 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 205,
|
||||
"density": 0.3,
|
||||
"min_y": -64,
|
||||
"max_y": 30,
|
||||
"size": 34,
|
||||
"random_name": "deep_magnetite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_magnetite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_vanadium_magnetite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_chromite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_gold_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_sapphire_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chromite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_magnetite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_vanadium_magnetite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_chromite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_gold_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_sapphire_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chromite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_magnetite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_vanadium_magnetite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_chromite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_gold_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_sapphire_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chromite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_magnetite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_vanadium_magnetite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_chromite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_gold_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_sapphire_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chromite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_magnetite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_vanadium_magnetite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_chromite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_gold_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_sapphire_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chromite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_magnetite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_vanadium_magnetite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_chromite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_gold_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_sapphire_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chromite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_magnetite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_vanadium_magnetite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_chromite_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_gold_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_sapphire_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chromite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_magnetite",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:vanadium_magnetite_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_native_gold",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "firmalife:ore/small_chromite",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:sapphire_bud_indicator",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,254 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 245,
|
||||
"density": 0.45,
|
||||
"min_y": -64,
|
||||
"max_y": 10,
|
||||
"size": 26,
|
||||
"random_name": "deep_molybdenum",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_wulfenite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_molybdenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_molybdenum_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_powellite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_wulfenite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_molybdenite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_wulfenite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_molybdenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_molybdenum_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_powellite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_wulfenite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_molybdenite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_wulfenite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_molybdenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_molybdenum_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_powellite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_wulfenite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_molybdenite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_wulfenite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_molybdenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_molybdenum_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_powellite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_wulfenite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_molybdenite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_wulfenite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_molybdenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_molybdenum_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_powellite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_wulfenite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_molybdenite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_wulfenite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_molybdenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_molybdenum_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_powellite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_wulfenite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_molybdenite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_wulfenite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_molybdenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_molybdenum_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_powellite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_wulfenite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_molybdenite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:wulfenite_indicator",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:molybdenite_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:molybdenum_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:powellite_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,236 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 220,
|
||||
"density": 0.45,
|
||||
"min_y": -64,
|
||||
"max_y": -20,
|
||||
"size": 24,
|
||||
"random_name": "deep_pitchblende",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_pitchblende_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_uraninite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pitchblende_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_uraninite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:pitchblende_indicator",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:uraninite_indicator",
|
||||
"weight": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,162 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 180,
|
||||
"density": 0.35,
|
||||
"min_y": -64,
|
||||
"max_y": 26,
|
||||
"size": 28,
|
||||
"random_name": "deep_sapphire",
|
||||
"height": 8,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_almandine_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_pyrope_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_green_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_almandine_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrope_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_almandine_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrope_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_green_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_almandine_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrope_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_almandine_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_pyrope_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_green_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_almandine_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrope_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_almandine_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_pyrope_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_green_sapphire_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_almandine_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrope_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:almandine_bud_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyrope_bud_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:sapphire_bud_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:green_sapphire_bud_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 220,
|
||||
"density": 0.35,
|
||||
"min_y": -64,
|
||||
"max_y": 0,
|
||||
"size": 20,
|
||||
"random_name": "deep_scheelite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_scheelite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_tungstate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_lithium_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_scheelite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tungstate_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_scheelite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_tungstate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_lithium_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_scheelite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tungstate_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_scheelite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_tungstate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_lithium_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_scheelite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tungstate_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:scheelite_indicator",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:tungstate_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:lithium_indicator",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,247 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 300,
|
||||
"density": 0.3,
|
||||
"min_y": -64,
|
||||
"max_y": 0,
|
||||
"size": 30,
|
||||
"random_name": "deep_sheldonite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_platinum_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_palladium_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cooperite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_platinum_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_platinum_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_palladium_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cooperite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_platinum_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_platinum_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_palladium_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cooperite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_platinum_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_platinum_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_palladium_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cooperite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_platinum_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_platinum_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_palladium_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cooperite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_platinum_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_bornite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_cooperite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_platinum_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_palladium_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_bornite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cooperite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_platinum_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:bornite_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:cooperite_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:platinum_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:palladium_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,248 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 260,
|
||||
"density": 0.3,
|
||||
"min_y": -64,
|
||||
"max_y": 26,
|
||||
"size": 28,
|
||||
"random_name": "deep_topaz",
|
||||
"height": 7,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_blue_topaz_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_topaz_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_chalcocite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_bornite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_blue_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chalcocite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_blue_topaz_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_topaz_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_chalcocite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_bornite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_blue_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chalcocite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_blue_topaz_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_topaz_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_chalcocite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_bornite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_blue_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chalcocite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_blue_topaz_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_topaz_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_chalcocite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_bornite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_blue_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chalcocite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_blue_topaz_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_topaz_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_chalcocite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_bornite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_blue_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chalcocite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_blue_topaz_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_topaz_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_chalcocite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_bornite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_blue_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_topaz_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_chalcocite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:chalcocite_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:bornite_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:blue_topaz_bud_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:topaz_bud_indicator",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,240 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 220,
|
||||
"density": 0.25,
|
||||
"min_y": -32,
|
||||
"max_y": 60,
|
||||
"size": 34,
|
||||
"random_name": "normal_apatite_",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_apatite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_tricalcium_phosphate_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_pyrochlore_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_apatite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:tricalcium_phosphate_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyrochlore_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:apatite_bud_indicator",
|
||||
"weight": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,166 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 185,
|
||||
"density": 0.3,
|
||||
"min_y": -32,
|
||||
"max_y": 60,
|
||||
"size": 40,
|
||||
"random_name": "normal_bauxite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_bauxite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_ilmenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_aluminium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_bauxite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_ilmenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_aluminium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_bauxite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_ilmenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_aluminium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_bauxite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_ilmenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_aluminium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_bauxite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_ilmenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_aluminium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_bauxite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_ilmenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_aluminium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_bauxite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_ilmenite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_aluminium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:bauxite_indicator",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:ilmenite_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:aluminium_indicator",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
{
|
||||
"type": "tfc:pipe_vein",
|
||||
"config": {
|
||||
"rarity": 180,
|
||||
"density": 0.35,
|
||||
"min_y": -32,
|
||||
"max_y": 50,
|
||||
"random_name": "normal_beryllium",
|
||||
"min_skew": 6,
|
||||
"max_skew": 18,
|
||||
"min_slant": 0,
|
||||
"max_slant": 4,
|
||||
"sign": 0,
|
||||
"height": 60,
|
||||
"radius": 10,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_beryllium_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_emerald_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_beryllium_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_emerald_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_beryllium_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_emerald_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_beryllium_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_emerald_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:beryllium_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:thorium_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:emerald_bud_indicator",
|
||||
"weight": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,223 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 170,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 75,
|
||||
"size": 40,
|
||||
"random_name": "normal_bismuthinite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_bismuth_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_sulfur_ore",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_lead_ore",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 40,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_bismuthinite",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:sulfur_indicator",
|
||||
"weight": 9
|
||||
},
|
||||
{
|
||||
"block": "gtceu:lead_indicator",
|
||||
"weight": 11
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 170,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 75,
|
||||
"size": 40,
|
||||
"random_name": "normal_cassiterite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_cassiterite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_tin_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cassiterite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_cassiterite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_tin_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cassiterite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_cassiterite_ore",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_tin_ore",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_cassiterite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_tin_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_cassiterite",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,134 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 215,
|
||||
"density": 0.55,
|
||||
"min_y": 0,
|
||||
"max_y": 210,
|
||||
"size": 60,
|
||||
"random_name": "normal_coal",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_coal_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_coal_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_coal_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_coal_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_coal_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_coal_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_coal_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_coal_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_coal_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_coal_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_coal_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_coal_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_coal_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_coal_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:coal_indicator",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"block": "gtceu:coal_bud_indicator",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 170,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 75,
|
||||
"size": 40,
|
||||
"random_name": "normal_copper",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_chalcopyrite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_hematite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_pyrite_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_copper_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_copper_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_chalcopyrite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_hematite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrite_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_copper_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_copper_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_chalcopyrite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_hematite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_pyrite_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_copper_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_copper_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_chalcopyrite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_hematite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_pyrite_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_copper_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_copper_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 85,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:chalcopyrite_indicator",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_hematite",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyrite_indicator",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_native_copper",
|
||||
"weight": 65
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,497 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 270,
|
||||
"density": 0.25,
|
||||
"min_y": -40,
|
||||
"max_y": 64,
|
||||
"size": 40,
|
||||
"random_name": "normal_garnet_tin",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_cassiterite_sand_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_garnet_sand_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_asbestos_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_diatomite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_cassiterite",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:garnet_sand_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:asbestos_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diatomite_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 160,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 60,
|
||||
"size": 40,
|
||||
"random_name": "normal_garnierite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_garnierite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_nickel_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_cobaltite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_pentlandite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_cobalt_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_garnierite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_garnierite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_nickel_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_cobaltite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_pentlandite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_cobalt_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_garnierite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 70,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_garnierite",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:cobaltite_indicator",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pentlandite_indicator",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:cobalt_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,227 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 170,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 60,
|
||||
"size": 40,
|
||||
"random_name": "normal_gold",
|
||||
"height": 12,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_yellow_limonite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_gold_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_yellow_limonite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_gold_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_yellow_limonite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_gold_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_yellow_limonite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_gold_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_yellow_limonite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_gold_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_yellow_limonite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_gold_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_goethite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_yellow_limonite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_gold_ore",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "minecraft:raw_gold_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 60,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_limonite",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_hematite",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_native_gold",
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:goethite_indicator",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 80,
|
||||
"density": 0.4,
|
||||
"min_y": -64,
|
||||
"max_y": -16,
|
||||
"size": 16,
|
||||
"random_name": "normal_graphite",
|
||||
"height": 6,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_graphite_ore",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_diamond_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_coal_ore",
|
||||
"weight": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 10,
|
||||
"depth": 80,
|
||||
"underground_rarity": 30,
|
||||
"underground_count": 250,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:graphite_indicator",
|
||||
"weight": 45
|
||||
},
|
||||
{
|
||||
"block": "gtceu:coal_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diamond_bud_indicator",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 210,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 75,
|
||||
"size": 40,
|
||||
"random_name": "normal_hematite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_goethite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_yellow_limonite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_hematite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_goethite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_yellow_limonite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_hematite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_goethite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_yellow_limonite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_hematite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_goethite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_yellow_limonite_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_hematite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_gold_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_hematite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 50,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_hematite",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_limonite",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_native_gold",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:goethite_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,175 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 170,
|
||||
"density": 0.25,
|
||||
"min_y": -60,
|
||||
"max_y": 10,
|
||||
"size": 50,
|
||||
"random_name": "normal_lapis",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_lazurite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_sodalite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_lapis_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_calcite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_lazurite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_sodalite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_lapis_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_calcite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_lazurite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_sodalite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_lapis_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_calcite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_lazurite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_sodalite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_lapis_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_calcite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_lazurite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_sodalite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_lapis_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_calcite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_lazurite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_sodalite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_lapis_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_calcite_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:calcite_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:lazurite_bud_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:sodalite_bud_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:lapis_bud_indicator",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,91 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 190,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 75,
|
||||
"size": 40,
|
||||
"random_name": "normal_limonite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_goethite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_yellow_limonite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_malachite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_limonite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_goethite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_yellow_limonite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_hematite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_malachite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_yellow_limonite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 50,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_limonite",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_hematite",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_malachite",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:goethite_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,226 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 200,
|
||||
"density": 0.4,
|
||||
"min_y": -32,
|
||||
"max_y": 75,
|
||||
"size": 40,
|
||||
"random_name": "normal_magnetite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_magnetite_ore",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_vanadium_magnetite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_gold_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_chromite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_magnetite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_magnetite_ore",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_vanadium_magnetite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_gold_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_chromite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_magnetite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_magnetite_ore",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_vanadium_magnetite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_gold_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_chromite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_magnetite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_magnetite_ore",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_vanadium_magnetite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_gold_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_chromite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_magnetite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_magnetite_ore",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_vanadium_magnetite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_gold_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_chromite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_magnetite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_magnetite_ore",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_vanadium_magnetite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_gold_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_chromite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_magnetite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_magnetite_ore",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_vanadium_magnetite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_gold_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_chromite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_magnetite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 35,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "tfc:ore/small_magnetite",
|
||||
"weight": 70
|
||||
},
|
||||
{
|
||||
"block": "gtceu:vanadium_magnetite_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "firmalife:ore/small_chromite",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_native_gold",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,290 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 195,
|
||||
"density": 0.3,
|
||||
"min_y": -32,
|
||||
"max_y": 60,
|
||||
"size": 40,
|
||||
"random_name": "normal_manganese",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"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/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": [
|
||||
"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": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:claystone_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:limestone_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:conglomerate_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dolomite_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chert_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_grossular_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_spessartine_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_pyrolusite_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:chalk_tantalite_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:pyrolusite_indicator",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:tantalite_indicator",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:grossular_bud_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:spessartine_bud_indicator",
|
||||
"weight": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 185,
|
||||
"density": 0.25,
|
||||
"min_y": -32,
|
||||
"max_y": 50,
|
||||
"size": 40,
|
||||
"random_name": "normal_monazite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_bastnasite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_monazite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_neodymium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_bastnasite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_monazite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_neodymium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_bastnasite_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_monazite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_neodymium_ore",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:bastnasite_indicator",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:neodymium_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:monazite_bud_indicator",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 185,
|
||||
"density": 0.20,
|
||||
"min_y": 0,
|
||||
"max_y": 70,
|
||||
"size": 55,
|
||||
"random_name": "normal_oilsands",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:oilsands_indicator",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 180,
|
||||
"density": 0.25,
|
||||
"min_y": -40,
|
||||
"max_y": 30,
|
||||
"size": 26,
|
||||
"random_name": "normal_olivine",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_bentonite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_olivine_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_glauconite_sand_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_bentonite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_olivine_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_glauconite_sand_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_bentonite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_olivine_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_glauconite_sand_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_bentonite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_olivine_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_glauconite_sand_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_bentonite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_olivine_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_glauconite_sand_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_bentonite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_olivine_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_glauconite_sand_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_bentonite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_olivine_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_glauconite_sand_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 20,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:bentonite_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:magnesite_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:glauconite_sand_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:olivine_bud_indicator",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 150,
|
||||
"density": 0.3,
|
||||
"min_y": -32,
|
||||
"max_y": 100,
|
||||
"size": 40,
|
||||
"random_name": "normal_quartz",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_quartzite_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_certus_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:shale_barite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_quartzite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_quartzite_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_certus_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_barite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_quartzite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_quartzite_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_certus_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_barite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_quartzite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_quartzite_ore",
|
||||
"weight": 65
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_certus_quartz_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_barite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_quartzite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 15,
|
||||
"depth": 40,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:barite_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:certus_quartz_bud_indicator",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_bud_indicator",
|
||||
"weight": 65
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue