1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-28 06:10:21 +02:00

adjust selection box for centered cobweb

This commit is contained in:
Vanessa Ezekowitz 2014-09-04 16:50:39 -04:00
parent 6841b7eafd
commit 5c1b4de65a

View File

@ -30,7 +30,7 @@ minetest.register_node("homedecor:cobweb_centered", {
walkable = false,
selection_box = {
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}
fixed = { -0.5, -0.5, -0.1, 0.5, 0.5, 0.1 }
},
node_box = {
type = "fixed",