Skip to content

1.8.1

Compare
Choose a tag to compare
@jakobkmar jakobkmar released this 10 Jun 22:35
· 173 commits to main since this release
3c64beb
  • 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)