diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-23 11:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 09:30:32 +0000 |
commit | 0f12f8e4728ef154488a229362981459c931f3c6 (patch) | |
tree | 3eae90b85d704f32e2346edf9bd7aa8036253adb /items/SYNTHESIZER_V3.json | |
parent | 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 (diff) | |
download | NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.gz NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.bz2 NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.zip |
Nether Fixes and new items (#723)
Diffstat (limited to 'items/SYNTHESIZER_V3.json')
-rw-r--r-- | items/SYNTHESIZER_V3.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/SYNTHESIZER_V3.json b/items/SYNTHESIZER_V3.json new file mode 100644 index 00000000..34f8d95b --- /dev/null +++ b/items/SYNTHESIZER_V3.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Synthesizer v3", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"699c41f5-97f8-3ffc-9a94-84f728ed9fb8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODY3Mjg5MDk3NCwKICAicHJvZmlsZUlkIiA6ICI5ZWEyMTQ0NGFiNjI0MWZkYjg5YjE2NDFhNDg2MGZiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICI3QUJDSE9VTiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80MTIyNDBhYjRkZjVlZTYxMzBjZDgwZTEwYWE3ZTgyN2U3ZTg2YTgxMzg2YmJmZTFhYTk5ZDQ2NmIzMzA5ZTdiIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Can synthesize X, Y and Z\",1:\"§7items increasing the stats of\",2:\"§7this necklace.\",3:\"\",4:\"§7Current Bonuses:\",5:\"§80/40 §c❤ Health\",6:\"§80/40 §a❈ Defense\",7:\"§80/60 §b✎ Intelligence\",8:\"\",9:\"§eRight-click to open!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC NECKLACE\"],Name:\"§f§f§5Synthesizer v3\"},ExtraAttributes:{id:\"SYNTHESIZER_V3\"}}", + "damage": 3, + "lore": [ + "§7Can synthesize X, Y and Z", + "§7items increasing the stats of", + "§7this necklace.", + "", + "§7Current Bonuses:", + "§80/40 §c❤ Health", + "§80/40 §a❈ Defense", + "§80/60 §b✎ Intelligence", + "", + "§eRight-click to open!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC NECKLACE" + ], + "internalname": "SYNTHESIZER_V3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |