[BUG] Graves are decaying despite being waxed
ginsm opened this issue ยท 1 comments
Describe the bug
Graves are decaying despite being waxed, when maxStageTimeSeconds is enabled.
Forgotten Graves Version
v3.2.16
Expected behavior
Graves should not decay when waxed.
Additional context
This is just due to the wrong conditional operator used in GraveBlockBase.java (|| instead of &&). It will be fixed in the next version.