Mod

ZVIAM

Quick rating

ZVIAM

No reviews yet

Adds infection cure, zombie player, zombie animals, and more for my Zombie Virus Infection Apocalypse modpack.

Post-Apocalyptic
Survival
Alchemy & Potions
Hostile Mobs
Zombies
MCreator
Mod Addon
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
[zvia] 1.1.0 - forge 1.20.1
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Zombie Virus Infection Apocalypse Mod

This mod is a part of my ZVIA modpack.

It can be played outside my modpack but with the proper dependencies and config files.

Features:

  • Adds treatment tools for Infection from The Hordes mod using herbs from Meds and Herbs mod.
  • Adds controllable Zombie Player, which spawns when a player die with Infection effect.
  • Adds Zombified Cow, Pig, Chicken, Sheep, Goat, and Llama.
  • Rotten Flesh now has 50% chance to give Infection effect.

Zombified Player:

After dying while having Infection effect, a zombie version of you will spawn. You will spectate what your zombie sees, but you can't interact with the world.
To control where your zombie moves, just press SHIFT to get off your zombie body and move. but dont go far away.
Your zombie will follow you if it is calm and no targets is nearby.
Zombie Players are aggressive to all entities except undead.
To go back to your normal player body you need to either get cured from another player with Antiviral or Vaccine, or to kill your zombified body by jumping from a cliff or just press K (by default).
 

Zombified Animal:

Animals (cow, pig, chicken, sheep, goat, and llama) can turn into their zombies version if killed from undead carrying zombie virus.
Zombified animals will no longer drops their original meat.
They can be converted to their original form with any type of cure (Antiviral or Vaccine).
 
For animal infection to work, you need to edit the config file called "infection_conversions.json"
Inside the minecraft folder as "./minecraft/config/hordes/data/hordes/horde_data/infection_conversions.json"
Just add those lines of code:
'''
},

{
 "entity": "minecraft:chicken",
"converts_to": "zvia:zombie_chicken",
"chance": 1.0
},
{
"entity": "minecraft:cow",
"converts_to": "zvia:zombie_cow",
"chance": 1.0
},
{
"entity": "minecraft:pig",
"converts_to": "zvia:zombie_pig",
"chance": 1.0
},
{
"entity": "minecraft:sheep",
"converts_to": "zvia:zombie_sheep",
"chance": 1.0
},
{
"entity": "minecraft:goat",
"converts_to": "zvia:zombie_goat",
"chance": 1.0
},
{
"entity": "minecraft:llama",
"converts_to": "zvia:zombie_llama",
"chance": 1.0
},
{
"entity": "minecraft:trader_llama",
"converts_to": "zvia:zombie_llama",
"chance": 1.0
}
'''

Antiviral:

There is 2 types of Antiviral: Methanolic and Ethanolic extract.
Each extraction method will give its own side effects.
Both types will treat zombie virus infection.
Antivirals will also cure zombified entities (e.g. zombie animals, zombie players, and zombie villagers).
 

Vaccine:

Cell culture is an important step in vaccine manufacturing.
First, you must implant the zombie virus inside a healthy entity (e.g. Pig) using a Syringe with Infected Blood.
To inject your volunteer entity, hit it by clicking Left Click.
Now wait for the cellular development.
In the last 10 seconds before zombification (after 19 minutes and 50 seconds), you can collect the desired cultured cells using an Empty Tube by clicking Left Click.
 
Important notes in cell culture:
1. The color of the particle effect will change (from dark red to light red).
2. You can collect as many cultured cells as wanted.
3. Be careful not to kill your volunteer while collecting tubes.
4. Be careful, after the 10 seconds are up, your volunteer will turn into a zombie.
 
After collecting cultured cells, you can combine it with ethanol to form a viral vaccine.
Vaccines just like antivirals, they can treat zombie virus infection, and will cure zombified entities INSTANTLY.
The vaccine will also provide an immune effect for an hour, preventing all viruses from causing infection.
 

 
 
You can use this mod in your modpack at your own risk.

Zombie Virus Infection Apocalypse Mod

This mod is a part of my ZVIA modpack.

It can be played outside my modpack but with the proper dependencies and config files.

Features

  • Adds treatment tools for Infection from The Hordes mod using herbs from Meds and Herbs mod.
  • Adds controllable Zombie Player, which spawns when a player die with Infection effect.
  • Adds Zombified Cow, Pig, Chicken, Sheep, Goat, and Llama.
  • Rotten Flesh now has 50% chance to give Infection effect.

Zombified Player:

After dying while having Infection effect, a zombie version of you will spawn. You will spectate what your zombie sees, but you can't interact with the world.

To control where your zombie moves, just press SHIFT to get off your zombie body and move. but dont go far away.

Your zombie will follow you if it is calm and no targets is nearby.

Zombie Players are aggressive to all entities except undead.

To go back to your normal player body you need to either get cured from another player with Antiviral or Vaccine, or to kill your zombified body by jumping from a cliff or just press K (by default).

Zombified Animal:

Animals (cow, pig, chicken, sheep, goat, and llama) can turn into their zombies version if killed from undead carrying zombie virus.

Zombified animals will no longer drops their original meat.

They can be converted to their original form with any type of cure (Antiviral or Vaccine).

For animal infection to work, you need to edit the config file called "infection_conversions.json"

Inside the minecraft folder as "./minecraft/config/hordes/data/hordes/horde_data/infection_conversions.json"

Just add those lines of code:

	...
	},
	{
		"entity": "minecraft:chicken",
		"converts_to": "zvia:zombie_chicken",
		"chance": 1.0
	},
	{
		"entity": "minecraft:cow",
		"converts_to": "zvia:zombie_cow",
		"chance": 1.0
	},
	{
		"entity": "minecraft:pig",
		"converts_to": "zvia:zombie_pig",
		"chance": 1.0
	},
	{
		"entity": "minecraft:sheep",
		"converts_to": "zvia:zombie_sheep",
		"chance": 1.0
	},
	{
		"entity": "minecraft:goat",
		"converts_to": "zvia:zombie_goat",
		"chance": 1.0
	},
	{
		"entity": "minecraft:llama",
		"converts_to": "zvia:zombie_llama",
		"chance": 1.0
	},
	{
		"entity": "minecraft:trader_llama",
		"converts_to": "zvia:zombie_llama",
		"chance": 1.0
	}
]

Antiviral:

There is 2 types of Antiviral: Methanolic and Ethanolic extract.

Each extraction method will give its own side effects.

Both types will treat zombie virus infection.

Antivirals will also cure zombified entities (e.g. zombie animals, zombie players, and zombie villagers).

Vaccine:

Cell culture is an important step in vaccine manufacturing.

First, you must implant the zombie virus inside a healthy entity (e.g. Pig) using a Syringe with Infected Blood.

To inject your volunteer entity, hit it by clicking Left Click.

Now wait for the cellular development.

In the last 10 seconds before zombification (after 19 minutes and 50 seconds), you can collect the desired cultured cells using an Empty Tube by clicking Left Click.

Important notes in cell culture:

  1. The color of the particle effect will change (from dark red to light red).
  2. You can collect as many cultured cells as wanted.
  3. Be careful not to kill your volunteer while collecting tubes.
  4. Be careful, after the 10 seconds are up, your volunteer will turn into a zombie.

After collecting cultured cells, you can combine it with ethanol to form a viral vaccine.

Vaccines just like antivirals, they can treat zombie virus infection, and will cure zombified entities INSTANTLY.

The vaccine will also provide an immune effect for an hour, preventing all viruses from causing infection.

You can use this mod in your modpack at your own risk.

Screenshots

Gallery

  • zvia_items_tab.png
    zvia_items_tab.png zvia_items_tab.png
  • zombie_player_with_TissousZombiePack.png
    zombie_player_with_TissousZombiePack.png zombie_player_with_TissousZombiePack.png
  • calm_zombie_player_screen.png
    calm_zombie_player_screen.png calm_zombie_player_screen.png
  • aggressive_zombie_player_screen.png
    aggressive_zombie_player_screen.png aggressive_zombie_player_screen.png
  • zvia_logo.png
    zvia_logo.png zvia_logo.png
  • zvia_title.png
    zvia_title.png zvia_title.png
  • Items tab
    Items tab
  • Zombie Player
    Zombie Player with TissousZombiePack texture pack
  • Calm Zombie Player
    Calm Zombie Player Screen of what calm Zombie Player sees
  • Aggressive Zombie Player
    Aggressive Zombie Player Screen of what aggressive Zombie Player sees
  • ZVIA Logo
    ZVIA Logo
  • ZVIA Title
    ZVIA Title

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
~1,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync