diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-29 22:35:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 08:35:51 +1100 |
commit | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (patch) | |
tree | cf78541235e9cd5fb22be5465777dfc799da58e2 /items/BURNING.json | |
parent | dc710886048e9e92f32f020764e9052474793ff3 (diff) | |
download | NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.gz NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.bz2 NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.zip |
Fixed 1 NPC, 1 Mob, added 1 npc and fixed 1 item (#868)
Diffstat (limited to 'items/BURNING.json')
-rw-r--r-- | items/BURNING.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/items/BURNING.json b/items/BURNING.json index 3c936831..a056a04c 100644 --- a/items/BURNING.json +++ b/items/BURNING.json @@ -4,14 +4,17 @@ "displayname": "§fBurning Potion", "clickcommand": "viewpotion", "damage": 3, - "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:12b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§6Burning\",2:\"§7Damaging enemies sets them on\",3:\"§7fire.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fBurning Potion\"},ExtraAttributes:{id:\"BURNING\"}}", - "modver": "1.0.0", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:12b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§6Burning\",2:\"§7Increases the duration of fire\",3:\"§7damage that you inflict on\",4:\"§7enemies by §a5%§7.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fBurning Potion\"},ExtraAttributes:{id:\"BURNING\"}}", + "modver": "2.1.0-REL", "lore": [ "", "§6Burning", - "§7Damaging enemies sets them on", - "§7fire.", + "§7Increases the duration of fire", + "§7damage that you inflict on", + "§7enemies by §a5%§7.", "", "§f§lCOMMON" - ] -} + ], + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |