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

added chili peppers and bowl of chili

This commit is contained in:
TenPlus1
2017-08-31 12:14:54 +01:00
parent ee35a77ed0
commit e222657608
16 changed files with 116 additions and 1 deletions

View File

@ -15,5 +15,7 @@ if minetest.get_modpath("lucky_block") then
{"nod", "farming:melon", 0},
{"dro", {"farming:donut", "farming:donut_chocolate", "farming:donut_apple"}, 5},
{"dro", {"farming:hemp_leaf", "farming:hemp_fibre", "farming:seed_hemp"}, 5},
{"nod", "fire:permanent_flame", 1},
{"dro", {"farming:chili_pepper", "farming:chili_bowl"}, 5},
})
end