mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 00:20:43 +02:00
Merge ShadowNinja's rewrite.
This commit is contained in:
13
crafting.lua
13
crafting.lua
@ -345,10 +345,11 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moreblocks:circular_saw 1",
|
||||
recipe = {
|
||||
{ "", "default:steel_ingot", "" },
|
||||
{ "default:tree", "default:tree", "default:tree"},
|
||||
{ "default:tree", "", "default:tree"},
|
||||
}
|
||||
output = "moreblocks:circular_saw 1",
|
||||
recipe = {
|
||||
{ "", "default:steel_ingot", "" },
|
||||
{ "default:tree", "default:tree", "default:tree"},
|
||||
{ "default:tree", "", "default:tree"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user