diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 18:21:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 16:21:10 +0000 |
commit | e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (patch) | |
tree | 44e868d98216cf971327fbd6cec8f92feacc2ba2 /items/GLEAMING_CRYSTAL.json | |
parent | 4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f (diff) | |
download | NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.gz NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.bz2 NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.zip |
Better Mayor Update Items v1.0 (#1271)
* feat: Better Mayor Update Items v1.0
* fix: Old rainbownames
* feat: Even more Better Mayor Items
* feat: Forge duration on new items
* fix: coordinates for moved npcs
* feat: NPC shop for Liz
* feat: HOTM Reqs for new Mining Equipment
* feat: Event Sack, Remove Soulbound from Fishing and a few other fixes
* feat: Lava Sea Creature HP
Diffstat (limited to 'items/GLEAMING_CRYSTAL.json')
-rw-r--r-- | items/GLEAMING_CRYSTAL.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/GLEAMING_CRYSTAL.json b/items/GLEAMING_CRYSTAL.json new file mode 100644 index 00000000..ac5c5de1 --- /dev/null +++ b/items/GLEAMING_CRYSTAL.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Gleaming Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"821967c9-d02a-346f-affb-800ebfaf0cd2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNjA3Nzk5ODU0MiwKICAicHJvZmlsZUlkIiA6ICIxMWY3ZTIxMDMyOGE0MjRmYTU0NmFlZDk1M2FkNGU3ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ2b2lkd2lyZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82MTU2MTAxMjk4MmMyMGQ0MGM2MDRiMmRiOWVkZGI4NDc5OTQ0NzE1YjkxZWZiYzEyZGZhYjE3NzVjODYxMGEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Lustrous §7reforge when\",4:\"§7combined with a pickaxe§7.\",5:\"\",6:\"§9Lustrous §7(§6Legendary§7):\",7:\"§7Mining Speed: §a+25\",8:\"§7Mining Fortune: §a+16\",9:\"\",10:\"§7Requires §aMining Skill Level XXIV§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Gleaming Crystal\"},ExtraAttributes:{id:\"GLEAMING_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Lustrous §7reforge when", + "§7combined with a pickaxe§7.", + "", + "§9Lustrous §7(§6Legendary§7):", + "§7Mining Speed: §a+25", + "§7Mining Fortune: §a+16", + "", + "§7Requires §aMining Skill Level XXIV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "GLEAMING_CRYSTAL", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "GLOSSY_GEMSTONE:32.0", + "REFINED_MITHRIL:1.0", + "REFINED_DIAMOND:2.0" + ], + "count": 1.0, + "overrideOutputId": "GLEAMING_CRYSTAL", + "duration": 32400 + } + ] +}
\ No newline at end of file |