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

Added hemp, upped to ver 1.24

This commit is contained in:
TenPlus1
2017-04-08 11:00:12 +01:00
parent 787c8d1ffe
commit 30c87bf910
18 changed files with 228 additions and 3 deletions

View File

@ -14,5 +14,6 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:bottle_ethanol"}, 1},
{"nod", "farming:melon", 0},
{"dro", {"farming:donut", "farming:donut_chocolate", "farming:donut_apple"}, 5},
{"dro", {"farming:hemp_leaf", "farming:hemp_fibre", "farming:hemp_seed"}, 5},
})
end