tangled
alpha
login
or
join now
codexarchonic.nekoweb.org
/
ProjectInfinity
0
fork
atom
Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
0
fork
atom
overview
issues
6
pulls
pipelines
let's tweak temperature a bit
Lera
11 months ago
391424c3
a61cacc2
+12
-1
2 changed files
expand all
collapse all
unified
split
common
src
main
resources
data
infinity
worldgen
density_function
temperature.json
noise
temperature.json
+1
-1
common/src/main/resources/data/infinity/worldgen/density_function/temperature.json
reviewed
···
1
1
{
2
2
"type": "minecraft:shifted_noise",
3
3
-
"noise": "minecraft:temperature",
3
3
+
"noise": "infinity:temperature",
4
4
"shift_x": "minecraft:shift_x",
5
5
"shift_y": 0.0,
6
6
"shift_z": "minecraft:shift_z",
+11
common/src/main/resources/data/infinity/worldgen/noise/temperature.json
reviewed
···
1
1
+
{
2
2
+
"amplitudes": [
3
3
+
1.5,
4
4
+
0.0,
5
5
+
1.0,
6
6
+
0.0,
7
7
+
0.0,
8
8
+
0.0
9
9
+
],
10
10
+
"firstOctave": -7
11
11
+
}