simple fix
This commit is contained in:
parent
f379286f93
commit
cb9ada90e5
@ -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", ""},
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -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", ""},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user