Add custom textures to placed skulls

This commit is contained in:
nea
2023-09-09 04:50:29 +02:00
parent dd974fcb79
commit c82c051704
9 changed files with 184 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ object Firmament {
val json = Json {
prettyPrint = DEBUG
isLenient = true
ignoreUnknownKeys = true
encodeDefaults = true
}