added farming_addons - melon

master
Juraj Vajda 2017-07-27 00:37:28 +02:00
parent 2935fc4364
commit a331f2e223
2 changed files with 6 additions and 1 deletions

View File

@ -27,4 +27,5 @@ mush45?
mushroom?
seaplants?
bakedclay?
3d_armor?
3d_armor?
farming_addons?

View File

@ -287,6 +287,10 @@ if minetest.get_modpath("farming_plus") then
overwrite("farming_plus:rhubarb_item", 2)
end
if minetest.get_modpath("farming_addons") then
overwrite("farming_addons:melon", 2)
end
if minetest.get_modpath("mtfoods") then
overwrite("mtfoods:dandelion_milk", 1)