mirror of
https://github.com/MinetestForFun/fishing.git
synced 2025-01-09 18:30:16 +01:00
Removed useless craft recipe - Removed craft recipe for fishing:bait_worm_entity (which is an entity and not an item) - Solves MinetestForFun/minetest-minetestforfun-server#254
This commit is contained in:
parent
7f9809d9be
commit
d8777494b3
@ -122,15 +122,6 @@ minetest.register_entity("fishing:bait_worm_entity", {
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Bait Worm Entity
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "fishing:bait_worm_entity 8",
|
|
||||||
recipe = {
|
|
||||||
{"default:dirt"},
|
|
||||||
{"default:dirt"},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
||||||
-- GETTING WORMS
|
-- GETTING WORMS
|
||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user