Tags
Creators
Details
Licensed ARR
Published last week
Updated 2 weeks ago
All versions
1.0.0
Release
Packwork 1.0.02 weeks ago 26
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.0.0 — First Haul. The pack that packs itself: a tabbed, self-sorting adventurer's pack for NeoForge 1.21.1.
- Tabbed, rule-driven sorting: eight auto-tabs, two trinket-gated compartments, custom tabs with live stamps, drop-to-pin, per-compartment Tidy / keep-my-layout, Tidy Up, search, and flatten.
- Six material tiers, each crafted as a preserving ring around the previous pack — nothing inside is ever lost — with per-slot depth up to six stacks a slot on Sculkhide.
- Eighteen brass-socket trinkets, including pack-first pickup (the Lodestone files what you mine), the Tinker's Kit bench with its Recipe Ledger, and the Quill & Ledger rule editor.
- Four resource stores as gear, never tech: waterskin fluids, soul-vial XP, charge-crystal FE — and bottled vapors with Mekanism.
- Placeable, automatable packs speaking standard NeoForge capabilities.
- Soft-dep integrations: JEI, Curios (wear it AND open it worn — B / Shift-B), Mekanism, Forgework, Pantrywork. Zero hard dependencies.
- The Outfitter's Handbook: an in-game guide whose numbers can't go stale.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ohV8qh29:zRTSFbuB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ohV8qh29:zRTSFbuB"
}

