diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-21 15:52:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 14:52:40 +0000 |
| commit | e56e323c74ed112cdd8de9e0f97620ce74bf8c59 (patch) | |
| tree | 228b6b6b3ff6b39391b8f4d4ce00b75ace4f3fc7 /items | |
| parent | 94d71aad8129407c9759ab23ea9c61cf971e8dce (diff) | |
| download | NotEnoughUpdates-REPO-e56e323c74ed112cdd8de9e0f97620ce74bf8c59.tar.gz NotEnoughUpdates-REPO-e56e323c74ed112cdd8de9e0f97620ce74bf8c59.tar.bz2 NotEnoughUpdates-REPO-e56e323c74ed112cdd8de9e0f97620ce74bf8c59.zip | |
feat: More Attribute Shard (#1550)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ATTRIBUTE_SHARD_BLAZING_FORTUNE;8.json | 21 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_HUNTER;7.json | 20 | ||||
| -rw-r--r-- | items/ATTRIBUTE_SHARD_UNDEAD_RESISTANCE;2.json | 21 |
3 files changed, 62 insertions, 0 deletions
diff --git a/items/ATTRIBUTE_SHARD_BLAZING_FORTUNE;8.json b/items/ATTRIBUTE_SHARD_BLAZING_FORTUNE;8.json new file mode 100644 index 00000000..6f6c9b4f --- /dev/null +++ b/items/ATTRIBUTE_SHARD_BLAZING_FORTUNE;8.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bBlazing Fortune VIII\",1:\"§7Grants §b+8✯ Magic Find §7on Lava Sea\",2:\"§7Creatures.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{blazing_fortune:8},id:\"ATTRIBUTE_SHARD_BLAZING_FORTUNE;8\"}}", + "damage": 0, + "lore": [ + "§bBlazing Fortune VIII", + "§7Grants §b+8✯ Magic Find §7on Lava Sea", + "§7Creatures.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_BLAZING_FORTUNE;8", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_HUNTER;7.json b/items/ATTRIBUTE_SHARD_HUNTER;7.json new file mode 100644 index 00000000..95c95d05 --- /dev/null +++ b/items/ATTRIBUTE_SHARD_HUNTER;7.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bHunter VII\",1:\"§7Grants §3+0.7α Sea Creature 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:{hunter:7},id:\"ATTRIBUTE_SHARD_HUNTER;7\"}}", + "damage": 0, + "lore": [ + "§bHunter VII", + "§7Grants §3+0.7α Sea Creature Chance§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_HUNTER;7", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD_UNDEAD_RESISTANCE;2.json b/items/ATTRIBUTE_SHARD_UNDEAD_RESISTANCE;2.json new file mode 100644 index 00000000..779adcae --- /dev/null +++ b/items/ATTRIBUTE_SHARD_UNDEAD_RESISTANCE;2.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§fAttribute Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§bUndead Resistance II\",1:\"§7Grants §a+3❈ Defense §7against the\",2:\"§7§aundead§7.\",3:\"\",4:\"§7Combine with items in the §bAttribute\",5:\"§bFusion §7menu to apply attributes.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fAttribute Shard\"},ExtraAttributes:{attributes:{undead_resistance:2},id:\"ATTRIBUTE_SHARD_UNDEAD_RESISTANCE;2\"}}", + "damage": 0, + "lore": [ + "§bUndead Resistance II", + "§7Grants §a+3❈ Defense §7against the", + "§7§aundead§7.", + "", + "§7Combine with items in the §bAttribute", + "§bFusion §7menu to apply attributes.", + "", + "§f§lCOMMON" + ], + "internalname": "ATTRIBUTE_SHARD_UNDEAD_RESISTANCE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.5.0", + "infoType": "" +}
\ No newline at end of file |
