forked from VoxeLibre/VoxeLibre
misc. error fix
This commit is contained in:
parent
0a4243a0f3
commit
1a56a32fa8
|
@ -746,7 +746,8 @@ local function register_craftings()
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "mcl_stairs:slab_bamboo_stripped",
|
recipe = "mcl_stairs:slab_bamboo_stripped",
|
||||||
burntime = 7.5,
|
burntime = 7.5,
|
||||||
}) "mesecons_button:button_bamboo_off"
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "mesecons_button:button_bamboo_off",
|
recipe = "mesecons_button:button_bamboo_off",
|
||||||
|
|
Loading…
Reference in New Issue