Tags
Creators
Details
1.5.0
Compatibility
Required content
Changes
1.5.0:
+ Added:
1.21.11:- Update to 1.21.11
- Add Spear variants for all wood types and separate Stone Spears into Cobblestone, Deepslate and Blackstone Spears
- Zombies (and Husks) can now spawn holding Iron Sword and Iron Shovel1 variants (based on the biome they spawn in)
1.21.11: Zombies can spawn holding Iron Spear variants
1.21.11: Piglins can now spawn holding a Crimson Golden Spear in addition to the chance of holding a Crimson Golden Sword or Crimson Crossbow
± Changed:
1.20.1,1.21(.1): Allow Oak Wooden Sword (vanilla) to be crafted using any Planks type as long as an Oak Stick (vanilla) is used (essentially reverting behavior back to the vanilla recipe).Note: Versions newer than
1.21(.1)already had this behavior implemented.- Update Spectral Arrow recipe to accept any Arrow variant
* Fixed:
1.21.4+: Fix Pale Oak Bow not being usable as fuel for smelting (RequiresQuad)
1): Requires More Tool Variants (MStV+) ( )
Looking for changes of previous versions?
You can find them in the changelog history.
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:TAu3MvxJ:ro2mBe4r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TAu3MvxJ:ro2mBe4r"
}


