Zombie Virus Antidote
This simple mod adds a special antidote serum to the game that effectively combats the zombie virus from the Hordes mod. When used in the standard version of Minecraft without modifications, the antidote gives the player a regeneration effect.
Crafting the Antidote
To create the healing serum, you'll need golden apples and an empty syringe. The crafting recipes are shown below:


Hordes Compatibility Configuration
For the antidote to work with the Hordes mod, you need to modify the infection_cures.json configuration file by adding the following content:
{
"replace": false,
"values": [
"cure:antidote",
"cure:antidote"
]
}
You can also replace the standard immunity item (enchanted golden apple) with the antidote using the following configuration:
[
{
"item": "cure:antidote",
"duration": 150
}
]