From: starninjas <36938375+starninjas@users.noreply.github.com> Date: Sun, 28 Apr 2019 01:06:46 +0000 (-0600) Subject: Update init.lua X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=db1ebce496e9c9d5af9003ee4562845a18e32cdb;p=xocean.git Update init.lua --- 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,