Add missing selection box on ceiling candle

This commit is contained in:
kilbith 2015-09-22 16:41:43 +02:00
parent 08c79407b1
commit 890b4088f7

View File

@ -81,6 +81,7 @@ xdecor.register("candle", {
},
selection_box = {
type = "wallmounted",
wall_top = {-0.3, -0.4, -0.3, 0.3, 0.5, 0.3},
wall_bottom = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25},
wall_side = {-0.5, -0.35, -0.15, -0.15, 0.4, 0.15}
}