Zoni’s Apotheosis Curios

Simply adds random affixes from Apotheosis to your curios!

If you are having issues with older versions of Iron’s Spells ‘n Spellbooks try using the version 1.1 of this datapack.

Requirements
You need [Apothic Curios](https://www.curseforge.com/minecraft/mc-mods/apothic-curios) and Zoni’s Apotheosis Curios Lang for it to work properly.

If you want to get updates on the pack development, report bugs or suggest new stuff or just contact me join my discord server:
https://discord.com/invite/KWGakdBVwG

Zombify

## Zombify

**Prevents villagers from dying when converting to zombie villagers on any difficulty**

Normally, on easy or normal difficulty, villagers may die when converting to zombie villagers, Zombify makes it so your villagers will never die during conversion!

### Chance of villager successfully converting to a zombie villager

| Difficulty | Chance (without the mod) | Chance (with the mod) |
|————|————————–|————————–|
| Easy | 0% | 100% |
| Normal | 50% | 100% |
| Hard | 100% | 100% |

Zombified Player – Kill Your Inner Zombie

[![CurseForge Downloads](https://img.shields.io/curseforge/dt/1075264?logo=curseforge&logoColor=black&label=&labelColor=orange&color=242424)](https://www.curseforge.com/minecraft/mc-mods/zombified-player) [![Modrinth Downloads](https://img.shields.io/modrinth/dt/zombified-player?style=flat&logo=modrinth&logoColor=black&label=&labelColor=18ED49&color=242424)](https://modrinth.com/mod/zombified-player) [![Supported Versions](https://cf.way2muchnoise.eu/versions/1075264(4F21AC).svg)](https://www.curseforge.com/minecraft/mc-mods/zombified-player) [![Discord](https://img.shields.io/discord/1388544059114786907?style=flat&logo=discord&logoColor=white&label=&labelColor=blue)](https://discord.gg/rSVp3nCpPx) [![Static Badge](https://img.shields.io/badge/Ko–fi-75D5E3?logo=ko-fi)](https://ko-fi.com/D1D71EVQVC)

# Zombified Player

This Mod **spawns a zombified version of the player after death**.

**Beta Version!** Please report any problems you find under: [issues](https://github.com/MC-Mods-Pete/ZombifiedPlayer/issues)

## Features
– spawns a zombified version of the player after death
– uses the players actuall skin (uses the steve skin as fallback)
– applies a zombified overlay to the skin
– the dead players inventory can be tranfered to his zombified version

The zombified player mob will use the same skin as the player (with a zombify overlay). Besides that the mob behaves like a regular zombie, but it will not burn in sunlight and it will not despawn.
![Zombified McModsPete](https://cdn.modrinth.com/data/cached_images/37a775099b4874ea960002c1af0ec43d14c3a34a_0.webp)

With a config option it is possible to **transfer the players inventory to the zombified player**. The player will have to fight and defeat the zombified version of himself to get back the items he lost after dying.
![Replace this with a description](https://cdn.modrinth.com/data/cached_images/b808fc724f0c3eb9d9e2452cea1348fb168e3a8b_0.webp)

Needed Mods:
– Fabric API
– Cloth Config

Optional Mods:
– Mod Menu

Zombified

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/820d211836d446dcde178de85c26b4e1f97f3b6a.png)

Tired of searching for items? Now you’ll have to die… AGAIN!

# What this mod do ?
When a player die, he usually loose all his stuff. With this plugin, when a player die, a entity will be summon and the player will need to kill this entity to get his stuff back !

![Replace this with a description](https://cdn.modrinth.com/data/cached_images/ceef66aa3cdee1ac98822d18a9cd12619511c840.png)

Config

“`yml
# ————————————————–
#
# _____ _ _ __ _ _
# |__ /___ _ __ ___ | |__ (_)/ _(_) ___ __| |
# / // _ | ‘_ ` _ | ‘_ | | |_| |/ _ / _` |
# / /| (_) | | | | | | |_) | | _| | __/ (_| |
# /_______/|_| |_| |_|_.__/|_|_| |_|___|__,_|
#
# ————————————————–

config:
entity: “ZOMBIE”
# What should the zombie be named? You can use the Minimessage format.
zombie-name: “Zombie of %player%”
# Should the player inventory is saved in the zombie, and he needs to kill the zombie to have his inventory ?
save-inventory: true
# Should the player head is set on the zombie Head?
add-player-head: true

“`

Zombification

This mod contains 1 new potion that changes mobs into their zombie counterparts. These are the conversions that are currently possible.

Villager -> Zombie Villager

Horse -> Zombie Horse

Piglin -> Zombified Piglin

Hoglin -> Zoglin

This potion can be brewed by using a rotten flesh and potion of Poison.

ZombiesInfection

# ZombiesInfection
The plugin adds an infection to your server, if a player is attacked by a zombie, then after a while the player receives the effects that are specified in the config.

## Commands
– `/zombiesinfection reload` – Reload the plugin
## Permissions
– `zombiesinfection.reload` – Gives the player the right to reload your plugin. (default: op)
– `zombiesinfection.effect` – If you want the player not to receive any effects, then remove this permission from him. (default: true)

`n * 20` – means that the entered number will be multiplied by 20.

– The list of sounds can be viewed [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html) (latest version)
– The list of effects can be viewed [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html) (latest version)

## **Important clarification, the effects are given 1 time!!**

config.yml

“`yaml
config_version: 2

# Enable debug mode (output additional messages to the console)
debug: false

# Settings for messages and sounds when a player is infected
if-player-infected:
# Enable displaying the infection message
message: false
# Enable playing the sound when infected
play-sound: false
# Update the timer when infected
update-timer: true

# Number of times the effect will be applied
effect-will-applied-after: 5

# Delay in server ticks before executing the first repeat (n * 20)
delay: 5

# Period in server ticks for task repetition (n * 20)
period: 5

# Enable a random time range for effect application
random_time_from_range:
# Enable a random time range
enable: true
# Lower limit of the time range in seconds
range_from: 5
# Upper limit of the time range in seconds
range_to: 10

# Settings for potions that will be given
potion-gived:
# Settings for poison potion
POISON:
# Potion duration in seconds (n * 20 ticks)
potion-duration: 60
# Settings for blindness potion
BLINDNESS:
# Potion duration in seconds (n * 20 ticks)
potion-duration: 5
# Settings for hunger potion
HUNGER:
# Potion duration in seconds (n * 20 ticks)
potion-duration: 30

# Settings for sounds that will be played
sound-played:
# Enable the sound when attacked
sound-in-attack:
# Enable the attack sound
enable: true
# Sound name from Minecraft resources
sound: “AMBIENT_CAVE”
# Sound volume (from 0 to 100)
volume: 100.0
# Sound pitch (from 0 to 2)
pitch: 1.0
# Enable the sound when the effect is given
sound-in-effect-gived:
# Enable the effect sound
enable: true
# Sound name from Minecraft resources
sound: “ENTITY_ENDERMEN_DEATH”
# Sound volume (from 0 to 100)
volume: 100.0
# Sound pitch (from 0 to 2)
pitch: 1.0

# Messages for different events
messages:
# Plugin reload success message
plugin_reload: “§2Plugin successfully reloaded”
# Insufficient permissions message
no_permission: “§cYou do not have permission”
# Missing subcommand message
no_command_args: “§cUsage: /%s
# Invalid command message
no_found_command: “§cThe command was not found”
# Infection message
you_infected: “§4§lYOU ARE INFECTED!!”
# Effect applied message
effect-gived: “§c§lTHE INFECTION IS SPREADING”
“`

Zombies Variant

Zombies Variant

This texture pack adds the new default skins (Sunny, Efe, Zuri, Noor, Ari, Makena, and Kai) but for zombies !

Installation

Showcase

Update?

This pack should be compatible for every versions, i’ll update it if i have time

Zombies Slow You

## Hey, how come no one made this kind of datapack yet?
### _Or is it just that I didn’t search well enough..?_
Basically, once a zombie hits you, your Movement Speed attribute will be multiplied by 0.25 (equivalent to Slowness V) and
– _for versions 1.21 and above:_ Multiplies your Jump Strength attribute by 0.
– _for versions below 1.21:_ Jump Boost 128.

for 1.5 seconds

If you don’t like these values, you can configure it by going to
– _1.21+: zombies_slow/data/zombies_slow/function/zombie_hit.mcfunction_
– _Below 1.21: zombies_slow/data/zombies_slow/functions/zombie_hit.mcfunction_

Zombies Revamped

If you’ve been looking for a way to make Minecraft’s zombies scarier, **Zombies ReWamped** is the ultimate resource pack for you! This isn’t just another zombie texture pack—it’s a **fully remastered version of the classic TZP (The Zombie Pack)**, designed to bring a more immersive and terrifying undead experience to the game.

## **What is Zombies ReWamped?**
Zombies ReWamped takes everything great about **TZP** and pushes it to the next level. Expect:

✔️ **New HD Zombie Textures** – Multiple variations with decayed flesh, exposed bones, and eerie glowing eyes.
✔️ **Creepy Zombie Sounds** – Guttural growls, blood-curdling moans, and spine-chilling shrieks.
✔️ **Biome-Specific Zombies** – Different undead creatures based on their environment, adding more variety and realism.
✔️ **Villager and Drowned Zombie Overhauls** – No more boring green villagers—infected villagers now look horrifyingly detailed!

## **A Proper Remake of TZP**
For long-time Minecraft players, **TZP was a fan-favorite** when it came to enhancing zombies. However, it eventually became outdated, missing modern Minecraft features and lacking updates. **Zombies ReWamped fixes that** by remaking it from the ground up, ensuring compatibility with the latest versions of Minecraft while introducing new features never seen before.

## **Why Download Zombies ReWamped?**
If you want a **darker, more atmospheric survival experience**, this pack is a must-have. Whether you’re playing hardcore mode or just want your nights to feel more dangerous, **Zombies ReWamped** will change the way you see (and hear) zombies forever.

Zombies Remade

![The Zombie](https://cdn.modrinth.com/data/cached_images/98753ad11d28dea9137093cbf37d88950707d92f_0.webp)

Zombies Remade Remakes the Texture of the Zombie to a more Modren one
and with more Actions and more Stuff with what the Zombie can be

Discamer This does not Change the other Zombie textures like Husk and Drowned only the Normal Zombie for now i remove this Discamer if i do end up adding them

Also dont worry about the Pack saying it Might not Work Because it should Work

also i made this because no one else did