some progress on mars worldgen stuff
This commit is contained in:
parent
11526857bb
commit
032d6fa49c
11 changed files with 1248 additions and 102878 deletions
|
|
@ -122,11 +122,6 @@
|
|||
{
|
||||
"derivative": 0.0,
|
||||
"location": -1.1,
|
||||
"value": -0.4
|
||||
},
|
||||
{
|
||||
"derivative": 0.0,
|
||||
"location": -1.02,
|
||||
"value": 0.4
|
||||
},
|
||||
{
|
||||
|
|
@ -153,11 +148,6 @@
|
|||
"spline": {
|
||||
"coordinate": "tfg:mars/continents",
|
||||
"points": [
|
||||
{
|
||||
"derivative": 0.0,
|
||||
"location": -1.1,
|
||||
"value": 0.2222
|
||||
},
|
||||
{
|
||||
"derivative": 0.0,
|
||||
"location": -1.02,
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:flat_cache",
|
||||
"argument": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:ridge",
|
||||
"shift_x": "minecraft:shift_x",
|
||||
"shift_y": 0.0,
|
||||
"shift_z": "minecraft:shift_z",
|
||||
"xz_scale": 0.25,
|
||||
"y_scale": 0.0
|
||||
}
|
||||
}
|
||||
"type": "minecraft:flat_cache",
|
||||
"argument": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:ridge",
|
||||
"shift_x": "minecraft:shift_x",
|
||||
"shift_y": 0.0,
|
||||
"shift_z": "minecraft:shift_z",
|
||||
"xz_scale": 0.25,
|
||||
"y_scale": 0.0
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:flat_cache",
|
||||
"argument": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:ridge",
|
||||
"shift_x": "minecraft:shift_x",
|
||||
"shift_y": 0.0,
|
||||
"shift_z": "minecraft:shift_z",
|
||||
"xz_scale": 0.25,
|
||||
"y_scale": 0.0
|
||||
}
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:spline",
|
||||
"spline": {
|
||||
"coordinate": "tfg:mars/continents",
|
||||
"points": [
|
||||
{
|
||||
"location": -1,
|
||||
"derivative": 0,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"location": -0.12,
|
||||
"derivative": 0,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"location": -0.10,
|
||||
"derivative": 0,
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"location": 1,
|
||||
"derivative": 0,
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue