mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-11-01 21:05:26 +01:00
fishing tweak
- Add a craft recipe for worms - Fix an usebug with compressed cobble uncraft
This commit is contained in:
@@ -117,3 +117,12 @@ minetest.register_entity("fishing:bait_worm_entity", {
|
||||
look_whats_up(self)
|
||||
end,
|
||||
})
|
||||
|
||||
-- Bait Worm Entity
|
||||
minetest.register_craft({
|
||||
output = "fishing:bait_worm_entity 8",
|
||||
recipe = {
|
||||
{"default:dirt"},
|
||||
{"default:dirt"},
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user