From 64398a560ef328a787e5106197504a56d9cf80db Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:12:30 +0200 Subject: New Alpha Stuff (#787) * Nerds * More Items * I love stats * I love hypixel * Added and changed stuff from shitty update * editor throwing * I love the github editor * More fixes * Added new stuff to enchants.json Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/COMBAT_XP_BOOST.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'items/COMBAT_XP_BOOST.json') diff --git a/items/COMBAT_XP_BOOST.json b/items/COMBAT_XP_BOOST.json index 9e2c8159..1435c591 100644 --- a/items/COMBAT_XP_BOOST.json +++ b/items/COMBAT_XP_BOOST.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:potion", "displayname": "§fCombat XP Boost I Potion", - "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:22b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§aCombat XP Boost I §f(12:00)\",2:\"§7Earn §a5% §7more Combat\",3:\"§7experience.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fCombat XP Boost I Potion\"},ExtraAttributes:{potion_level:1,potion:\"combat_xp_boost\",effects:[0:{level:1,effect:\"combat_xp_boost\",duration_ticks:14400}],potion_type:\"POTION\",id:\"COMBAT_XP_BOOST\"}}", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:22b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§aCombat XP Boost I §f(12:00)\",2:\"§7Grants §3+5☯ Combat Wisdom§7.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fCombat XP Boost I Potion\"},ExtraAttributes:{potion_level:1,potion:\"combat_xp_boost\",effects:[0:{level:1,effect:\"combat_xp_boost\",duration_ticks:14400}],potion_type:\"POTION\",id:\"COMBAT_XP_BOOST\"}}", "damage": 0, "lore": [ "", "§aCombat XP Boost I §f(12:00)", - "§7Earn §a5% §7more Combat", - "§7experience.", + "§7Grants §3+5☯ Combat Wisdom§7.", "", "§f§lCOMMON" ], "internalname": "COMBAT_XP_BOOST", "clickcommand": "", - "modver": "1.0.0", - "infoType": "" -} + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "" +} \ No newline at end of file -- cgit