aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorEejit <76887639+Eejit43@users.noreply.github.com>2021-08-06 11:32:46 -0400
committerGitHub <noreply@github.com>2021-08-06 11:32:46 -0400
commitea8ff6747f9f8cdc78f70ba0e183acb4d8e78d81 (patch)
treeb20387f85f7e8fbf49cde8c37432142b56746e9b /items
parent13356356a698b966f6ddc13088d91945391c5e7e (diff)
downloadNotEnoughUpdates-REPO-ea8ff6747f9f8cdc78f70ba0e183acb4d8e78d81.tar.gz
NotEnoughUpdates-REPO-ea8ff6747f9f8cdc78f70ba0e183acb4d8e78d81.tar.bz2
NotEnoughUpdates-REPO-ea8ff6747f9f8cdc78f70ba0e183acb4d8e78d81.zip
Updating Goblin Eggs (#581)
* Updating Goblin Eggs * Update GOBLIN_EGG_GREEN.json * Update GOBLIN_EGG_BLUE.json * Update GOBLIN_EGG_RED.json * Update GOBLIN_EGG_YELLOW.json
Diffstat (limited to 'items')
-rw-r--r--items/GOBLIN_EGG.json7
-rw-r--r--items/GOBLIN_EGG_BLUE.json7
-rw-r--r--items/GOBLIN_EGG_GREEN.json7
-rw-r--r--items/GOBLIN_EGG_RED.json11
-rw-r--r--items/GOBLIN_EGG_YELLOW.json11
5 files changed, 25 insertions, 18 deletions
diff --git a/items/GOBLIN_EGG.json b/items/GOBLIN_EGG.json
index 0c735e31..7c509a10 100644
--- a/items/GOBLIN_EGG.json
+++ b/items/GOBLIN_EGG.json
@@ -1,10 +1,9 @@
{
"itemid": "minecraft:egg",
"displayname": "§9Goblin Egg",
- "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oWhat came first the goblin\",2:\"§7§oor the egg?\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin\",1:\"§7§oor the egg?\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
- "",
"§7§7§oWhat came first the goblin",
"§7§oor the egg?",
"",
@@ -13,9 +12,9 @@
"internalname": "GOBLIN_EGG",
"crafttext": "",
"clickcommand": "",
- "modver": "1.7.1-REL",
+ "modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info":[
"https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg"
]
-} \ No newline at end of file
+}
diff --git a/items/GOBLIN_EGG_BLUE.json b/items/GOBLIN_EGG_BLUE.json
index a1a62a1c..5ff4be8f 100644
--- a/items/GOBLIN_EGG_BLUE.json
+++ b/items/GOBLIN_EGG_BLUE.json
@@ -1,10 +1,9 @@
{
"itemid": "minecraft:egg",
- "displayname": "§f§f§9Blue Goblin Egg",
- "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oWhat came first the goblin\",2:\"§7§oor the egg?\",3:\"\",4:\"§9§lRARE\"],Name:\"§f§f§9Blue Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_BLUE\"},AttributeModifiers:[]}",
+ "displayname": "§3Blue Goblin Egg",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin\",1:\"§7§oor the egg?\",2:\"\",3:\"§9§lRARE\"],Name:\"§3Blue Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_BLUE\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
- "",
"§7§7§oWhat came first the goblin",
"§7§oor the egg?",
"",
@@ -18,4 +17,4 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg"
]
-} \ No newline at end of file
+}
diff --git a/items/GOBLIN_EGG_GREEN.json b/items/GOBLIN_EGG_GREEN.json
index 49182ce4..8cf31327 100644
--- a/items/GOBLIN_EGG_GREEN.json
+++ b/items/GOBLIN_EGG_GREEN.json
@@ -1,9 +1,12 @@
{
"itemid": "minecraft:egg",
"displayname": "§aGreen Goblin Egg",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aGreen Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_GREEN\"}}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin\",1:\"§7§oor the egg?\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aGreen Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_GREEN\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
+ "§7§7§oWhat came first the goblin",
+ "§7§oor the egg?",
+ "",
"§a§lUNCOMMON"
],
"internalname": "GOBLIN_EGG_GREEN",
@@ -14,4 +17,4 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg"
]
-} \ No newline at end of file
+}
diff --git a/items/GOBLIN_EGG_RED.json b/items/GOBLIN_EGG_RED.json
index c4bad51d..39dd0b70 100644
--- a/items/GOBLIN_EGG_RED.json
+++ b/items/GOBLIN_EGG_RED.json
@@ -1,10 +1,13 @@
{
"itemid": "minecraft:egg",
- "displayname": "§aRed Goblin Egg",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aRed Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_RED\"}}",
+ "displayname": "§cRed Goblin Egg",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin\",1:\"§7§oor the egg?\",2:\"\",3:\"§9§lRARE\"],Name:\"§cRed Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_RED\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
- "§a§lUNCOMMON"
+ "§7§7§oWhat came first the goblin",
+ "§7§oor the egg?",
+ "",
+ "§9§lRARE"
],
"internalname": "GOBLIN_EGG_RED",
"crafttext": "",
@@ -14,4 +17,4 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg"
]
-} \ No newline at end of file
+}
diff --git a/items/GOBLIN_EGG_YELLOW.json b/items/GOBLIN_EGG_YELLOW.json
index 9f1dc14f..5b9e2cee 100644
--- a/items/GOBLIN_EGG_YELLOW.json
+++ b/items/GOBLIN_EGG_YELLOW.json
@@ -1,10 +1,13 @@
{
"itemid": "minecraft:egg",
- "displayname": "§aYellow Goblin Egg",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aYellow Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_YELLOW\"}}",
+ "displayname": "§eYellow Goblin Egg",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin\",1:\"§7§oor the egg?\",2:\"\",3:\"§9§lRARE\"],Name:\"§eYellow Goblin Egg\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GOBLIN_EGG_YELLOW\",uuid:\"19f698e7-436e-45b3-9f5a-dddab1e6753a\",timestamp:\"7/21/21 12:52 PM\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
- "§a§lUNCOMMON"
+ "§7§7§oWhat came first the goblin",
+ "§7§oor the egg?",
+ "",
+ "§9§lRARE"
],
"internalname": "GOBLIN_EGG_YELLOW",
"crafttext": "",
@@ -14,4 +17,4 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg"
]
-} \ No newline at end of file
+}