Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Removed useless craft recipe - Removed craft recipe for fishing:bait_…
Browse files Browse the repository at this point in the history
…worm_entity (which is an entity and not an item) - Solves MinetestForFun/server-minetestforfun#254
  • Loading branch information
Lymkwi committed Aug 30, 2015
1 parent 7f9809d commit d877749
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions worms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,6 @@ minetest.register_entity("fishing:bait_worm_entity", {
end,
})

-- Bait Worm Entity
minetest.register_craft({
output = "fishing:bait_worm_entity 8",
recipe = {
{"default:dirt"},
{"default:dirt"},
}
})

-----------------------------------------------------------------------------------------------
-- GETTING WORMS
-----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit d877749

Please sign in to comment.