-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
catter1
committed
Mar 16, 2023
1 parent
b861b6f
commit 33c90e5
Showing
57 changed files
with
636 additions
and
619 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__MACOSXREADME.md |
65 changes: 32 additions & 33 deletions
65
data/continents/worldgen/density_function/adjusted_continents.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,35 @@ | ||
{ | ||
"type":"flat_cache", | ||
"argument":{ | ||
"type":"cache_2d", | ||
"argument": | ||
{"type":"max", | ||
"argument1":{ | ||
"type": "spline", | ||
"min_value": -1.75, | ||
"max_value": 1.75, | ||
"spline": { | ||
"coordinate": "overworld/base_continents", | ||
"points": [ | ||
{ | ||
"location": 0.205, | ||
"derivative": 0.7, | ||
"value": -0.25 | ||
}, | ||
{ | ||
"location": 0.265, | ||
"derivative": 1.785, | ||
"value": -0.19 | ||
}, | ||
{ | ||
"location": 0.6325, | ||
"derivative": 1.275, | ||
"value": 0.6 | ||
"type": "flat_cache", | ||
"argument": { | ||
"type": "cache_2d", | ||
"argument": { | ||
"type": "max", | ||
"argument1": { | ||
"type": "spline", | ||
"min_value": -1.75, | ||
"max_value": 1.75, | ||
"spline": { | ||
"coordinate": "overworld/base_continents", | ||
"points": [ | ||
{ | ||
"location": 0.205, | ||
"derivative": 0.7, | ||
"value": -0.25 | ||
}, | ||
{ | ||
"location": 0.265, | ||
"derivative": 1.785, | ||
"value": -0.19 | ||
}, | ||
{ | ||
"location": 0.6325, | ||
"derivative": 1.275, | ||
"value": 0.6 | ||
} | ||
] | ||
} | ||
}, | ||
"argument2": "continents:centroid/spawn_island" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"argument2":"continents:centroid/spawn_island" | ||
|
||
} | ||
} | ||
} |
30 changes: 15 additions & 15 deletions
30
data/continents/worldgen/density_function/centroid/ring1_offset.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"type":"flat_cache", | ||
"argument":{ | ||
"type":"add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring1", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2":{ | ||
"type":"mul", | ||
"argument2":-1, | ||
"argument1":{ | ||
"type": "flat_cache", | ||
"argument": { | ||
"type": "add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring1", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2": { | ||
"type": "mul", | ||
"argument2": -1, | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring1", | ||
"xz_scale": 0.73, | ||
"y_scale": 0.0 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
data/continents/worldgen/density_function/centroid/ring2_offset.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"type":"flat_cache", | ||
"argument":{ | ||
"type":"add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring2", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2":{ | ||
"type":"mul", | ||
"argument2":-1, | ||
"argument1":{ | ||
"type": "flat_cache", | ||
"argument": { | ||
"type": "add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring2", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2": { | ||
"type": "mul", | ||
"argument2": -1, | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring2", | ||
"xz_scale": 0.73, | ||
"y_scale": 0.0 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
data/continents/worldgen/density_function/centroid/ring3_offset.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"type":"flat_cache", | ||
"argument":{ | ||
"type":"add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring3", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2":{ | ||
"type":"mul", | ||
"argument2":-1, | ||
"argument1":{ | ||
"type": "flat_cache", | ||
"argument": { | ||
"type": "add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring3", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2": { | ||
"type": "mul", | ||
"argument2": -1, | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring3", | ||
"xz_scale": 0.73, | ||
"y_scale": 0.0 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
data/continents/worldgen/density_function/centroid/ring4_offset.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"type":"flat_cache", | ||
"argument":{ | ||
"type":"add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring4", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2":{ | ||
"type":"mul", | ||
"argument2":-1, | ||
"argument1":{ | ||
"type": "flat_cache", | ||
"argument": { | ||
"type": "add", | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring4", | ||
"xz_scale": 0.75, | ||
"y_scale": 0.0 | ||
}, | ||
"argument2": { | ||
"type": "mul", | ||
"argument2": -1, | ||
"argument1": { | ||
"type": "minecraft:noise", | ||
"noise": "continents:spawn/ring4", | ||
"xz_scale": 0.73, | ||
"y_scale": 0.0 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 28 additions & 26 deletions
54
data/continents/worldgen/density_function/centroid/spawn_island.json
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
{ | ||
"type":"add", | ||
"argument1":{ | ||
"type": "minecraft:mul", | ||
"argument1": 0.25, | ||
"argument2": { | ||
"type": "minecraft:add", | ||
"argument1": { | ||
"type": "minecraft:add", | ||
"argument1": "continents:centroid/ring1_sync", | ||
"argument2": "continents:centroid/ring2_sync" | ||
}, | ||
"type": "add", | ||
"argument1": { | ||
"type": "minecraft:mul", | ||
"argument1": 0.25, | ||
"argument2": { | ||
"type": "minecraft:add", | ||
"argument1": "continents:centroid/ring3_sync", | ||
"argument2": "continents:centroid/ring4_sync" | ||
"argument1": { | ||
"type": "minecraft:add", | ||
"argument1": "continents:centroid/ring1_sync", | ||
"argument2": "continents:centroid/ring2_sync" | ||
}, | ||
"argument2": { | ||
"type": "minecraft:add", | ||
"argument1": "continents:centroid/ring3_sync", | ||
"argument2": "continents:centroid/ring4_sync" | ||
} | ||
} | ||
}, | ||
"argument2": { | ||
"type": "mul", | ||
"argument1": 0.06, | ||
"argument2": { | ||
"argument": { | ||
"xz_scale": 1, | ||
"y_scale": 0.0, | ||
"noise": "continents:island_noise", | ||
"type": "minecraft:noise" | ||
}, | ||
"type": "minecraft:flat_cache" | ||
} | ||
} | ||
}, | ||
"argument2":{"type":"mul", | ||
"argument1":0.06, | ||
"argument2":{ | ||
"argument":{ | ||
"xz_scale":1, | ||
"y_scale":0.0, | ||
"noise":"continents:island_noise", | ||
"type":"minecraft:noise" | ||
}, | ||
"type":"minecraft:flat_cache" | ||
} | ||
}} | ||
} |
Oops, something went wrong.