Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 5 months ago
All versions
1.5-beta.1
Beta
Anti-Creeper 1.5-beta.1 for Minecraft 1.19.x3 years ago 202
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Changes
Because of my personal reason, I have to stop the mod developing for months. Now I come back published the new release! CHANGELOG:
- Change MC Version To 1.19.4, 1.19.3, 1.19.2, 1.19.1 and 1.19.
- FIXED: When the creeper explodes there wont spawn potion effects area.
- Make the code runs faster
Chinese: 因为我个人的原因,所以我需要停止几个月的模组开发。现在我回来了并且发布了新的版本!
- 把MC版本改到了1.19.x
- 修复BUG:当苦力怕爆炸时不会生成药水效果云
- 优化了代码
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:VNheL3Wc:DxiIkQOG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VNheL3Wc:DxiIkQOG"
}

