mirror of
https://codeberg.org/tenplus1/bonemeal.git
synced 2025-01-08 17:20:24 +01:00
added farming redo's new pineapple
This commit is contained in:
parent
98c5964fa1
commit
85499b1c09
2
mods.lua
2
mods.lua
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
-- craft bones from animalmaterials into bonemeal
|
-- craft bones from animalmaterials into bonemeal
|
||||||
if minetest.get_modpath("animalmaterials") then
|
if minetest.get_modpath("animalmaterials") then
|
||||||
|
|
||||||
@ -34,6 +33,7 @@ if farming and farming.mod and farming.mod == "redo" then
|
|||||||
{"farming:garlic_", 5},
|
{"farming:garlic_", 5},
|
||||||
{"farming:onion_", 5},
|
{"farming:onion_", 5},
|
||||||
{"farming:pepper_", 5},
|
{"farming:pepper_", 5},
|
||||||
|
{"farming:pineapple_", 8},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user