From 7d489aff38c343105b0fb706402e6ed785a19afc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:08:31 +0200 Subject: Added SOME of the new items (alot missing) (#1150) --- items/PERFECT_PLATE.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/PERFECT_PLATE.json (limited to 'items/PERFECT_PLATE.json') diff --git a/items/PERFECT_PLATE.json b/items/PERFECT_PLATE.json new file mode 100644 index 00000000..0aa47cf6 --- /dev/null +++ b/items/PERFECT_PLATE.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Perfect Plate", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"76b40a52-353d-3f4e-9b34-2936fb2cf5c2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMTA2ODIwMzc3NCwKICAicHJvZmlsZUlkIiA6ICI0OTY5YTVlZTYxMTY0MDBkYTM4YzhmZjRiMWJhZTZiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFjdFpJUCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNDdlZjg2NmFjMDIwNDU3ZjM4Zjg4Y2NiN2ZjNDJiMmMxMjhkMGE4NDQ2YzkzN2Q1NDUxMDQ2NmNkYTFkN2MwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§oA plate forged from an assortment\",1:\"§7§oof the most durable materials found\",2:\"§7§oin this world.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§6Perfect Plate\"},ExtraAttributes:{id:\"PERFECT_PLATE\"}}", + "damage": 3, + "lore": [ + "§7§oA plate forged from an assortment", + "§7§oof the most durable materials found", + "§7§oin this world.", + "", + "§6§lLEGENDARY" + ], + "internalname": "PERFECT_PLATE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit