Use a smaller selection box for the sapling

master
Wuzzy 2016-11-30 20:32:00 +01:00
parent 958ac45cf3
commit 55ef0640f8
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ minetest.register_node("ltool:sapling", {
drawtype = "plantlike",
tiles = { "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",
paramtype = "light",
paramtype2= "wallmounted",