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

Comparators might not need to have tile entities

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.14.4, 19w42a, 1.15.2, 20w18a, 1.16.1, 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.2 Release Candidate 2, 1.16.2, 1.16.3, 20w49a
    • None
    • Confirmed
    • Performance
    • Low
    • Platform

      Comparators have tile entities to store their power level. This is different than all other redstone components, for example redstone dust.
      The only case where this might get used is if a chain of subtracting comparators with nothing in between was placed on a command block that outputs a signal strength of more than 15 (using redstone in command block contraptions is discouraged anyway and I've never seen this special arrangement being used) or when trying to read a power level over 15 from a trapped chest (which can only happen if at least 16 players open the same trapped chest at once, which should be an extremely rare occurrence).
      Having a tile entity in comparators *might* also be needed to read the rotation of an item frame or the fill percentage of a minecart chest/hopper, but it might not be needed, this was discussed in the Eigencraft Discord, but not with no clear conclusion.

      If this extremely unlikely case can be ignored and the third one does not need a tile entity, then performance can be improved by saving the power level in a block state instead.

      (split off of MC-159902)

            Unassigned Unassigned
            FaRo1 Fabian Röling
            Votes:
            31 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              CHK: