mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-02 07:43:48 +01:00
misc. error fix
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
Block a user