From 3fd2fcc4d6cb3b5d007327d309089c486e8d21ef Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 20 Sep 2025 17:23:06 +0100 Subject: [PATCH] fixed the mars dunes noise that was being inversely applied to the islands --- kubejs/data/tfg/worldgen/density_function/mars/offset.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/data/tfg/worldgen/density_function/mars/offset.json b/kubejs/data/tfg/worldgen/density_function/mars/offset.json index bf9dbc399..de2fef4e3 100644 --- a/kubejs/data/tfg/worldgen/density_function/mars/offset.json +++ b/kubejs/data/tfg/worldgen/density_function/mars/offset.json @@ -131,8 +131,8 @@ }, { "derivative": 0.0, - "location": -0.18, - "value": -0.4 + "location": -0.15, + "value": 0 } ] }