sovdee
sovdee
Turns out there's a separate method to access the default values which we can use to improve this.
I don't like ignoring tests because they modify things. I think the answer to this is to just run gradle clean instead of just not running some tests.
I'm not sure what I did to get 15 seconds of speed 2 with the `replacing the existing effect` version originally, but I tested the code you used and got...
2 parallel tasks, with java 17 tests
2 parallel tasks, 2.14 tests (1.21+)
Test failure is due to odd interaction between runtime error and simplification I'll add a fourth PR to this to allow turning runtime errors during simplification into parsing errors via...
Discussion has pointed out Delay.isDelayed() as a possible help, but that has a bug of its own, since it's entirely event-based and doesn't consider different structures separately: ``` on jump:...
This issue does not have a pr fixing it yet. #7777 is a stepping stone to fixing it, but not a fix. Do not mark as PR Available.
Please attach logs of an example of this bug as well as a full readout of /sk info.
This is due to the event-block being converted to an item, but WATER and LAVA not having item counterparts. The issue is more that the bucket events are sorely outdated,...