diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-02-16 18:02:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 12:02:50 -0500 |
commit | ccea0ac167b0e711c60510ebf50c6c8d2084789c (patch) | |
tree | aa99be9d27bfdfe692b114df28bfa25294035a0a /items/AUTOPET_RULES_2.json | |
parent | 6c60c2a9cb0db8cf9738b04971057a7dad756401 (diff) | |
download | NotEnoughUpdates-REPO-ccea0ac167b0e711c60510ebf50c6c8d2084789c.tar.gz NotEnoughUpdates-REPO-ccea0ac167b0e711c60510ebf50c6c8d2084789c.tar.bz2 NotEnoughUpdates-REPO-ccea0ac167b0e711c60510ebf50c6c8d2084789c.zip |
Also fixed stuff from trello and more + new items (#401)
- fixed rare giraffe pet
- ~~added price paid to midas staff~~ removed since in pull request #400 they removed it from midas sword and the whole idea was to have it be the same
- changed crystal armor light levels to 15 for consistency
- fixed catalyst rarity
- added social xp requirment for showcase block, island npc and rock paper shears
- moved all logs under 1 parent (previously split under 2 parents)
- fixed rarity of horse armor, name tag and saddle
- added rune sack, autopet, kismet feather, new enrichments and cultivating enchant
Diffstat (limited to 'items/AUTOPET_RULES_2.json')
-rw-r--r-- | items/AUTOPET_RULES_2.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/AUTOPET_RULES_2.json b/items/AUTOPET_RULES_2.json new file mode 100644 index 00000000..3bd20076 --- /dev/null +++ b/items/AUTOPET_RULES_2.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cAutopet Rules 2-Pack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"53733439-f518-34d6-aadf-8229f084bd31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzMxNmE4Yjk2Y2I5YWVlYTUxNDBkZDkzNmM2ZWJiOTY0ZWZjYmZkNzFhZTIxN2Q5ZjcwODg4ZWZiMTRlN2MwIn19fQ==\"}]}},display:{Lore:[0:\"§7Adds §b+2 §7rules to your§r§7\",1:\"§7§cAutopet§7!§r§7\",2:\"§r§7\",3:\"§7The §cAutopet §7allows you§r§7\",4:\"§7to §aautomatically §7equip§r§7\",5:\"§7pets depending on rules you§r§7\",6:\"§7choose.§r§7\",7:\"§r§7\",8:\"§eHold and right-click to consume!§r§7\",9:\"§r§7\",10:\"§7§8Find the Autopet in your§r§7\",11:\"§8Pets menu after unlocking at§r§7\",12:\"§8least 1 rule.§r§7\",13:\"§r§7\",14:\"§c§lSPECIAL§r§7\"],Name:\"§cAutopet Rules 2-Pack\"},ExtraAttributes:{id:\"AUTOPET_RULES_2\"}}", + "damage": 3, + "lore": [ + "§7Adds §b+2 §7rules to your", + "§7§cAutopet§7!", + "", + "The §cAutopet §7allows you", + "§7to §aautomatically §7equip", + "pets depending on rules you", + "§7choose.", + "", + "§eHold and right-click to consume!", + "", + "§7§8Find the Autopet in your", + "§8Pets menu after unlocking at", + "§8least 1 rule.", + "", + "§c§lSPECIAL" + ], + "internalname": "AUTOPET_RULES_2", + "clickcommand": "", + "modver": "2.0.0-REL" +}
\ No newline at end of file |