<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
  "_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" : 146,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "09eeea86f885bf771b02c989ed1db12a122184ac",
            "branch" : [
              {
                "SHA1" : "09eeea86f885bf771b02c989ed1db12a122184ac",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "09eeea86f885bf771b02c989ed1db12a122184ac",
            "branch" : [
              {
                "SHA1" : "09eeea86f885bf771b02c989ed1db12a122184ac",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/1.8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 69,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dbca52d9eb84317b2a2b8baad990f2bbdeb1a8c4",
            "branch" : [
              {
                "SHA1" : "dbca52d9eb84317b2a2b8baad990f2bbdeb1a8c4",
                "name" : "origin/1.8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dbca52d9eb84317b2a2b8baad990f2bbdeb1a8c4",
            "branch" : [
              {
                "SHA1" : "dbca52d9eb84317b2a2b8baad990f2bbdeb1a8c4",
                "name" : "origin/1.8"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "09eeea86f885bf771b02c989ed1db12a122184ac",
        "branch" : [
          {
            "SHA1" : "09eeea86f885bf771b02c989ed1db12a122184ac",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/SlimeKnights/Mantle.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#146",
  "duration" : 17562,
  "estimatedDuration" : 215367,
  "executor" : None,
  "fullDisplayName" : "Mantle_1.9 #146",
  "id" : "146",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 146,
  "queueId" : 214,
  "result" : "FAILURE",
  "timestamp" : 1465326910760,
  "url" : "https://dvs1.progwml6.com/jenkins/job/Mantle_1.9/146/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/mantle/models/block/connected_3_T2.json",
          "src/main/resources/assets/mantle/models/block/connected_2_angle.json",
          "src/main/java/slimeknights/mantle/block/BlockConnectedTexture.java",
          "src/main/resources/assets/mantle/models/block/tinted_cube.json",
          "src/main/resources/assets/mantle/models/block/connected_2.json",
          "src/main/resources/assets/mantle/blockstate/connected_example.json",
          "src/main/resources/assets/mantle/models/block/connected_3_T1.json",
          "src/main/resources/assets/mantle/models/block/connected_4_angle.json",
          "src/main/java/slimeknights/mantle/block/EnumBlockConnectedTexture.java",
          "src/main/resources/assets/mantle/models/block/connected_0.json",
          "src/main/resources/assets/mantle/models/block/connected_4_cross.json",
          "src/main/java/slimeknights/mantle/client/gui/book/element/BookElement.java",
          "src/main/resources/assets/mantle/models/block/connected_1.json",
          "src/main/resources/assets/mantle/models/block/connected_3_angle.json",
          "src/main/java/slimeknights/mantle/block/EnumBlock.java"
        ],
        "commitId" : "7e2b6b046495ead163b6f6d3fbde5c997a9c18ca",
        "timestamp" : 1465163420000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/knightminer",
          "fullName" : "KnightMiner"
        },
        "authorEmail" : "kirbybat4774@gmail.com",
        "comment" : "Add base stuff for a block with connected textures\u000aOnly adds \"full\", no horizontal or alike. All the models are done using\u000aa Forge blockstate for simplicity, so copying the example Blockstate and\u000achanging the textures is the easiest way to add a model\u000aThis is based off the tutorial by Darkhax linked below, though with a\u000afew things modified to make it easier for extending and support adding\u000avia EnumBlocks.\u000ahttp://tutorials.darkhax.net/connected-block-textures.html\u000a",
        "date" : "2016-06-05 16:50:20 -0500",
        "id" : "7e2b6b046495ead163b6f6d3fbde5c997a9c18ca",
        "msg" : "Add base stuff for a block with connected textures",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/slimeknights/mantle/block/EnumBlock.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/blockstate/connected_example.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_3_T1.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_4_angle.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_2.json"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/slimeknights/mantle/client/gui/book/element/BookElement.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/slimeknights/mantle/block/BlockConnectedTexture.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_3_T2.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/slimeknights/mantle/block/EnumBlockConnectedTexture.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/tinted_cube.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_1.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_2_angle.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_4_cross.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_0.json"
          },
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/mantle/models/block/connected_3_angle.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/kirbybat4774",
      "fullName" : "kirbybat4774"
    }
  ]
}</pre></body></html>