summaryrefslogtreecommitdiff
path: root/farming/crops/barley.lua
diff options
context:
space:
mode:
Diffstat (limited to 'farming/crops/barley.lua')
-rw-r--r--farming/crops/barley.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/farming/crops/barley.lua b/farming/crops/barley.lua
index 6f3cb97..cc5ca0f 100644
--- a/farming/crops/barley.lua
+++ b/farming/crops/barley.lua
@@ -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,
+})