#my zombies so far

1 messages · Page 1 of 1 (latest)

open vault
#

New glowing eyes, limp animations, armor, better textures, etc

sturdy bay
cursive ore
#

Thats so sick are u doing a zombie addon

open vault
#

Yea I’m doing an update to my zombie addon

cursive ore
#

Oh damn thats awesome

#

I saw ur video it looks sick

open vault
open vault
#

Ima make a new video with the update

cursive ore
#

The death animations are awesome

#

I always wanted to make a whole zombie apocalypse addon but just dont have time or skill to do it 😔

open vault
#

I would recommend doing one

#

It’s fun to make

#

You learn along the way and learn new ways to code and stuff

#

And when you finish and stuff your skill has increased a lot

sturdy bay
open vault
#

@sturdy bay

#

So basically it’s set to spawn a zombie every few chunks

#

It’s got the light level, difficulty levels, etc

#

{
"format_version": "1.8.0",
"minecraft:spawn_rules": {
"description": {
"identifier": "sj:male_z",
"population_control": "monster"
},
"conditions": [
{
"minecraft:spawns_on_surface": {},
"minecraft:spawns_underground": {},

    "minecraft:brightness_filter": {
      "min": 0,
      "max": 15,
      "adjust_for_weather": true
    },
    "minecraft:difficulty_filter": {
      "min": "easy",
      "max": "hard"
    },
    "minecraft:weight": {
      "default": 7
    },
    "minecraft:herd": {
      "min_size": 1,
      "max_size": 3
    },
   "minecraft:permute_type": [
      {
        "weight": 30
      },
      {
        "weight": 70,
        "entity_type": "sj:nada"
      }
    ],
  "minecraft:biome_filter": {
      "test": "has_biome_tag", "operator": "==", "value": "monster"
    }
  }
]

}
}

#

If you don’t wanna download the files, here’s the actual text