diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-14 12:52:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 12:52:59 +0200 |
commit | 6a77db2751851dd4b8e7267920e57a046f4c9d03 (patch) | |
tree | 7e9311a0de9680d9682fe2caf9e2aa6705f090ce /items/SULPHUR_SKITTER_DIAMOND.json | |
parent | 556416e4b95bee204f1763ef31d6761bf75dd6f3 (diff) | |
download | NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.tar.gz NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.tar.bz2 NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.zip |
Added trophy and new kuudra piece (#818)
* Added trophy and new kuudra piece
* Oh
* f(x,y)=x^3+xy^2+y^2, u=(-125)i+(230)j
Diffstat (limited to 'items/SULPHUR_SKITTER_DIAMOND.json')
-rw-r--r-- | items/SULPHUR_SKITTER_DIAMOND.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/SULPHUR_SKITTER_DIAMOND.json b/items/SULPHUR_SKITTER_DIAMOND.json new file mode 100644 index 00000000..97f0beb1 --- /dev/null +++ b/items/SULPHUR_SKITTER_DIAMOND.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fSulphur Skitter§r §l§B§LDIAMOND", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b5103d9a-7154-3fff-9b10-086f902d9bff\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODEwNjYxNywKICAicHJvZmlsZUlkIiA6ICIwODFiZTAxZmZlMmU0ODMyODI3MDIwMjBlNmI1M2ExNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMeXJpY1BsYXRlMjUyNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM2ZWFjNTY4MDhhODViNTlkNDhhZmY1OWEyNjI5MjJhNTdjZmE3NjZmNmM1NmY2OWM3ZDkxZmVhMjMwZmEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught near Sulphur blocks.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§fSulphur Skitter§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"SULPHUR_SKITTER_DIAMOND\"}}", + "damage": 3, + "lore": [ + "§7Caught near Sulphur blocks.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§f§lCOMMON TROPHY FISH" + ], + "internalname": "SULPHUR_SKITTER_DIAMOND", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |