wool can be used as fuel

This commit is contained in:
tenplus1 2020-08-01 15:47:42 +01:00
parent ecfc79103c
commit 213361310c

View File

@ -58,4 +58,10 @@ for _, row in pairs(wool_dyes) do
end end
minetest.register_craft({
type = "fuel",
recipe = "group:wool",
burntime = 2,
})
print ("[MOD] Wool mod loaded") print ("[MOD] Wool mod loaded")