Add simple food poisoning to some food items
This commit is contained in:
parent
02bb8adbe3
commit
6ec9da0fae
5 changed files with 24 additions and 7 deletions
|
@ -187,6 +187,7 @@ minetest.register_craftitem("mcl_fishing:clownfish_raw", {
|
|||
})
|
||||
|
||||
-- Pufferfish
|
||||
-- TODO: Add status effect
|
||||
minetest.register_craftitem("mcl_fishing:pufferfish_raw", {
|
||||
description = "Pufferfish",
|
||||
inventory_image = "mcl_fishing_pufferfish_raw.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue