1.0.0
Compatibility
Changes
π§ͺ Initial Release β v1.0.0
Introducing the "Zombie Potion" mod!
This mod allows players to temporarily become a zombie by drinking a custom potion.
Designed for survival mode and roleplay, it adds meaningful risk-reward mechanics without altering core gameplay.
β Features (v1.0.0)
-
π§ͺ Zombie Potion
- Drink to enter βzombie stateβ (effectively infinite duration)
-
π§ββοΈ While zombified:
- βοΈ Take damage and catch fire in sunlight, just like vanilla zombies
- πΆ Hostile mobs (zombies, skeletons, creepers, etc.) no longer attack you
- π§ Cured by drinking milk or upon death
- π₯© Rotten flesh becomes highly nutritious (restores like cooked beef)
- π Regular food becomes harmful (applies Hunger debuff)
- ποΈ Emits a zombie groan sound every 5β10 seconds
- π§’ Zombie Head Visual: Automatically equips a zombie head for visual transformation
π Compatibility
- Minecraft: 1.20
- Loader: Forge 47.x
π‘ Coming Soon (Planned Features)
- Automatic zombie-like player skin override (optional toggle)
- Turning villagers into zombie villagers when attacked
- Optional status effect balancing for roleplay servers
π§ͺ Feedback and suggestions are welcome!
Feel free to include this mod in your modpack. Bug reports can be submitted via GitHub or Modrinth comments.
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:f5D63RuB:KbNhYgi7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f5D63RuB:KbNhYgi7"
}

