From 2352b5324ae1f7a37361f067de836c3da6b1f1e5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 28 Mar 2026 23:09:18 -0400 Subject: 2.0.0-alpha2 - Added command /hs map blockhunt disguise - Auto complete block names in blockhunt commands - Fixed void generating chunks in non map save worlds - Fixed onDamage having no attacker - Fixed onDamage not respawning seeker properly - Fixed config deserialize not handeling nulls - Fixed config deserialize looking at more properties then it should --- core/src/KhsShim.kt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/src/KhsShim.kt') diff --git a/core/src/KhsShim.kt b/core/src/KhsShim.kt index 9a31523..fe2cc3c 100644 --- a/core/src/KhsShim.kt +++ b/core/src/KhsShim.kt @@ -41,6 +41,9 @@ interface KhsShim { /// @returns list of world names val worlds: List + /// @returns list of supported blocks + val blocks: List + /// were the khs.db is stored val sqliteDatabasePath: String -- cgit v1.2.3-freya