Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 509 Bytes

Canary

An early warning of poison in the mines.

Canary is a mod that detects dangerous behavior of other mods.

Current problems that Canary detects:

  • Registration of new EntityDataSerializers
  • Unsafe registration of entity tracked data
  • Adding new BlockState properties to vanilla blocks

Fun Fact

This mod is named after the real life practice of using canaries in coal mines to detect poisonous gasses. Like the real life counterpart, if the canary dies (the game crashes), you've got a problem.