mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-04 00:33:45 +01:00
revert 7a3f37342544f7f6b18da787834ee056c89f19ac
revert Misc. Fixes. Added in burn times for slabs. And then amend the commit to remove an oops.
parent
7a3f373425
commit
f737df79e5
@ -729,6 +729,23 @@ local function register_craftings()
|
|||||||
burntime = 7.5,
|
burntime = 7.5,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "fuel",
|
||||||
|
recipe = "mcl_stairs:slab_bamboo_plank",
|
||||||
|
burntime = 7.5,
|
||||||
|
})
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "fuel",
|
||||||
|
recipe = "mcl_stairs:slab_bamboo_block",
|
||||||
|
burntime = 7.5,
|
||||||
|
})
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "fuel",
|
||||||
|
recipe = "mcl_stairs:slab_bamboo_stripped",
|
||||||
|
burntime = 7.5,
|
||||||
|
})
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
create_nodes()
|
create_nodes()
|
||||||
|
Loading…
Reference in New Issue
Block a user