simple fix

This commit is contained in:
cale 2016-01-23 11:40:11 +01:00
parent f379286f93
commit cb9ada90e5
2 changed files with 0 additions and 22 deletions

View File

@ -183,14 +183,3 @@ classes.register_weapon("long_stick",20, 60, {
class = "thief",
})
-- crafts
minetest.register_craft({
output = "default:axe_stone",
recipe = {
{"", "default:stone_item", ""},
{"", "default:string_strong", ""},
{"", "default:log_3", ""},
}
})

View File

@ -183,14 +183,3 @@ classes.register_weapon("long_stick",20, 60, {
class = "thief",
})
-- crafts
minetest.register_craft({
output = "default:axe_stone",
recipe = {
{"", "default:stone_item", ""},
{"", "default:string_strong", ""},
{"", "default:log_3", ""},
}
})