Tags
Creators
Details
1.0.0
Compatibility
Changes
🐺 Wolf Armor and Storage Legacy - First Release!
This is the initial release of Wolf Armor and Storage Legacy, a complete port of the beloved 1.12.2 mod to NeoForge 1.21.10!
✨ Key Features
- 🛡️ 7 Wolf Armor Tiers - Leather, Iron, Gold, Diamond, Chainmail, Copper, Netherite
- 📦 14-Slot Wolf Storage - Equip wolves with chests for inventory
- 🏥 Smart Auto-Heal - Wolves eat food from inventory when injured (combat-aware)
- 🌙 Moon Howling - Wolves howl at full moon during midnight with custom sounds
- 🎨 Beautiful 3D Models - Custom armor and chest rendering
- ⚙️ Fully Configurable - Adjust settings to your liking
📦 Installation
- Install NeoForge 21.10.47-beta or higher
- Download the JAR file below
- Place it in your
modsfolder - Launch Minecraft 1.21.10
🙏 Credits
Original mod by CenturyWarrior & Sabarishi (1.12.2)
Ported to NeoForge 1.21.10 by Smallinger
See CHANGELOG.md for full details!
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:p2Rya8Uj:bOpkgDT0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p2Rya8Uj:bOpkgDT0"
}

