Merging in mars worldgen branch (#1370)
* red granite is now a real stone type * starting mars rock layers * fixed red granite * flipped the continentalness! thanks stardust
This commit is contained in:
parent
d1dd3c9e35
commit
d1baf88d5b
46 changed files with 38755 additions and 136703 deletions
11
kubejs/data/tfg/worldgen/density_function/mars/depth.json
Normal file
11
kubejs/data/tfg/worldgen/density_function/mars/depth.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_value": 1.5,
|
||||
"from_y": -32,
|
||||
"to_value": -1.5,
|
||||
"to_y": 320
|
||||
},
|
||||
"argument2": "tfg:mars/offset"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue