From 798124acef1dde4d968d7f768e087fcbda5bdccb Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:45:49 +0100 Subject: Fixed Magma Cube Pet stats and some lores (#1123) --- items/INFLATABLE_JERRY.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'items/INFLATABLE_JERRY.json') diff --git a/items/INFLATABLE_JERRY.json b/items/INFLATABLE_JERRY.json index 2d8d73b2..c60704c9 100644 --- a/items/INFLATABLE_JERRY.json +++ b/items/INFLATABLE_JERRY.json @@ -4,12 +4,13 @@ "displayname": "§fInflatable Jerry", "clickcommand": "", "damage": 120, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7May it be a light to you in\",1:\"§7dark places, when all other\",2:\"§7lights go out.\",3:\"\",4:\"§cDungeons only!\",5:\"\",6:\"§f§lCOMMON DUNGEON ITEM\"],Name:\"§fInflatable Jerry\"},ExtraAttributes:{id:\"INFLATABLE_JERRY\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§7May it be a light to you in dark\",3:\"§7places, when all other lights go out.\",4:\"\",5:\"§cDungeons only!\",6:\"\",7:\"§f§lCOMMON DUNGEON ITEM\"],Name:\"§fInflatable Jerry\"},ExtraAttributes:{id:\"INFLATABLE_JERRY\"}}", + "modver": "2.1.1-PRE", "lore": [ - "§7May it be a light to you in", - "§7dark places, when all other", - "§7lights go out.", + "§7§8Brewing Ingredient", + "", + "§7May it be a light to you in dark", + "§7places, when all other lights go out.", "", "§cDungeons only!", "", -- cgit