Skip to content

v1.1.2

Latest

Choose a tag to compare

@cystrySU cystrySU released this 04 Dec 13:16
· 2 commits to main since this release

Version 1.1.2

  • Recipe Update: Reworked the crafting recipe to be more challenging (Expert Mode).
    • Requires 4x 256k Storage Cells, Nether Star, Echo Shard, Heart of the Sea, Enchanted Golden Apple, and Dragon Head.
  • Cleanup: Removed development debug commands to ensure a clean release.
  • License: Updated project metadata to strictly follow LGPL-3.0-only.

Version 1.1.1

  • Configuration: Disabled dynamic energy drain by default.
  • Energy: Added a safety cap for dynamic energy drain (default 512k AE/t) to prevent excessive power usage.

Version 1.1.0

  • Performance: Implemented caching in InfiniteDiskManager to avoid recalculating total item counts on every operation.
  • Performance: Added dirty flags to prevent unnecessary NBT serialization.
  • Performance: Optimized ItemInfiniteDisk with lightweight NBT reading for tooltips.
  • Performance: Improved inventoryTick logic to reduce overhead.
  • GUI: Switched to a solid color background (RGB 198,198,198) to remove texture dependency.
  • GUI: Added string formatting caching to reduce object allocation per frame.

Version 1.0.0

  • Initial Release: First public release for Minecraft 1.19.2 / Forge 43.5.0.
  • Features: Introduced the Infinity Disk with unlimited item capacity and type limits.
  • Configuration: Added support for soft limits, energy multipliers, and base drain settings.