From e50ce686fa4c9a018ce9a1fefc61d4331246f2ac Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 20 Apr 2023 17:09:06 +0200 Subject: [PATCH] Updated --- source/behavior/entities/format/minecraft.entity.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/behavior/entities/format/minecraft.entity.json b/source/behavior/entities/format/minecraft.entity.json index ee43c852..7be4350c 100644 --- a/source/behavior/entities/format/minecraft.entity.json +++ b/source/behavior/entities/format/minecraft.entity.json @@ -57,6 +57,12 @@ "title": "Type", "description": "The type of the property.", "enum": ["bool", "int", "float", "enum"] + }, + "client_sync": { + "title": "Client Sync", + "description": "Sets whether or not the property is synced to the client.", + "type": "boolean", + "default": false } }, "oneOf": [