diff options
-rw-r--r-- | items/DIRT-2.json | 2 | ||||
-rw-r--r-- | 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, |