From afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 18 Jul 2021 21:51:42 +0200 Subject: Mining Stuff - Added and fixed some Stuff (#552) * Mining Stuff * Stuff * Ench Books and other Stuff * Updating Mobs * Epic Pet Fix * Other Stuff * github is dumb * Wiki Links * Added new Drill * Added Reforge Stats * Added Wiki Link * Wiki Links * Wiki URL * New Stuff * New Items * New Item * Fixed Superboom * New Drill * Added new Pet so people wont crash (no pet stats) * Removed UUID and Timestamp from new Pet * Pet Stuff * Stuff * Fixed Tank * WIki Links * Wiki Links * Power Talisman Things * Other Stuff * Added Recipe * Recipe Fix * Fixed Pet * stone --- items/PERFECTLY_CUT_FUEL_TANK.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 items/PERFECTLY_CUT_FUEL_TANK.json (limited to 'items/PERFECTLY_CUT_FUEL_TANK.json') diff --git a/items/PERFECTLY_CUT_FUEL_TANK.json b/items/PERFECTLY_CUT_FUEL_TANK.json new file mode 100644 index 00000000..e74e4a47 --- /dev/null +++ b/items/PERFECTLY_CUT_FUEL_TANK.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Perfectly Cut Fuel Tank", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e36a3df-9a3e-34b5-ad5a-0a4ff1657867\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjcxMjIxMiwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mN2U1NDFkZmI0YmExZjdkYzI4YjU0OGUzNDdhYmJkYzk4N2ViZTBlNjFjNDlmYTg3MTExZWYxYjJkY2IyMjE4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§2100,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 7.\",14:\"§9§lRARE\",15:\"\",16:\"§eItems Required\",17:\"§9Gemstone Fuel Tank §7x1\",18:\"§9Synthetic Heart §7x70\",19:\"§9Gemstone Mixture §7x25\",20:\"\",21:\"§7Duration: §b2d 2h\"],Name:\"§9Perfectly Cut Fuel Tank\"},ExtraAttributes:{id:\"PERFECTLY_CUT_FUEL_TANK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Drill Part", + "", + "§7Part Type: §6Fuel Tank", + "", + "§7Increases the fuel capacity to", + "§7§2100,000§7.", + "", + "§7Can be applied to Drills by", + "§7talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7.", + "§9§lRARE", + "", + "§eItems Required", + "§9Gemstone Fuel Tank §7x1", + "§9Synthetic Heart §7x70", + "§9Gemstone Mixture §7x25", + "", + "§7Duration: §b2d 2h" + ], + "internalname": "PERFECTLY_CUT_FUEL_TANK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit