Skip to content

v4.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 05:40
· 648 commits to 1.20-forge since this release
v4.1.4
0d21a86

Features

Bug Fixes

  • mixin: disable remap for LootContext.queriedLootTableId field (WakelessSloth56)
  • use registry.containsKey instead of comparing to null (WakelessSloth56)

Documentation

Code Refactoring

  • use initialization class instead of initializing in main mod class (WakelessSloth56)
  • add final modifier to init,registry,factory classes (WakelessSloth56)
  • mixin: overwrite setQueriedLootTableId instead of injecting (WakelessSloth56)
  • utils: rearrange parameters of ItemUtils.createItemStack method (WakelessSloth56)

Performance Improvements

  • utils: get from list directly when only 1 element is needed (WakelessSloth56)
  • loot: get random potion from ordered registry instead of original registry (WakelessSloth56)

Builds

Continuous Integration