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
Made registry key data types validate. This ensures that the element referenced by the serialized registry key exists to prevent potential crashes (e.g: via referencing a non-existent dimension, or damage type)
Made tag data types validate. This ensures that the serialized tag of a registry exists to prevent potential crashes (e.g: via referencing a non-existent block tag)
Made tag-like data types validate. This ensures that the specified IDs either reference an existing element or tag from a registry to prevent potential crashes (e.g: via referencing a non-existent entity type/entity type tag)