diff options
Diffstat (limited to 'items/EXPERIENCE.json')
-rw-r--r-- | items/EXPERIENCE.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/EXPERIENCE.json b/items/EXPERIENCE.json new file mode 100644 index 00000000..4174ce8e --- /dev/null +++ b/items/EXPERIENCE.json @@ -0,0 +1,16 @@ +{ + "internalname": "EXPERIENCE", + "itemid": "minecraft:potion", + "displayname": "§fExperience Potion", + "clickcommand": "viewpotion", + "damage": 13, + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:13b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Experience\",2:\"§7Gain more experience orbs.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fExperience Potion\"},ExtraAttributes:{id:\"EXPERIENCE\"}}", + "modver": "1.0.0", + "lore": [ + "", + "§9Experience", + "§7Gain more experience orbs.", + "", + "§f§lCOMMON" + ] +}
\ No newline at end of file |