diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 05:08:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 03:08:31 +0000 |
commit | 7d489aff38c343105b0fb706402e6ed785a19afc (patch) | |
tree | b5cc910a918b83c52e4dfd2f34059041795ca013 /items/FINE_ONYX_GEM.json | |
parent | deb0f6167140625d7997a88fdb15bab12d78d15f (diff) | |
download | NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.gz NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.bz2 NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.zip |
Added SOME of the new items (alot missing) (#1150)
Diffstat (limited to 'items/FINE_ONYX_GEM.json')
-rw-r--r-- | items/FINE_ONYX_GEM.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/FINE_ONYX_GEM.json b/items/FINE_ONYX_GEM.json new file mode 100644 index 00000000..60d6eb27 --- /dev/null +++ b/items/FINE_ONYX_GEM.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9☠ Fine Onyx Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ae2c8a65-3782-3b6c-b747-6f6fa7d989e6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzY0MTgzMjQ5NSwKICAicHJvZmlsZUlkIiA6ICJiZWNlZGU1YmRkODY0YTkwOTc3MTRmODk0ZWUxNmE3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYW1hQ29tcG9zZXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg3YTMyNjMzMWZlMjdmN2VlMDc0Zjk3NzI3NjA0YzQ5NWY5NWMzNzgxMjEzMDJlODc5ZTFmNDBiYTRkMjBhOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A type of §8Onyx §7that has clearly\",1:\"§7been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its owner extra\",5:\"§7§9☠ Crit Damage§7; others say it might\",6:\"§7grant you §emore treasures§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§9☠ Fine Onyx Gemstone\"},ExtraAttributes:{id:\"FINE_ONYX_GEM\"}}", + "damage": 3, + "lore": [ + "§7A type of §8Onyx §7that has clearly", + "§7been treated with care.", + "", + "§7§7Some say that when §eharnessed", + "§eproperly§7, it can give its owner extra", + "§7§9☠ Crit Damage§7; others say it might", + "§7grant you §emore treasures§7.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "FLAWED_ONYX_GEM:16", + "A3": "", + "B1": "FLAWED_ONYX_GEM:16", + "B2": "FLAWED_ONYX_GEM:16", + "B3": "FLAWED_ONYX_GEM:16", + "C1": "", + "C2": "FLAWED_ONYX_GEM:16", + "C3": "" + }, + "internalname": "FINE_ONYX_GEM", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |