Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-122491

Suspicious stew cannot be consumed with full hunger

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.20.60.25 Preview, 1.20.60
    • 1.18.20.24 Preview, 1.18.20.23 Beta, 1.18.10.21 Beta, 1.18.10.20 Beta, 1.18.0.22 Beta, 1.17.40.23 Beta, 1.17.40.21 Beta, 1.17.30.23 Beta, 1.17.30.20 Beta, 1.17.11 Hotfix, 1.17.10, 1.17.10.21 Beta, 1.17.10.20 Beta, 1.17.0.58 Beta, 1.17.0.56 Beta, 1.17.0.50 Beta, 1.16.230.54 Beta, 1.16.220, 1.16.220.52 Beta, 1.16.210, 1.16.221 Hotfix, 1.17.0, 1.17.2 Hotfix, 1.17.30, 1.17.32, 1.17.40, 1.17.41 Hotfix, 1.18.0, 1.18.2 Hotfix, 1.18.30.30 Beta, 1.18.30.31 Preview, 1.18.12 Hotfix, 1.19.51, 1.20.40
    • Survival
    • Confirmed
    • Multiple
    • 494811

      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"
            }
          }
        }
      }
      

            MCPE4theBeacon [Helper] lillybeacon
            Votes:
            23 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: