-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
}
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels