Fix incorrect/missing saturation points

This commit is contained in:
Wuzzy 2017-05-21 03:26:51 +02:00
parent 888e4cae34
commit 579a6ed6f3
5 changed files with 8 additions and 7 deletions

View file

@ -116,6 +116,7 @@ minetest.register_craftitem("mcl_mushrooms:mushroom_stew", {
on_place = minetest.item_eat(6, "mcl_core:bowl"),
on_secondary_use = minetest.item_eat(6, "mcl_core:bowl"),
groups = { food = 3, eatable = 6 },
_mcl_saturation = 7.2,
stack_max = 1,
})