#my zombies so far
1 messages · Page 1 of 1 (latest)
How did you make the zombies spawn during the day? Was it using spawn_rules?
Thats so sick are u doing a zombie addon
Thx!
Yea I’m doing an update to my zombie addon
Yea, I can share what my spawn rate files are if you need them
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 😔
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
It would help me a lot, I'm having a problem with spawn rules for mobs during the day
@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