diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-03 11:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 21:25:24 +1100 |
commit | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (patch) | |
tree | 3f5794f616926614c62e01df29a94d322dc50af1 /items/SALT_CUBE.json | |
parent | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (diff) | |
download | NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.gz NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.bz2 NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.zip |
Added new jerry stuff, fixed oringo npc and books (#869)
Diffstat (limited to 'items/SALT_CUBE.json')
-rw-r--r-- | items/SALT_CUBE.json | 21 |
1 files changed, 21 insertions, 0 deletions
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 |