Fix 2 broken fuel recipes

This commit is contained in:
Wuzzy 2023-07-02 01:27:42 +02:00
parent 99eb5746a9
commit 43f2834b47

View File

@ -382,12 +382,12 @@ minetest.register_craft({
})
minetest.register_craft({
type = "fuel",
recipe = "xdecor:chessboard",
recipe = "realchess:chessboard",
burntime = 4,
})
minetest.register_craft({
type = "fuel",
recipe = "xdecor:painting",
recipe = "xdecor:painting_1",
burntime = 3,
})
minetest.register_craft({