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

Critical typo in the Vanilla Ref Pack

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • 1.16.201 Hotfix
    • Unconfirmed
    • Multiple

      The Bonemeal item in the Vanilla Ref Pack shows

      {{ "minecraft:on_use": { "on_use": { "event": "fertilize_block", "target": "block" } }}
      

      If a creator where to use this it would crash the game.

      The correct line should be

      {{ "minecraft:on_use_on": { "on_use_on": { "event": "fertilize_block", "target": "block" } }}
      

      Using this code will provide the desired result

            timjdcook SyKoSoFi
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: