Mojira Archive
MC-198132

Spacing and separation error message is inverted

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);

Cannot Reproduce

[Helper] Misode

2020-08-16, 02:24 AM

2021-09-19, 05:10 AM

2021-09-19, 05:10 AM

0

1

Confirmed

(Unassigned)

1.16.2, 21w03a, 1.16.5, 21w17a

-