In Control!

In Control!

72M Downloads

Incorrect health multiply

Opened this issue ยท 15 comments

commented

When I try to make zombies with twice more hp, they are spawning with 40, 80, 160, 320, 640, 1024 instead of 40 only.
spawn.json:
[
{
"dimension": 0,
"mob": "minecraft:zombie",
"seesky": true,
"result": "default",
"perplayer": true,
"maxcount": 100,
"healthmultiply": 2
},
{
"dimension": 0,
"mob": "minecraft:zombie",
"result": "deny"
}
]
potentialspawn.json:
[
{
"dimension": 0,
"mobs": [
{
"mob": "minecraft:zombie",
"weight": 100,
"groupcountmin": 1,
"groupcountmax": 5
}
]
}
]

commented

Try to add 'onjoin': true

commented

to spawn.json?

commented

nothing changed

commented

yes, in your rules

commented

Show me the updated rule file

commented

[
{
"dimension": 0,
"mob": "minecraft:zombie",
"seesky": true,
"result": "default",
"perplayer": true,
"maxcount": 100,
"healthmultiply": 2,
"onjoin": true
},
{
"dimension": 0,
"mob": "minecraft:zombie",
"result": "deny"
}
]

commented

Also I noticed, that every mob spawned with an "egg" has right amount of hp - 40

commented

Weird. I'll investigate this later

commented

Thanks anyway.

commented

I've found the problem. This thing is happening only in singleplayer, whereas on dedicated server everything is fine. Sorry for wasting your time.

commented

Hmm that still points to a bug though. BTW, which version of In Control was this?

commented

incontrol-1.12-3.9.16

commented

I'd like to reopen this as It should work on single player too. For you the bug is fixed but not for me. Thanks for reporting.

commented

I am not sure that this will help, but I've noticed that mod on dedicated server works incorrect too, everything is fine for me, just because on the server I have 1.12-3.8.0 mod version.

commented

bump