aboutsummaryrefslogtreecommitdiff
path: root/items/ENCHANTED_EGG.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/ENCHANTED_EGG.json')
-rw-r--r--items/ENCHANTED_EGG.json25
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ENCHANTED_EGG.json b/items/ENCHANTED_EGG.json
index 04f38082..4149029d 100644
--- a/items/ENCHANTED_EGG.json
+++ b/items/ENCHANTED_EGG.json
@@ -1,11 +1,8 @@
{
- "internalname": "ENCHANTED_EGG",
"itemid": "minecraft:egg",
- "displayname": "Enchanted Egg",
- "clickcommand": "viewrecipe",
- "damage": 0,
+ "displayname": "§9Enchanted Egg",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade for chicken\",2:\"§7minions. Guarantees that each\",3:\"§7chicken will drop an egg after\",4:\"§7they spawn.\",5:\"§7\",6:\"§7Can also be used to craft\",7:\"§7low-rarity pets.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Enchanted Egg\"},ExtraAttributes:{id:\"ENCHANTED_EGG\"}}",
- "modver": "1.0.0",
+ "damage": 0,
"lore": [
"§7This item can be used as a",
"§7minion upgrade for chicken",
@@ -17,5 +14,23 @@
"§7low-rarity pets.",
"",
"§9§lRARE"
+ ],
+ "recipe": {
+ "A1": "EGG:16",
+ "A2": "EGG:16",
+ "A3": "EGG:16",
+ "B1": "EGG:16",
+ "B2": "EGG:16",
+ "B3": "EGG:16",
+ "C1": "EGG:16",
+ "C2": "EGG:16",
+ "C3": "EGG:16"
+ },
+ "internalname": "ENCHANTED_EGG",
+ "clickcommand": "viewrecipe",
+ "modver": "1.0.0",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Egg"
]
} \ No newline at end of file