diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 21:16:28 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 21:16:28 -0500 |
commit | 53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f (patch) | |
tree | 559caeef0c7925d1ca6d9c8c1c827803a1de71ff /items | |
parent | b8d00599721cd30fd5c3653ab99397133da6ba3a (diff) | |
download | NotEnoughUpdates-REPO-53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f.tar.gz NotEnoughUpdates-REPO-53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f.tar.bz2 NotEnoughUpdates-REPO-53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f.zip |
HotM 3
Diffstat (limited to 'items')
-rw-r--r-- | items/BEACON_3.json | 30 | ||||
-rw-r--r-- | items/DRILL_ENGINE.json | 23 | ||||
-rw-r--r-- | items/GOLDEN_PLATE.json | 11 | ||||
-rw-r--r-- | items/MITHRIL_DRILL_1.json | 47 | ||||
-rw-r--r-- | items/MITHRIL_DRILL_ENGINE.json | 31 | ||||
-rw-r--r-- | items/MITHRIL_FUEL_TANK.json | 32 | ||||
-rw-r--r-- | items/PETRIFIED_STARFALL.json | 11 | ||||
-rw-r--r-- | items/PURE_MITHRIL.json | 34 | ||||
-rw-r--r-- | items/REFINED_MITHRIL_PICKAXE.json | 32 | ||||
-rw-r--r-- | items/SORROW_BOOTS.json | 23 | ||||
-rw-r--r-- | items/SORROW_CHESTPLATE.json | 23 | ||||
-rw-r--r-- | items/SORROW_HELMET.json | 23 | ||||
-rw-r--r-- | items/SORROW_LEGGINGS.json | 23 | ||||
-rw-r--r-- | items/TITANIUM_RING.json | 23 |
14 files changed, 333 insertions, 33 deletions
diff --git a/items/BEACON_3.json b/items/BEACON_3.json new file mode 100644 index 00000000..da7ba17e --- /dev/null +++ b/items/BEACON_3.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:beacon", + "displayname": "§5Beacon III", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bIII\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§5§lEPIC\",11:\"\",12:\"§eItems Required\",13:\"§9Beacon II §7x1\",14:\"§5Refined Mithril §7x10\",15:\"\",16:\"§7Duration: §b1d 6h\"],Name:\"§5Beacon III\"},ExtraAttributes:{id:\"BEACON_3\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Tier: §bIII", + "", + "§7Can be placed on your private island.", + "", + "§7Grants special buffs to the", + "§7island owners when powered by", + "§7§dPower Crystals §7obtained from", + "§7the forge in the §2Dwarven", + "§2Mines§7", + "", + "§5§lEPIC", + "", + "§eItems Required", + "§9Beacon II §7x1", + "§5Refined Mithril §7x10", + "", + "§7Duration: §b1d 6h" + ], + "internalname": "BEACON_3", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DRILL_ENGINE.json b/items/DRILL_ENGINE.json new file mode 100644 index 00000000..20a66267 --- /dev/null +++ b/items/DRILL_ENGINE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Drill Engine", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bba6de45-17c6-3109-a81f-efaeeee04f88\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNiNGU0M2MyZjg1Nzc3MDVmM2VlMWM1NzBmYmJmNGUyN2ZkZTljM2RjMGU0NzI3MjFhYWE4YjA1Mzc3NWJlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Iron Block §7x1\",4:\"§9Enchanted Redstone Block §7x3\",5:\"§9Golden Plate §7x1\",6:\"§5Treasurite §7x10\",7:\"§5Refined Diamond §7x1\",8:\"\",9:\"§7Duration: §b1d 6h\"],Name:\"§9Drill Engine\"},ExtraAttributes:{id:\"DRILL_ENGINE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§9§lRARE", + "", + "§eItems Required", + "§9Enchanted Iron Block §7x1", + "§9Enchanted Redstone Block §7x3", + "§9Golden Plate §7x1", + "§5Treasurite §7x10", + "§5Refined Diamond §7x1", + "", + "§7Duration: §b1d 6h" + ], + "internalname": "DRILL_ENGINE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOLDEN_PLATE.json b/items/GOLDEN_PLATE.json index a1c4b9e9..3140d98d 100644 --- a/items/GOLDEN_PLATE.json +++ b/items/GOLDEN_PLATE.json @@ -1,10 +1,17 @@ { "itemid": "minecraft:skull", "displayname": "§9Golden Plate", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ca957cd6-0ae7-3822-95ab-1dd3a843f848\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjAyMDczMiwKICAicHJvZmlsZUlkIiA6ICIxNzhmMTJkYWMzNTQ0ZjRhYjExNzkyZDc1MDkzY2JmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaWxlbnRkZXRydWN0aW9uIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZhNWZkMDljZWM0ZmU5N2NjYzc3NjIxYjczZDg5YWQ2ZTQ1ZDc5MzExN2Y1NzY1NTdkNjUzODQ1YWNiNGYwYWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Golden Plate\"},ExtraAttributes:{id:\"GOLDEN_PLATE\"}}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ca957cd6-0ae7-3822-95ab-1dd3a843f848\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjAyMDczMiwKICAicHJvZmlsZUlkIiA6ICIxNzhmMTJkYWMzNTQ0ZjRhYjExNzkyZDc1MDkzY2JmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaWxlbnRkZXRydWN0aW9uIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZhNWZkMDljZWM0ZmU5N2NjYzc3NjIxYjczZDg5YWQ2ZTQ1ZDc5MzExN2Y1NzY1NTdkNjUzODQ1YWNiNGYwYWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Gold Block §7x2\",4:\"§9Glacite Jewel §7x5\",5:\"§5Refined Diamond §7x1\",6:\"\",7:\"§7Duration: §b6h\"],Name:\"§9Golden Plate\"},ExtraAttributes:{id:\"GOLDEN_PLATE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§9§lRARE" + "§9§lRARE", + "", + "§eItems Required", + "§9Enchanted Gold Block §7x2", + "§9Glacite Jewel §7x5", + "§5Refined Diamond §7x1", + "", + "§7Duration: §b6h" ], "internalname": "GOLDEN_PLATE", "crafttext": "", diff --git a/items/MITHRIL_DRILL_1.json b/items/MITHRIL_DRILL_1.json new file mode 100644 index 00000000..671efce1 --- /dev/null +++ b/items/MITHRIL_DRILL_1.json @@ -0,0 +1,47 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§9Mithril Drill SX-R226", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+65\",3:\"\",4:\"§7Mining Speed: §a+450\",5:\"\",6:\"§7Fuel Tank: §cNot Installed\",7:\"§7§7Increases fuel capacity with\",8:\"§7part installed.\",9:\"\",10:\"§7Drill Engine: §cNot Installed\",11:\"§7§7Increases §6↑ Mining Speed\",12:\"§6§7with part installed.\",13:\"\",14:\"§7Upgrade Module: §cNot Installed\",15:\"§7§7Applies a passive upgrade with\",16:\"§7part installed.\",17:\"\",18:\"§7Apply Drill Parts to this Drill\",19:\"§7by talking to §2Jotraeline\",20:\"§2Greatforge §7in the §2Dwarven\",21:\"§2Mines§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§9§lRARE DRILL\",27:\"\",28:\"§eItems Required\",29:\"§9Drill Engine §7x1\",30:\"§5Refined Mithril §7x3\",31:\"§9Fuel Tank §7x1\",32:\"\",33:\"§7Duration: §b4h\"],Name:\"§9Mithril Drill SX-R226\"},ExtraAttributes:{id:\"MITHRIL_DRILL_1\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 5", + "", + "§7Damage: §c+65", + "", + "§7Mining Speed: §a+450", + "", + "§7Fuel Tank: §cNot Installed", + "§7§7Increases fuel capacity with", + "§7part installed.", + "", + "§7Drill Engine: §cNot Installed", + "§7§7Increases §6↑ Mining Speed", + "§6§7with part installed.", + "", + "§7Upgrade Module: §cNot Installed", + "§7§7Applies a passive upgrade with", + "§7part installed.", + "", + "§7Apply Drill Parts to this Drill", + "§7by talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§7Fuel: §23,000§8/3k", + "", + "§7§8This item can be reforged!", + "§9§lRARE DRILL", + "", + "§eItems Required", + "§9Drill Engine §7x1", + "§5Refined Mithril §7x3", + "§9Fuel Tank §7x1", + "", + "§7Duration: §b4h" + ], + "internalname": "MITHRIL_DRILL_1", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MITHRIL_DRILL_ENGINE.json b/items/MITHRIL_DRILL_ENGINE.json new file mode 100644 index 00000000..cabe02c2 --- /dev/null +++ b/items/MITHRIL_DRILL_ENGINE.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mithril-Plated Drill Engine", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2d5766d3-3b4e-3e72-9d0d-6ece4ac8efc0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNTk0Nzk2NiwKICAicHJvZmlsZUlkIiA6ICIzOWEzOTMzZWE4MjU0OGU3ODQwNzQ1YzBjNGY3MjU2ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZW1pbmVjcmFmdGVybG9sIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhN2Q1NGNhNDVhMzk4YzM2NGNlYmJmZmI1MzkwY2U1ZTAzNDVlMGM3YmM1ZTg2M2FjYWJmNTdkMTM0MmM0YmQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+20 §6↑ Mining Speed§7.\",5:\"\",6:\"§7Can be applied to Drills by\",7:\"§7talking to §2Jotraeline\",8:\"§2Greatforge §7in the §2Dwarven\",9:\"§2Mines§7!\",10:\"\",11:\"§9§lRARE\",12:\"\",13:\"§eItems Required\",14:\"§9Drill Engine §7x2\",15:\"§9Mithril Plate §7x3\",16:\"\",17:\"§7Duration: §b15h\"],Name:\"§9Mithril-Plated Drill Engine\"},ExtraAttributes:{id:\"MITHRIL_DRILL_ENGINE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Drill Part", + "", + "§7Part Type: §6Drill Engine", + "", + "§7Grants §a+20 §6↑ Mining Speed§7.", + "", + "§7Can be applied to Drills by", + "§7talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§9§lRARE", + "", + "§eItems Required", + "§9Drill Engine §7x2", + "§9Mithril Plate §7x3", + "", + "§7Duration: §b15h" + ], + "internalname": "MITHRIL_DRILL_ENGINE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MITHRIL_FUEL_TANK.json b/items/MITHRIL_FUEL_TANK.json new file mode 100644 index 00000000..f6baf21c --- /dev/null +++ b/items/MITHRIL_FUEL_TANK.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mithril-Infused Fuel Tank", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"894f7fb5-932e-30f8-a1f3-948d105fb451\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjYwMzY2NCwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VjYjMxNmY3YTIyN2E4YzU5ZDU4YWUwZGQ2NzY4ZmU0ZmE1NDZkNTViOWNmZGQ1NmNmZTQwYjY1ODZkODFjMjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§210,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Mithril Plate §7x3\",16:\"§9Fuel Tank §7x5\",17:\"\",18:\"§7Duration: §b10h\"],Name:\"§9Mithril-Infused Fuel Tank\"},ExtraAttributes:{id:\"MITHRIL_FUEL_TANK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Drill Part", + "", + "§7Part Type: §6Fuel Tank", + "", + "§7Increases the fuel capacity to", + "§7§210,000§7.", + "", + "§7Can be applied to Drills by", + "§7talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§9§lRARE", + "", + "§eItems Required", + "§9Mithril Plate §7x3", + "§9Fuel Tank §7x5", + "", + "§7Duration: §b10h" + ], + "internalname": "MITHRIL_FUEL_TANK", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PETRIFIED_STARFALL.json b/items/PETRIFIED_STARFALL.json index 0bbe7d83..34446831 100644 --- a/items/PETRIFIED_STARFALL.json +++ b/items/PETRIFIED_STARFALL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Petrified Starfall", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Petrified Starfall\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PETRIFIED_STARFALL\",uuid:\"a007257f-4108-460f-9615-03a3e74bbe79\",timestamp:\"1/17/21 11:59 AM\"},AttributeModifiers:[]}", + "displayname": "§5Petrified Starfall", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\",13:\"\",14:\"§eItems Required\",15:\"§9Starfall §7x512\",16:\"\",17:\"§7Duration: §b14h\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -16,7 +16,12 @@ "§7Requires §aMining Skill Level", "§aXXVI§7!", "", - "§5§lEPIC REFORGE STONE" + "§5§lEPIC REFORGE STONE", + "", + "§eItems Required", + "§9Starfall §7x512", + "", + "§7Duration: §b14h" ], "internalname": "PETRIFIED_STARFALL", "crafttext": "", diff --git a/items/PURE_MITHRIL.json b/items/PURE_MITHRIL.json new file mode 100644 index 00000000..5bb3c5a3 --- /dev/null +++ b/items/PURE_MITHRIL.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Pure Mithril", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5dafd990-b622-31d0-b4c8-369ae0c0a1ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ4MGQ1N2IwZDFkNDMyZTA3NDg3OGM2YWVjNWY0NWEyY2U5OGQ5YzQ4MWZiOGNjODM4MmNmZjE3MWY4MzY5OSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Mithraic\",5:\"§9§7reforge to a pickaxe.\",6:\"\",7:\"§7§8§oIt takes a few hours of\",8:\"§8§oforging to purify Mithril - the\",9:\"§8§oimpurities extract themselves\",10:\"§8§owhile the Mithril coalesces.\",11:\"\",12:\"§7Requires §aMining Skill Level\",13:\"§aXVIII§7!\",14:\"\",15:\"§9§lRARE REFORGE STONE\",16:\"\",17:\"§eItems Required\",18:\"§5Refined Mithril §7x2\",19:\"\",20:\"§7Duration: §b12h\"],Name:\"§9Pure Mithril\"},ExtraAttributes:{id:\"PURE_MITHRIL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Mithraic", + "§9§7reforge to a pickaxe.", + "", + "§7§8§oIt takes a few hours of", + "§8§oforging to purify Mithril - the", + "§8§oimpurities extract themselves", + "§8§owhile the Mithril coalesces.", + "", + "§7Requires §aMining Skill Level", + "§aXVIII§7!", + "", + "§9§lRARE REFORGE STONE", + "", + "§eItems Required", + "§5Refined Mithril §7x2", + "", + "§7Duration: §b12h" + ], + "internalname": "PURE_MITHRIL", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REFINED_MITHRIL_PICKAXE.json b/items/REFINED_MITHRIL_PICKAXE.json new file mode 100644 index 00000000..72c17ca0 --- /dev/null +++ b/items/REFINED_MITHRIL_PICKAXE.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:iron_pickaxe", + "displayname": "§9Refined Mithril Pickaxe", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"\",4:\"§7Mining Speed: §a+300\",5:\"\",6:\"§7Grants §a+50 §6↑ Mining Speed\",7:\"§6§7when mining Mithril Ore§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE PICKAXE\",11:\"\",12:\"§eItems Required\",13:\"§5Refined Mithril §7x3\",14:\"§9Bejeweled Handle §7x2\",15:\"§5Refined Diamond §7x1\",16:\"§aEnchanted Gold §7x30\",17:\"\",18:\"§7Duration: §b22h\"],Name:\"§9Refined Mithril Pickaxe\"},ExtraAttributes:{id:\"REFINED_MITHRIL_PICKAXE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 5", + "", + "§7Damage: §c+50", + "", + "§7Mining Speed: §a+300", + "", + "§7Grants §a+50 §6↑ Mining Speed", + "§6§7when mining Mithril Ore§7.", + "", + "§7§8This item can be reforged!", + "§9§lRARE PICKAXE", + "", + "§eItems Required", + "§5Refined Mithril §7x3", + "§9Bejeweled Handle §7x2", + "§5Refined Diamond §7x1", + "§aEnchanted Gold §7x30", + "", + "§7Duration: §b22h" + ], + "internalname": "REFINED_MITHRIL_PICKAXE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SORROW_BOOTS.json b/items/SORROW_BOOTS.json index ea2f09fd..6d8214f6 100644 --- a/items/SORROW_BOOTS.json +++ b/items/SORROW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_boots", - "displayname": "§f§f§9Sorrow Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE BOOTS\"],Name:\"§f§f§9Sorrow Boots\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SORROW_BOOTS\",uuid:\"f09bf6a2-c4e8-4ba1-ab0c-310ed405b46f\"},AttributeModifiers:[]}", + "displayname": "§9Sorrow Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE BOOTS\"],Name:\"§9Sorrow Boots\"},ExtraAttributes:{id:\"SORROW_BOOTS\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", @@ -15,9 +15,18 @@ "§7§8This item can be reforged!", "§9§lRARE BOOTS" ], + "recipe": { + "A1": "SORROW:3", + "A2": "", + "A3": "SORROW:3", + "B1": "SORROW:3", + "B2": "", + "B3": "SORROW:3", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "SORROW_BOOTS", - "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" -} + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +}
\ No newline at end of file diff --git a/items/SORROW_CHESTPLATE.json b/items/SORROW_CHESTPLATE.json index 774f8dd4..917047f1 100644 --- a/items/SORROW_CHESTPLATE.json +++ b/items/SORROW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_chestplate", - "displayname": "§f§f§9Sorrow Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE CHESTPLATE\"],Name:\"§f§f§9Sorrow Chestplate\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SORROW_CHESTPLATE\",uuid:\"2b590eb1-cca0-434e-abbc-0079d2152453\"},AttributeModifiers:[]}", + "displayname": "§9Sorrow Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE CHESTPLATE\"],Name:\"§9Sorrow Chestplate\"},ExtraAttributes:{id:\"SORROW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", @@ -15,9 +15,18 @@ "§7§8This item can be reforged!", "§9§lRARE CHESTPLATE" ], + "recipe": { + "A1": "SORROW:3", + "A2": "", + "A3": "SORROW:3", + "B1": "SORROW:3", + "B2": "SORROW:3", + "B3": "SORROW:3", + "C1": "SORROW:3", + "C2": "SORROW:3", + "C3": "SORROW:3" + }, "internalname": "SORROW_CHESTPLATE", - "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" -} + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +}
\ No newline at end of file diff --git a/items/SORROW_HELMET.json b/items/SORROW_HELMET.json index 90763251..7d81bffa 100644 --- a/items/SORROW_HELMET.json +++ b/items/SORROW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_helmet", - "displayname": "§f§f§9Sorrow Helmet", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE HELMET\"],Name:\"§f§f§9Sorrow Helmet\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SORROW_HELMET\",uuid:\"6253a454-8021-48ca-99af-5f11ebd4a209\"},AttributeModifiers:[]}", + "displayname": "§9Sorrow Helmet", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE HELMET\"],Name:\"§9Sorrow Helmet\"},ExtraAttributes:{id:\"SORROW_HELMET\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", @@ -15,9 +15,18 @@ "§7§8This item can be reforged!", "§9§lRARE HELMET" ], + "recipe": { + "A1": "SORROW:3", + "A2": "SORROW:3", + "A3": "SORROW:3", + "B1": "SORROW:3", + "B2": "", + "B3": "SORROW:3", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "SORROW_HELMET", - "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" -} + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +}
\ No newline at end of file diff --git a/items/SORROW_LEGGINGS.json b/items/SORROW_LEGGINGS.json index 94c67f73..7ff41370 100644 --- a/items/SORROW_LEGGINGS.json +++ b/items/SORROW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_leggings", - "displayname": "§f§f§9Sorrow Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE LEGGINGS\"],Name:\"§f§f§9Sorrow Leggings\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"SORROW_LEGGINGS\",uuid:\"26081007-b2e4-4c90-9678-7404afb5891c\"},AttributeModifiers:[]}", + "displayname": "§9Sorrow Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE LEGGINGS\"],Name:\"§9Sorrow Leggings\"},ExtraAttributes:{id:\"SORROW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", @@ -15,9 +15,18 @@ "§7§8This item can be reforged!", "§9§lRARE LEGGINGS" ], + "recipe": { + "A1": "SORROW:3", + "A2": "SORROW:3", + "A3": "SORROW:3", + "B1": "SORROW:3", + "B2": "", + "B3": "SORROW:3", + "C1": "SORROW:3", + "C2": "", + "C3": "SORROW:3" + }, "internalname": "SORROW_LEGGINGS", - "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" -} + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +}
\ No newline at end of file diff --git a/items/TITANIUM_RING.json b/items/TITANIUM_RING.json new file mode 100644 index 00000000..b457084c --- /dev/null +++ b/items/TITANIUM_RING.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Titanium Ring", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c8b30659-dde8-3009-919d-58f41cad78e2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDg0MzQ0MiwKICAicHJvZmlsZUlkIiA6ICJmNjRmZWJkMTU4ZDg0ZTQzYTY5ZGU4OGNhYzZiY2FiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJjaHJvb21hIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjM2VkZDkxOWMwY2M2ZDk2NjhmZmQyMTBlNDZkMmMwN2ZlMDg4YzQ0ZDg1ZjQ3ZDI1MWI0Zjg3NDgxMTc0ZjUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+20\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE ACCESSORY\",4:\"\",5:\"§eItems Required\",6:\"§6Refined Titanium §7x6\",7:\"§aTitanium Talisman §7x1\",8:\"\",9:\"§7Duration: §b20h\"],Name:\"§9Titanium Ring\"},ExtraAttributes:{id:\"TITANIUM_RING\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Mining Speed: §a+20", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY", + "", + "§eItems Required", + "§6Refined Titanium §7x6", + "§aTitanium Talisman §7x1", + "", + "§7Duration: §b20h" + ], + "internalname": "TITANIUM_RING", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |