heimdall: implement precise block change collector

This commit is contained in:
2023-02-09 03:44:43 -05:00
parent eaa3888821
commit ef822f9217
21 changed files with 326 additions and 167 deletions

View File

@ -4,4 +4,5 @@ object BlockChangeTable : PlayerTimedLocalEventTable("block_changes") {
val block = text("block")
val data = text("data")
val cause = text("cause")
val inc = integer("inc")
}