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/RUNE_SACK.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/RUNE_SACK.json')
-rw-r--r-- | items/RUNE_SACK.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/RUNE_SACK.json b/items/RUNE_SACK.json new file mode 100644 index 00000000..c7dabe8d --- /dev/null +++ b/items/RUNE_SACK.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Rune Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2be8f028-4b71-31f0-9368-d2cbe1d25673\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjE5MzE2OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkxZWI0ZWUzZWNjZTM0NDc0ODNhMWYxNTFjMTFmYWNjOWRlMjU1NzdhYjdiNTFmYmYzZDljMmIyYTRiNjlmYyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Rune pickups go directly into§r§7\",1:\"§7your sacks.§r§7\",2:\"§r§7\",3:\"§7Capacity: §e64 per rune tier§r§7\",4:\"§8Sacks sum their capacity.§r§7\",5:\"§r§7\",6:\"§5§lEPIC§r§7\"],Name:\"§5Rune Sack\"},ExtraAttributes:{id:\"RUNE_SACK\"}}", + "damage": 3, + "lore": [ + "§7Rune pickups go directly into", + "§7your sacks.", + "", + "§7Capacity: §e64 per rune tier", + "§8Sacks sum their capacity.§r§7", + "", + "§5§lEPIC" + ], + "internalname": "RUNE_SACK", + "clickcommand": "", + "modver": "2.0.0-REL" +}
\ No newline at end of file |