diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-18 13:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 12:13:13 +0000 |
commit | 330fa7830719001cd6c85c5ff79dc40f8b70713f (patch) | |
tree | 7ff59aff01b76b1130cc74a55b103564bcec1a88 /items/INFERNO_HYPERGOLIC_GLOWSTONE_DUST.json | |
parent | 990dca8da74e61b12c4460c2966a35bbc15ed85a (diff) | |
download | NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.gz NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.bz2 NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.zip |
Fixed recipe of 8 items (#1075)
* Fixed recipe of 8 items
* Adding count to 144 recipes
* Fixed lore of hypergolic fuel
* Removed recipe, added 2 npcs, fixed lore and nbt of 3 items
Diffstat (limited to 'items/INFERNO_HYPERGOLIC_GLOWSTONE_DUST.json')
-rw-r--r-- | items/INFERNO_HYPERGOLIC_GLOWSTONE_DUST.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/INFERNO_HYPERGOLIC_GLOWSTONE_DUST.json b/items/INFERNO_HYPERGOLIC_GLOWSTONE_DUST.json index d1c7b508..88b89628 100644 --- a/items/INFERNO_HYPERGOLIC_GLOWSTONE_DUST.json +++ b/items/INFERNO_HYPERGOLIC_GLOWSTONE_DUST.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Inferno Minion Fuel", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"81bf73d5-5e33-3efe-bb18-42e32beca79e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyYTExNjkzMDlmMDVlZjJmMDYxYjFmYTBmZTIyNWYyOWQ3M2EyNGY4ZjA3Y2NjMmE3MDVkZWVhY2EwNjlkMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Can be used as minion fuel\",1:\"§7exclusively in the Inferno\",2:\"§7minion for 24 hours§7!\",3:\"\",4:\"§7Replaces §c4/5 §7of the regular\",5:\"§7minion production with a\",6:\"§7§bspecialty §7item.\",7:\"\",8:\"§7§cHypergolic-grade fuels create\",9:\"§cextra unique items!\",10:\"\",11:\"§7Speed multiplier: §a20x\",12:\"§7Specialty: §bGlowstone Dust\",13:\"§7Specialty amount: §e2 to 3\",14:\"\",15:\"§6§lLEGENDARY\"],Name:\"§6Inferno Minion Fuel\"},ExtraAttributes:{id:\"INFERNO_HYPERGOLIC_GLOWSTONE_DUST\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"81bf73d5-5e33-3efe-bb18-42e32beca79e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyYTExNjkzMDlmMDVlZjJmMDYxYjFmYTBmZTIyNWYyOWQ3M2EyNGY4ZjA3Y2NjMmE3MDVkZWVhY2EwNjlkMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Can be used as minion fuel\",1:\"§7exclusively in the Inferno\",2:\"§7minion for 24 hours§7!\",3:\"\",4:\"§7Replaces §c4/5 §7of the regular\",5:\"§7minion production with a\",6:\"§7§bspecialty §7item.\",7:\"\",8:\"§7§cHypergolic-grade fuels create\",9:\"§cextra unique items! RARELY!\",10:\"\",11:\"§7Speed multiplier: §a20x\",12:\"§7Specialty: §bGlowstone Dust\",13:\"§7Specialty amount: §e2 to 3\",14:\"\",15:\"§6§lLEGENDARY\"],Name:\"§6Inferno Minion Fuel\"},ExtraAttributes:{id:\"INFERNO_HYPERGOLIC_GLOWSTONE_DUST\"}}", "damage": 3, "lore": [ "§7Can be used as minion fuel", @@ -13,7 +13,7 @@ "§7§bspecialty §7item.", "", "§7§cHypergolic-grade fuels create", - "§cextra unique items!", + "§cextra unique items! RARELY!", "", "§7Speed multiplier: §a20x", "§7Specialty: §bGlowstone Dust", @@ -34,7 +34,7 @@ }, "internalname": "INFERNO_HYPERGOLIC_GLOWSTONE_DUST", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ |