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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/DIRT-2.json') 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, -- cgit