From cfec2a65e1cb73e3feef018c8fbe4a6ef770ed67 Mon Sep 17 00:00:00 2001 From: Jack Lee <43303581+jacklee1792@users.noreply.github.com> Date: Thu, 14 Oct 2021 19:42:43 -0400 Subject: Fix itemid inconsistencies (#629) --- items/DIRT-2.json | 2 +- items/TRAINING_WEIGHTS.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/items/DIRT-2.json b/items/DIRT-2.json index 1de7ca06..cc357c1f 100644 --- a/items/DIRT-2.json +++ b/items/DIRT-2.json @@ -1,6 +1,6 @@ { "internalname": "DIRT-2", - "itemid": 3, + "itemid": "minecraft:dirt", "displayname": "§fPodzol", "clickcommand": "", "damage": 2, diff --git a/items/TRAINING_WEIGHTS.json b/items/TRAINING_WEIGHTS.json index 03d98c14..8d1c844c 100644 --- a/items/TRAINING_WEIGHTS.json +++ b/items/TRAINING_WEIGHTS.json @@ -1,6 +1,6 @@ { "internalname": "TRAINING_WEIGHTS", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§aTraining Weights", "clickcommand": "", "damage": 3, -- cgit