Rewrite Heimdall block handling to support more event types and non-player block changes.

This commit is contained in:
2023-02-07 23:41:22 -05:00
parent 688106a6e6
commit e0823f7b15
19 changed files with 228 additions and 218 deletions

View File

@ -0,0 +1,7 @@
package gay.pizza.foundation.heimdall.table
object BlockChangeTable : PlayerTimedLocalEventTable("block_changes") {
val block = text("block")
val data = text("data")
val cause = text("cause")
}