From b59cfcac693cc22d06d6a3cb283cbeb09ba22182 Mon Sep 17 00:00:00 2001 From: Misode Date: Mon, 30 May 2022 03:46:48 +0200 Subject: [PATCH] Fix #238 noise climate octaves --- .../components/previews/BiomeSourcePreview.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/components/previews/BiomeSourcePreview.tsx b/src/app/components/previews/BiomeSourcePreview.tsx index cb5de93b..e7a54fd9 100644 --- a/src/app/components/previews/BiomeSourcePreview.tsx +++ b/src/app/components/previews/BiomeSourcePreview.tsx @@ -128,15 +128,14 @@ export function getOctaves(obj: any): Record { weirdness: { firstOctave: -7, amplitudes: [1, 2, 1, 0, 0, 0] }, shift: { firstOctave: -3, amplitudes: [1, 1, 1, 0] }, } - case 'end': - case 'floating_islands': + case 'large_biomes': return { - temperature: { firstOctave: 0, amplitudes: [0] }, - humidity: { firstOctave: 0, amplitudes: [0] }, - continentalness: { firstOctave: 0, amplitudes: [0] }, - erosion: { firstOctave: 0, amplitudes: [0] }, - weirdness: { firstOctave: 0, amplitudes: [0] }, - shift: { firstOctave: 0, amplitudes: [0] }, + temperature: { firstOctave: -12, amplitudes: [1.5, 0, 1, 0, 0, 0] }, + humidity: { firstOctave: -10, amplitudes: [1, 1, 0, 0, 0, 0] }, + continentalness: { firstOctave: -11, amplitudes: [1, 1, 2, 2, 2, 1, 1, 1, 1] }, + erosion: { firstOctave: -11, amplitudes: [1, 1, 0, 1, 1] }, + weirdness: { firstOctave: -7, amplitudes: [1, 2, 1, 0, 0, 0] }, + shift: { firstOctave: -3, amplitudes: [1, 1, 1, 0] }, } default: return {