diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /items/VOLCANIC_ROCK.json | |
parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip |
Added new items from the winter update and fixed some items (#1051)
* Added new items from the winter update and fixed some items
* Added new sack items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added another missing item
* Added Toy and Hoodie
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/VOLCANIC_ROCK.json')
-rw-r--r-- | items/VOLCANIC_ROCK.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/VOLCANIC_ROCK.json b/items/VOLCANIC_ROCK.json new file mode 100644 index 00000000..afaa51cc --- /dev/null +++ b/items/VOLCANIC_ROCK.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5§cVolcanic Rock", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"004f5f5c-7e51-3b5f-b05d-a2116d84f02e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjYzYzdmMTg4MDcwZDFmMjdkZmZmOGJlNGQ1MjU4YzVhMzE3MDA5ZjU2NmRmZDllODYxY2Y2ZTVmOGZiMzhlMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Visit §aEinary\u0027s Shop §7to trade\",1:\"§7it for useful items!\",2:\"\",3:\"§7§8§oForged in the crucible of a\",4:\"§8§ovolcanic eruption, this rock\",5:\"§8§oembodies the unyielding fury of\",6:\"§8§othe Earth.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5§cVolcanic Rock\"},ExtraAttributes:{id:\"VOLCANIC_ROCK\"}}", + "damage": 3, + "lore": [ + "§7Visit §aEinary\u0027s Shop §7to trade", + "§7it for useful items!", + "", + "§7§8§oForged in the crucible of a", + "§8§ovolcanic eruption, this rock", + "§8§oembodies the unyielding fury of", + "§8§othe Earth.", + "", + "§5§lEPIC" + ], + "internalname": "VOLCANIC_ROCK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |