diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-05 01:34:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 01:34:04 +1000 |
commit | a6d765c01b809e775c0dc1bc6c10ac8576086709 (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/SPIRIT_DECOY.json | |
parent | 3dec40f80c9fea46a7bf4e1d189f2337d339e658 (diff) | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.gz NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.bz2 NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.zip |
Merge pull request #258 from IRONM00N/master
Most Dungeon Floor 4 Items
Diffstat (limited to 'items/SPIRIT_DECOY.json')
-rw-r--r-- | items/SPIRIT_DECOY.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/SPIRIT_DECOY.json b/items/SPIRIT_DECOY.json new file mode 100644 index 00000000..50609da9 --- /dev/null +++ b/items/SPIRIT_DECOY.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Spirit Stone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"988bedb7-b5f6-358d-bfae-a7c6b7f96485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBkNWFiMjFkNjdlZWFkMTYzMzE3YzlhNWRjNTFkNDA5ZDg1ZGYyNTI3NjY3YTQyNGEyYWZmNjczOGI2ZmM5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7As light as a feather, and you\",3:\"§7can almost see through it. Some\",4:\"§7people say looking at it for too\",5:\"§7long can change your\",6:\"§7personality.\",7:\"\",8:\"§7Can be used in a Reforge Anvil\",9:\"§7or with the Dungeon Blacksmith\",10:\"§7to apply the §9Spiritual\",11:\"§9§7reforge to a bow.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aXXIV§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Spirit Stone\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SPIRIT_DECOY\",uuid:\"d9389756-07b5-4e6a-a62a-c267bf05fb39\",timestamp:\"8/1/20 10:07 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7As light as a feather, and you", + "§7can almost see through it. Some", + "§7people say looking at it for too", + "§7long can change your", + "§7personality.", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Spiritual", + "§9§7reforge to a bow.", + "", + "§7Requires §aMining Skill Level", + "§aXXIV§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "SPIRIT_DECOY", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file |