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
[05:56:26 INFO]: grass_path: air
[05:56:26 INFO]: dirt_path: dirt_path
Additional context
Mentioned in GrimAnticheat/Grim#1733
In version 1.17, the identifier of the path block was changed from grass_path to dirt_path. There is a STRING_UPDATER in WrappedBlockState, but unfortunately it breaks getting the WrappedBlockState block on versions below 1.17
The text was updated successfully, but these errors were encountered:
Describe the bug
WrappedBlockState#getByString(string)
forminecraft:grass_path
on versions <1.17 returnsAIR
Software brand
Versions below 1.17
How To Reproduce
Example (Spigot 1.16.5, packetevents-spigot-2.7.0):
output:
Additional context
Mentioned in GrimAnticheat/Grim#1733
In version 1.17, the identifier of the path block was changed from
grass_path
todirt_path
. There is aSTRING_UPDATER
inWrappedBlockState
, but unfortunately it breaks getting the WrappedBlockState block on versions below 1.17The text was updated successfully, but these errors were encountered: