aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/fairy_souls.json2
-rw-r--r--items/BEE_HIVE.json21
-rw-r--r--items/COCO_CHOPPER.json10
-rw-r--r--items/DYE_NADESHIKO.json23
-rw-r--r--items/FLORAL_WHEELBARROW.json21
-rw-r--r--items/LATTICE_BENCH.json21
6 files changed, 92 insertions, 6 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json
index 677d741b..7f44e5eb 100644
--- a/constants/fairy_souls.json
+++ b/constants/fairy_souls.json
@@ -1,6 +1,6 @@
{
"//": "If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.",
- "Max Souls": 239,
+ "Max Souls": 240,
"hub": [
"138,66,129",
"169,60,129",
diff --git a/items/BEE_HIVE.json b/items/BEE_HIVE.json
new file mode 100644
index 00000000..de44283a
--- /dev/null
+++ b/items/BEE_HIVE.json
@@ -0,0 +1,21 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Bee Hive",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0046a505-65d2-3982-a624-7eedf0b2ae76\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDcxMGY5YWEzMjZjNzIwNTAzODM5MmFlYjEyZjQ1Y2UyMmNmNmExMzM2YjgyMTI5NjY4YmVhMWZjNDZkNDI4NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Easter Cosmetic\",2:\"\",3:\"§7This exclusive §dEaster\",4:\"§d§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Bee Hive\"},ExtraAttributes:{id:\"BEE_HIVE\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Furniture",
+ "§8Easter Cosmetic",
+ "",
+ "§7This exclusive §dEaster",
+ "§d§7cosmetic can be placed on your",
+ "§7island or traded.",
+ "",
+ "§5§lEPIC"
+ ],
+ "internalname": "BEE_HIVE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/COCO_CHOPPER.json b/items/COCO_CHOPPER.json
index e86c5ef7..bb833d6b 100644
--- a/items/COCO_CHOPPER.json
+++ b/items/COCO_CHOPPER.json
@@ -1,11 +1,11 @@
{
"itemid": "minecraft:golden_axe",
- "displayname": "§5Coco Chopper",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Increases Cocoa Bean drops by\",1:\"§7§a20% §7but cannot break logs.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC AXE\"],Name:\"§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\"}}",
+ "displayname": "§f§f§5Coco Chopper",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Grants §6+20☘ Farming Fortune\",1:\"§6§7when harvesting Cocoa Beans.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC AXE\"],Name:\"§f§f§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\"}}",
"damage": 0,
"lore": [
- "§7Increases Cocoa Bean drops by",
- "§7§a20% §7but cannot break logs.",
+ "§7Grants §6+20☘ Farming Fortune",
+ "§6§7when harvesting Cocoa Beans.",
"",
"§7§8This item can be reforged!",
"§5§lEPIC AXE"
@@ -13,7 +13,7 @@
"internalname": "COCO_CHOPPER",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Coco_Chopper",
diff --git a/items/DYE_NADESHIKO.json b/items/DYE_NADESHIKO.json
new file mode 100644
index 00000000..b6318ed2
--- /dev/null
+++ b/items/DYE_NADESHIKO.json
@@ -0,0 +1,23 @@
+{
+ "itemid": "minecraft:dye",
+ "displayname": "§f§f§5Nadeshiko Dye",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §d#F6ADC6§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Nadeshiko Dye\"},ExtraAttributes:{id:\"DYE_NADESHIKO\"}}",
+ "damage": 9,
+ "lore": [
+ "§7§8Combinable in Anvil",
+ "",
+ "§7Changes the color of a leather",
+ "§7armor piece to §d#F6ADC6§7!",
+ "",
+ "§5§lEPIC"
+ ],
+ "internalname": "DYE_NADESHIKO",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Dyes",
+ "https://wiki.hypixel.net/Dyes"
+ ]
+} \ No newline at end of file
diff --git a/items/FLORAL_WHEELBARROW.json b/items/FLORAL_WHEELBARROW.json
new file mode 100644
index 00000000..55d1d3f8
--- /dev/null
+++ b/items/FLORAL_WHEELBARROW.json
@@ -0,0 +1,21 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§5Floral Wheelbarrow",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"31b6a157-108a-3ada-80aa-78772d1ed30c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA5ZWMwZDY0NWQwZDVhYTI3MTAwYTg4NmFiNzY0ZjI1ZjdmOWQwYTYwMzQ5ODEzYzQ2N2NmZTBkZGZiZDhlYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Easter Cosmetic\",2:\"\",3:\"§7This exclusive §dEaster\",4:\"§d§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Floral Wheelbarrow\"},ExtraAttributes:{id:\"FLORAL_WHEELBARROW\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Furniture",
+ "§8Easter Cosmetic",
+ "",
+ "§7This exclusive §dEaster",
+ "§d§7cosmetic can be placed on your",
+ "§7island or traded.",
+ "",
+ "§5§lEPIC"
+ ],
+ "internalname": "FLORAL_WHEELBARROW",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/LATTICE_BENCH.json b/items/LATTICE_BENCH.json
new file mode 100644
index 00000000..a5838168
--- /dev/null
+++ b/items/LATTICE_BENCH.json
@@ -0,0 +1,21 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Lattice Bench",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0172220b-3e7a-3d3f-8020-c7ad12f0b3eb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWRiYTM4ZTlmYzY3ZjcyYzQ1OGZkYWM4ZWNkN2NhYmFlZDNlYjgzNzM3MTQzYTAxMjgzNTBhMWFiMzgxZTNlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Easter Cosmetic\",2:\"\",3:\"§7This exclusive §dEaster\",4:\"§d§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Lattice Bench\"},ExtraAttributes:{id:\"LATTICE_BENCH\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Furniture",
+ "§8Easter Cosmetic",
+ "",
+ "§7This exclusive §dEaster",
+ "§d§7cosmetic can be placed on your",
+ "§7island or traded.",
+ "",
+ "§5§lEPIC"
+ ],
+ "internalname": "LATTICE_BENCH",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file