From abefd756a3a5e0a480bc6a0d1632a6e658acac13 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 31 Jul 2017 04:14:04 +0200 Subject: [PATCH] Increase standing banner selection box --- mods/ITEMS/mcl_banners/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_banners/init.lua b/mods/ITEMS/mcl_banners/init.lua index 652c751c..ec78fa44 100644 --- a/mods/ITEMS/mcl_banners/init.lua +++ b/mods/ITEMS/mcl_banners/init.lua @@ -114,7 +114,7 @@ minetest.register_node("mcl_banners:standing_banner", { inventory_image = "mcl_banners_item_base.png", wield_image = "mcl_banners_item_base.png", tiles = { "blank.png" }, - selection_box = {type = "fixed", fixed= {-0.2, -0.5, -0.2, 0.2, 0.5, 0.2} }, + selection_box = {type = "fixed", fixed= {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3} }, groups = {axey=1,handy=1, attached_node = 1, not_in_creative_inventory = 1, not_in_craft_guide = 1, }, stack_max = 16, sounds = node_sounds,