1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

deprecate bronze, mese and diamond hoe, increase uses for steel hoe

This commit is contained in:
TenPlus1
2018-04-09 10:35:23 +01:00
parent c4e88fc332
commit a4e8182d90
2 changed files with 12 additions and 15 deletions

View File

@ -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