added farming redo's new pineapple

This commit is contained in:
TenPlus1 2018-02-08 11:12:00 +00:00
parent 98c5964fa1
commit 85499b1c09
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
-- craft bones from animalmaterials into bonemeal
if minetest.get_modpath("animalmaterials") then
@ -34,6 +33,7 @@ if farming and farming.mod and farming.mod == "redo" then
{"farming:garlic_", 5},
{"farming:onion_", 5},
{"farming:pepper_", 5},
{"farming:pineapple_", 8},
})
end