Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
ZenXArch's Zombie Apocalypse

ZenXArch's Zombie Apocalypse

An experimental data driven zombie apocalypse mod with custom zombie brains

4,641
26
Game Mechanics
Mobs

Compatibility

Minecraft: Java Edition

1.21.1
1.20.4
1.20.2

Platforms

Fabric
Quilt

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

ZenXArch
ZenXArch Owner

Details

Licensed MPL-2.0
Published last year
Updated last week
DescriptionGalleryChangelogVersions

Show all versions

1
2

ZenXArch's Zombie apocalypse 0.0.13

by ZenXArch on Nov 27, 2024
Download

Fixes

  • Zombies no longer target creative players on spawn
  • Spawn speed can now be lot slower
  • Fix zombies not spawning if player is standing under sky and zombies burn is daylight is set to true

Changes

  • Now zombies stop spawning if you spend too much time in a place
  • Changed difficulty calculation
  • There is no longer a sudden increase in difficulty as soon as you craft wooden tools
  • Now you can have maximum difficulty without having moon size being max

ZenXArch's Zombie apocalypse 0.0.12

by ZenXArch on Nov 22, 2024
Download
  • Add lots of features to zombie templates
  • Next version could possibly be data driven (with datapacks)

Zombie Templates

  • fire zombies (spawns in hot biomes (using biomes which warm frog variant spawns in))
  • freeze zombies (spawns in cold biomes (using biomes which cold frog variant spawns in))
  • swapping zombie (spawns in all biomes rarely, swaps position with the mob it attacks)
  • All these zombies also show particle effects

ZenXArch's Zombie apocalypse 0.0.11

by ZenXArch on Nov 18, 2024
Download
  • Zombie equipment is now controlled by loot tables. (Difficulty is inserted into the zombie loot table through luck value).
  • Zombies immediately target nearest player on spawn (within 64 blocks)
  • internally added zombie templates (could become data driven in futute)

Fixed

  • Zombie now don't spawn in ancient city

Known issues

  • Zombie equipment are always enchanted

ZenXArch's Zombie apocalypse 0.0.10

by ZenXArch on Nov 10, 2024
Download

Update to 1.21.3

  • better mixin (less shady reflection)

ZenXArch's Zombie apocalypse 0.0.10

by ZenXArch on Nov 9, 2024
Download

New Gamerules

  • Zombies burn in daylight -> whether or not modded zombies burn/spawn in daylight

  • Spawn zombies -> whether or not to spawn zombies is Independent of other gamerules so you can have it so others mobs don't spawn and this mod still works

  • Optimized spawning code

ZenXArch's Zombie apocalypse 0.0.9

by ZenXArch on Nov 4, 2024
Download
  • Removed debug code that wasn't mean to be there (simply commented a line)

  • Removed config

  • Added data generation (now internal stuff is controlled by tags, only items for now)

  • Also an enchantment provider now controls enchantments

  • Fixed a bug with enchantments not applying

  • Added two gamerules

  • Now mod depends on fabric api

  • Now difficulty is dependent on number of zombies killed,time passed,equipment,weapons and food in your inventory

Zombies Are Coming 0.0.8

by ZenXArch on Oct 22, 2024
Download

Updated to 1.21.2

Late night port All i can say is that it will not crash Armor may work different (or not work) Enchantments may not work or they might

Zombies Are Coming 0.0.8

by ZenXArch on Oct 17, 2024
Download

Added lots of new config options

  • optionally showing difficulty in player subtitle (debug.toml) time period through which difficulty varies (time.toml)
  • enchantments (equipment.toml)
  • biome checks (spawn.toml)

Changed logic for several factors

  • spawning, now picks an initial pos and tries spawning extra around that
  • Now uses #swords #axes #{mace,trident,{head,...}_armor}_enchantable weapons/armor
  • Changed chances for picking weapons (lowered it, ~0.5 chance for any single piece on a zombie)

Fixed bugs (I don't know which ones, or even new or old ones but they were fixed)

I basically went full quality control and like tried to over engineer I think (add too many locs/ so maybe more bugs)

Performance might get worse.

Zombies Are Coming 0.0.7

by ZenXArch on Oct 6, 2024
Download

Added a basic config to the mod.

Using Kaleido config/quilt config Will find toml files under config/zenxarch_zombies

  • For lightlevel effect on spawn rates
  • Range in which zombies are spawned
  • Biomes in which no zombies should spawn
  • Debug config (logging and particles disabled by default)

A few fixes to the spawning code. Very stable right now.

Zombies Are Coming 0.0.6

by ZenXArch on Oct 2, 2024
Download

Basically tried my best to port to 1.21.1. (There could be problems I didnt check thoroughly) Fixed some crashes on high day count (or in general). They might have been there in last version.

Zombies show particles (was middle of like adding special particles to stronger zombies).

No gaurantee this will launch but give it a try.

Zombies Are Coming 0.0.5

by ZenXArch on Jan 27, 2024
Download

Fix a lot of spawn related problems.

Reloading world now also reloads the new zombies.

A lot of changes (make it more like inner minecraft logic). So the natural zombies are different than the mod's spawned zombies.

Also zombies can now be spawn proofed, using blocklight, and level above 0 is fine.

Spawn speed is higher now, Also a debug class is added. Logging stats every 5 minutes.

Zombies Are Coming 0.0.4

by ZenXArch on Jan 22, 2024
Download

So I have implement difficulty into the game. So the difficulty is divided into three phases.

First Five days -> Zombies spawn slowly and without armor.

First Fifty days -> Zombies spawn fast with passing days. They can spawn with armor (less powerful than diamond armor) with max 10% chance. Enchanted armor (always cause yeah alpha) not treasure.

Then upto 250 days -> Zombies spawn faster and faster. Zombies spawn with armor (including more powerful than diamond) (50% normal armor and 5% rare armor). 5% chance of spawning with shield. Zombies spawn with enchantments (every single one) including treasure enchantments.

Also modded armor/swords/enchantments are supported.

Zombies Are Coming 0.0.3

by ZenXArch on Jan 21, 2024
Download

So yeah New Version.

Well just changed how stuff works. This uses rather simple techniques (just copies vanilla dynamics more than last time).

So yeah a difficulty setting, so you will see more zombies as more days pass by (difficulty goes up till 100 days and 100 hours (in one place)).

Your regular stuff. Enchanted armor, leather,iron,diamond,netherite armor.

For weapons -> iron shovel,sword,diamond sword,netherite axe.

Zombies Are Coming 0.0.2

by ZenXArch on Dec 26, 2023
Download
  • Just some basic setup

Just simple zombies spawning at night. And more stable.

Zombies Are Coming 0.0.1

by ZenXArch on Nov 26, 2023
Download
  • A very basic mod that tries 5 times every tick to spawn a zombie
1
2

Modrinth is open source.

main@396f737

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.