From 3a70426546b2fae0faa547b6ad0c9629c642eb33 Mon Sep 17 00:00:00 2001 From: Red_King_Cyclops Date: Sun, 3 Nov 2019 21:30:10 +0000 Subject: [PATCH] hydrocarbon dunes biomes now have deeper hydrocarbon sand tops --- biomes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biomes.lua b/biomes.lua index bcf2222..5155b4e 100644 --- a/biomes.lua +++ b/biomes.lua @@ -27,7 +27,7 @@ minetest.clear_registered_decorations() name = "hydrocarbon_dunes", --node_dust = "default:gravel", node_top = "titan_moon:hydrocarbon_sand", - depth_top = 1, + depth_top = 5, node_filler = "titan_moon:ice", depth_filler = 3, node_stone = "titan_moon:ice",