coal + garnet_amethyst vein
This commit is contained in:
parent
1ace97a60d
commit
f9615b6fed
5 changed files with 455 additions and 1 deletions
|
|
@ -21,6 +21,8 @@
|
|||
"tfc:vein/deep_gold",
|
||||
"tfc:vein/deep_hematite",
|
||||
"tfc:vein/deep_limonite",
|
||||
"tfc:vein/deep_magnetite"
|
||||
"tfc:vein/deep_magnetite",
|
||||
"tfc:vein/garnet_amethyst",
|
||||
"tfc:vein/coal"
|
||||
]
|
||||
}
|
||||
123
kubejs/data/tfc/worldgen/configured_feature/vein/coal.json
Normal file
123
kubejs/data/tfc/worldgen/configured_feature/vein/coal.json
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 115,
|
||||
"min_y": {
|
||||
"absolute": 0
|
||||
},
|
||||
"max_y": {
|
||||
"absolute": 210
|
||||
},
|
||||
"size": 60,
|
||||
"density": 0.6,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 97,
|
||||
"block": "gtceu:tfc_shale_coal_ore"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "gtceu:tfc_shale_diamond_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 97,
|
||||
"block": "gtceu:tfc_claystone_coal_ore"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "gtceu:tfc_claystone_diamond_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 97,
|
||||
"block": "gtceu:tfc_limestone_coal_ore"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "gtceu:tfc_limestone_diamond_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 97,
|
||||
"block": "gtceu:tfc_conglomerate_coal_ore"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "gtceu:tfc_conglomerate_diamond_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 97,
|
||||
"block": "gtceu:tfc_dolomite_coal_ore"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "gtceu:tfc_dolomite_diamond_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 97,
|
||||
"block": "gtceu:tfc_chert_coal_ore"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "gtceu:tfc_chert_diamond_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 97,
|
||||
"block": "gtceu:tfc_chalk_coal_ore"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"block": "gtceu:tfc_chalk_diamond_ore"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_name": "coal"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,319 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 14,
|
||||
"min_y": {
|
||||
"absolute": 40
|
||||
},
|
||||
"max_y": {
|
||||
"absolute": 60
|
||||
},
|
||||
"size": 8,
|
||||
"density": 0.2,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_shale_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_shale_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_shale_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_shale_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_claystone_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_claystone_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_claystone_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_claystone_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_limestone_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_limestone_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_limestone_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_limestone_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_conglomerate_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_conglomerate_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_conglomerate_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_conglomerate_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_dolomite_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_dolomite_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_dolomite_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_dolomite_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chert_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chert_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chert_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chert_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chalk_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chalk_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chalk_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chalk_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_quartzite_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_quartzite_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_quartzite_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_quartzite_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_slate_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_slate_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_slate_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_slate_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_phyllite_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_phyllite_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_phyllite_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_phyllite_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_schist_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_schist_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_schist_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_schist_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_gneiss_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_gneiss_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_gneiss_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_gneiss_opal_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_marble_garnet_red_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_marble_garnet_yellow_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_marble_amethyst_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_marble_opal_ore"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_name": "garnet_amethyst",
|
||||
"biomes": "#tfc:is_river",
|
||||
"height": 4
|
||||
}
|
||||
}
|
||||
5
kubejs/data/tfc/worldgen/placed_feature/vein/coal.json
Normal file
5
kubejs/data/tfc/worldgen/placed_feature/vein/coal.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"feature": "tfc:vein/coal",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"feature": "tfc:vein/garnet_amethyst",
|
||||
"placement": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue