From 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 3 Dec 2022 11:25:24 +0100 Subject: Added new jerry stuff, fixed oringo npc and books (#869) --- items/CRYOPOWDER_SHARD.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/CRYOPOWDER_SHARD.json (limited to 'items/CRYOPOWDER_SHARD.json') diff --git a/items/CRYOPOWDER_SHARD.json b/items/CRYOPOWDER_SHARD.json new file mode 100644 index 00000000..4c80d499 --- /dev/null +++ b/items/CRYOPOWDER_SHARD.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Cryopowder Shard", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"da2663ce-b695-3613-b909-7f0da5b06cc6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQ2NDg3NGRmNDUyYzFkNzE3ZWRkZDBmYjNiODQ4MjAyYWQxNTU3MTI0NWFmNmZhZGUyZWNmNTE0ZjNjODBiYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Combine in an anvil with\",1:\"§7§5Frosty the Snow Blaster §7to\",2:\"§7craft §6Frosty the Howitzer§7.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§6Cryopowder Shard\"},ExtraAttributes:{id:\"CRYOPOWDER_SHARD\"}}", + "damage": 3, + "lore": [ + "§7Combine in an anvil with", + "§7§5Frosty the Snow Blaster §7to", + "§7craft §6Frosty the Howitzer§7.", + "", + "§6§lLEGENDARY" + ], + "internalname": "CRYOPOWDER_SHARD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit