mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-10-12 18:49:38 +00:00
Rewrite Heimdall block handling to support more event types and non-player block changes.
This commit is contained in:
@ -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")
|
||||
}
|
Reference in New Issue
Block a user