Remove tool recipes

master
Casimir 2014-09-30 12:38:31 +02:00
parent 2fd9a251c1
commit 38e6bcc2d0
1 changed files with 0 additions and 45 deletions

View File

@ -22,51 +22,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'default:pick_stone',
recipe = {
{'group:stone', 'group:stone', 'group:stone'},
{'', 'group:stick', ''},
{'', 'group:stick', ''},
}
})
minetest.register_craft({
output = 'default:shovel_stone',
recipe = {
{'group:stone'},
{'group:stick'},
{'group:stick'},
}
})
minetest.register_craft({
output = 'default:axe_stone',
recipe = {
{'group:stone', 'group:stick'},
{'group:stone', 'group:stick'},
{'', 'group:stick'},
}
})
minetest.register_craft({
output = 'default:sword_stone',
recipe = {
{'group:stone'},
{'group:stone'},
{'group:stick'},
}
})
minetest.register_craft({
output = "farming:hoe_stone",
recipe = {
{"group:stone", "group:stone"},
{"", "group:stick"},
{"", "group:stick"}
}
})
if not minetest.get_modpath("nodetest") then
minetest.register_node(":nodetest:papyrus_roots", {