diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-28 10:18:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 09:18:18 +0000 |
| commit | 07c9e83c274fad1061e0b8ceb67c5990a1e6d8ca (patch) | |
| tree | be5ff5aabed8938b11533d96d08d945226d995a0 | |
| parent | 652c10a8dbb6f74e1a3b8166a4d247d41798973a (diff) | |
| download | NotEnoughUpdates-REPO-07c9e83c274fad1061e0b8ceb67c5990a1e6d8ca.tar.gz NotEnoughUpdates-REPO-07c9e83c274fad1061e0b8ceb67c5990a1e6d8ca.tar.bz2 NotEnoughUpdates-REPO-07c9e83c274fad1061e0b8ceb67c5990a1e6d8ca.zip | |
feat: More Attribute Shards (#1584)
| -rw-r--r-- | items/ATTRIBUTE_SHARD_EXPERIENCE;10.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_TROPHY_HUNTER;8.json | 20 |
2 files changed, 41 insertions, 0 deletions
diff --git a/items/ATTRIBUTE_SHARD_EXPERIENCE;10.json b/items/ATTRIBUTE_SHARD_EXPERIENCE;10.json new file mode 100644 index 00000000..3d92e886 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_EXPERIENCE;10.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bExperience X\",1:\"§7Gain §a+100% §7more experience orbs\",2:\"§7from killing mobs.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{experience:10},id:\"ATTRIBUTE_SHARD_EXPERIENCE;10\"}}", + "damage": 0, + "lore": [ + "§bExperience X", + "§7Gain §a+100% §7more experience orbs", + "§7from killing mobs.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_EXPERIENCE;10", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;8.json b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;8.json new file mode 100644 index 00000000..c721b4cf --- /dev/null +++ b/items/ATTRIBUTE_SHARD_TROPHY_HUNTER;8.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bTrophy Hunter VIII\",1:\"§7Grants §6+16♔ Trophy Fish Chance§7.\",2:\"\",3:\"§7Combine with items in the §bAttribute\",4:\"§bFusion §7menu to apply attributes.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{trophy_hunter:8},id:\"ATTRIBUTE_SHARD_TROPHY_HUNTER;8\"}}", + "damage": 0, + "lore": [ + "§bTrophy Hunter VIII", + "§7Grants §6+16♔ Trophy Fish Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_TROPHY_HUNTER;8", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |
