diff options
author | nea <nea@nea.moe> | 2023-06-26 17:46:36 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-26 17:46:36 +0200 |
commit | 44ba9a60cc906373a16bcce781b96af59a4eee9c (patch) | |
tree | 19ddeb793e0ff0829c03edc8a9628a1861b737ed | |
parent | 75fa60258daa18075c47ce88cc6f051939e4d3bb (diff) | |
download | NotEnoughUpdates-REPO-fork/morerift.tar.gz NotEnoughUpdates-REPO-fork/morerift.tar.bz2 NotEnoughUpdates-REPO-fork/morerift.zip |
Strip timestampsfork/morerift
-rw-r--r-- | items/ETALPTSEHC_NORI.json | 5 | ||||
-rw-r--r-- | items/FROZEN_WATER_PUNGI.json | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/items/ETALPTSEHC_NORI.json b/items/ETALPTSEHC_NORI.json index b95991c2..6c15b7f7 100644 --- a/items/ETALPTSEHC_NORI.json +++ b/items/ETALPTSEHC_NORI.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_chestplate", "displayname": "§9etalptsehC norI", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+30s\",1:\"\",2:\"§9§lRARE CHESTPLATE\"],Name:\"§9etalptsehC norI\"},ExtraAttributes:{id:\"ETALPTSEHC_NORI\",uuid:\"ae124dbc-6a73-42c7-996d-28a42c99eb3e\",timestamp:\"6/21/23 12:36 PM\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+30s\",1:\"\",2:\"§9§lRARE CHESTPLATE\"],Name:\"§9etalptsehC norI\"},ExtraAttributes:{id:\"ETALPTSEHC_NORI\"}}", "damage": 0, "lore": [ "§7Rift Time: §a+30s", @@ -14,5 +14,6 @@ "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/etalptsehC_NorI" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/FROZEN_WATER_PUNGI.json b/items/FROZEN_WATER_PUNGI.json index 0af10cb2..c5afad64 100644 --- a/items/FROZEN_WATER_PUNGI.json +++ b/items/FROZEN_WATER_PUNGI.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:spider_eye", "displayname": "§5Frozen Water Pungi", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Snake Taming §e§lHOLD RIGHT CLICK\",1:\"§7Aim at a §9Living Metal Snake\",2:\"§9§7to deeply calm it, allowing\",3:\"§7§eanother player §7to mine it.\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Frozen Water Pungi\"},ExtraAttributes:{id:\"FROZEN_WATER_PUNGI\",uuid:\"a49e5f92-ef2c-49cd-9f86-5f9eb3b88f8c\",timestamp:\"6/24/23 10:13 PM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Snake Taming §e§lHOLD RIGHT CLICK\",1:\"§7Aim at a §9Living Metal Snake\",2:\"§9§7to deeply calm it, allowing\",3:\"§7§eanother player §7to mine it.\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Frozen Water Pungi\"},ExtraAttributes:{id:\"FROZEN_WATER_PUNGI\"}}", "damage": 0, "lore": [ "§6Ability: Snake Taming §e§lHOLD RIGHT CLICK", @@ -24,5 +24,7 @@ }, "internalname": "FROZEN_WATER_PUNGI", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE" + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" }
\ No newline at end of file |