diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
commit | b8d00599721cd30fd5c3653ab99397133da6ba3a (patch) | |
tree | 15ca8716c056ccb0fb00a573eb917dc28c7cabce /items/PETRIFIED_STARFALL.json | |
parent | 67c7d99689333490e92575c4c098b4b871fcdb0b (diff) | |
download | NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.gz NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.bz2 NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.zip |
Added a few more items and included forge recipes in lore until moul adds official support for forge recipies.
Diffstat (limited to 'items/PETRIFIED_STARFALL.json')
-rw-r--r-- | items/PETRIFIED_STARFALL.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/PETRIFIED_STARFALL.json b/items/PETRIFIED_STARFALL.json new file mode 100644 index 00000000..0bbe7d83 --- /dev/null +++ b/items/PETRIFIED_STARFALL.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Petrified Starfall", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Petrified Starfall\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PETRIFIED_STARFALL\",uuid:\"a007257f-4108-460f-9615-03a3e74bbe79\",timestamp:\"1/17/21 11:59 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Stellar §7reforge", + "§7to a pickaxe.", + "", + "§7§8§oIt\u0027s not actually a star.", + "", + "§7Requires §aMining Skill Level", + "§aXXVI§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "PETRIFIED_STARFALL", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |