diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-09 10:35:23 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-09 10:35:23 +0100 |
commit | a4e8182d9055c206e5b1d1a902d63fbdb7b8fe29 (patch) | |
tree | ba50c1ff1e76873b9884911688820eab98e09178 /lucky_block.lua | |
parent | c4e88fc332d107e050b8a3111b21e7f9fc04fad6 (diff) |
deprecate bronze, mese and diamond hoe, increase uses for steel hoe
Diffstat (limited to 'lucky_block.lua')
-rw-r--r-- | lucky_block.lua | 3 |
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 |