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 Apr 2, 2021. It is now read-only.
While the only set of existing definitions are block state flags, and are compatible with 1.16, it would be nice for the sake of future-proofing to have a version numbered for 1.16.
The text was updated successfully, but these errors were encountered:
Can confirm mappings are working for 1.16.1
From BedBlock#onBreak : world.setBlockState(blockPos, Blocks.AIR.getDefaultState(), SetBlockStateFlags.PROPAGATE_CHANGE | SetBlockStateFlags.NOTIFY_LISTENERS | SetBlockStateFlags.SKIP_DROPS);
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While the only set of existing definitions are block state flags, and are compatible with 1.16, it would be nice for the sake of future-proofing to have a version numbered for 1.16.
The text was updated successfully, but these errors were encountered: