From 8204be1ab7e19466db41d5c278ffe4d4ce78b59c Mon Sep 17 00:00:00 2001 From: SPGoding Date: Fri, 27 Dec 2019 19:40:51 -0600 Subject: [PATCH] Fix #51 --- schemas/1.14.json | 2 +- schemas/1.15.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/1.14.json b/schemas/1.14.json index cfc18d2d..ea9cfc32 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -1045,7 +1045,7 @@ "color": "dark", "fields": [ { - "id": "name", + "id": "item", "type": "string", "translate": "item.name" }, diff --git a/schemas/1.15.json b/schemas/1.15.json index 6496b621..928c8654 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -1257,7 +1257,7 @@ "color": "dark", "fields": [ { - "id": "name", + "id": "item", "type": "string", "translate": "item.name" },