diff options
Diffstat (limited to 'items/PERFECT_ONYX_GEM.json')
| -rw-r--r-- | items/PERFECT_ONYX_GEM.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PERFECT_ONYX_GEM.json b/items/PERFECT_ONYX_GEM.json new file mode 100644 index 00000000..d619cad9 --- /dev/null +++ b/items/PERFECT_ONYX_GEM.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6☠ Perfect Onyx Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"03defc72-d99f-3b0e-b7fa-fe28d0072cb1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzY0MTg3MDIxOSwKICAicHJvZmlsZUlkIiA6ICI1ZTEwYjc5MTY2ZTA0MTNkYjI2MThkMzE3MTc2M2Y4NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJPTUZfQmxvY2tCdXN0ZXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjMxNTQ4NjYxMmM2NTVhODJmNWZmZGE3YTdkMDhkZGQxYmI4YjMxYjYyMjIyMGE0NmU3NzgxZTNhYTg1YzQyNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A perfectly §8refined §8Onyx§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its owner extra\",4:\"§7§9☠ Crit Damage§7; others say it might\",5:\"§7grant you §emore treasures§7.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6☠ Perfect Onyx Gemstone\"},ExtraAttributes:{id:\"PERFECT_ONYX_GEM\"}}", + "damage": 3, + "lore": [ + "§7A perfectly §8refined §8Onyx§7.", + "", + "§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.", + "", + "§6§lLEGENDARY" + ], + "internalname": "PERFECT_ONYX_GEM", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_ONYX_GEM:5.0", + "ONYX_CRYSTAL:1.0" + ], + "count": 1.0, + "overrideOutputId": "PERFECT_ONYX_GEM", + "duration": 72000 + } + ] +}
\ No newline at end of file |
