Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-246909

Boat recipe not unlocked when entering waterlogged block

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.18.1, 22w03a, 1.18.2, 22w11a, 22w12a, 22w14a, 22w15a, 22w17a, 22w18a, 1.19 Release Candidate 1, 1.19, 1.19.1 Pre-release 2, 1.19.2, 23w03a, 1.19.4, 1.20.2, 1.20.4
    • Confirmed
    • Commands
    • Low
    • Gameplay

      Expectation:

      Entering any water will unlock the boat recipes.

      "trigger": "minecraft:enter_block",
        "conditions": {
          "fluid": {
            "tag": "minecraft:water"
          }
        }
      }
      

      This is an impossible example because there is currently no way to check the fluid state of the entered block.

      Reality:

      Entering a water block will unlock the boat recipes, entering a waterlogged block will not.

      "trigger": "minecraft:enter_block",
        "conditions": {
          "block": "minecraft:water"
        }
      }
      

            Unassigned Unassigned
            Sertonix Sertonix
            Votes:
            9 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              CHK: