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/GLACITE_JEWEL.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/GLACITE_JEWEL.json')
-rw-r--r-- | items/GLACITE_JEWEL.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/GLACITE_JEWEL.json b/items/GLACITE_JEWEL.json new file mode 100644 index 00000000..52d8057a --- /dev/null +++ b/items/GLACITE_JEWEL.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Glacite Jewel", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"62eff397-a6f2-3972-8209-7292f06c4087\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjIyMzMzNSwKICAicHJvZmlsZUlkIiA6ICI2ZmU4OTUxZDVhY2M0NDc3OWI2ZmYxMmU3YzFlOTQ2MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJlcGhlbXJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U4MGUyYzIwNmYwNmI0MTYzZGVlNjc4MTYyYjJkN2EzZWQ2YjIwYzY0MTlmZWM0NGY5MWY2ZGQwMDFhMTJhMzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"\",1:\"§7§7§oIt is said that there is a\",2:\"§7§olost village made of Glacite,\",3:\"§7§odeep under the Dwarven Mines.\",4:\"\",5:\"§9§lRARE\"],Name:\"§f§f§9Glacite Jewel\"},ExtraAttributes:{id:\"GLACITE_JEWEL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "", + "§7§7§oIt is said that there is a", + "§7§olost village made of Glacite,", + "§7§odeep under the Dwarven Mines.", + "", + "§9§lRARE" + ], + "internalname": "GLACITE_JEWEL", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |