aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorJack Lee <43303581+jacklee1792@users.noreply.github.com>2021-10-14 19:42:43 -0400
committerGitHub <noreply@github.com>2021-10-14 19:42:43 -0400
commitcfec2a65e1cb73e3feef018c8fbe4a6ef770ed67 (patch)
tree281d491a6ed8166f5085e423d23f31cdacdf6e52 /items
parent9df52c6faef1943fa298fea0ca9826f7beb0f61f (diff)
downloadNotEnoughUpdates-REPO-cfec2a65e1cb73e3feef018c8fbe4a6ef770ed67.tar.gz
NotEnoughUpdates-REPO-cfec2a65e1cb73e3feef018c8fbe4a6ef770ed67.tar.bz2
NotEnoughUpdates-REPO-cfec2a65e1cb73e3feef018c8fbe4a6ef770ed67.zip
Fix itemid inconsistencies (#629)2.0.0-REL
Diffstat (limited to 'items')
-rw-r--r--items/DIRT-2.json2
-rw-r--r--items/TRAINING_WEIGHTS.json2
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,