From 182ea6f58e99f85fde0ba2e6f606c99c3d07458e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 1 Apr 2017 05:02:18 +0200 Subject: [PATCH] Tweak selection box of mature carrot plant --- mods/ITEMS/mcl_farming/carrots.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mods/ITEMS/mcl_farming/carrots.lua b/mods/ITEMS/mcl_farming/carrots.lua index cec5bd751..7550709c7 100644 --- a/mods/ITEMS/mcl_farming/carrots.lua +++ b/mods/ITEMS/mcl_farming/carrots.lua @@ -67,6 +67,12 @@ minetest.register_node("mcl_farming:carrot", { { items = {'mcl_farming:carrot_item 1'} }, } }, + selection_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 4/16, 0.5} + }, + }, groups = {dig_immediate=3, not_in_creative_inventory=1,attached_node=1,dig_by_water=1,dig_by_piston=1}, sounds = mcl_sounds.node_sound_leaves_defaults(), _mcl_blast_resistance = 0,