Skip to content

Commit

Permalink
Updated to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed Sep 24, 2023
1 parent af22e71 commit aeb16e6
Show file tree
Hide file tree
Showing 52 changed files with 125 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"argument2": "continents:centroid/spawn_island"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring1",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring1",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring2",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring2",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring3",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring3",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring4",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:spawn/ring4",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"argument2": {
"argument": {
"xz_scale": 1,
"y_scale": 0,
"y_scale": 0.0,
"noise": "continents:island_noise",
"type": "minecraft:noise"
},
"type": "minecraft:flat_cache"
}
}
}
}
4 changes: 2 additions & 2 deletions data/continents/worldgen/density_function/continent_bias.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type": "cache_2d",
"argument": {
"xz_scale": 0.1425,
"y_scale": 0,
"y_scale": 0.0,
"noise": "continents:continent_bias",
"type": "minecraft:noise"
}
},
"type": "minecraft:flat_cache"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"argument1": 0.6,
"argument2": {
"xz_scale": 0.25,
"y_scale": 0,
"y_scale": 0.0,
"noise": "continents:island_amount",
"type": "minecraft:noise"
}
Expand All @@ -18,4 +18,4 @@
},
"argument2": -0.675
}
}
}
4 changes: 2 additions & 2 deletions data/continents/worldgen/density_function/island_amount.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"xz_scale": 0.25,
"y_scale": 0,
"y_scale": 0.0,
"noise": "continents:island_amount",
"type": "minecraft:noise"
}
}
14 changes: 7 additions & 7 deletions data/continents/worldgen/density_function/island_impact.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"coordinate": "continents:adjusted_continents",
"points": [
{
"location": -1,
"derivative": 0,
"value": -2
"location": -1.0,
"derivative": 0.0,
"value": -2.0
},
{
"location": -0.925,
"derivative": 0,
"derivative": 0.0,
"value": 0
},
{
"location": -0.525,
"derivative": 0,
"derivative": 0.0,
"value": 0
},
{
Expand All @@ -28,8 +28,8 @@
{
"location": -0.275,
"derivative": 0,
"value": -4
"value": -4.0
}
]
}
}
}
6 changes: 3 additions & 3 deletions data/continents/worldgen/density_function/island_squared.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "mul",
"argument1": 1,
"argument1": 1.0,
"argument2": {
"type": "add",
"argument1": -0.19,
Expand All @@ -18,7 +18,7 @@
"argument1": {
"argument": {
"xz_scale": 0.25,
"y_scale": 0,
"y_scale": 0.0,
"noise": "continents:island_noise",
"type": "minecraft:noise"
},
Expand All @@ -30,4 +30,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions data/continents/worldgen/density_function/islands.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"coordinate": "continents:island_adjusted",
"points": [
{
"location": -1,
"location": -1.0,
"derivative": 2,
"value": -2
},
Expand All @@ -18,12 +18,12 @@
"value": -0.19
},
{
"location": 0,
"location": 0.0,
"derivative": 0.335,
"value": -0.1
}
]
}
},
"argument2": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"argument2": "continents:large/centroid/spawn_island"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring1",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring1",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring2",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring2",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring3",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring3",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring4",
"xz_scale": 0.75,
"y_scale": 0
"y_scale": 0.0
},
"argument2": {
"type": "mul",
Expand All @@ -15,8 +15,8 @@
"type": "minecraft:noise",
"noise": "continents:large/spawn/ring4",
"xz_scale": 0.73,
"y_scale": 0
"y_scale": 0.0
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"argument2": {
"argument": {
"xz_scale": 1,
"y_scale": 0,
"y_scale": 0.0,
"noise": "continents:large/island_noise",
"type": "minecraft:noise"
},
"type": "minecraft:flat_cache"
}
}
}
}
Loading

0 comments on commit aeb16e6

Please sign in to comment.