From 03ebf1c350a5c043ba7131e6b4746e58ca4bd7a6 Mon Sep 17 00:00:00 2001 From: Misode Date: Sun, 17 May 2020 01:11:18 +0200 Subject: [PATCH] Add smokey, vehicle and targeted_entity --- locales/en.json | 3 +++ schemas/1.16.json | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/locales/en.json b/locales/en.json index 56a27e15..5c199a91 100644 --- a/locales/en.json +++ b/locales/en.json @@ -224,8 +224,10 @@ "entity.status_effect": "Effects", "entity.status_effect_add": "Add Effect", "entity.status_effect_remove": "Remove Effect", + "entity.targeted_entity": "Targeted Entity", "entity.team": "Team", "entity.type": "Entity", + "entity.vehicle": "Vehicle", "entry.expand": "Expand", "entry.name": "Name", "entry.quality": "Quality", @@ -343,6 +345,7 @@ "location.position.x": "X", "location.position.y": "Y", "location.position.z": "Z", + "location.smokey": "Smokey", "luck_based": "Luck-based", "more": "More", "nbt_operation.operation": "Operation", diff --git a/schemas/1.16.json b/schemas/1.16.json index 48e59ea6..46265b6f 100644 --- a/schemas/1.16.json +++ b/schemas/1.16.json @@ -1103,6 +1103,20 @@ } ] }, + { + "id": "vehicle", + "type": "object", + "translate": "entity.vehicle", + "collapse": true, + "value": "entity" + }, + { + "id": "targeted_entity", + "type": "object", + "translate": "entity.targeted_entity", + "collapse": true, + "value": "entity" + }, { "id": "player", "type": "object", @@ -1247,6 +1261,11 @@ } ] }, + { + "id": "smokey", + "type": "boolean", + "translate": "location.smokey" + }, { "id": "block", "type": "object",