diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-15 01:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 00:32:18 +0000 |
commit | cf2ad629853bf5b652c016afb71d37bd0a877c1d (patch) | |
tree | f19da87b45997c900101726eee7c07c3f88c1af3 /items/ANITA_ARTIFACT.json | |
parent | e46bd6bb474c982515d8e9df3c6ae6e21fda1b97 (diff) | |
download | NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.gz NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.bz2 NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.zip |
Added some of the alpha items (#1035)
* Added some of the alpha items
* Added new sakc and museum items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added new items
* Fixed Pesthunter Badge in parents
* Added missing garden update items
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/ANITA_ARTIFACT.json')
-rw-r--r-- | items/ANITA_ARTIFACT.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/ANITA_ARTIFACT.json b/items/ANITA_ARTIFACT.json new file mode 100644 index 00000000..49a1412e --- /dev/null +++ b/items/ANITA_ARTIFACT.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Anita\u0027s Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4319fa0f-c60f-3dc2-bc9c-d76c9be546c3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NzU4NDE3NjIwOCwKICAicHJvZmlsZUlkIiA6ICI2NTk0YzdiMTExOWE0Njc3ODc0Y2ZmOWNlMzM3NzYxOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNYXJzaG1lbGxvMjIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGZlYWJkYWRkNWY1OTM3NzFmYTIzYzk0ZmM2ODE2MDkxOTE3MzcxZmQ1YTFjNzQ3MjNlNzE2MjEwZDZlNmVmYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Grants a random §6+25☘ Farming\",1:\"§6Fortune §7stat during §eJacob\u0027s\",2:\"§eFarming Contest§7.\",3:\"\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Anita\u0027s Artifact\"},ExtraAttributes:{id:\"ANITA_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Grants a random §6+25☘ Farming", + "§6Fortune §7stat during §eJacob\u0027s", + "§eFarming Contest§7.", + "", + "§9§lRARE ACCESSORY" + ], + "internalname": "ANITA_ARTIFACT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |