I'm trying to make it so when it's night, zombies are strong, and at day, they are weak. I've tried a few things with the code, but none of it has worked.
[
{
"mob": ["minecraft:zombie"],
"mintime": 12610,
"maxtime": 23460,
"when": "finalize",
"result": "allow",
"healthmultiply": 1.6,
"speedmultiply": 0.8,
"armormultiply": 3,
"knockbackresistancemultiply": 0.7
},
{
"mob": ["minecraft:zombie"],
"mintime": 23460,
"maxtime": 12542,
"when": "finalize",
"result": "allow",
"healthmultiply": 111,
"damagemultiply": 2,
"speedmultiply": 2
}
]
I'm trying to make it so when it's night, zombies are strong, and at day, they are weak. I've tried a few things with the code, but none of it has worked.
[
{
"mob": ["minecraft:zombie"],
"mintime": 12610,
"maxtime": 23460,
"when": "finalize",
"result": "allow",
"healthmultiply": 1.6,
"speedmultiply": 0.8,
"armormultiply": 3,
"knockbackresistancemultiply": 0.7
},
{
"mob": ["minecraft:zombie"],
"mintime": 23460,
"maxtime": 12542,
"when": "finalize",
"result": "allow",
"healthmultiply": 111,
"damagemultiply": 2,
"speedmultiply": 2
}
]