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

Spacing and separation error message is inverted

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.16.2, 21w03a, 1.16.5, 21w17a
    • None
    • Confirmed
    • (Unassigned)

      In StructureFeatureConfiguration, the game checks that separation is smaller than spacing. However if this is not the case, the error it returns is inverted.

      return var0.spacing <= var0.separation ? DataResult.error("Spacing has to be smaller than separation") : DataResult.success(var0);
      

            Unassigned Unassigned
            Misoloo [Helper] Misode
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: