From 210eb5f3e7a1d70594ab431a35e64ad1bdc26d55 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 6 Nov 2020 12:07:38 +0100 Subject: [PATCH] Fixing 1.8.0 entity script --- resource/entity/1.8.0/entity.json | 39 ------------------------------- 1 file changed, 39 deletions(-) diff --git a/resource/entity/1.8.0/entity.json b/resource/entity/1.8.0/entity.json index 7c4e2b87..cba21364 100644 --- a/resource/entity/1.8.0/entity.json +++ b/resource/entity/1.8.0/entity.json @@ -176,45 +176,6 @@ "description": "TODO description: scripts", "title": "Scripts", "properties": { - "animate": { - "type": "array", - "title": "Animate schema", - "minItems": 1, - "items": { - "oneOf": [ - { - "type": "string", - "description": "TODO description: oneOf[0]", - "title": "TODO title" - }, - { - "type": "object", - "minProperties": 1, - "additionalProperties": { - "type": "string", - "description": "TODO description: additionalProperties", - "title": "TODO" - }, - "description": "TODO description: oneOf[1]", - "title": "TODO title" - } - ], - "description": "TODO description: animate", - "title": "Animate" - }, - "description": "TODO description: animate" - }, - "initialize": { - "type": "array", - "description": "TODO description: initialize", - "title": "Initialize", - "items": { - "pattern": ";$", - "$ref": "../../../molang/1.8.0/number.json", - "description": "TODO description: initialize", - "title": "Initialize" - } - }, "pre_animation": { "type": "array", "description": "TODO description: pre aninamtion",