Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.

let's tweak temperature a bit

Lera 391424c3 a61cacc2

+12 -1
+1 -1
common/src/main/resources/data/infinity/worldgen/density_function/temperature.json
··· 1 1 { 2 2 "type": "minecraft:shifted_noise", 3 - "noise": "minecraft:temperature", 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
··· 1 + { 2 + "amplitudes": [ 3 + 1.5, 4 + 0.0, 5 + 1.0, 6 + 0.0, 7 + 0.0, 8 + 0.0 9 + ], 10 + "firstOctave": -7 11 + }