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/BIOFUEL.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/BIOFUEL.json')
-rw-r--r-- | items/BIOFUEL.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/items/BIOFUEL.json b/items/BIOFUEL.json index 1b77dda6..880d7ec7 100644 --- a/items/BIOFUEL.json +++ b/items/BIOFUEL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:dye", "displayname": "§9Biofuel", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Drill Fuel\",1:\"\",2:\"§7§7Adds §2+3,000 Drill Fuel §7to\",3:\"§7a Drill when applied in a Drill\",4:\"§7Anvil.\",5:\"\",6:\"§7§7Talk to §2Jotraeline\",7:\"§2Greatforge §7in the §2Dwarven\",8:\"§2Mines §7to refuel your Drills.\",9:\"\",10:\"§7§7§o100% renewable energy!\",11:\"\",12:\"§9§lRARE\"],Name:\"§9Biofuel\"},ExtraAttributes:{id:\"BIOFUEL\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Drill Fuel\",1:\"\",2:\"§7§7Adds §2+3,000 Drill Fuel §7to\",3:\"§7a Drill when applied in a Drill\",4:\"§7Anvil.\",5:\"\",6:\"§7§7Talk to a §2Drill Mechanic\",7:\"§2§7to refuel your Drills.\",8:\"§7§7§o100% renewable energy!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Biofuel\"},ExtraAttributes:{id:\"BIOFUEL\"}}", "damage": 2, "lore": [ "§8Drill Fuel", @@ -10,10 +10,8 @@ "§7a Drill when applied in a Drill", "§7Anvil.", "", - "§7§7Talk to §2Jotraeline", - "§2Greatforge §7in the §2Dwarven", - "§2Mines §7to refuel your Drills.", - "", + "§7§7Talk to a §2Drill Mechanic", + "§2§7to refuel your Drills.", "§7§7§o100% renewable energy!", "", "§9§lRARE" @@ -21,9 +19,9 @@ "internalname": "BIOFUEL", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Biofuel" ] -}
\ No newline at end of file +} |