mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-15 20:25:16 +02:00
Undo the revert.
>.< /facepalm *grumbles*
This commit is contained in:
parent
f737df79e5
commit
64c8afc8f0
1 changed files with 0 additions and 17 deletions
|
@ -729,23 +729,6 @@ local function register_craftings()
|
|||
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
|
||||
|
||||
create_nodes()
|
||||
|
|
Loading…
Add table
Reference in a new issue