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/RUSTY_ANCHOR.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/RUSTY_ANCHOR.json')
-rw-r--r-- | items/RUSTY_ANCHOR.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/RUSTY_ANCHOR.json b/items/RUSTY_ANCHOR.json new file mode 100644 index 00000000..5bfd0e02 --- /dev/null +++ b/items/RUSTY_ANCHOR.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Rusty Anchor", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9b8921e7-1921-3c7b-8d4c-3cb7ba168f5a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTcwNTA5YTY0YzQ5NmNkZGJhNDEzNWU2NzEyYmIwNWQ5YWFkNDIwNTJhMThmZWVlZWQ3ZDQ0ZGEyYzNiZDBjYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Treacherous\",4:\"§9§7reforge when combined with a\",5:\"§7fishing rod§7.\",6:\"\",7:\"§9§lRARE REFORGE STONE\"],Name:\"§9Rusty Anchor\"},ExtraAttributes:{id:\"RUSTY_ANCHOR\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Treacherous", + "§9§7reforge when combined with a", + "§7fishing rod§7.", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "RUSTY_ANCHOR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |