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
{{ message }}
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Minecraft 1.12.2 client does not have blocklight update limiter and thus it is possible to crash a minecraft client using glowstones/pistons, redstone lamp, end crystals, etc...
Describe the solution you'd like
Calculate client-side blocklight update when a block update occurs, and if it took too much time, prevent block update.
Additional context
I might implement this by myself in the future, so please keep this issue opened if you are not interested in.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Minecraft 1.12.2 client does not have blocklight update limiter and thus it is possible to crash a minecraft client using glowstones/pistons, redstone lamp, end crystals, etc...
Describe the solution you'd like
Calculate client-side blocklight update when a block update occurs, and if it took too much time, prevent block update.
Additional context
I might implement this by myself in the future, so please keep this issue opened if you are not interested in.
The text was updated successfully, but these errors were encountered: