Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

1.0-PRE-14 | The tweak update

Compare
Choose a tag to compare
@TheFruxz TheFruxz released this 19 Jul 22:59
· 263 commits to develop since this release
b11a23f

What's Changed

  • General code cleanup
  • Removed remaining debug code
  • Improved location extension functions & documentation
  • Add more enhanced container extension functions & properties (easy block inventory access)
  • Improved validOnlinePlayers team extension property
  • Removed deprecated cooldown system
  • Add universal shape size getter (with axis parameter)
  • Add toFallingBlock block extension function, to let blocks fall
  • Add ignite block extension function, to let TNT ignite
  • Add ActionBarLayers to easily display multiple information at once
  • Fixed missing interaction blockable to Canvas
  • Introduce potion effect builder function
  • App companion value type parameter now more precise
  • Add timeouts to skull getter, to better handle Mojang service outage
  • Add more JSON serializers, to be more flexible in using KotlinX JSON
  • Add ChunkLocations, to easily handle the use of chunk locations (perfect for chunk-claiming)
  • Several chat enhancements and design fixes
  • Add structure-related CompletionAssets for use in structured interchanges
  • Add structure place results in extension function, to easily keep track of placed structures
  • Gradle update to 7.5
  • Chore(deps): Bump ktor-client-cio from 2.0.2 to 2.0.3 by @dependabot in #288
  • Chore(deps): Bump ktor-client-core-jvm from 2.0.2 to 2.0.3 by @dependabot in #287
  • Chore(deps): Bump ktor-client-content-negotiation from 2.0.2 to 2.0.3 by @dependabot in #286
  • Chore(deps): Bump ktor-serialization-kotlinx-json from 2.0.2 to 2.0.3 by @dependabot in #285
  • add native support to json by @TheFruxz in #289
  • Chore(deps): Bump jvm from 1.7.0 to 1.7.10 by @dependabot in #292
  • Chore(deps): Bump plugin.serialization from 1.7.0 to 1.7.10 by @dependabot in #291
  • Chore(deps): Bump kotlinx-coroutines-core from 1.6.3 to 1.6.4 by @dependabot in #295
  • Chore(deps): Bump org.jetbrains.dokka from 1.7.0 to 1.7.10 by @dependabot in #294

Full Changelog: 1.0-PRE-13.4...1.0-PRE-14