feat: Add dye logger for armor stands

This commit is contained in:
Linnea Gräf
2025-03-15 17:52:35 +01:00
parent ce2e4f48d4
commit 03cf4e465c
5 changed files with 92 additions and 28 deletions

View File

@@ -113,6 +113,7 @@ object MC {
val defaultRegistries: RegistryWrapper.WrapperLookup by lazy { BuiltinRegistries.createWrapperLookup() }
inline val currentOrDefaultRegistries get() = currentRegistries ?: defaultRegistries
val defaultItems: RegistryWrapper.Impl<Item> by lazy { defaultRegistries.getOrThrow(RegistryKeys.ITEM) }
var currentTick = 0
var lastWorld: World? = null
get() {
field = world ?: field