1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-11-11 03:05:25 +01:00

increase straw/weed bale burn time, tweak weed timing and position.

This commit is contained in:
tenplus1
2025-11-09 14:45:42 +00:00
parent 2d57206023
commit 643a22e21f
2 changed files with 4 additions and 4 deletions

View File

@@ -1436,9 +1436,9 @@ core.register_craft({output = a.dye_yellow, recipe = {{"group:food_onion"}}})
-- fuel items
core.register_craft({type = "fuel", recipe = "farming:straw", burntime = 3})
core.register_craft({type = "fuel", recipe = "farming:straw", burntime = 9})
core.register_craft({type = "fuel", recipe = "farming:wheat", burntime = 1})
core.register_craft({type = "fuel", recipe = "farming:weed_bale", burntime = 3})
core.register_craft({type = "fuel", recipe = "farming:weed_bale", burntime = 10})
core.register_craft({type = "fuel", recipe = "farming:weed", burntime = 1})
core.register_craft({type = "fuel", recipe = "farming:bowl",burntime = 10})
core.register_craft({type = "fuel", recipe = "farming:string", burntime = 1})