Skip to content

Is spawning entity markers supported? #550

@Tusason

Description

@Tusason

Hi, I spent about a week trying to figure out if there was a way to spawn an entity marker using this mod, however, all my attempts at doing so were either in effective or crushed the game. So, I was curious. Is spawning entity markers at all supported by this mod? Thanks.

I attached my script from events.json below:

[
{
"on": "custom",
"parameters": {
"name": "minecraft_marker"
},
"spawn": {
"mob": "minecraft:marker",
"mindistance": 0,
"maxdistance": 0,
"mincount": 1,
"maxcount": 1,
"attempts": 5,
"norestrictions": true
}
}
]

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