- Add vanilla entity enum for runtime ids (#298)

This commit is contained in:
Xterionix
2024-07-03 22:42:23 +05:00
committed by GitHub
parent 151d77c374
commit ce3770c2b4
2 changed files with 129 additions and 2 deletions

View File

@@ -156,7 +156,7 @@
"type": "string",
"title": "Runtime Identifier",
"description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from.",
"examples": ["minecraft:"]
"$ref": "../../../general/vanilla/entity.json"
},
"scripts": {
"type": "object",
@@ -178,7 +178,6 @@
"type": "object",
"title": "Conditional Animation",
"description": "A conditional statement to run the animation under a specified condition.",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}
]