Links
Tags
Creators
Details
0.2.0-beta+forge
Compatibility
Changes
0.2.0-beta
Drop Three is out! This update brings the datapack to 1.21.5 and adds a bunch of new cursed armors! This update will not work if you try to replace the datapack of the old version in your world with this version, as the datapack & resource pack have been updated to use item models instead of custom model data, which was the old method.
Check out the wiki page for this update: Drop 3 Wiki
Changes
- Updated datapack to 1.21.5 (1.21.6 works but Diamond Pickaxe Pickaxe Pickaxe will not extend out of its slot)
- Added Ender Pearl Armor
- Updated Ender Pearl Boots texture
- Added Meat Armor
- Added Dirt Armor
- Added Stone Armor
- Added TNT Armor
- Added Cursed Crate
- Added Minecraft-like recipe unlocking
- Added breaking down armor feature
- Made Diamond Pickaxe Pickaxe Pickaxe extend out of its slot and render bigger when held
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:CeDS7up2:OHroEB5C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CeDS7up2:OHroEB5C"
}

