one more carrot adjust

This commit is contained in:
SmokeyDope 2023-03-18 00:13:53 +00:00 committed by Gitea
parent ced3b4dff1
commit 68a44d7824
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ minetest.register_node("mcl_farming:carrot", {
selection_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0/16, 0.5}
{-0.5, -0.5, -0.5, 0.5, -1/16, 0.5}
},
},
groups = {dig_immediate=3, not_in_creative_inventory=1,plant=1,attached_node=1,dig_by_water=1,destroy_by_lava_flow=1,dig_by_piston=1},