mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 05:11:27 +02:00
Undo the revert.
>.< /facepalm *grumbles*
This commit is contained in:
@ -729,23 +729,6 @@ 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()
|
||||||
|
Reference in New Issue
Block a user