Fix 2 broken fuel recipes
This commit is contained in:
parent
99eb5746a9
commit
43f2834b47
@ -382,12 +382,12 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "xdecor:chessboard",
|
recipe = "realchess:chessboard",
|
||||||
burntime = 4,
|
burntime = 4,
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "xdecor:painting",
|
recipe = "xdecor:painting_1",
|
||||||
burntime = 3,
|
burntime = 3,
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
Loading…
Reference in New Issue
Block a user