Packages

512 items is all you need.

File Details

packages-1.21.1-neoforge-2025.09.11.jar

  • R
  • Sep 12, 2025
  • 390.46 KB
  • 21
  • 1.21.1
  • NeoForge

File Name

packages-1.21.1-neoforge-2025.09.11.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:packages-383733:6988330"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Packages v2025.09.11 for Minecraft 1.21.1

  • In-game version number is now zero-padded, just like it is on mod hosting platforms. GH#1

  • Update bundled copy of ModderNameLib to 2025.09.11.

  • (1.20.1) Fix a scenario where if a mod forgets to call Package#canPlaceItem, it can lead to a dupe bug. It will now void the offending items instead (there isn't much else I can do). GH#8

  • (1.21.1) Restructure the package and package-crafter retexturing logic. It's a lot simpler now (and uses some of the new moddernamelib code).

    • This will come to 1.20.1 at a later time