diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-16 16:44:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 10:44:33 -0500 |
commit | 4f409943c6eed9fb75ed765517d5b9b66e1a5440 (patch) | |
tree | ac143d513b487634983baa74b64876a58f84b601 /items/DIAMONITE.json | |
parent | 8e84828b5d15b44345912d3821ae192b5f323eb5 (diff) | |
download | NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.tar.gz NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.tar.bz2 NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.zip |
Added new Items from the Mining Update (#358)
* Added new Items
* Forgot one Items brrr
Diffstat (limited to 'items/DIAMONITE.json')
-rw-r--r-- | items/DIAMONITE.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/DIAMONITE.json b/items/DIAMONITE.json new file mode 100644 index 00000000..26fb15f2 --- /dev/null +++ b/items/DIAMONITE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Diamonite", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Fleet §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oMagical form of diamond.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXV§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Diamonite\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"DIAMONITE\",uuid:\"42fee031-b2f7-406d-969a-7b1e45043d36\",timestamp:\"1/16/21 8:39 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Fleet §7reforge", + "§7to a pickaxe.", + "", + "§7§8§oMagical form of diamond.", + "", + "§7Requires §aMining Skill Level", + "§aXV§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "DIAMONITE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |