From fa9f90a7bc63b6cd81f0b7f19353eb2962fde2a4 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 14 Jan 2023 10:25:24 +0100 Subject: Fixed Drop chance of enderman pieces (#883) --- items/DIAMOND_NECRON_HEAD.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'items/DIAMOND_NECRON_HEAD.json') diff --git a/items/DIAMOND_NECRON_HEAD.json b/items/DIAMOND_NECRON_HEAD.json index 47955334..a115ced8 100644 --- a/items/DIAMOND_NECRON_HEAD.json +++ b/items/DIAMOND_NECRON_HEAD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cDiamond Necron Head", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"efa160b9-7f84-301d-abb6-818f7b1c0964\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU1MjgyNDM1MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGIxMTVjZGM0NWZkODRmMjFmYmE3YWMwZjJiYzc3YmMzYjYzMDJiZTY3MDg0MmY2ZTExZjY2ZWI1NTdmMTNlZSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Gear Score: §d420\",1:\"§7Strength: §c+40\",2:\"§7Health: §a+220\",3:\"§7Defense: §a+80\",4:\"\",5:\"§7Obtained from killing §cNecron\",6:\"§c§7in §cThe Catacombs §7lots of\",7:\"§7times. Grants §a2x §7stats on\",8:\"§7§cThe Catacombs Floor VII§7.\",9:\"\",10:\"§7§8Right hand of the Wither King.\",11:\"§8Inherited the Catacombs eons\",12:\"§8ago. Never defeated, feared by\",13:\"§8anything living AND dead.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 700000 / 700000\",17:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Necron Head\"},ExtraAttributes:{dungeon_item_level:0,id:\"DIAMOND_NECRON_HEAD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"efa160b9-7f84-301d-abb6-818f7b1c0964\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU1MjgyNDM1MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGIxMTVjZGM0NWZkODRmMjFmYmE3YWMwZjJiYzc3YmMzYjYzMDJiZTY3MDg0MmY2ZTExZjY2ZWI1NTdmMTNlZSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d420\",1:\"§7Strength: §c+40\",2:\"§7Health: §a+220\",3:\"§7Defense: §a+80\",4:\"\",5:\"§7Obtained from killing §cMaxor,\",6:\"§cStorm, Goldor and Necron §7in\",7:\"§7§cThe Catacombs §7lots of times.\",8:\"§7Grants §a2x §7stats on §cThe\",9:\"§cCatacombs Floor VII§7.\",10:\"\",11:\"§7§8Disciples of the Wither King.\",12:\"§8Inherited the Catacombs eons\",13:\"§8ago. Never defeated, feared by\",14:\"§8anything living AND dead.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 700000 / 700000\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Necron Head\"},ExtraAttributes:{id:\"DIAMOND_NECRON_HEAD\"}}", "damage": 3, "lore": [ "§7Gear Score: §d420", @@ -9,12 +9,13 @@ "§7Health: §a+220", "§7Defense: §a+80", "", - "§7Obtained from killing §cNecron", - "§c§7in §cThe Catacombs §7lots of", - "§7times. Grants §a2x §7stats on", - "§7§cThe Catacombs Floor VII§7.", + "§7Obtained from killing §cMaxor,", + "§cStorm, Goldor and Necron §7in", + "§7§cThe Catacombs §7lots of times.", + "§7Grants §a2x §7stats on §cThe", + "§cCatacombs Floor VII§7.", "", - "§7§8Right hand of the Wither King.", + "§7§8Disciples of the Wither King.", "§8Inherited the Catacombs eons", "§8ago. Never defeated, feared by", "§8anything living AND dead.", -- cgit