diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-13 04:55:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 03:55:45 +0000 |
| commit | e73752f2237d725ff013e51e19f9a03cb2879830 (patch) | |
| tree | 1f6753840989e0955f1361ace1b3defd16b6a5e3 | |
| parent | 3703ea45f6b78130aea9029cca78fb40fbaa2e09 (diff) | |
| download | NotEnoughUpdates-REPO-e73752f2237d725ff013e51e19f9a03cb2879830.tar.gz NotEnoughUpdates-REPO-e73752f2237d725ff013e51e19f9a03cb2879830.tar.bz2 NotEnoughUpdates-REPO-e73752f2237d725ff013e51e19f9a03cb2879830.zip | |
fix: Powder NBT Data (#1668)
| -rw-r--r-- | items/SKYBLOCK_POWDER_GEMSTONE.json | 2 | ||||
| -rw-r--r-- | items/SKYBLOCK_POWDER_GLACITE.json | 2 | ||||
| -rw-r--r-- | items/SKYBLOCK_POWDER_MITHRIL.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/items/SKYBLOCK_POWDER_GEMSTONE.json b/items/SKYBLOCK_POWDER_GEMSTONE.json index 27681101..9dd6b93e 100644 --- a/items/SKYBLOCK_POWDER_GEMSTONE.json +++ b/items/SKYBLOCK_POWDER_GEMSTONE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:dye", "displayname": "§dGemstone Powder", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dGemstone Powder\"},ExtraAttributes:{id:\"SKYBLOCK_GEMSTONE_POWDER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dGemstone Powder\"},ExtraAttributes:{id:\"SKYBLOCK_POWDER_GEMSTONE\"}}", "damage": 13, "lore": [ "§7Used for NEU NPC-Shops", diff --git a/items/SKYBLOCK_POWDER_GLACITE.json b/items/SKYBLOCK_POWDER_GLACITE.json index 354af5b8..f96951b2 100644 --- a/items/SKYBLOCK_POWDER_GLACITE.json +++ b/items/SKYBLOCK_POWDER_GLACITE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:dye", "displayname": "§bGlacite Powder", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§bGlacite Powder\"},ExtraAttributes:{id:\"SKYBLOCK_GLACITE_POWDER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§bGlacite Powder\"},ExtraAttributes:{id:\"SKYBLOCK_POWDER_GLACITE\"}}", "damage": 12, "lore": [ "§7Used for NEU NPC-Shops", diff --git a/items/SKYBLOCK_POWDER_MITHRIL.json b/items/SKYBLOCK_POWDER_MITHRIL.json index bfeb3cdd..b5d20a4e 100644 --- a/items/SKYBLOCK_POWDER_MITHRIL.json +++ b/items/SKYBLOCK_POWDER_MITHRIL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:dye", "displayname": "§2Mithril Powder", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§2Mithril Powder\"},ExtraAttributes:{id:\"SKYBLOCK_MITHRIL_POWDER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§2Mithril Powder\"},ExtraAttributes:{id:\"SKYBLOCK_POWDER_MITHRIL\"}}", "damage": 10, "lore": [ "§7Used for NEU NPC-Shops", |
