diff --git a/rocks/ign.lua b/rocks/ign.lua index d546dc8..76f3a9b 100644 --- a/rocks/ign.lua +++ b/rocks/ign.lua @@ -60,7 +60,7 @@ rocks.register_igneous_stratus=reg minetest.register_ore({ ore="rocks:granite", wherein="default:stone", ore_type="scatter", clust_scarcity=3^3, clust_num_ores=6^3, clust_size=6, - height_min=-31000, height_max=-49, + height_min=-31000, height_max=-31, }) -- continental (granite): diorite and gabbro diff --git a/rocks/sed.lua b/rocks/sed.lua index 55f78d1..80b2982 100644 --- a/rocks/sed.lua +++ b/rocks/sed.lua @@ -117,7 +117,7 @@ do -- to fix weirid sand layers underground def.node_shore_top=def.node_top def.node_shore_filler=def.node_filler - def.node_underwater=def.node_filler + def.node_underwater=def.node_top end -- and call the saved method to actually do the registration old_register_biome(def)