Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 months ago
All versions
1.21.1-1.11.2
Release
Create Defensive 1.21.1-1.11.22 months ago 2,046
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Finally fixed the dedicated server crash
- Fixed enchantables tags so custom armor can now be enchanted properly
- Added a lot of convenience recipes pertaining to scrapping tools and armor for metal or gems.
- Made mobs like piglins, skeletons, and pillagers capable of wielding compound bows and crossbows
- Made piglin brutes capable of wielding golden great axes.
- Made piglins and piglin brutes capable of spawning with weathered netherite armor
- Made it so better compound bows and compound crossbows deal more damage
- Added JEI "Info" panels to Shadow Steel and Refined Radiance to tell the player how to make them
- Added Refined Radiance and Shadow Steel back to the Mysterious Conversion category
- Hid Bismuth and Polonium from the creative menu since they have no use yet
- Made it possible to disable Nukes in the config
- Added /nuke command
- Made it so pistons can no longer push the fluids from the mod
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:970O29as:fDYORyFq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:970O29as:fDYORyFq"
}

