summaryrefslogtreecommitdiff
path: root/lucky_block.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-04-09 10:35:23 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-04-09 10:35:23 +0100
commita4e8182d9055c206e5b1d1a902d63fbdb7b8fe29 (patch)
treeba50c1ff1e76873b9884911688820eab98e09178 /lucky_block.lua
parentc4e88fc332d107e050b8a3111b21e7f9fc04fad6 (diff)
deprecate bronze, mese and diamond hoe, increase uses for steel hoe
Diffstat (limited to 'lucky_block.lua')
-rw-r--r--lucky_block.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lucky_block.lua b/lucky_block.lua
index 6a4c166..4318934 100644
--- a/lucky_block.lua
+++ b/lucky_block.lua
@@ -26,5 +26,8 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:cutting_board"}, 1},
{"dro", {"farming:juicer"}, 1},
{"dro", {"farming:mixing_bowl"}, 1},
+ {"dro", {"farming:hoe_bronze"}, 1},
+ {"dro", {"farming:hoe_mese"}, 1},
+ {"dro", {"farming:hoe_diamond"}, 1},
})
end