{
  "_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" : 877,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ea8f1fe0c02de49499d066c4123d2382902db373",
            "branch" : [
              {
                "SHA1" : "ea8f1fe0c02de49499d066c4123d2382902db373",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ea8f1fe0c02de49499d066c4123d2382902db373",
            "branch" : [
              {
                "SHA1" : "ea8f1fe0c02de49499d066c4123d2382902db373",
                "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" : "ea8f1fe0c02de49499d066c4123d2382902db373",
        "branch" : [
          {
            "SHA1" : "ea8f1fe0c02de49499d066c4123d2382902db373",
            "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" : "#877",
  "duration" : 162658,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #877",
  "id" : "877",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 877,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1422730851372,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/877/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/weaponry/ProjectileWeapon.java"
        ],
        "commitId" : "1992829430272666b728b33bd5ce92ffc5a6a02d",
        "timestamp" : 1422622733000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Fix missing default textures and possibly very fast speeds crashing rendering on projectile weapons #1369\u000a",
        "date" : "2015-01-30T13:58:53+0100",
        "id" : "1992829430272666b728b33bd5ce92ffc5a6a02d",
        "msg" : "Fix missing default textures and possibly very fast speeds crashing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/weaponry/ProjectileWeapon.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/tools/AbilityHelper.java"
        ],
        "commitId" : "2812f801735469217e770fc0a7e63d1303e0d284",
        "timestamp" : 1422626363000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Move reinforced-calculations to the damage-dealing function from the hitting-stuff function #1367\u000a",
        "date" : "2015-01-30T14:59:23+0100",
        "id" : "2812f801735469217e770fc0a7e63d1303e0d284",
        "msg" : "Move reinforced-calculations to the damage-dealing function from the",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/AbilityHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/blocks/EquipBlock.java"
        ],
        "commitId" : "8d3cfce6389d45ddd4d4acffe130862f4d3f6b09",
        "timestamp" : 1422626690000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Fix possible crash with broken frying pans/battlesigns #1372\u000a",
        "date" : "2015-01-30T15:04:50+0100",
        "id" : "8d3cfce6389d45ddd4d4acffe130862f4d3f6b09",
        "msg" : "Fix possible crash with broken frying pans/battlesigns #1372",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/blocks/EquipBlock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/tools/HarvestTool.java",
          "src/main/java/tconstruct/library/tools/DualHarvestTool.java"
        ],
        "commitId" : "cfebaef2c31506dd74b5fb63fae86641fecebdfc",
        "timestamp" : 1422628269000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Fix tools being able to break every block that doesn't require a tool in adventure mode\u000a",
        "date" : "2015-01-30T15:31:09+0100",
        "id" : "cfebaef2c31506dd74b5fb63fae86641fecebdfc",
        "msg" : "Fix tools being able to break every block that doesn't require a tool in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/HarvestTool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/DualHarvestTool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/entity/ProjectileBase.java",
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
        ],
        "commitId" : "283c3cf12a09aa1c6ca2ef2435a0519b863ccb41",
        "timestamp" : 1422632070000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Projectiles multiplicative speed scaling now only works off the base-damage of the projectile. Quartz is added flat afterwards.\u000aFor that purpose Tools now have base-damage saved. For existing tools the damage added by quartz is simply subtracted before the calculation.\u000a",
        "date" : "2015-01-30T16:34:30+0100",
        "id" : "283c3cf12a09aa1c6ca2ef2435a0519b863ccb41",
        "msg" : "Projectiles multiplicative speed scaling now only works off the",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/entity/ProjectileBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/entity/ProjectileBase.java"
        ],
        "commitId" : "49e3e49fd87e268f76e417ead10ea24aa153b23f",
        "timestamp" : 1422634160000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Remove projectile dimishing returns for speed\u000a",
        "date" : "2015-01-30T17:09:20+0100",
        "id" : "49e3e49fd87e268f76e417ead10ea24aa153b23f",
        "msg" : "Remove projectile dimishing returns for speed",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/entity/ProjectileBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/entity/ProjectileBase.java"
        ],
        "commitId" : "11eb112c842473b39bef3fec9133f2fdda91b0fb",
        "timestamp" : 1422634197000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Properly calculate distance in subtick-distances for accuracy\u000a",
        "date" : "2015-01-30T17:09:57+0100",
        "id" : "11eb112c842473b39bef3fec9133f2fdda91b0fb",
        "msg" : "Properly calculate distance in subtick-distances for accuracy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/entity/ProjectileBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/assets/tinker/textures/items/crossbow/_crossbow_string_1.png",
          "resources/assets/tinker/textures/items/crossbow/_crossbow_string_2.png",
          "resources/assets/tinker/textures/items/crossbow/_crossbow_string_3.png",
          "src/main/java/tconstruct/tools/TinkerTools.java",
          "resources/assets/tinker/textures/items/crossbow/_crossbow_string.png"
        ],
        "commitId" : "30e7d2060e63b5316dc30261b9eaadc17bffd352",
        "timestamp" : 1422634637000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Make fiery bowstring more red and fix colors on crossbow string\u000a",
        "date" : "2015-01-30T17:17:17+0100",
        "id" : "30e7d2060e63b5316dc30261b9eaadc17bffd352",
        "msg" : "Make fiery bowstring more red and fix colors on crossbow string",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/textures/items/crossbow/_crossbow_string_1.png"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/textures/items/crossbow/_crossbow_string.png"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/textures/items/crossbow/_crossbow_string_3.png"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/TinkerTools.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/textures/items/crossbow/_crossbow_string_2.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/weaponry/entity/BoltEntity.java",
          "src/main/java/tconstruct/weaponry/weapons/Crossbow.java"
        ],
        "commitId" : "bf0c01282750c49803c525c34e0e43a3859508f4",
        "timestamp" : 1422636537000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Crossbow bolts now automatically crit if they travel for at least 1 full tick\u000a",
        "date" : "2015-01-30T17:48:57+0100",
        "id" : "bf0c01282750c49803c525c34e0e43a3859508f4",
        "msg" : "Crossbow bolts now automatically crit if they travel for at least 1 full",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/weaponry/entity/BoltEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/weaponry/weapons/Crossbow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/entity/ProjectileBase.java"
        ],
        "commitId" : "53ae13fd1a9d339383a5b998087b14b3ce78c726",
        "timestamp" : 1422636800000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Reduce damage for arrows/bolts a bit by a flat amount. This is done in a hacky way to support compatibility with existing items.\u000a",
        "date" : "2015-01-30T17:53:20+0100",
        "id" : "53ae13fd1a9d339383a5b998087b14b3ce78c726",
        "msg" : "Reduce damage for arrows/bolts a bit by a flat amount. This is done in a",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/entity/ProjectileBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/weaponry/weapons/ThrowingKnife.java"
        ],
        "commitId" : "60881154c455b2b10f0c18288ceb68ffbd666303",
        "timestamp" : 1422636819000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Buff throwingknife range and damage\u000a",
        "date" : "2015-01-30T17:53:39+0100",
        "id" : "60881154c455b2b10f0c18288ceb68ffbd666303",
        "msg" : "Buff throwingknife range and damage",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/weaponry/weapons/ThrowingKnife.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/weaponry/weapons/Shuriken.java"
        ],
        "commitId" : "1615ad4e670ac95bfd925af38b049154f10db563",
        "timestamp" : 1422636834000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Also buff shuriken\u000a",
        "date" : "2015-01-30T17:53:54+0100",
        "id" : "1615ad4e670ac95bfd925af38b049154f10db563",
        "msg" : "Also buff shuriken",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/weaponry/weapons/Shuriken.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/tools/Weapon.java",
          "src/main/java/tconstruct/items/tools/Battleaxe.java",
          "src/api/java/zeldaswordskills/api/package-info.java",
          "src/api/java/zeldaswordskills/api/item/ISword.java",
          "src/api/java/zeldaswordskills/api/item/package-info.java"
        ],
        "commitId" : "ea8f1fe0c02de49499d066c4123d2382902db373",
        "timestamp" : 1422638936000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Zelda Sword Skills support for weapons. Somebody test this in detail.\u000a",
        "date" : "2015-01-30T18:28:56+0100",
        "id" : "ea8f1fe0c02de49499d066c4123d2382902db373",
        "msg" : "Zelda Sword Skills support for weapons. Somebody test this in detail.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/api/java/zeldaswordskills/api/package-info.java"
          },
          {
            "editType" : "add",
            "file" : "src/api/java/zeldaswordskills/api/item/ISword.java"
          },
          {
            "editType" : "add",
            "file" : "src/api/java/zeldaswordskills/api/item/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Battleaxe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/Weapon.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}