Carpet Extra

Carpet Extra

1M Downloads

[Bug] "repeaterPriorityFix" brings unwanted issues

Minepig opened this issue ยท 0 comments

commented

After several tests, I found that this feature does not work properly. It does fix MC-54711, but it brings some unwanted issues.

For instance, the following contraption becomes directional
repeaterPriorityFix1

To further investigate, I built the following contraption:
repeaterPriorityFix2

The result was expected:
repeaterPriorityFix3

But when I placed another repeater behind the one on the right, the result became interesting:
repeaterPriorityFix4

So I infer that this patch makes repeaters (and comparators perhaps) decide their priority according to the block behind them intead of the block in front of them, which is strange.

After checking the game code, I think you patched the red part. (I don't know how, by the way, I'm not a modder)
repeaterPriorityFix7
But I suggest to patch the yellow part.

P. S. In the blockstate, the "facing" is actually the opposite direction:
repeaterPriorityFix5
repeaterPriorityFix6