mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 02:21:06 +01:00
Remove broken fishing rod recipe
This commit is contained in:
parent
ab8c79e020
commit
7f039d447f
1 changed files with 0 additions and 9 deletions
|
@ -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({
|
||||
output = 'default:rail 15',
|
||||
recipe = {
|
||||
|
|
Loading…
Reference in a new issue