diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-13 18:17:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 16:17:43 +0000 |
commit | c7c1cd6eab74b9300a358391fb3cc5d2339d936c (patch) | |
tree | 3e3b5a4f3f90c6e463cb1f01daa914cbf27f835f | |
parent | aeb6cf7533aec91a0ae179dfe9c21ee9fd100cbc (diff) | |
download | NotEnoughUpdates-REPO-c7c1cd6eab74b9300a358391fb3cc5d2339d936c.tar.gz NotEnoughUpdates-REPO-c7c1cd6eab74b9300a358391fb3cc5d2339d936c.tar.bz2 NotEnoughUpdates-REPO-c7c1cd6eab74b9300a358391fb3cc5d2339d936c.zip |
Added new Panda Skin and fixed vampire fang chance (#1253)
-rw-r--r-- | items/GRIM_REAPER_SC.json | 2 | ||||
-rw-r--r-- | items/PANDA_SPIRIT.json | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/items/GRIM_REAPER_SC.json b/items/GRIM_REAPER_SC.json index c822ef37..5cb64d76 100644 --- a/items/GRIM_REAPER_SC.json +++ b/items/GRIM_REAPER_SC.json @@ -59,7 +59,7 @@ }, { "id": "PET_ITEM_VAMPIRE_FANG", - "chance": "1%" + "chance": "10%" }, { "id": "BOBBIN_SCRIPTURES", diff --git a/items/PANDA_SPIRIT.json b/items/PANDA_SPIRIT.json new file mode 100644 index 00000000..261bd1e5 --- /dev/null +++ b/items/PANDA_SPIRIT.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Panda Spirit Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d59897eb-ae19-3a66-8462-5d9d78ffa73f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNzU4MTgwNjI1MCwKICAicHJvZmlsZUlkIiA6ICJhN2E4YWY1NTk0ZGQ0OTJjYWViNjc1NzUzMzRlNmM0OCIsCiAgInByb2ZpbGVOYW1lIiA6ICJpdHNUcmFjZXJvdXRlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk2NDlmYWQ4YjI1YjdkZGFhMWI5OWI3ZWU4NjU3M2VhNWE5NDhkZjQ0NTNiZmRlN2QxZmUwMTY1MTZlZTNlMzQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a fresh\",3:\"§7new look! Apply them just like an\",4:\"§7enchant book using the anvil.\",5:\"\",6:\"§7§7This skin can be applied to §5Spirit\",7:\"§5Mask§7 and §6⚚ Spirit Mask§7.\",8:\"\",9:\"§7§5This skin adapts to the day-night\",10:\"§5cycle!\",11:\"\",12:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Panda Spirit Skin\"},ExtraAttributes:{id:\"PANDA_SPIRIT\"}}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a fresh", + "§7new look! Apply them just like an", + "§7enchant book using the anvil.", + "", + "§7§7This skin can be applied to §5Spirit", + "§5Mask§7 and §6⚚ Spirit Mask§7.", + "", + "§7§5This skin adapts to the day-night", + "§5cycle!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "PANDA_SPIRIT", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |