]> git.lizzy.rs Git - Crafter.git/commitdiff
Fix charcoal not being fuel
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 23 May 2020 19:47:58 +0000 (15:47 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 23 May 2020 19:47:58 +0000 (15:47 -0400)
mods/main/craft_recipes.lua

index 7e0dbb545c0446672896e5ef6e88725abcce076d..3861aafa92f192050834f5cf4abf38055096d954 100644 (file)
@@ -82,6 +82,12 @@ minetest.register_craft({
        recipe = "main:coal",
        burntime = 20,
 })
+
+minetest.register_craft({
+       type = "fuel",
+       recipe = "main:charcoal",
+       burntime = 7,
+})
 ---crafting
 minetest.register_craft({
        type = "shapeless",