diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-04-19 15:03:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 15:03:59 +0200 |
commit | 8a63f065f8167d7783eb3fe04b4cc07133c74531 (patch) | |
tree | deb270cce60131cbe4268b1ff3a2f573a7d630ef /items/TERRY_SNOWGLOBE.json | |
parent | 21990dd94a29329cf4907a7942efd860493d7021 (diff) | |
download | NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.tar.gz NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.tar.bz2 NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.zip |
Fixed lore and nbt of backpacks and fixed dso drop chance (#917)
* Fixed lore and nbt of backpacks and fixed dso drop chance
* Fixed lore of leg pig
* Fixed lore of Bat Pet
* Fixed Crit 7 and Lavatears Lore and fixed drop chance of bal
* Added a lot of wiki links, added new items, fixed lore of some items, added new abiphone contact
maybe more coming soon
* Fixed lore of rat pet
Diffstat (limited to 'items/TERRY_SNOWGLOBE.json')
-rw-r--r-- | items/TERRY_SNOWGLOBE.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/TERRY_SNOWGLOBE.json b/items/TERRY_SNOWGLOBE.json new file mode 100644 index 00000000..dd78d9ce --- /dev/null +++ b/items/TERRY_SNOWGLOBE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Terry\u0027s Snowglobe", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c226b4b5-8b72-38b7-80cd-d8ece5f3022d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2JiZThmZDFhYTM5ZjE1MDc2ZTg4NGRmZTZkZGI5YTNmMzc2MWRiMzFlMmIxZjk5NDBiNWRmZDM0ZDFjNGQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Snowy §7reforge\",4:\"§7when combined with equipment§7.\",5:\"\",6:\"§9Snowy §7(§6Legendary§7):\",7:\"§7Sea Creature Chance: §c+0.8%\",8:\"§7Fishing Speed: §a+2.5\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXV§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Terry\u0027s Snowglobe\"},ExtraAttributes:{id:\"TERRY_SNOWGLOBE\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Snowy §7reforge", + "§7when combined with equipment§7.", + "", + "§9Snowy §7(§6Legendary§7):", + "§7Sea Creature Chance: §c+0.8%", + "§7Fishing Speed: §a+2.5", + "", + "§7Requires §aMining Skill Level", + "§aXV§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "TERRY_SNOWGLOBE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |