From f95a14121076ffe9d9e504f17cf4ed6947d14184 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 23 Apr 2020 08:47:23 +0100 Subject: [PATCH] make pumpkin and melon easier to dig with their respective tools --- crops/melon.lua | 2 +- crops/pumpkin.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crops/melon.lua b/crops/melon.lua index 3fda9f6..88f4a1b 100644 --- a/crops/melon.lua +++ b/crops/melon.lua @@ -78,7 +78,7 @@ crop_def.tiles = {"farming_melon_top.png", "farming_melon_top.png", "farming_mel crop_def.selection_box = {-.5, -.5, -.5, .5, .5, .5} crop_def.walkable = true crop_def.groups = { - food_melon = 1, snappy = 1, oddly_breakable_by_hand = 1, + food_melon = 1, snappy = 2, oddly_breakable_by_hand = 1, flammable = 2, plant = 1 } --crop_def.drop = "farming:melon_slice 9" diff --git a/crops/pumpkin.lua b/crops/pumpkin.lua index 2c1de4a..e876934 100644 --- a/crops/pumpkin.lua +++ b/crops/pumpkin.lua @@ -203,7 +203,7 @@ minetest.register_node("farming:pumpkin_8", { "farming_pumpkin_side.png" }, groups = { - food_pumpkin = 1, choppy = 1, oddly_breakable_by_hand = 1, + food_pumpkin = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2, plant = 1 }, drop = "farming:pumpkin_8",