From 13b9a8caa4198fe7bc80b053204194b91826759e Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 23 Jul 2021 13:51:48 +0200 Subject: [PATCH] Fixing --- .../entities/1.8.0/components/minecraft.damage_sensor.json | 2 -- .../behavior/entities/1.8.0/components/minecraft.interact.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json b/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json index 60e9faef..73d8dbd3 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json +++ b/source/behavior/entities/1.8.0/components/minecraft.damage_sensor.json @@ -1,9 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.damage_sensor", "title": "Damage Sensor 1.8.0", - "additionalProperties": false, "description": "Defines what events to call when this entity is damaged by specific entities or items.", - "type": "object", "definitions": { "damagespec": { "type": "object", diff --git a/source/behavior/entities/1.8.0/components/minecraft.interact.json b/source/behavior/entities/1.8.0/components/minecraft.interact.json index 853d0edc..72909cf5 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.interact.json +++ b/source/behavior/entities/1.8.0/components/minecraft.interact.json @@ -2,8 +2,6 @@ "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.interact", "description": "Defines interactions with this entity.", "title": "Interact 1.8.0", - "additionalProperties": false, - "type": "object", "definitions": { "interact_object": { "type": "object",