mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-10 20:30:33 +01:00
Change circular saw recipe to use wood instead of tree.
This commit is contained in:
parent
d335d0dd3c
commit
af378ac739
|
@ -414,11 +414,11 @@ minetest.register_craft({
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "moreblocks:circular_saw 1",
|
output = "moreblocks:circular_saw",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "default:steel_ingot", "" },
|
{ "", "default:steel_ingot", "" },
|
||||||
{ "default:tree", "default:tree", "default:tree"},
|
{ "group:wood", "group:wood", "group:wood"},
|
||||||
{ "default:tree", "", "default:tree"},
|
{ "group:wood", "", "group:wood"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user