{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 678,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
            "branch" : [
              {
                "SHA1" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
            "branch" : [
              {
                "SHA1" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/gradle" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 113,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
            "branch" : [
              {
                "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
                "name" : "origin/gradle"
              }
            ]
          },
          "revision" : {
            "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
            "branch" : [
              {
                "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
                "name" : "origin/gradle"
              }
            ]
          }
        },
        "origin/1.7" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 299,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
            "branch" : [
              {
                "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
                "name" : "origin/1.7"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
            "branch" : [
              {
                "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
                "name" : "origin/1.7"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
        "branch" : [
          {
            "SHA1" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/SlimeKnights/TinkersConstruct.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#678",
  "duration" : 117476,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #678",
  "id" : "2014-09-21_12-10-11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 678,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1411315811000,
  "url" : "https://dvs1.progwml6.com/jenkins/job/TConstruct_1.8.9/678/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/BowRecipe.java",
          "src/main/java/tconstruct/library/crafting/ToolRecipe.java",
          "src/main/java/tconstruct/library/tools/ToolCore.java",
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
        ],
        "commitId" : "22bdbdd2095a46b9cb7b259fa8b208e9ec4815dd",
        "timestamp" : 1411276133000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/vexatos",
          "fullName" : "Vexatos"
        },
        "authorEmail" : "Stuarzt@gmx.de",
        "comment" : "Allow coloring of tools, made Tool Recipes Itemstack sensitive to allow more customizable recipes\u000a",
        "date" : "2014-09-21T07:08:53+0200",
        "id" : "22bdbdd2095a46b9cb7b259fa8b208e9ec4815dd",
        "msg" : "Allow coloring of tools, made Tool Recipes Itemstack sensitive to allow",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/BowRecipe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolRecipe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolCore.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
        ],
        "commitId" : "4022ea185a1e65c07dec2cca2dea858d81d847bf",
        "timestamp" : 1411276674000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/vexatos",
          "fullName" : "Vexatos"
        },
        "authorEmail" : "Stuarzt@gmx.de",
        "comment" : "One tiny fix.\u000a",
        "date" : "2014-09-21T07:17:54+0200",
        "id" : "4022ea185a1e65c07dec2cca2dea858d81d847bf",
        "msg" : "One tiny fix.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/BowRecipe.java",
          "src/main/java/tconstruct/library/tools/ToolCore.java",
          "src/main/java/tconstruct/library/crafting/ToolRecipe.java",
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
        ],
        "commitId" : "ab87cc706eeedf14bad1d44372f02b3fcf3de0a7",
        "timestamp" : 1411285433000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/vexatos",
          "fullName" : "Vexatos"
        },
        "authorEmail" : "Stuarzt@gmx.de",
        "comment" : "Reverted Tool Recipe changes, made colorizing use NBT\u000a",
        "date" : "2014-09-21T09:43:53+0200",
        "id" : "ab87cc706eeedf14bad1d44372f02b3fcf3de0a7",
        "msg" : "Reverted Tool Recipe changes, made colorizing use NBT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolCore.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolRecipe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/BowRecipe.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/assets/tinker/textures/items/parts/_rod.png",
          "resources/assets/tinker/textures/items/cleaver/_cleaver_shield.png",
          "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_head_broken.png",
          "resources/assets/tinker/textures/items/longsword/_longsword_accessory.png",
          "resources/assets/tinker/textures/items/longsword/_longsword_blade.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_back.png",
          "resources/assets/tinker/textures/items/axe/_axe_handle.png",
          "resources/assets/tinker/textures/items/longsword/_longsword_handle.png",
          "resources/assets/tinker/textures/items/parts/_full_guard.png",
          "resources/assets/tinker/textures/items/parts/_shovel_head.png",
          "resources/assets/tinker/textures/items/pickmattock/_pickmattock_accessory.png",
          "resources/assets/tinker/textures/items/parts/_large_guard.png",
          "resources/assets/tinker/textures/items/pickmattock/_pickmattock_head.png",
          "resources/assets/tinker/textures/items/dagger/_dagger_blade_broken.png",
          "resources/assets/tinker/textures/items/cleaver/_cleaver_head_broken.png",
          "resources/assets/tinker/textures/items/parts/_pickaxe_head.png",
          "resources/assets/tinker/textures/items/parts/_battlesign_head.png",
          "resources/assets/tinker/textures/items/hammer/_hammer_head.png",
          "resources/assets/tinker/textures/items/cleaver/_cleaver_head.png",
          "resources/assets/tinker/textures/items/excavator/_excavator_head_broken.png",
          "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_binding.png",
          "resources/assets/tinker/textures/items/dagger/_dagger_handle.png",
          "resources/assets/tinker/textures/items/parts/_chunk.png",
          "resources/assets/tinker/textures/items/scythe/_scythe_binding.png",
          "resources/assets/tinker/textures/items/frypan/_frypan_head.png",
          "resources/assets/tinker/textures/items/broadsword/_sword_blade.png",
          "resources/assets/tinker/textures/items/parts/_lumberaxe_head.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_bottom_3.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_top_2.png",
          "resources/assets/tinker/textures/items/parts/_knife_blade.png",
          "resources/assets/tinker/textures/items/broadsword/copper_sword_blade.png.bla",
          "resources/assets/tinker/textures/items/axe/_axe_head.png",
          "resources/assets/tinker/textures/items/frypan/_frypan_head_broken.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_binding.png",
          "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_head.png",
          "resources/assets/tinker/textures/items/battlesign/_battlesign_handle.png",
          "src/main/java/tconstruct/library/util/TextureHelper.java",
          "resources/assets/tinker/textures/items/broadsword/_sword_handle.png",
          "resources/assets/tinker/textures/items/rapier/_rapier_handle.png",
          "resources/assets/tinker/textures/items/pickaxe/_pickaxe_head_broken.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_backhead.png",
          "resources/assets/tinker/textures/items/parts/_hammer_head.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_bottom_1.png",
          "resources/assets/tinker/textures/items/scythe/_scythe_head.png",
          "resources/assets/tinker/textures/items/arrow/_arrow_shaft.png",
          "resources/assets/tinker/textures/items/rapier/_rapier_accessory.png",
          "resources/assets/tinker/textures/items/parts/_large_sword_blade.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_front.png",
          "resources/assets/tinker/textures/items/excavator/_excavator_grip.png",
          "resources/assets/tinker/textures/items/longsword/_longsword_blade_broken.png",
          "resources/assets/tinker/textures/items/hammer/_hammer_handle_broken.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_fronthead_broken.png",
          "resources/assets/tinker/textures/items/parts/_axe_head.png",
          "resources/assets/tinker/textures/items/mattock/_mattock_back.png",
          "resources/assets/tinker/textures/items/scythe/_scythe_handle.png",
          "resources/assets/tinker/textures/items/arrow/_arrow_head.png",
          "resources/assets/tinker/textures/items/excavator/_excavator_binding.png",
          "resources/assets/tinker/textures/items/chisel/_chisel_head_broken.png",
          "resources/assets/tinker/textures/items/shovel/_shovel_head_broken.png",
          "resources/assets/tinker/textures/items/cutlass/_cutlass_guard.png",
          "resources/assets/tinker/textures/items/dagger/_dagger_accessory.png",
          "resources/assets/tinker/textures/items/hammer/_hammer_front.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_handle.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_head.png",
          "resources/assets/tinker/textures/items/cutlass/_cutlass_blade.png",
          "resources/assets/tinker/textures/items/parts/_crossbar.png",
          "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_shield.png",
          "resources/assets/tinker/textures/items/parts/_frypan_head.png",
          "resources/assets/tinker/textures/items/rapier/_rapier_blade.png",
          "resources/assets/tinker/textures/items/parts/_excavator_head.png",
          "resources/assets/tinker/textures/items/chisel/_chisel_handle.png",
          "resources/assets/tinker/textures/items/frypan/_frypan_handle.png",
          "resources/assets/tinker/textures/items/hammer/_hammer_back.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_bottom.png",
          "resources/assets/tinker/textures/items/pickmattock/_pickmattock_back.png",
          "resources/assets/tinker/textures/items/parts/_scythe_head.png",
          "resources/assets/tinker/textures/items/scythe/_scythe_accessory.png",
          "resources/assets/tinker/textures/items/cutlass/_cutlass_blade_broken.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_bottom_2.png",
          "resources/assets/tinker/textures/items/pickaxe/_pickaxe_accessory.png",
          "resources/assets/tinker/textures/items/scythe/_scythe_head_broken.png",
          "resources/assets/tinker/textures/items/battlesign/_battlesign_head_broken.png",
          "resources/assets/tinker/textures/items/cleaver/_cleaver_handle.png",
          "resources/assets/tinker/textures/items/pickmattock/_pickmattock_handle.png",
          "src/main/java/tconstruct/library/tools/ToolCore.java",
          "resources/assets/tinker/textures/items/broadsword/_sword_blade_broken.png",
          "resources/assets/tinker/textures/items/parts/_largeplate.png",
          "resources/assets/tinker/textures/items/parts/_chisel_head.png",
          "resources/assets/tinker/textures/items/pickaxe/_pickaxe_head.png",
          "resources/assets/tinker/textures/items/rapier/_rapier_blade_broken.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_head_broken.png",
          "resources/assets/tinker/textures/items/hammer/_hammer_handle.png",
          "resources/assets/tinker/textures/items/parts/_binding.png",
          "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_handle.png",
          "resources/assets/tinker/textures/items/parts/_toughrod.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_top.png",
          "resources/assets/tinker/textures/items/broadsword/_sword_accessory.png",
          "resources/assets/tinker/textures/items/battlesign/_battlesign_head.png",
          "resources/assets/tinker/textures/items/chisel/_chisel_head.png",
          "resources/assets/tinker/textures/items/excavator/_excavator_head.png",
          "resources/assets/tinker/textures/items/cleaver/_cleaver_guard.png",
          "resources/assets/tinker/textures/items/excavator/_excavator_handle.png",
          "resources/assets/tinker/textures/items/mattock/_mattock_head_broken.png",
          "resources/assets/tinker/textures/items/shovel/_shovel_handle.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_top_1.png",
          "resources/assets/tinker/textures/items/axe/_axe_head_broken.png",
          "resources/assets/tinker/textures/items/mattock/_mattock_handle.png",
          "resources/assets/tinker/textures/items/cutlass/_cutlass_handle.png",
          "resources/assets/tinker/textures/items/parts/_toughbind.png",
          "resources/assets/tinker/textures/items/pickmattock/_pickmattock_head_broken.png",
          "resources/assets/tinker/textures/items/dagger/_dagger_blade.png",
          "resources/assets/tinker/textures/items/parts/_medium_guard.png",
          "resources/assets/tinker/textures/items/mattock/_mattock_head.png",
          "resources/assets/tinker/textures/items/pickaxe/_pickaxe_handle.png",
          "resources/assets/tinker/textures/items/parts/_sword_blade.png",
          "resources/assets/tinker/textures/items/parts/_arrowhead.png",
          "resources/assets/tinker/textures/items/battleaxe/_battleaxe_fronthead.png",
          "resources/assets/tinker/textures/items/shovel/_shovel_head.png",
          "resources/assets/tinker/textures/items/shortbow/_bow_top_3.png"
        ],
        "commitId" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
        "timestamp" : 1411307873000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Add default textures that are used if no proper texture is present. This texture is then colored with the material-color. Furthermore you can now add HandleColor, HeadColor,... tag to change the color of tool parts!\u000a",
        "date" : "2014-09-21T15:57:53+0200",
        "id" : "8e0cea23a1b5d97602021e48def1a5ae3973c9f4",
        "msg" : "Add default textures that are used if no proper texture is present. This",
        "paths" : [
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_shovel_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cutlass/_cutlass_blade.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cleaver/_cleaver_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_back.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/excavator/_excavator_grip.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/axe/_axe_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/arrow/_arrow_shaft.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/excavator/_excavator_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_top_3.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickmattock/_pickmattock_back.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/hammer/_hammer_handle_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/longsword/_longsword_accessory.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickaxe/_pickaxe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cleaver/_cleaver_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_large_sword_blade.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_top_2.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shovel/_shovel_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battlesign/_battlesign_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/dagger/_dagger_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_top_1.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/longsword/_longsword_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/hammer/_hammer_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_axe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_pickaxe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_large_guard.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battlesign/_battlesign_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_battlesign_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickaxe/_pickaxe_accessory.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/excavator/_excavator_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickaxe/_pickaxe_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cleaver/_cleaver_shield.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_chunk.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/mattock/_mattock_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_excavator_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_fronthead.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_toughbind.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/dagger/_dagger_blade_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/frypan/_frypan_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_crossbar.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickmattock/_pickmattock_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/rapier/_rapier_blade.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_bottom_3.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_shield.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/hammer/_hammer_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_binding.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickmattock/_pickmattock_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/scythe/_scythe_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_bottom.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cutlass/_cutlass_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/hammer/_hammer_back.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battlesign/_battlesign_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_toughrod.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cleaver/_cleaver_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_hammer_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_scythe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_top.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/mattock/_mattock_back.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/longsword/_longsword_blade_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/dagger/_dagger_blade.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/excavator/_excavator_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_front.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/scythe/_scythe_binding.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_largeplate.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/axe/_axe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_lumberaxe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_rod.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_full_guard.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_bottom_2.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/hammer/_hammer_front.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cutlass/_cutlass_blade_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/rapier/_rapier_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/axe/_axe_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/mattock/_mattock_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/longsword/_longsword_blade.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/chisel/_chisel_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/frypan/_frypan_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cutlass/_cutlass_guard.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickmattock/_pickmattock_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/dagger/_dagger_accessory.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/cleaver/_cleaver_guard.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shovel/_shovel_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/broadsword/_sword_blade_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/chisel/_chisel_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shovel/_shovel_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/scythe/_scythe_accessory.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/broadsword/_sword_blade.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/chisel/_chisel_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickaxe/_pickaxe_head_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/pickmattock/_pickmattock_accessory.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/shortbow/_bow_bottom_1.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/rapier/_rapier_accessory.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/scythe/_scythe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/scythe/_scythe_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/broadsword/copper_sword_blade.png.bla"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/rapier/_rapier_blade_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_knife_blade.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/arrow/_arrow_head.png"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolCore.java"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_binding.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_fronthead_broken.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_sword_blade.png"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/tconstruct/library/util/TextureHelper.java"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/excavator/_excavator_binding.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_arrowhead.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/mattock/_mattock_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_frypan_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_chisel_head.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/parts/_medium_guard.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/broadsword/_sword_accessory.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/lumberaxe/_lumberaxe_binding.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/broadsword/_sword_handle.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/battleaxe/_battleaxe_backhead.png"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/items/frypan/_frypan_handle.png"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/vexatos",
      "fullName" : "Vexatos"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}