diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/BEACON.json | 7 | ||||
-rw-r--r-- | items/END_PORTAL_FUMES_MIXIN.json | 29 |
2 files changed, 32 insertions, 4 deletions
diff --git a/items/BEACON.json b/items/BEACON.json index e6130ee0..b84672b6 100644 --- a/items/BEACON.json +++ b/items/BEACON.json @@ -11,10 +11,9 @@ "internalname": "BEACON", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "WIKI_URL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Beacon_Block" + "https://hypixel-skyblock.fandom.com/wiki/Beacon_Block" ] -} +}
\ No newline at end of file diff --git a/items/END_PORTAL_FUMES_MIXIN.json b/items/END_PORTAL_FUMES_MIXIN.json new file mode 100644 index 00000000..117ae2fb --- /dev/null +++ b/items/END_PORTAL_FUMES_MIXIN.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9End Portal Fumes", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f92e52db-c8af-3858-881b-2a41ff435d18\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4NDIzOTQ2OSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJjY2I4NGY5YzBjYmIyZWI3YjlhYmJiN2E0ZmM3YjMxODYxNTBkNWU3ZGIwMTg1MmFjNmQ0OTVkZTE3ZTgxMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff that can\",3:\"§7be added to §cGod Potions §7in a\",4:\"§7brewing stand and lasts for the\",5:\"§7full duration.\",6:\"\",7:\"§7§3⸎ Soulflow §7conversions\",8:\"§7provide §3+30% §7more §3ʬ\",9:\"§3Overflow §7.\",10:\"\",11:\"§7§4☠ §cRequires §5Enderman Slayer 8\",12:\"§9§lRARE\"],Name:\"§f§f§9End Portal Fumes\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"END_PORTAL_FUMES_MIXIN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Brewing Ingredient", + "", + "§7§7Mixins provide a buff that can", + "§7be added to §cGod Potions §7in a", + "§7brewing stand and lasts for the", + "§7full duration.", + "", + "§7§3⸎ Soulflow §7conversions", + "§7provide §3+30% §7more §3ʬ", + "§3Overflow §7.", + "", + "§7§4☠ §cRequires §5Enderman Slayer 8", + "§9§lRARE" + ], + "internalname": "END_PORTAL_FUMES_MIXIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mixins" + ] +}
\ No newline at end of file |