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_V2.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_V2.json')
-rw-r--r-- | items/SYNTHESIZER_V2.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/SYNTHESIZER_V2.json b/items/SYNTHESIZER_V2.json new file mode 100644 index 00000000..01d7923b --- /dev/null +++ b/items/SYNTHESIZER_V2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Synthesizer v2", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"565ac973-fdf2-3f6c-95bd-bbda3260d723\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODY3Mjg2NzY3NCwKICAicHJvZmlsZUlkIiA6ICI5ZWU3NTUxOGQyZWE0Y2Q4OGJiNGI1YTZkNmVhNTFjYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaWNyb3MxMTgyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYzJjMTRlMGI4OTM1MGI5OGE3Zjg0YjQ5ZDVkN2M3MmM4ODBmNDdiNzlmMGQ5YzdkMmI2MTZkNjViNzM4MGMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\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/30 §c❤ Health\",6:\"§80/30 §a❈ Defense\",7:\"\",8:\"§eRight-click to open!\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC NECKLACE\"],Name:\"§f§f§5Synthesizer v2\"},ExtraAttributes:{EXE:30,id:\"SYNTHESIZER_V2\",WAI:30}}", + "damage": 3, + "lore": [ + "§7Can synthesize X, Y and Z", + "§7items increasing the stats of", + "§7this necklace.", + "", + "§7Current Bonuses:", + "§80/30 §c❤ Health", + "§80/30 §a❈ Defense", + "", + "§eRight-click to open!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC NECKLACE" + ], + "internalname": "SYNTHESIZER_V2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |