diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-02 17:33:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 11:33:32 -0400 |
commit | 1b3f41ab4a867ea153f8ff1dc178a7d68781fac1 (patch) | |
tree | 1b3b0fd68ab8f0712779d9d437e75e6e96e58e34 /items/SOULFLOW_ENGINE.json | |
parent | cedac3cc37d2c0ac662efbe7be1742b32d1d7c99 (diff) | |
download | NotEnoughUpdates-REPO-1b3f41ab4a867ea153f8ff1dc178a7d68781fac1.tar.gz NotEnoughUpdates-REPO-1b3f41ab4a867ea153f8ff1dc178a7d68781fac1.tar.bz2 NotEnoughUpdates-REPO-1b3f41ab4a867ea153f8ff1dc178a7d68781fac1.zip |
Fixed Mob, added some Things (#506)
* Things
* left = right
* Fix Sorrow
* Wiki Links
Diffstat (limited to 'items/SOULFLOW_ENGINE.json')
-rw-r--r-- | items/SOULFLOW_ENGINE.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/SOULFLOW_ENGINE.json b/items/SOULFLOW_ENGINE.json index 2d1ceb50..1934d813 100644 --- a/items/SOULFLOW_ENGINE.json +++ b/items/SOULFLOW_ENGINE.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§5Soulflow Engine", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b5047a0a-5b46-3c18-8e23-9208799bc889\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTkxOTQ1MTM2OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2IwNDMzZjFjMjI3OTYwOGY3YmQyY2VjZWI5OGNkMTc1Y2JhYWRjM2Y2Mjk5YWUzY2NhZTI1N2RjMjJhNTViMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade.\",2:\"\",3:\"§7Placing it in a minion will\",4:\"§7reduce the minion\u0027s output by\",5:\"§7§c50%§7, but it will start\",6:\"§7generating §bSoulflow §7items.\",7:\"\",8:\"§7While equipped on a Voidling\",9:\"§7minion, output is increased by\",10:\"§7§53% §7per minion level.\",11:\"\",12:\"§7§4☠ §cRequires §5Enderman Slayer 5\",13:\"§5§lEPIC\"],Name:\"§5Soulflow Engine\"},ExtraAttributes:{id:\"SOULFLOW_ENGINE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b5047a0a-5b46-3c18-8e23-9208799bc889\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTkxOTQ1MTM2OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2IwNDMzZjFjMjI3OTYwOGY3YmQyY2VjZWI5OGNkMTc1Y2JhYWRjM2Y2Mjk5YWUzY2NhZTI1N2RjMjJhNTViMiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade.\",2:\"\",3:\"§7Placing it in a minion will\",4:\"§7reduce the minion's output by\",5:\"§7§c50%§7, but it will start\",6:\"§7generating §bSoulflow §7items.\",7:\"\",8:\"§7While equipped on a Voidling\",9:\"§7minion, output is increased by\",10:\"§7§53% §7per minion level.\",11:\"\",12:\"§7§4☠ §cRequires §5Enderman Slayer 5\",13:\"§5§lEPIC\"],Name:\"§5Soulflow Engine\"},ExtraAttributes:{id:\"SOULFLOW_ENGINE\"}}", "damage": 3, "lore": [ "§7This item can be used as a", "§7minion upgrade.", "", "§7Placing it in a minion will", - "§7reduce the minion\u0027s output by", + "§7reduce the minion's output by", "§7§c50%§7, but it will start", "§7generating §bSoulflow §7items.", "", @@ -34,5 +34,8 @@ "clickcommand": "viewrecipe", "modver": "2.0.0-REL", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Soulflow_Engine" + ] }
\ No newline at end of file |