1
0
зеркало из https://github.com/mt-mods/homedecor_modpack.git synced 2025-12-06 04:15:25 +01:00

adjust selection box for centered cobweb

Этот коммит содержится в:
Vanessa Ezekowitz
2014-09-04 16:50:39 -04:00
родитель 6841b7eafd
Коммит 5c1b4de65a

Просмотреть файл

@@ -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",