Shrink selbox of bonfire

master
Wuzzy 2022-02-10 19:02:02 +01:00
parent ae460c3ff8
commit 00be751d2c
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ minetest.register_node("lzr_decor:bonfire", {
inventory_image = "lzr_decor_bonfire.png^[verticalframe:7:0",
wield_image = "lzr_decor_bonfire.png^[verticalframe:7:0",
use_texture_alpha = "clip",
selection_box = {
type = "fixed",
fixed = { -5/16, -0.5, -5/16, 5/16, 7/16, 5/16 },
},
tiles = {
{ name = "lzr_decor_bonfire.png",
animation = {