update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit da12a0a5b2 - Show all commits

View File

@ -64,7 +64,7 @@ minetest.register_craftitem("mcl_sus_stew:regneration_stew",{
inventory_image = "sus_stew.png",
stack_max = 1,
on_place = regeneration,
groups = { food = 2, eatable = 4,}, --Only the regeneration Suspicious Stew is in the creative inventory so there are not 5 identical looking items in it
groups = { food = 2, eatable = 4, not_in_creative_inventory=1,},
_mcl_saturation = 7.2,
})