Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
1.18.2-1.0-Forge
Release
BEStyleWither-1.18.2-1.0-Forge4 years ago 102
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Release 1.0
First release
New Commit
12 commits
82 changed file with 2078 addition and 151 deletion in total
- fix work flow by MORIMORI0317 2022/06/23 2 files +4 -1
- fix src name by MORIMORI0317 2022/06/23 2 files +2 -2
- fix upload task by MORIMORI0317 2022/06/23 2 files +6 -2
- fix upload task by MORIMORI0317 2022/06/23 2 files +18 -4
- fix directry by MORIMORI0317 2022/06/23 2 files +4 -4
- fix gradle script by MORIMORI0317 2022/06/23 1 file +1 -0
- fix builder by MORIMORI0317 2022/06/23 1 file +0 -1
- fix player drop by MORIMORI0317 2022/06/23 6 files +54 -23
- add iro iro by MORIMORI0317 2022/06/22 18 files +157 -88
- fix layer by MORIMORI0317 2022/06/22 4 files +127 -26
- first by MORIMORI0317 2022/06/22 41 files +1703 -0
- Initial commit by MORIMORI0317 2022/06/22 1 file +2 -0
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:OkmRZ5fH:o3d4hiGh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OkmRZ5fH:o3d4hiGh"
}

