diff --git a/crops/hemp.lua b/crops/hemp.lua index bc15e0c..6cf2671 100644 --- a/crops/hemp.lua +++ b/crops/hemp.lua @@ -183,8 +183,8 @@ minetest.register_node("farming:hemp_rope", { inventory_image = "farming_hemp_rope.png", drawtype = "plantlike", groups = { - handy = 1, axey = 1, flammable = 2, choppy = 3, oddly_breakable_by_hand = 3, - compostability = 55 + handy = 1, axey = 1, swordy = 1, flammable = 2, choppy = 3, + oddly_breakable_by_hand = 3, compostability = 55 }, sounds = farming.sounds.node_sound_leaves_defaults(), selection_box = { diff --git a/food.lua b/food.lua index 494408e..9e8c523 100644 --- a/food.lua +++ b/food.lua @@ -135,7 +135,7 @@ end minetest.register_node("farming:sugar_cube", { description = S("Sugar Cube"), tiles = {"farming_sugar_cube.png"}, - groups = {pickaxey = 1, crumbly = 2}, + groups = {shovely = 1, handy = 1, crumbly = 2}, floodable = true, sounds = farming.sounds.node_sound_gravel_defaults(), _mcl_hardness = 0.8,