Feature/mars rock layers (#1519)
* moving to real tfc rock layers! * thanks git * git pls * that's a good start for the mars rock layer stuff now * langs, some desert block height tweaks * mars water fog color * forgot to convert back from hex to dec
This commit is contained in:
parent
e978f798f7
commit
084c99db07
38 changed files with 829 additions and 1975 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "tfg:mars",
|
||||
"type": "ad_astra:mars",
|
||||
"generator": {
|
||||
"type": "kubejs_tfc:wrapped",
|
||||
"event_key": "mars",
|
||||
|
|
@ -13,37 +13,95 @@
|
|||
"continentalness": -0.5,
|
||||
"rock_layer_settings": {
|
||||
"rocks": {
|
||||
"mars": {
|
||||
"raw": "tfc:rock/raw/chert",
|
||||
"hardened": "tfc:rock/hardened/chert",
|
||||
"gravel": "tfc:rock/gravel/chert",
|
||||
"cobble": "tfc:rock/cobble/chert",
|
||||
"sand": "tfc:sand/red",
|
||||
"sandstone": "tfc:raw_sandstone/red"
|
||||
}
|
||||
"mars": {
|
||||
"raw": "ad_astra:mars_stone",
|
||||
"hardened": "tfg:rock/hardened_mars_stone",
|
||||
"gravel": "ad_astra:mars_cobblestone",
|
||||
"cobble": "ad_astra:mars_cobblestone",
|
||||
"sand": "ad_astra:mars_sand",
|
||||
"sandstone": "ad_astra:mars_stone",
|
||||
"spike": "tfg:spike/mars_stone_spike",
|
||||
"loose": "tfg:loose/mars_stone"
|
||||
},
|
||||
"venus": {
|
||||
"raw": "ad_astra:venus_stone",
|
||||
"hardened": "tfg:rock/hardened_venus_stone",
|
||||
"gravel": "ad_astra:venus_cobblestone",
|
||||
"cobble": "ad_astra:venus_cobblestone",
|
||||
"sand": "ad_astra:venus_sand",
|
||||
"sandstone": "ad_astra:venus_sandstone",
|
||||
"spike": "tfg:spike/venus_stone_spike",
|
||||
"loose": "tfg:loose/venus_stone"
|
||||
},
|
||||
"red_granite": {
|
||||
"raw": "gtceu:red_granite",
|
||||
"hardened": "tfg:rock/hardened_red_granite",
|
||||
"gravel": "gtceu:red_granite_cobblestone",
|
||||
"cobble": "gtceu:red_granite_cobblestone",
|
||||
"sand": "minecraft:red_sand",
|
||||
"sandstone": "minecraft:red_sandstone",
|
||||
"spike": "tfg:spike/red_granite_spike",
|
||||
"loose": "tfg:loose/red_granite"
|
||||
},
|
||||
"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",
|
||||
"basalt": "tfc:basalt",
|
||||
"dacite": "tfc:dacite"
|
||||
},
|
||||
"layers": [
|
||||
{
|
||||
"id": "mars",
|
||||
"id": "mix",
|
||||
"layers": {
|
||||
"mars": "bottom"
|
||||
"mars": "bottom",
|
||||
"dolomite": "bottom",
|
||||
"chert": "bottom",
|
||||
"conglomerate": "bottom",
|
||||
"red_granite": "bottom",
|
||||
"basalt": "bottom",
|
||||
"dacite": "bottom",
|
||||
"venus": "bottom",
|
||||
"shale": "bottom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "sedimentary",
|
||||
"layers": {
|
||||
"mars": "mix",
|
||||
"chalk": "mix",
|
||||
"shale": "mix",
|
||||
"dolomite": "mix",
|
||||
"limestone": "mix",
|
||||
"claystone": "mix",
|
||||
"conglomerate": "mix",
|
||||
"chert": "mix"
|
||||
}
|
||||
}
|
||||
],
|
||||
"bottom": [
|
||||
"mars"
|
||||
"red_granite",
|
||||
"gabbro",
|
||||
"diorite",
|
||||
"granite"
|
||||
],
|
||||
"ocean_floor": [
|
||||
"mars"
|
||||
"sedimentary"
|
||||
],
|
||||
"volcanic": [
|
||||
"mars"
|
||||
"sedimentary"
|
||||
],
|
||||
"land": [
|
||||
"mars"
|
||||
"sedimentary"
|
||||
],
|
||||
"uplift": [
|
||||
"mars"
|
||||
"sedimentary"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
@ -4373,7 +4431,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -4427,7 +4485,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -4454,7 +4512,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -4508,7 +4566,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -4535,7 +4593,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -4589,7 +4647,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -4643,7 +4701,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -13526,7 +13584,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -13607,7 +13665,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -13661,7 +13719,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -13715,7 +13773,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -13769,7 +13827,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -13796,7 +13854,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -13850,7 +13908,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -21788,7 +21846,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -21842,7 +21900,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -21896,7 +21954,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -21950,7 +22008,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -22031,7 +22089,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -29726,7 +29784,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -29807,7 +29865,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -29861,7 +29919,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -29915,7 +29973,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -29969,7 +30027,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -29996,7 +30054,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -30050,7 +30108,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -39014,7 +39072,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -39068,7 +39126,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -39095,7 +39153,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -39149,7 +39207,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.19,
|
||||
|
|
@ -39176,7 +39234,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -39230,7 +39288,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -39284,7 +39342,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -47573,7 +47631,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -47600,7 +47658,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -47627,7 +47685,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -47654,7 +47712,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
@ -47708,7 +47766,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -47762,7 +47820,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
|
|
@ -47789,7 +47847,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:mars/amber_plains",
|
||||
"biome": "tfg:mars/sangnum_plains",
|
||||
"parameters": {
|
||||
"continentalness": [
|
||||
0.03,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue