From 34557b28bff6190617e1e4f1cc63720c928e2cd4 Mon Sep 17 00:00:00 2001 From: Nemo 08 Date: Sat, 17 Mar 2012 02:25:58 +0400 Subject: [PATCH] fix of selection box - 2 --- approved/roof/init.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/approved/roof/init.lua b/approved/roof/init.lua index 88eca1e..f170b47 100644 --- a/approved/roof/init.lua +++ b/approved/roof/init.lua @@ -29,7 +29,7 @@ for _, color in ipairs(DYE_COLORS) do paramtype = 'light', is_ground_content = true, walkable = true, - material = minetest.digprop_glasslike(1.0), + material = minetest.digprop_glasslike(0.5), }) end @@ -52,10 +52,7 @@ end paramtype = 'light', is_ground_content = true, walkable = true, - selection_box = { - type = 'fixed', - }, - material = minetest.digprop_dirtlike(0.75), + material = minetest.digprop_dirtlike(0.5), }) minetest.register_craft({ @@ -76,8 +73,5 @@ end paramtype = 'light', is_ground_content = true, walkable = true, - selection_box = { - type = 'fixed', - }, - material = minetest.digprop_glasslike(1.0), + material = minetest.digprop_glasslike(0.5), }) \ No newline at end of file