From db1ebce496e9c9d5af9003ee4562845a18e32cdb Mon Sep 17 00:00:00 2001 From: starninjas <36938375+starninjas@users.noreply.github.com> Date: Sat, 27 Apr 2019 19:06:46 -0600 Subject: [PATCH] Update init.lua --- init.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/init.lua b/init.lua index 94f1812..081633e 100644 --- a/init.lua +++ b/init.lua @@ -1140,7 +1140,7 @@ minetest.register_decoration({ "sandstone_desert_ocean", "cold_desert_ocean"}, y_max = -6, - y_min = -1, + y_min = -16, flags = "force_placement", schematic = minetest.get_modpath("xocean") .. "/schems/brain2.mts", param2 = 48, @@ -1168,8 +1168,8 @@ minetest.register_decoration({ "deciduous_forest_ocean", "sandstone_desert_ocean", "cold_desert_ocean"}, - y_max = -10, - y_min = -40, + y_max = -6, + y_min = -16, flags = "force_placement", schematic = minetest.get_modpath("xocean") .. "/schems/horn2.mts", param2 = 48, @@ -1197,8 +1197,8 @@ minetest.register_decoration({ "deciduous_forest_ocean", "sandstone_desert_ocean", "cold_desert_ocean"}, - y_max = -10, - y_min = -40, + y_max = -6, + y_min = -16, flags = "force_placement", schematic = minetest.get_modpath("xocean") .. "/schems/bubble2.mts", param2 = 48, @@ -1226,8 +1226,8 @@ minetest.register_decoration({ "deciduous_forest_ocean", "sandstone_desert_ocean", "cold_desert_ocean"}, - y_max = -10, - y_min = -40, + y_max = -6, + y_min = -16, flags = "force_placement", schematic = minetest.get_modpath("xocean") .. "/schems/tube2.mts", param2 = 48, @@ -1255,8 +1255,8 @@ minetest.register_decoration({ "deciduous_forest_ocean", "sandstone_desert_ocean", "cold_desert_ocean"}, - y_max = -10, - y_min = -40, + y_max = -6, + y_min = -16, flags = "force_placement", schematic = minetest.get_modpath("xocean") .. "/schems/fire2.mts", param2 = 48, @@ -1284,8 +1284,8 @@ minetest.register_decoration({ "deciduous_forest_ocean", "sandstone_desert_ocean", "cold_desert_ocean"}, - y_max = -10, - y_min = -40, + y_max = -6, + y_min = -16, flags = "force_placement", schematic = minetest.get_modpath("xocean") .. "/schems/tube3.mts", param2 = 48, @@ -1313,8 +1313,8 @@ minetest.register_decoration({ "deciduous_forest_ocean", "sandstone_desert_ocean", "cold_desert_ocean"}, - y_max = -10, - y_min = -40, + y_max = -6, + y_min = -16, flags = "force_placement", schematic = minetest.get_modpath("xocean") .. "/schems/brain3.mts", param2 = 48, -- 2.44.0