You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now compiling against the full 1.19 release, no longer the pre release
added obfuscated option to literal text builder (@btwonion)
updated to fabric api 0.55.3 and use fabric command api v2 under the hood (fixes some issues with client commands)
registering client commands is now callback based as well (setupRegistrationCallback())
updated to Kotlin 1.7.0
added setSkullTexture and setSkullPlayer functions for ItemStack (@btwonion, @l4zs and @jakobkmar)
fabrikmc-nbt is now compatible with kotlin 1.7.0 kotlinx.serialization - but we cannot garuantee backwards compatibility with older serialization versions for sure (@F0Xde)
GameProfileArgument.Result is now supported as a generic argument type
fixed initWithServerSync (now uses fabrikCoroutineScope at first and mcCoroutineScope for executing the given block)