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/SKYBLOCK_GEM.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/SKYBLOCK_GEM.json')
-rw-r--r-- | items/SKYBLOCK_GEM.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/SKYBLOCK_GEM.json b/items/SKYBLOCK_GEM.json index df9e0c34..1997133f 100644 --- a/items/SKYBLOCK_GEM.json +++ b/items/SKYBLOCK_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aGem", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8cf0debb-5716-54a5-8c7a-bed9ea0a2941\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmMwZTZkOWUyNDI3MzU0ODE5MThjNWZkMTQ0OThiZDc2MGJiOWY0ZmY2NDMwYWQ0Njk2YjM4ZThhODgzZGE5NyJ9fX0=\"}]}},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§6Gold Medal\"},ExtraAttributes:{id:\"SKYBLOCK_GOLD_MEDAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8cf0debb-5716-54a5-8c7a-bed9ea0a2941\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmMwZTZkOWUyNDI3MzU0ODE5MThjNWZkMTQ0OThiZDc2MGJiOWY0ZmY2NDMwYWQ0Njk2YjM4ZThhODgzZGE5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§aGem\"},ExtraAttributes:{id:\"SKYBLOCK_GEM\"}}", "damage": 3, "lore": [ "§7Used for NEU NPC-Shops", @@ -11,7 +11,7 @@ "internalname": "SKYBLOCK_GEM", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/SkyBlock_Gems" |