From fa80e9c921681671e8346e4532569ee660d728ea Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Sat, 20 Feb 2021 09:56:22 -0700 Subject: Remove uuids from items (#398) * Removed all uuids from item nbt data Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/MINING_XP_BOOST.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/MINING_XP_BOOST.json') diff --git a/items/MINING_XP_BOOST.json b/items/MINING_XP_BOOST.json index c1348fdf..fa89af0e 100644 --- a/items/MINING_XP_BOOST.json +++ b/items/MINING_XP_BOOST.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:potion", "displayname": "§fMining XP Boost I Potion", - "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:22b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§aMining XP Boost I §f(12:00)\",2:\"§7Earn §a5% §7more Mining\",3:\"§7experience.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fMining XP Boost I Potion\"},ExtraAttributes:{potion_level:1,potion:\"mining_xp_boost\",effects:[0:{level:1,effect:\"mining_xp_boost\",duration_ticks:14400}],potion_type:\"POTION\",id:\"MINING_XP_BOOST\",uuid:\"2d1b13d3-14ad-4f6f-9156-d05b4760eba6\"}}", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:22b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§aMining XP Boost I §f(12:00)\",2:\"§7Earn §a5% §7more Mining\",3:\"§7experience.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fMining XP Boost I Potion\"},ExtraAttributes:{potion_level:1,potion:\"mining_xp_boost\",effects:[0:{level:1,effect:\"mining_xp_boost\",duration_ticks:14400}],potion_type:\"POTION\",id:\"MINING_XP_BOOST\"}}", "damage": 0, "lore": [ "", -- cgit