diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /items/ENDERPACK.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
Fixed Things and Added Things (#437)
* Added a weird Item, fixed Items and Pets
* Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat
* Fixed Triple Strike
* Update Thorn
Diffstat (limited to 'items/ENDERPACK.json')
-rw-r--r-- | items/ENDERPACK.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/ENDERPACK.json b/items/ENDERPACK.json index ceb3ec60..83bda3a8 100644 --- a/items/ENDERPACK.json +++ b/items/ENDERPACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Enderpack Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a77392ee-b601-30f4-919a-e85fbf396c41\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzY4NTU4MTkwOSwKICAicHJvZmlsZUlkIiA6ICJkZGVkNTZlMWVmOGI0MGZlOGFkMTYyOTIwZjdhZWNkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEaXNjb3JkQXBwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmOTc3ZTY5MTY0ZWNkZGRiZDFmOTM1MzY1M2I2OTAzNWFkMjUxN2IwODIyY2E2YmU0MGNmYmI3YWEyMjI3ZTQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§aBackpacks\",9:\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Enderpack skin\"},ExtraAttributes:{id:\"ENDERPACK\"},AttributeModifiers:[]}", + "displayname": "§f§f§5Enderpack Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a77392ee-b601-30f4-919a-e85fbf396c41\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzY4NTU4MTkwOSwKICAicHJvZmlsZUlkIiA6ICJkZGVkNTZlMWVmOGI0MGZlOGFkMTYyOTIwZjdhZWNkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEaXNjb3JkQXBwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmOTc3ZTY5MTY0ZWNkZGRiZDFmOTM1MzY1M2I2OTAzNWFkMjUxN2IwODIyY2E2YmU0MGNmYmI3YWEyMjI3ZTQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§7Item skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§aBackpacks\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§5Enderpack Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"ENDERPACK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", @@ -11,9 +11,8 @@ "§7like an enchant book using the", "§7anvil.", "", - "§7§7This skin can only be applied to", - "§aBackpacks", - "", + "§7§7This skin can be applied to", + "§7§aBackpacks", "", "§5§lEPIC COSMETIC" ], |