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/SALT_CUBE.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/SALT_CUBE.json (limited to 'items/SALT_CUBE.json') diff --git a/items/SALT_CUBE.json b/items/SALT_CUBE.json new file mode 100644 index 00000000..0c1085f9 --- /dev/null +++ b/items/SALT_CUBE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aSalt Cube", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1ddbd31a-e9da-3278-8b42-4411687a59ec\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTUxNmFkYWM3OTRlNjQxY2Q4ZjJjZDY1ZmFmMmIyYzRhMDI1ZmY0YTE3ZGFlODhlNmYxYWMxNzNiZTJiOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Salty §7reforge\",4:\"§7when combined with a fishing\",5:\"§7rod§7.\",6:\"\",7:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aSalt Cube\"},ExtraAttributes:{id:\"SALT_CUBE\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Salty §7reforge", + "§7when combined with a fishing", + "§7rod§7.", + "", + "§a§lUNCOMMON REFORGE STONE" + ], + "internalname": "SALT_CUBE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit