Suspicious stew inedible with full hunger
Unlike all other effect-giving consumables, Suspicious stew cannot be consumed when the hunger bar is full.
Linked Issues
Created Issue:
Suspicious stew inedible with full hunger
Unlike all other effect-giving consumables, Suspicious stew cannot be consumed when the hunger bar is full. This lack of consistency is especially infuriating in Ultra Hardcore when you've spawned next to a biome with huge mushrooms and a flower forest, allowing you to easily obtain regneration, but in order to get the regeneration, you need to sprint jump in a cave at such a high frequency that your fingers break faster than those of somebody who still prefers 1.8 PvP.
Unlike all other effect-giving consumables, Suspicious stew cannot be consumed when the hunger bar is full. This lack of consistency is especially infuriating in Ultra Hardcore when you've spawned next to a biome with huge mushrooms and a flower forest, allowing you to easily obtain regneration, but in order to get the regeneration, you need to sprint jump in a cave at such a high frequency that your fingers break faster than those of somebody who still prefers 1.8 PvP.
Unlike all other effect-giving consumables, Suspicious stew cannot be consumed when the hunger bar is full.
relates to
Suspicious Stew cannot be consumed when the hunger is full, which is not consistent with other effect-giving consumables. This bug was fixed in Java 1.17 snapshot. (MC-195640)
Step to Reproduce
1. Get a suspicious stew by doing /give @s suspicious_stew commands
2. Switch to survival mode
3. Try to eat it, make sure your hunger is full.
--->
You cannot consume the stew.
Expected Results
You should be able to consume the suspicious stew, even with full hunger.
The Fix
This issue can be fixed by going to the suspicious_stew.json file, and adding the "can_always_eat": true line in the "minecraft:food" components.
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "minecraft:suspicious_stew"
},
"components": {
"minecraft:use_duration": 32,
"minecraft:max_stack_size": 1,
"minecraft:food": {
"nutrition": 6,
"saturation_modifier": "normal",
"can_always_eat": true,
"using_converts_to": "bowl",
"on_use_action": "suspicious_stew_effect"
}
}
}
}
This is a feature request
Why is it that every time I report a bug, people incorrectly claim it to be a feature request?
No. This is a bug report. This documents behaviour that shouldn't occur, but does. It shows inconsistency with other items where consumables which give status effects can be consumed even with full hunger.
If this is intended then it will be closed by a Mod. FWIW, the official wiki indicates that this is intended.
I can see no indication on the Wiki that it is intended.
The Wiki is not an official source, it is run by volunteers who are describing the current state only.
I can confirm this. You can eat things such as Golden Apples with full hunger but not suspicious stew.
This should not be considered a feature request. In my opinion, this is a very valid inconsistency. Other foods that give the player effects can all be eaten will full hunger, while suspicious stew cannot be.
Hey, who and why the is tag be decapitalized?
*Label
Because all labels are lowercase.
And why is that?
Because the bugtracker team has decided that all labels should be lowercase.
...Why?
having multiple versions of a lable clogs up lable search. and lowercase labels are nicer to the eye
Please do also note this is not a discussion forum, that is what we have the Discord and Subreddit for.
Ah, I see. Thanks, SunCat!
So is this a bug? Or does it act how normal stew is consumed? This has always been this way since suspicious stew came out? You cannot eat rotten flesh of your hunger is full and that gives effects?
This is a bug because Mojang has given it a priority. Suspicious stew gives the player an effect, which other foods like golden apples do, and they can be consumed with full hunger, while suspicious stew cannot
Can confirm in 20w51a.
Can confirm in 21w03a.
Can confirm in 21w06a.
Affects 21w11a.
If this is a bug, then rotten flesh, raw chicken and pufferfish cannot be eaten with full hunger should also be considered as bugs, because they also gives effects.