Use a smaller selection box for the sapling

This commit is contained in:
Wuzzy 2016-11-30 20:32:00 +01:00
parent 958ac45cf3
commit 55ef0640f8

View File

@ -36,6 +36,10 @@ minetest.register_node("ltool:sapling", {
drawtype = "plantlike", drawtype = "plantlike",
tiles = { "ltool_sapling.png" }, tiles = { "ltool_sapling.png" },
inventory_image = "ltool_sapling.png", inventory_image = "ltool_sapling.png",
selection_box = {
type = "fixed",
fixed = { -10/32, -0.5, -10/32, 10/32, 12/32, 10/32 },
},
wield_image = "ltool_sapling.png", wield_image = "ltool_sapling.png",
paramtype = "light", paramtype = "light",
paramtype2= "wallmounted", paramtype2= "wallmounted",