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

Commands which act based on block grid use decimal numbers instead of integers

XMLWordPrintable

    • Confirmed

      The bug

      Based on MC-105820 commands which modify blocks or get data from them use the block grid instead of the position of the command executor. This causes values from 0 up to 1 (exclusive) to select the block the command executer is in, while -1 to 0 (exclusive) selects the block in the negative direction. This behavior was stated as WAI by Grum. The problem is that as these commands allow decimal values you would expect them to be based on the position of the command executor.

      To make it clearer that this is not how it works, it might be more intuitive to allow only integers as coordinates (relative as well).

      Affected commands

      • /fill
      • /setblock
      • /blockdata
      • /testforblock
      • /testforblocks
      • /stats block
      • /replaceitem block

            dinnerbone [Mojang] Nathan Adams
            marcono1234 Marcono1234
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: