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

added oats, rye and rice thanks to ademants grains mod

This commit is contained in:
TenPlus1
2019-01-06 10:28:24 +00:00
parent fec763e8ee
commit 9253d08cd4
38 changed files with 154 additions and 3 deletions

View File

@ -110,5 +110,13 @@ farming.registered_plants["farming:barley"] = {
seed = "farming:seed_barley",
minlight = 13,
maxlight = 15,
steps = 8
steps = 7
}
-- Fuel
minetest.register_craft({
type = "fuel",
recipe = "farming:barley",
burntime = 1,
})