Supprime code obsolète

This commit is contained in:
Sys Quatre 2019-04-21 00:19:59 +02:00
parent a88b2bc93e
commit 2154ece4e2
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@ if minetest.get_modpath("farming") and farming.mod == "redo" then
-- Banana -- Banana
overwrite("ethereal:banana", 2) overwrite("ethereal:banana", 2)
overwrite("ethereal:orange", 4) overwrite("ethereal:orange", 4)
-- Support with farming_redo >= 1.29
if tonumber(farming.version) >= 1.29 then
overwrite("farming:chili_pepper", 2)
overwrite("farming:chili_bowl", 8)
overwrite("farming:porridge", 6)
end
end end
if minetest.get_modpath("mtfoods") then if minetest.get_modpath("mtfoods") then