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
Currently no-collision blocks are a static HashSet generated from vanilla Blocks.java. This should be a per-block property in our block registry, matching how vanilla stores hasCollision on BlockBehaviour.Properties.
Currently no-collision blocks are a static HashSet generated from vanilla Blocks.java. This should be a per-block property in our block registry, matching how vanilla stores hasCollision on BlockBehaviour.Properties.