In Control!

In Control!

82M Downloads

spawn config has no effect on worlds other than superflat

Closed this issue · 6 comments

commented

[
{
"mob": [
"mutantmonsters:mutant_zombie"
],
"customname": "失败异变实验体-175",
"healthset": 1600,
"armorset": 50,
"damageadd": 5.0,
"speedmultiply": 1.3,
"potion": [
"minecraft:resistance,72000,1"
]
}

]

commented

Do you have anything in spawner.json?

commented
commented

What? English please

commented

什么?请说英语

I'm very sorry ....(that was an unexpected automatic reply), I also made changes to the spawner.josn config

[
{
"mob": [
"minecraft:zombie",
"minecraft:husk",
"minecraft:drowned",
"undead_revamp2:theheavy",
"undead_revamp2:bomber",
"undead_revamp2:thebidy",
"undead_revamp2:therod",
"undead_revamp2:clogger",
"undead_revamp2:thespitter",
"undead_revamp2:thepregnant",
"undead_revamp2:thelurker",
"undead_revamp2:theimmortal",
"undead_revamp2:thewolf",
"undead_revamp2:thebeartamer",
"undead_revamp2:slaveman",
"undead_revamp2:invisiclogger",
"undead_revamp2:moonflower",
"undead_revamp2:invisiimmortal",
"undead_revamp2:thehunter",
"undead_revamp2:thesmoker",
"undead_revamp2:theswarmer",
"undead_revamp2:theordure",
"undead_revamp2:theskeeper",
"undead_revamp2:sucker",
"undead_revamp2:bigsucker",
"mutantmonsters:mutant_zombie",
"pale_hound:pale_hound",
"the_starved_stalker:the_starved_stalker_aggro",
"siren_head:siren_head"
],
"persecond": 15,
"attempts": 20,
"amount": {
"minimum": 5,
"maximum": 17
},
"conditions": {
"dimension": "minecraft:overworld",
"norestrictions": true,
"mindist": 25,
"maxdist": 70,
"minheight": -40,
"maxheight": 200,
"maxthis": 75
},
"weights": [
250,
250,
250,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
3,
3,
1,
1,
1,
1
]
}
]

commented

If you use 'norestrictions': true then your spawn rules don't work unless you add "when": "onjoin" to them

commented

如果你使用 'norestrictions': true,那么你的生成规则不起作用,除非你向它们添加 “when”: “onjoin”

Thank you very much!!