Skip to content

I need some help with some spawn.json code in Forge 1.20.1 #555

@noah123586

Description

@noah123586

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
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions