diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-17 18:28:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 18:28:05 +0100 |
commit | 7471c374b676edd4b9da22dbc752ad365ce5c9b6 (patch) | |
tree | c83e9c6f0995cb6b1314f750628c2e1a7be5a506 /items/TRAPPER_CREST.json | |
parent | d0b970f10ff94cadd7100c1778f1710d8009a98b (diff) | |
download | NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.gz NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.bz2 NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.zip |
New Trapper Items (#862)
* New Trapper Items
* Fixed 3 Items
* Fixed recipe
* Ups
* Fixed recipe
Diffstat (limited to 'items/TRAPPER_CREST.json')
-rw-r--r-- | items/TRAPPER_CREST.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/TRAPPER_CREST.json b/items/TRAPPER_CREST.json new file mode 100644 index 00000000..92d5e9fc --- /dev/null +++ b/items/TRAPPER_CREST.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fTrapper Crest", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"282d3f2e-7c1b-3400-b60f-ba939aaaad12\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2FlMGRhMjBjODU5OGU5MWYzMjJiNmU4YTdiMGVlMmM4MWYxYjYxZTc0Mzg2YzQzN2U3NWY0NDZmZmNjYzVlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Upgrades to §A§LUNCOMMON §7if\",1:\"§7you collect §5500 pelts §7while\",2:\"§7§eFinnegan §7is in office.\",3:\"\",4:\"§7Collected: §50 pelts\",5:\"\",6:\"§7Increases the odds of finding\",7:\"§7§5§lENDANGERED §7or §6§lELUSIVE\",8:\"§6§l§7mobs by §a10%§7.\",9:\"\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§fTrapper Crest\"},ExtraAttributes:{id:\"TRAPPER_CREST\"}}", + "damage": 3, + "lore": [ + "§7Upgrades to §A§LUNCOMMON §7if", + "§7you collect §5500 pelts §7while", + "§7§eFinnegan §7is in office.", + "", + "§7Collected: §50 pelts", + "", + "§7Increases the odds of finding", + "§7§5§lENDANGERED §7or §6§lELUSIVE", + "§6§l§7mobs by §a10%§7.", + "", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "TRAPPER_CREST", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |