Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 5 months ago
All versions
1.4-beta.1
Alpha
Anti-Creeper 1.4-beta.13 years ago 150
Compatibility
Minecraft: Java Edition
23w05a
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Anti-Creeper 1.4-beta.1 for MC 23w05a
ChangeLog 更新内容
- 现在可以使用游戏规则(例:
/gamerule doCreepersExplosionDestroy)来设置是否让苦力怕破坏方块了!(true为让苦力怕破坏,false反之,默认为true) - 苦力怕爆炸延迟简短至60刻(原版的2倍,上一个版本的太变态了所以削弱了)
English
- You can now use the rules of the game (example:
/ gamerule doCreepersExplosionDestroy) to set whether let creepers break blocks! (true is to make creepers break; false, otherwise. The gamerule is Default to true) - Creepers' explosion delay set to 60(twice for vanila, beacuse the delay last version was abnormal so we changed
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:m6GYfYoZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VNheL3Wc:m6GYfYoZ"
}

