diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-06 23:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 21:44:43 +0000 |
commit | 9b3005d4a487f8ab309020e86d024fdb756c4cff (patch) | |
tree | a3cba33555b100a7da7f6566e8b8ecfac7549ad0 /items/ONYX.json | |
parent | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (diff) | |
download | NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.gz NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.bz2 NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.zip |
feat: Dye Changes Part 1 (#1308)
* feat: Dye Changes Part 1
* More changes
* feat: Fishing Sack changes
* fix: Emerald Artifact in misc file
Diffstat (limited to 'items/ONYX.json')
-rw-r--r-- | items/ONYX.json | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/items/ONYX.json b/items/ONYX.json index 5d7ab8f5..3adc542a 100644 --- a/items/ONYX.json +++ b/items/ONYX.json @@ -4,17 +4,26 @@ "displayname": "§9Black Diamond", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cae817f6-ca6f-3a42-bf71-21c11d0a4d71\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRlY2NjMjgwNzkzNTEwYTZjMTBiYTA4OGMwZTliODcwODc5MGU4MWM2MDkwN2ZkNmViNzNmMzMzMTI3NzdhNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Fruitful §7reforge\",4:\"§7when combined with a pickaxe§7.\",5:\"\",6:\"§7Requires §aMining Skill Level\",7:\"§aII§7!\",8:\"\",9:\"§9§lRARE REFORGE STONE\"],Name:\"§9Black Diamond\"},ExtraAttributes:{id:\"ONYX\"}}", - "modver": "2.1.1-PRE", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cae817f6-ca6f-3a42-bf71-21c11d0a4d71\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRlY2NjMjgwNzkzNTEwYTZjMTBiYTA4OGMwZTliODcwODc5MGU4MWM2MDkwN2ZkNmViNzNmMzMzMTI3NzdhNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Fruitful §7reforge when\",4:\"§7combined with a pickaxe or drill§7.\",5:\"\",6:\"§9Fruitful §7(§6Legendary§7):\",7:\"§7Defense: §a+9\",8:\"§7Intelligence: §a+1\",9:\"§7Mining Fortune: §a+3\",10:\"\",11:\"§9Fruitful Bonus\",12:\"§7Grants §a+3 §6☘ Mining Fortune§7, which\",13:\"§7increases your chance for multiple\",14:\"§7drops.\",15:\"\",16:\"§7Requires §aMining Skill Level II§7!\",17:\"\",18:\"§9§lRARE REFORGE STONE\"],Name:\"§9Black Diamond\"},ExtraAttributes:{id:\"ONYX\"}}", + "modver": "", "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Fruitful §7reforge", - "§7when combined with a pickaxe§7.", + "§7Applies the §9Fruitful §7reforge when", + "§7combined with a pickaxe or drill§7.", "", - "§7Requires §aMining Skill Level", - "§aII§7!", + "§9Fruitful §7(§6Legendary§7):", + "§7Defense: §a+9", + "§7Intelligence: §a+1", + "§7Mining Fortune: §a+3", + "", + "§9Fruitful Bonus", + "§7Grants §a+3 §6☘ Mining Fortune§7, which", + "§7increases your chance for multiple", + "§7drops.", + "", + "§7Requires §aMining Skill Level II§7!", "", "§9§lRARE REFORGE STONE" ], |