diff options
author | Eejit <76887639+Eejit43@users.noreply.github.com> | 2021-08-19 09:10:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 09:10:38 -0400 |
commit | e45df96c075740d5ac359774e6cf6c98e58e8245 (patch) | |
tree | 70a69790fa8b002fbf404e03384dc00417cff469 /items/MINION_EXPANDER.json | |
parent | a8d24b69aa9db34198777eff63cd662a70385d39 (diff) | |
download | NotEnoughUpdates-REPO-e45df96c075740d5ac359774e6cf6c98e58e8245.tar.gz NotEnoughUpdates-REPO-e45df96c075740d5ac359774e6cf6c98e58e8245.tar.bz2 NotEnoughUpdates-REPO-e45df96c075740d5ac359774e6cf6c98e58e8245.zip |
Updating lores of Drill Fuels (#596)
* Update BIOFUEL.json
* Update VOLTA.json
* Update OIL_BARREL.json
* Update MINION_EXPANDER.json
Diffstat (limited to 'items/MINION_EXPANDER.json')
-rw-r--r-- | items/MINION_EXPANDER.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/MINION_EXPANDER.json b/items/MINION_EXPANDER.json index d9b12bd4..bc93b678 100644 --- a/items/MINION_EXPANDER.json +++ b/items/MINION_EXPANDER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:command_block", "displayname": "§9Minion Expander", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. Increases the\",2:\"§7effective radius of the minion\",3:\"§7by §a1 §7extra block.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Minion Expander\"},ExtraAttributes:{id:\"MINION_EXPANDER\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade. Increases the\",2:\"§7effective radius of the minion\",3:\"§7by §a1 §7extra block.\",4:\"\",5:\"§7Increases the speed of your\",6:\"§7minion by §a5%§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Minion Expander\"},ExtraAttributes:{id:\"MINION_EXPANDER\"}}", "damage": 0, "lore": [ "§7This item can be used as a", @@ -9,6 +9,9 @@ "§7effective radius of the minion", "§7by §a1 §7extra block.", "", + "§7Increases the speed of your", + "§7minion by §a5%§7.", + "", "§9§lRARE" ], "recipe": { @@ -24,10 +27,10 @@ }, "internalname": "MINION_EXPANDER", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Minion_Expander" ], "crafttext": "Requires: Nether Quartz V" -}
\ No newline at end of file +} |