Skip to content

Releases: CaffeineMC/lithium

Lithium 0.10.0 for Minecraft 1.19.2

19 Oct 13:07
Compare
Choose a tag to compare

Lithium 0.10.0 fixes a few mod compatibility issues and a small memory leak. The Lithium PathNodeType API is removed, as Fabric-API now supports registering Blocks with custom PathNodeTypes.

Changes

  • change: ai.pathing: improved PathNode caching, better mod compatibility (fabric-api) and reduced code duplication
  • change: simplify locked hopper sleeping mixin
  • change: block.hopper: replace effective overwrite redirect with inject

Fixes

  • fix: block.hopper: set mixin priority to be before fabric-transfer-api-v1
  • fix: hopper sleeping causing fabric api item transfer to be skipped
  • fix: use set instead of list to avoid duplicated entries and memory leak with sleeping hoppers

You can support me on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.9.1 for Minecraft 1.19.2

12 Oct 23:16
Compare
Choose a tag to compare

Lithium 0.9.1 fixes a critical issue with hoppers that stopped reacting to entities after being lazy loaded.

Fixes

fix: sleeping hoppers that become lazy loaded aren't woken up from entity movements (Thanks to QPCrummer)

You can support me on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.9.0 for Minecraft 1.19.2

12 Oct 20:44
Compare
Choose a tag to compare

Lithium 0.9.0 is a large update that includes new block entity optimizations and fixes several issues. The block entity optimizations improve the performance of hoppers, shulker boxes, campfires, furnaces and brewing stands by skipping their tick when they can't do anything. Futhermore several small behavior changes were fixed and mod compatibility was improved.

Additions

  • new: hopper, shulker box, campfire, furnace and brewingstand sleeping
  • new: aggressive hopper sleeping with comparator, entity movement and inventory change tracking
  • new: avoid sending comparator updates when there is no comparator nearby
  • new: optimized hopper minecart item entity search
  • new: system for hopper sleeping
  • new: block entity ticker caches whether it is inside the world border
  • new: use fastutil hashmap as blockentity ticker collection

Changes

  • change: avoid implementing LithiumInventory in LockableContainerBlockEntityMixin (mod compatibility)
  • change: stationary storage minecarts on rails no longer notify hoppers in every tick
  • change: chest boats inside stationary minecarts do not trigger the movement tracking system all the time
  • change: replace suffocation overwrite with inject (mod compatibility)

Fixes

  • fix: math.sine_lut: slightly off sin() and cos() results
  • fix: unpushable_cramming: crash when entity ids are not unique (related to Hypixel/Wynncraft server)
  • fix: entity.skip_equipment_change_check: mob crossbow changes not sent to clients
  • fix: entity.fast_powder_snow_check: use landing instead of stepping block state
  • fix: block.hopper: run loot generation on chest boats when converting to lithium stack list

You can support me on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.8.3 for Minecraft 1.19.2

07 Aug 21:44
Compare
Choose a tag to compare

Lithium 0.8.3 for 1.19.2 and 1.19.1

Changes

  • Update to 1.19.2 and relax version lock to allow 1.19.1

You can support me on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.8.3 for Minecraft 1.19.1

29 Jul 22:12
Compare
Choose a tag to compare

Lithium 0.8.3 is the first second release for 1.19.1! It includes a bugfix too!

Fixes

  • fix: update chunk serialization patch to new mappings

You can donate on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.8.2 for Minecraft 1.19.1

29 Jul 22:03
Compare
Choose a tag to compare

Lithium 0.8.2 is the first release for 1.19.1! It includes a bugfix too!

Use 0.8.3 instead, this release might be broken and cause issues.

Fixes

  • fix: lazy initialize client side block_counting on a threadpool to avoid render thread lag spikes

You can donate on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.8.1 for Minecraft 1.19

09 Jul 15:59
Compare
Choose a tag to compare

Lithium 0.8.1 is a bugfix release. It includes a fix for the nether portal linking issues near invalid portal POIs.

Fixes

  • fix: ai.poi: POI without matching BlockState breaks nearest valid POI search

You can donate on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.8.1 for Minecraft 1.18.2

28 Jul 08:38
Compare
Choose a tag to compare

Lithium 0.8.1 is a bugfix release. It includes a fix for the nether portal linking issues near invalid portal POIs.

Fixes

  • fix: ai.poi: POI without matching BlockState breaks nearest valid POI search
  • fix: Item Shadowing not notifying inventories correctly about item stack size changes

You can donate on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.8.0 for Minecraft 1.19

09 Jun 20:56
Compare
Choose a tag to compare

Lithium 0.8.0 is our first release for Minecraft 1.19. The release includes a new tick scheduler optimization and updates the optimizations from the previous version.

Additions

  • new: world.tick_scheduler optimization

Changes

  • change: remove incompatible LongJumpTask optimization
  • change: refactor hopper optimization

Fixes

  • fix: item stack modification notification now supports item shadowing

You can donate on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API

Lithium 0.7.10 for Minecraft 1.18.2

22 May 12:59
Compare
Choose a tag to compare

This release adds fixes several bugs and adds a few new optimizations. A bug where villager AI does not work correctly after losing its profession and a few small bugs in the hopper optimization are fixed. New optimizations for mob brains and nether portal search are included.

Additions

new: ai.poi: nether portal search and POI search optimizations
new: ai.sensor.secondary_poi: villagers that have no secondary POI (farmland) do not search for it
new: ai.task.launch: optimize task starting by keeping track of possible tasks
new: chunk.palette: avoid duplicate PalettedContainer.DataProvider records, use hash palette for 3 bit biome storage

Fixes

fix: ai.task.memory_change_counting: copy memory change count to copied brains
fix: ai.task.memory_change_counting: do not use cached values before setting them
fix: avoid crash when duplicate entities with non-unique entity ids are in the same entity section
fix: fox holding food visually after eating it
fix: hoppers not updating after external modification of "shadow items"
fix: hoppers not picking up items after some storage minecart interactions
fix: hoppers try to pick up some item entities several times in one tick
fix: hoppers using old stacklist of entity inventories after replacing stacklist
fix: update suffocation optimization to 1.18.2

You can donate on patreon: https://www.patreon.com/2No2Name

You should not download the api package below unless you are a developer trying to compile against Lithium's API