More creative category cleanup
This commit is contained in:
parent
10bb0efe5c
commit
354ce3171d
3 changed files with 3 additions and 3 deletions
|
@ -108,6 +108,7 @@ minetest.register_craftitem("mcl_mobitems:milk_bucket", {
|
|||
wield_image = "mcl_mobitems_bucket_milk.png",
|
||||
on_use = minetest.item_eat(0, "bucket:bucket_empty"),
|
||||
stack_max = 1,
|
||||
groups = { food = 3 },
|
||||
})
|
||||
|
||||
minetest.register_craftitem("mcl_mobitems:spider_eye", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue