{
  "_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" : {
        "refs/remotes/origin/mc-1.19" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 145,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
            "branch" : [
              {
                "SHA1" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
                "name" : "refs/remotes/origin/mc-1.19"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
            "branch" : [
              {
                "SHA1" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
                "name" : "refs/remotes/origin/mc-1.19"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
        "branch" : [
          {
            "SHA1" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
            "name" : "refs/remotes/origin/mc-1.19"
          }
        ]
      },
      "remoteUrls" : [
        "/var/lib/gitolite3/repositories/IC2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "industrialcraft-2-2.9.145+ex119-1.19.2-fabric.jar",
      "fileName" : "industrialcraft-2-2.9.145+ex119-1.19.2-fabric.jar",
      "relativePath" : "tmp/out/industrialcraft-2-2.9.145+ex119-1.19.2-fabric.jar"
    },
    {
      "displayPath" : "industrialcraft-2-2.9.145+ex119-1.19.2-forge.jar",
      "fileName" : "industrialcraft-2-2.9.145+ex119-1.19.2-forge.jar",
      "relativePath" : "tmp/out/industrialcraft-2-2.9.145+ex119-1.19.2-forge.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#145",
  "duration" : 104542,
  "estimatedDuration" : 500556,
  "executor" : None,
  "fullDisplayName" : "IC2 » 1.19 #145",
  "id" : "145",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 145,
  "queueId" : 173,
  "result" : "SUCCESS",
  "timestamp" : 1685329152112,
  "url" : "http://jenkins.ic2.player.to/job/IC2/job/1.19/145/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ic2/core/block/machine/gui/GuiReplicator.java",
          "src/ic2/core/gui/TextLabel.java",
          "src/ic2/core/block/kineticgenerator/gui/GuiSteamKineticGenerator.java"
        ],
        "commitId" : "08848a29f3fbcc61bd410ca9ad4b7bed8bcbc28b",
        "timestamp" : 1685300649000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/chocohead",
          "fullName" : "chocohead"
        },
        "authorEmail" : "Chocohead@Aroma1997.org",
        "comment" : "Stop text labels needing to box ints\u000a\u000aWe can use normal Java 8+ suppliers now rather than Guava's\u000a",
        "date" : "2023-05-28 20:04:09 +0100",
        "id" : "08848a29f3fbcc61bd410ca9ad4b7bed8bcbc28b",
        "msg" : "Stop text labels needing to box ints",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ic2/core/block/kineticgenerator/gui/GuiSteamKineticGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/ic2/core/gui/TextLabel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/ic2/core/block/machine/gui/GuiReplicator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ic2/core/block/renderer/KineticGeneratorRenderer.java"
        ],
        "commitId" : "93f1fde2fb8c640f27da6ad186b89203981b55f3",
        "timestamp" : 1685300649000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/chocohead",
          "fullName" : "chocohead"
        },
        "authorEmail" : "Chocohead@Aroma1997.org",
        "comment" : "Save some boxing for the kinetic rotor renderer\u000a\u000aThe map is unlikely to ever be very big, but every little helps\u000a",
        "date" : "2023-05-28 20:04:09 +0100",
        "id" : "93f1fde2fb8c640f27da6ad186b89203981b55f3",
        "msg" : "Save some boxing for the kinetic rotor renderer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ic2/core/block/renderer/KineticGeneratorRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ic2/core/ref/Ic2Blocks.java",
          "src/ic2/core/block/tileentity/Ic2TileEntityBlock.java"
        ],
        "commitId" : "a1af4f8bbdaaf29bdaeae4d2145b106be54dc4e5",
        "timestamp" : 1685322909000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/chocohead",
          "fullName" : "chocohead"
        },
        "authorEmail" : "Chocohead@Aroma1997.org",
        "comment" : "Make active property optional on TEBlock\u000a\u000aIf facing is optional, active should be too\u000aThe transformer blocks have an active state for transforming up rather than down\u000aThe non-classic Cropmatron model also has an active state (despite never using it)\u000a",
        "date" : "2023-05-29 02:15:09 +0100",
        "id" : "a1af4f8bbdaaf29bdaeae4d2145b106be54dc4e5",
        "msg" : "Make active property optional on TEBlock",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ic2/core/ref/Ic2Blocks.java"
          },
          {
            "editType" : "edit",
            "file" : "src/ic2/core/block/tileentity/Ic2TileEntityBlock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ic2/core/gui/TextLabel.java"
        ],
        "commitId" : "8a1e6ffc4a01cdf1b0de9789a7b245bcbef74a33",
        "timestamp" : 1685328689000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/chocohead",
          "fullName" : "chocohead"
        },
        "authorEmail" : "Chocohead@Aroma1997.org",
        "comment" : "Fix GUIs not opening\u000a\u000aBad change from 08848a\u000aErrors when creating GUIs are silently eaten from PlayMessages.OpenContainer#handle\u000a",
        "date" : "2023-05-29 03:51:29 +0100",
        "id" : "8a1e6ffc4a01cdf1b0de9789a7b245bcbef74a33",
        "msg" : "Fix GUIs not opening",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ic2/core/gui/TextLabel.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ic2/core/gui/Gauge.java"
        ],
        "commitId" : "163a26d9b548cb9419af4296105e2b4aa9728f5a",
        "timestamp" : 1685328813000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/chocohead",
          "fullName" : "chocohead"
        },
        "authorEmail" : "Chocohead@Aroma1997.org",
        "comment" : "Fix steam boiler temperature bar having a broken texture\u000a\u000aJust a gauge texture typo\u000a",
        "date" : "2023-05-29 03:53:33 +0100",
        "id" : "163a26d9b548cb9419af4296105e2b4aa9728f5a",
        "msg" : "Fix steam boiler temperature bar having a broken texture",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ic2/core/gui/Gauge.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src_dev/ic2/dev/mod/wip/HeatFlowEngine.java",
          "src_dev/ic2/dev/mod/wip/SteamBoilerGui.java",
          "src_dev/assets/ic2dev/blockstates/emitter.json",
          "src_dev/assets/ic2dev/blockstates/heat_column.json",
          "src_dev/assets/ic2dev/blockstates/hot_cube.json",
          "src_dev-forge/ic2/dev/forge/FmlMod.java",
          "src_dev/assets/ic2dev/blockstates/accelerator.json",
          "src_dev/ic2/dev/mod/wip/SteamBoilerTileEntity.java",
          "src_dev/assets/ic2dev/lang/en_us.lang",
          "src_dev/assets/ic2dev/models/item/steam_boiler.json",
          "src_dev/assets/ic2dev/lang/en_us.json",
          "src_dev/assets/ic2dev/models/item/accelerator.json",
          "src_dev/assets/ic2dev/textures/white.png",
          "src_dev/assets/ic2dev/blockstates/machines.json",
          "src_dev/ic2/dev/mod/IC2DevClient.java",
          "src_dev/ic2/dev/mod/test/DevCrops.java",
          "src_dev/ic2/dev/mod/wip/HotCubeTileEntity.java",
          "src/ic2/core/ref/Ic2ScreenHandlers.java",
          "src_dev/ic2/dev/mod/wip/IHeatAwareTile.java",
          "src_dev/assets/ic2dev/models/item/emitter.json",
          "src_dev/ic2/dev/mod/IC2Dev.java",
          "src_dev/assets/ic2dev/models/item/heat_sink.json",
          "src_dev/assets/ic2dev/models/block/hot_cube.json",
          "src_dev/ic2/dev/mod/wip/SteamBoilerContainer.java",
          "src_dev/ic2/dev/mod/wip/HeatColumnTileEntity.java",
          "src_dev/assets/ic2dev/models/item/hot_cube.json",
          "src_dev-forge/META-INF/mods.toml",
          "src_dev/ic2/dev/mod/wip/ToggleGroup.java",
          "src_dev/assets/ic2dev/blockstates/heat_sink.json",
          "src_dev/ic2/dev/mod/wip/HeatSinkTileEntity.java",
          "src_dev/assets/ic2dev/blockstates/steam_boiler.json",
          "src_dev/assets/ic2dev/models/item/heat_column.json",
          "src_dev/pack.mcmeta",
          "src_dev/ic2/dev/mod/wip/HotCubeRenderer.java",
          "src_dev/ic2/dev/mod/wip/HeatFlowHandler.java"
        ],
        "commitId" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
        "timestamp" : 1685329132000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/chocohead",
          "fullName" : "chocohead"
        },
        "authorEmail" : "Chocohead@Aroma1997.org",
        "comment" : "Port dev machines\u000a\u000aStill needs the commands doing, the ASM is likely to (nearly) all be thrown out\u000aThe heat sink model don't seem to be occluding properly\u000a",
        "date" : "2023-05-29 03:58:52 +0100",
        "id" : "ceda5ff06f9138c35e9fbc10181c3d7f4a3c4ece",
        "msg" : "Port dev machines",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/blockstates/heat_column.json"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/test/DevCrops.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/SteamBoilerGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/HeatSinkTileEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/pack.mcmeta"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/blockstates/accelerator.json"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/assets/ic2dev/models/item/hot_cube.json"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/models/item/steam_boiler.json"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/SteamBoilerContainer.java"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/models/item/emitter.json"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/blockstates/emitter.json"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/blockstates/heat_sink.json"
          },
          {
            "editType" : "delete",
            "file" : "src_dev/assets/ic2dev/lang/en_us.lang"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/blockstates/hot_cube.json"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/lang/en_us.json"
          },
          {
            "editType" : "add",
            "file" : "src_dev-forge/META-INF/mods.toml"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/HotCubeTileEntity.java"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/models/item/heat_sink.json"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/HeatFlowEngine.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/ToggleGroup.java"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/blockstates/steam_boiler.json"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/HotCubeRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/HeatColumnTileEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/assets/ic2dev/models/block/hot_cube.json"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/IC2Dev.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/SteamBoilerTileEntity.java"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/models/item/heat_column.json"
          },
          {
            "editType" : "add",
            "file" : "src_dev-forge/ic2/dev/forge/FmlMod.java"
          },
          {
            "editType" : "add",
            "file" : "src_dev/ic2/dev/mod/IC2DevClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/ic2/core/ref/Ic2ScreenHandlers.java"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/HeatFlowHandler.java"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/models/item/accelerator.json"
          },
          {
            "editType" : "add",
            "file" : "src_dev/assets/ic2dev/textures/white.png"
          },
          {
            "editType" : "edit",
            "file" : "src_dev/ic2/dev/mod/wip/IHeatAwareTile.java"
          },
          {
            "editType" : "delete",
            "file" : "src_dev/assets/ic2dev/blockstates/machines.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://jenkins.ic2.player.to/user/chocohead",
      "fullName" : "chocohead"
    }
  ]
}