Skip to content

Calio 1.13.1 (Minecraft 1.20.2)

Compare
Choose a tag to compare
@eggohito eggohito released this 30 Mar 08:06
· 6 commits to 1.20 since this release
9e4378b

Changes

  • 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)

Full changelog: v1.13.0...v1.13.1