From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/WIZARD_TOWER_PORTAL.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/WIZARD_TOWER_PORTAL.json (limited to 'items/WIZARD_TOWER_PORTAL.json') diff --git a/items/WIZARD_TOWER_PORTAL.json b/items/WIZARD_TOWER_PORTAL.json new file mode 100644 index 00000000..1f0cea09 --- /dev/null +++ b/items/WIZARD_TOWER_PORTAL.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§fPortal to The Wizard Tower", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2689fe1a-0382-3cb8-9552-80b4562721d7\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTkxNDEyMjMzNjIsInByb2ZpbGVJZCI6ImEyZjgzNDU5NWM4OTRhMjdhZGQzMDQ5NzE2Y2E5MTBjIiwicHJvZmlsZU5hbWUiOiJiUHVuY2giLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJmNjlhYjJmNGU3MzQxYWMyNjI1OTcwODNjYTM4YWQwMWJmYmJmODczMGZiZmJkZDEwY2E5MGFlZTMzN2EyZGQifX19\"}]}},display:{Lore:[0:\"§7Placing this item on your\",1:\"§7private island will create a\",2:\"§7portal to §b§dThe Wizard Tower§7\",3:\"§7for you to use whenever you\",4:\"§7want!\",5:\"\",6:\"§7§8The portal will spawn facing\",7:\"§8you on the block you click on.\",8:\"\",9:\"§f§lCOMMON PORTAL\"],Name:\"§f§f§fPortal to The Wizard Tower\"},ExtraAttributes:{id:\"WIZARD_TOWER_PORTAL\"}}", + "damage": 3, + "lore": [ + "§7Placing this item on your", + "§7private island will create a", + "§7portal to §b§dThe Wizard Tower§7", + "§7for you to use whenever you", + "§7want!", + "", + "§7§8The portal will spawn facing", + "§8you on the block you click on.", + "", + "§f§lCOMMON PORTAL" + ], + "internalname": "WIZARD_TOWER_PORTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit