All versions
1.3.2.0
Release
1.3.2.09 months ago 138
Compatibility
Minecraft: Java Edition
1.21.11-rc2
1.21–1.21.10
1.20.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Fix load recipe
- Fix all gun rocket launcher no damaging
- Adding copper tools 1.21.4-[Up to]-1.21.11-rc2
- Fix loading [ Mod Loadinger ] [ Forge ]
- Fix Loading [ Mod Loadinger ] [ NeoForge ]
- rename recipe delete item to [ I will protect you ]
- detele item recipe delete item
- retexture Grass Biome color Biome plains
- adding Menu ESC [Menu name] [ Settings Crafting ] v1.21.6-[ up to]v1.21.11-pre2]
- Upgrade v1.20.x-[ Up to ]-v1.21.11-rc2
- adding recipe v1.21
- Fix icon Forge & [ NeoForge ]
- adding recipe v1.20.x & v1.21.x Upto
- v1.21.4 All items from the {Copper} tools can be obtained with the command
- /function crafting:copper_{name}
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:6cClNntI:37uBAtKH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6cClNntI:37uBAtKH"
}

