mirror of
https://github.com/MinetestForFun/fishing.git
synced 2025-07-25 11:30:18 +02:00
fix typo
add support to modpack mobs_fish and mobs_sharks, fish|sharks mobs can be now catched re-add craft worms with 2 dirt
This commit is contained in:
@ -122,6 +122,15 @@ minetest.register_entity("fishing:bait_worm_entity", {
|
||||
end,
|
||||
})
|
||||
|
||||
--- Bait Worm Entity
|
||||
minetest.register_craft({
|
||||
output = "fishing:bait_worm 8",
|
||||
recipe = {
|
||||
{"default:dirt"},
|
||||
{"default:dirt"},
|
||||
}
|
||||
})
|
||||
|
||||
-----------------------------------------------------------------------------------------------
|
||||
-- GETTING WORMS
|
||||
-----------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user