You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updateSuppressionBlock should either be removed as well, or be adapted to work with the new system. Right now it probably crashes the game given it throws a StackOverflowError. @FxMorin pinging you since you wrote this one.updateSuppressionBlock got an update for 1.19 in Update updateSuppressionBlock for 1.19 #1401
The text was updated successfully, but these errors were encountered:
You are correct. I will also be removing the code in carpet-fixes related to update suppression, although maybe not for a bit. Currently I have the rule reIntroduceInstantBlockUpdates which brings back the instant block updates using the method that mojang wrote. So I actually still use updateSuppressionCrashFix I can move that into carpet-fixes if you don't want it anymore.
As for updateSuppressionBlock I will add that into carpet-fixes's debug tools, and write a new tool for the new update 'suppression' technique
Can always keep the block one if it can be updated for the new method, just the crash fix right now is useless given with only carpet given it can no longer cause a crash (afaik at least).
updateSuppressionCrashFix
is irrelevant now given update suppression is no longer done via exceptions.Being removed in Remove
updateSuppressionCrashFix
and related logger #1445updateSuppressionBlock
should either be removed as well, or be adapted to work with the new system. Right now it probably crashes the game given it throws aStackOverflowError
. @FxMorin pinging you since you wrote this one.updateSuppressionBlock
got an update for 1.19 in UpdateupdateSuppressionBlock
for 1.19 #1401The text was updated successfully, but these errors were encountered: