All versions
1.1.0
Release
Never Hungry 1.1.02 weeks ago 11
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Changes
⚔️ v1.1.0 — AoE Instant Kill Added
🇬🇧 English
- ✨ Added kill effects
- Explosion particles + magic particles trigger simultaneously
- Every kill is a firework show
- 🛡️ Immune to Creative mode players (prevents accidents)
- ⚡ Optimized particle effects to reduce lag
📦 Dependencies
- Minecraft 1.20.4
- Fabric Loader (Recommended: 0.19.3)
- Fabric API (Recommended: 0.97.3)
⚠️ Warning
Please back up your world before using this mod on a server.
This is no longer a weapon — it's a world deleter.
🇨🇳 中文
- ✨ 添加击杀特效
- 爆炸粒子 + 魔法粒子同时触发
- 每一次击杀都是一场烟花秀
- 🛡️ 对创造模式玩家免疫(防止误伤)
- ⚡ 优化粒子效果,减少卡顿
📦 依赖
- Minecraft 1.20.4
- Fabric Loader(推荐 0.19.3)
- Fabric API(推荐 0.97.3)
⚠️ 警告
在服务器使用前请备份存档。
这已经不是武器了,这是存档删除器。
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:hhKpDVJu:AVY3KjyY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hhKpDVJu:AVY3KjyY"
}
