forked from VoxeLibre/VoxeLibre
Remove broken fishing rod recipe
This commit is contained in:
parent
ab8c79e020
commit
7f039d447f
|
@ -271,15 +271,6 @@ minetest.register_craft({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "default:pole",
|
|
||||||
recipe = {
|
|
||||||
{'', '', 'default:stick'},
|
|
||||||
{'', 'default:stick', 'default:string'},
|
|
||||||
{'default:stick', '', 'default:string'},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'default:rail 15',
|
output = 'default:rail 15',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue