Skip to content

v11.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 01:41
· 68 commits to main since this release

11.7.0 (2024-02-06)

Bug Fixes

  • Fix initialization of versionNumber and releaseNumber variables (f09a0c0)
  • inventory: add generic type parameters to MinecraftScheduler (cf0161b)
  • inventory: check for null tasks before cancelling (b75ae53)
  • minecraft/scheduler: Add the new changes to Bungee/Velocity schedulers and other classes (b88c6d0)
  • Modify KryoUtils to handle IOExceptions (78e1d8e)
  • Revert "Modify KryoUtils to handle IOExceptions" (0c146a7)

Features

  • Add 1_20_R3 enum constant. (7899b7f)
  • Add ItemStackSerializer class for serializing and deserializing ItemStacks and Inventories (e679336)
  • Add support for Minecraft version 1.20.2 (17307cd)
  • build.gradle: Add shadow configuration for project dependencies (38bab9f)
  • constructor: Add constructors to ConcurrentObjectMap, HashObjectMap, LinkedObjectMap, and TreeObjectMap (68c2075)
  • inventory: add animated option to createPagedInventory methods (6ae2e38)
  • inventory: add animated property to paged inventory (27f61d9)
  • inventory: add InventoryMap class for representing inventory contents (7e6c706)
  • minecraft/scheduler: Add entity scheduler wrapper for folia. (e4f59f1)
  • minecraft/scheduler: add isCancelled and getTaskId methods to SchedulerTask interface and implementations (a293366)
  • minecraft/scheduler: add SchedulerRunnable class (f074e15)
  • minecraft: add generic types and methods to scheduler classes (beta) (95ba248)
  • scheduler: Add methods to create delayed, repeating tasks for specific world/chunk and location (21baa8a)