diff options
author | nopothegamer <40329022+nopothegamer@users.noreply.github.com> | 2021-07-19 05:52:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:52:14 -0400 |
commit | 785134ae4cf4a9e71157ea4e449a944a5b8d8309 (patch) | |
tree | 312f5a7f71070f0b0a2a09fe6fa129b2d35a3690 | |
parent | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (diff) | |
download | NotEnoughUpdates-REPO-785134ae4cf4a9e71157ea4e449a944a5b8d8309.tar.gz NotEnoughUpdates-REPO-785134ae4cf4a9e71157ea4e449a944a5b8d8309.tar.bz2 NotEnoughUpdates-REPO-785134ae4cf4a9e71157ea4e449a944a5b8d8309.zip |
fix forge recipe (#553)
* fix forge recipe
* made it not wrong
-rw-r--r-- | items/GEMSTONE_MIXTURE.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/items/GEMSTONE_MIXTURE.json b/items/GEMSTONE_MIXTURE.json index 9c15fbed..cff6a203 100644 --- a/items/GEMSTONE_MIXTURE.json +++ b/items/GEMSTONE_MIXTURE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gemstone Mixture", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b14a2c09-fd75-312e-a7ba-3ab81e4238fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRmNzU1NWQwNWY1MGZhMTMzYjZhMjEwMTE3NDIzNDY0MDFkZjczNDM5OWQ1YWE2YzI5ODgwYmIxZTM1YjkzZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§aFine Jade Gemstone §7x2\",4:\"§aFine Amber Gemstone §7x2\",5:\"§aFine Amethyst Gemstone §7x2\",6:\"§aFine Sapphire Gemstone §7x2\",7:\"§aFine Topaz Gemstone §7x2\",8:\"§aFine Jasper Gemstone §7x2\",9:\"§aSludge Juice §7x500\",10:\"\",11:\"§7Duration: §b4h\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b14a2c09-fd75-312e-a7ba-3ab81e4238fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRmNzU1NWQwNWY1MGZhMTMzYjZhMjEwMTE3NDIzNDY0MDFkZjczNDM5OWQ1YWE2YzI5ODgwYmIxZTM1YjkzZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§aFine Jade Gemstone §7x2\",4:\"§aFine Amber Gemstone §7x2\",5:\"§aFine Amethyst Gemstone §7x2\",6:\"§aFine Sapphire Gemstone §7x2\",7:\"§aSludge Juice §7x500\",8:\"\",9:\"§7Duration: §b4h\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§9§lRARE", @@ -11,8 +11,6 @@ "§aFine Amber Gemstone §7x2", "§aFine Amethyst Gemstone §7x2", "§aFine Sapphire Gemstone §7x2", - "§aFine Topaz Gemstone §7x2", - "§aFine Jasper Gemstone §7x2", "§aSludge Juice §7x500", "", "§7Duration: §b4h" |