neuralgia/kubejs/data/tfg/worldgen/mars_rock_layers.json

130 lines
No EOL
2.4 KiB
JSON

{
"rocks": {
"granite": "tfc:granite",
"diorite": "tfc:diorite",
"gabbro": "tfc:gabbro",
"shale": "tfc:shale",
"claystone": "tfc:claystone",
"limestone": "tfc:limestone",
"conglomerate": "tfc:conglomerate",
"dolomite": "tfc:dolomite",
"chert": "tfc:chert",
"chalk": "tfc:chalk",
"rhyolite": "tfc:rhyolite",
"basalt": "tfc:basalt",
"andesite": "tfc:andesite",
"dacite": "tfc:dacite",
"mars_stone": {
"raw": "ad_astra:mars_stone",
"hardened": "tfg:rock/hardened_mars_stone",
"gravel": "ad_astra:mars_sand",
"cobble": "ad_astra:mars_cobblestone",
"sand": "ad_astra:mars_sand",
"sandstone": "ad_astra:mars_stone"
},
"red_granite": {
"raw": "TODO",
"hardened": "TODO",
"gravel": "TODO",
"cobble": "TODO",
"sand": "tfc:sand/red",
"sandstone": "tfc:raw_sandstone/red"
}
},
"bottom": [
"granite",
"gabbro",
"rhyolite",
"basalt",
"andesite",
"dacite",
"mars_stone",
"red_granite"
],
"layers": [
{
"id": "felsic",
"layers": {
"granite": "bottom",
"red_granite": "bottom"
}
},
{
"id": "intermediate",
"layers": {
"mars_stone": "bottom"
}
},
{
"id": "mafic",
"layers": {
"gabbro": "bottom"
}
},
{
"id": "igneous_extrusive",
"layers": {
"rhyolite": "felsic",
"andesite": "intermediate",
"dacite": "intermediate",
"basalt": "mafic"
}
},
{
"id": "igneous_extrusive_x2",
"layers": {
"rhyolite": "igneous_extrusive",
"andesite": "igneous_extrusive",
"dacite": "igneous_extrusive",
"basalt": "igneous_extrusive"
}
},
{
"id": "land_sedimentary",
"layers": {
"claystone": "igneous_extrusive",
"conglomerate": "igneous_extrusive",
"dolomite": "igneous_extrusive",
"chert": "igneous_extrusive",
"chalk": "igneous_extrusive"
}
},
{
"id": "water_sedimentary",
"layers": {
"shale": "bottom",
"claystone": "bottom",
"dolomite": "bottom",
"limestone": "bottom",
"chert": "bottom"
}
},
{
"id": "uplift",
"layers": {
"red_granite": "land_sedimentary",
"granite": "land_sedimentary",
"gabbro": "land_sedimentary",
"mars_stone": "land_sedimentary"
}
}
],
"ocean_floor": [
"water_sedimentary"
],
"volcanic": [
"igneous_extrusive",
"igneous_extrusive_x2"
],
"land": [
"land_sedimentary",
"igneous_extrusive"
],
"uplift": [
"uplift"
]
}