{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 34813,
      "executingTimeMillis" : 34813,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6579,
      "waitingTimeMillis" : 6579
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/1.12" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 292,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
            "branch" : [
              {
                "SHA1" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
                "name" : "origin/1.12"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
            "branch" : [
              {
                "SHA1" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
                "name" : "origin/1.12"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
        "branch" : [
          {
            "SHA1" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
            "name" : "origin/1.12"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/mezz/JustEnoughItems.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#292",
  "duration" : 34813,
  "estimatedDuration" : 41560,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems-MC1.12 #292",
  "id" : "292",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 292,
  "queueId" : 112714,
  "result" : "SUCCESS",
  "timestamp" : 1573016526993,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/JustEnoughItems-MC1.12/292/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/jei/textures/gui/single_recipe_background.png",
          "src/main/resources/assets/jei/textures/gui/recipe_background.png"
        ],
        "commitId" : "de54489611727fea23a11f34843b28f9f356d242",
        "timestamp" : 1551052052000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1497 Rename recipe_background to avoid texture name conflict\u000a\u000a(sorry texture pack devs)\u000a",
        "date" : "2019-02-24 15:47:32 -0800",
        "id" : "de54489611727fea23a11f34843b28f9f356d242",
        "msg" : "Fix #1497 Rename recipe_background to avoid texture name conflict",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/resources/assets/jei/textures/gui/single_recipe_background.png"
          },
          {
            "editType" : "delete",
            "file" : "src/main/resources/assets/jei/textures/gui/recipe_background.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/textures/Textures.java"
        ],
        "commitId" : "4bb22806307c9dcafa009e7b06336427d56ec98d",
        "timestamp" : 1551076543000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix renamed recipe background texture\u000a",
        "date" : "2019-02-24 22:35:43 -0800",
        "id" : "4bb22806307c9dcafa009e7b06336427d56ec98d",
        "msg" : "Fix renamed recipe background texture",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/textures/Textures.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java",
          "src/main/java/mezz/jei/ingredients/IngredientRegistry.java",
          "src/api/java/mezz/jei/api/ingredients/VanillaTypes.java"
        ],
        "commitId" : "48cadc25775f08dbd7d4810cec9dc76fb86a8d46",
        "timestamp" : 1551078138000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1482 Enchanted Books not being hidden\u000a",
        "date" : "2019-02-24 23:02:18 -0800",
        "id" : "48cadc25775f08dbd7d4810cec9dc76fb86a8d46",
        "msg" : "Fix #1482 Enchanted Books not being hidden",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mezz/jei/api/ingredients/VanillaTypes.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/api/java/mezz/jei/api/IJeiRuntime.java",
          "src/api/java/mezz/jei/api/IBookmarkOverlay.java",
          "src/main/java/mezz/jei/runtime/JeiRuntime.java",
          "gradle.properties",
          "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java",
          "src/main/java/mezz/jei/startup/JeiStarter.java"
        ],
        "commitId" : "650cf1e136a08981a594270b447a1081f05957b5",
        "timestamp" : 1551651959000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Close #1491 Add API to get ingredients hovered in the bookmark overlay\u000a",
        "date" : "2019-03-03 14:25:59 -0800",
        "id" : "650cf1e136a08981a594270b447a1081f05957b5",
        "msg" : "Close #1491 Add API to get ingredients hovered in the bookmark overlay",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/api/java/mezz/jei/api/IJeiRuntime.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          },
          {
            "editType" : "add",
            "file" : "src/api/java/mezz/jei/api/IBookmarkOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/runtime/JeiRuntime.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/startup/JeiStarter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/startup/StackHelper.java"
        ],
        "commitId" : "a43490c42acd56062f05e12584b4ded7d6185f1c",
        "timestamp" : 1552023268000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1507 Memory is wasted by UID cache after loading\u000a",
        "date" : "2019-03-07 21:34:28 -0800",
        "id" : "a43490c42acd56062f05e12584b4ded7d6185f1c",
        "msg" : "Fix #1507 Memory is wasted by UID cache after loading",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/startup/StackHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "gradle.properties"
        ],
        "commitId" : "c90fe5070a1d82fab42d38989744e8ea95bc1786",
        "timestamp" : 1553467447000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Update to latest Forge in dev\u000a",
        "date" : "2019-03-24 15:44:07 -0700",
        "id" : "c90fe5070a1d82fab42d38989744e8ea95bc1786",
        "msg" : "Update to latest Forge in dev",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/elements/GuiIconButtonSmall.java"
        ],
        "commitId" : "f1295361f258dfcb075610f68e768a7c906dd980",
        "timestamp" : 1553467580000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1523 Recipe transfer button texture issues with transparency\u000a",
        "date" : "2019-03-24 15:46:20 -0700",
        "id" : "f1295361f258dfcb075610f68e768a7c906dd980",
        "msg" : "Fix #1523 Recipe transfer button texture issues with transparency",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/elements/GuiIconButtonSmall.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/recipes/RecipeRegistry.java"
        ],
        "commitId" : "9595c804730520153e9da3282ac2ea3e39b37ee4",
        "timestamp" : 1553474849000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1524 RecipeCategory tabs are not always sorted properly\u000a",
        "date" : "2019-03-24 17:47:29 -0700",
        "id" : "9595c804730520153e9da3282ac2ea3e39b37ee4",
        "msg" : "Fix #1524 RecipeCategory tabs are not always sorted properly",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/recipes/RecipeRegistry.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/config/Config.java",
          "src/main/java/mezz/jei/ingredients/IngredientFilter.java",
          "src/main/java/mezz/jei/render/ItemStackFastRenderer.java",
          "src/main/java/mezz/jei/config/ConfigValues.java",
          "src/main/java/mezz/jei/config/KeyBindings.java",
          "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java",
          "src/main/resources/assets/jei/lang/en_us.lang",
          "src/main/java/mezz/jei/render/IngredientRenderer.java",
          "src/main/java/mezz/jei/input/InputHandler.java"
        ],
        "commitId" : "202132a13b9d6481c253d37c64fe1c93d3302566",
        "timestamp" : 1553917230000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Add shortcut key for item edit/hide mode (#1530)\u000a\u000a",
        "date" : "2019-03-29 20:40:30 -0700",
        "id" : "202132a13b9d6481c253d37c64fe1c93d3302566",
        "msg" : "Add shortcut key for item edit/hide mode (#1530)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/Config.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/input/InputHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/render/IngredientRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/render/ItemStackFastRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/en_us.lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/KeyBindings.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/ConfigValues.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/jei/lang/pl_pl.lang"
        ],
        "commitId" : "8e79e055a743f92660289201f076acd2f46596fc",
        "timestamp" : 1554099473000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Updated Polish translation (#1533)\u000a\u000a",
        "date" : "2019-03-31 23:17:53 -0700",
        "id" : "8e79e055a743f92660289201f076acd2f46596fc",
        "msg" : "Updated Polish translation (#1533)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/pl_pl.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/jei/lang/sv_se.lang"
        ],
        "commitId" : "4cc026a8b4b6d49233faf92b63dc20c01f13de39",
        "timestamp" : 1554590001000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Update sv_se.lang (#1535)\u000a\u000a",
        "date" : "2019-04-06 15:33:21 -0700",
        "id" : "4cc026a8b4b6d49233faf92b63dc20c01f13de39",
        "msg" : "Update sv_se.lang (#1535)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/sv_se.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeMaker.java"
        ],
        "commitId" : "eb473f4b47bb86221298dd2a0682b2733d647654",
        "timestamp" : 1554599610000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1518 Add support for Crafttweaker removing brewing recipes\u000a",
        "date" : "2019-04-06 18:13:30 -0700",
        "id" : "eb473f4b47bb86221298dd2a0682b2733d647654",
        "msg" : "Fix #1518 Add support for Crafttweaker removing brewing recipes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeMaker.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackRenderer.java",
          "src/main/java/mezz/jei/JustEnoughItems.java"
        ],
        "commitId" : "4dc46ad05c0a5ff67b31403f51bb9ad1cc94cf89",
        "timestamp" : 1555188232000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1549 Add support for Forge IRarity for item tooltip colors\u000a",
        "date" : "2019-04-13 13:43:52 -0700",
        "id" : "4dc46ad05c0a5ff67b31403f51bb9ad1cc94cf89",
        "msg" : "Fix #1549 Add support for Forge IRarity for item tooltip colors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/JustEnoughItems.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/GuiScreenHelper.java"
        ],
        "commitId" : "b9eef167e7bf6eb561c07b5405fb51f545ab55a8",
        "timestamp" : 1555271992000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Make defensive copies of gui exclusion areas to prevent a bug when they are mutated\u000a",
        "date" : "2019-04-14 12:59:52 -0700",
        "id" : "b9eef167e7bf6eb561c07b5405fb51f545ab55a8",
        "msg" : "Make defensive copies of gui exclusion areas to prevent a bug when they are mutated",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/GuiScreenHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/jei/lang/fr_fr.lang"
        ],
        "commitId" : "04469582b631818bdb245d66e3cd1a4ed1eb161d",
        "timestamp" : 1555874478000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Update French Localization (#1557)\u000a\u000a",
        "date" : "2019-04-21 12:21:18 -0700",
        "id" : "04469582b631818bdb245d66e3cd1a4ed1eb161d",
        "msg" : "Update French Localization (#1557)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/fr_fr.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/util/LimitedLogger.java",
          "src/main/java/mezz/jei/gui/GuiEventHandler.java"
        ],
        "commitId" : "1ff6c8a04353d480dc870a458b17a9a1a886d8e1",
        "timestamp" : 1555883077000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Add warning log when a mod GUI does not draw the dark background layer\u000a",
        "date" : "2019-04-21 14:44:37 -0700",
        "id" : "1ff6c8a04353d480dc870a458b17a9a1a886d8e1",
        "msg" : "Add warning log when a mod GUI does not draw the dark background layer",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/util/LimitedLogger.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/GuiEventHandler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/startup/StackHelper.java",
          "src/main/java/mezz/jei/plugins/vanilla/crafting/CraftingRecipeChecker.java",
          "src/main/resources/jei_at.cfg"
        ],
        "commitId" : "d84c7b99b0b9a41d08369a6707ef3b2e73b4c14e",
        "timestamp" : 1557687293000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1567 Fix #1575 Improve display of wildcard items with no creative menu subtypes\u000a",
        "date" : "2019-05-12 11:54:53 -0700",
        "id" : "d84c7b99b0b9a41d08369a6707ef3b2e73b4c14e",
        "msg" : "Fix #1567 Fix #1575 Improve display of wildcard items with no creative menu subtypes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/crafting/CraftingRecipeChecker.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/jei_at.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/startup/StackHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/jei/lang/pl_pl.lang"
        ],
        "commitId" : "674cb1ab39e0ecefa1bd5e1bd267aa74c1b49b8a",
        "timestamp" : 1559534360000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/tehgeek",
          "fullName" : "tehgeek"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Updated Polish translation (#1587)\u000a\u000a",
        "date" : "2019-06-02 20:59:20 -0700",
        "id" : "674cb1ab39e0ecefa1bd5e1bd267aa74c1b49b8a",
        "msg" : "Updated Polish translation (#1587)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/pl_pl.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/jei/lang/fr_fr.lang"
        ],
        "commitId" : "c843f4db4afc230dd27abce24ae93b5f7ae3ee59",
        "timestamp" : 1560489428000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/tehgeek",
          "fullName" : "tehgeek"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix typo in French localization (#1593)\u000a\u000a",
        "date" : "2019-06-13 22:17:08 -0700",
        "id" : "c843f4db4afc230dd27abce24ae93b5f7ae3ee59",
        "msg" : "Fix typo in French localization (#1593)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/fr_fr.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/startup/StackHelper.java"
        ],
        "commitId" : "2240604df56485d87f4edc6e41759e1d88e86654",
        "timestamp" : 1561316785000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1576 Unable to view IE Metal Press recipes\u000a",
        "date" : "2019-06-23 12:06:25 -0700",
        "id" : "2240604df56485d87f4edc6e41759e1d88e86654",
        "msg" : "Fix #1576 Unable to view IE Metal Press recipes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/startup/StackHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/assets/jei/lang/pl_pl.lang"
        ],
        "commitId" : "b674e0df93f04fa7c5a63608b9a3139f503f5056",
        "timestamp" : 1561922175000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/tehgeek",
          "fullName" : "tehgeek"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Updated Polish translation (#1610)\u000a\u000a",
        "date" : "2019-06-30 12:16:15 -0700",
        "id" : "b674e0df93f04fa7c5a63608b9a3139f503f5056",
        "msg" : "Updated Polish translation (#1610)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/assets/jei/lang/pl_pl.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/ingredients/CycleTimer.java",
          "src/main/java/mezz/jei/gui/recipes/RecipeLayout.java"
        ],
        "commitId" : "25d050276e553749dfcdb9b843bdaf17d26faf77",
        "timestamp" : 1561923783000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1611 Rare crash when cycling items\u000a",
        "date" : "2019-06-30 12:43:03 -0700",
        "id" : "25d050276e553749dfcdb9b843bdaf17d26faf77",
        "msg" : "Fix #1611 Rare crash when cycling items",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/recipes/RecipeLayout.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/CycleTimer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/render/IngredientRenderer.java",
          "gradle.properties"
        ],
        "commitId" : "d7cfb7616358245eb7d8502bc2945f6747766ce8",
        "timestamp" : 1562875284000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1621 Enchanted book tooltip compatibility with other mods\u000a",
        "date" : "2019-07-11 13:01:24 -0700",
        "id" : "d7cfb7616358245eb7d8502bc2945f6747766ce8",
        "msg" : "Fix #1621 Enchanted book tooltip compatibility with other mods",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/render/IngredientRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/elements/GuiIconButton.java"
        ],
        "commitId" : "4d2dcb43bd0faee3f938823bad656df7400b93d3",
        "timestamp" : 1562877514000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1635 Bookmark button leaks color state on hover\u000a",
        "date" : "2019-07-11 13:38:34 -0700",
        "id" : "4d2dcb43bd0faee3f938823bad656df7400b93d3",
        "msg" : "Fix #1635 Bookmark button leaks color state on hover",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/elements/GuiIconButton.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/input/InputHandler.java"
        ],
        "commitId" : "39651b904c10fd68d4d048e23a57cfd811af0953",
        "timestamp" : 1566168732000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1651 Race condition during crash can cause NPE in InputHandler\u000a",
        "date" : "2019-08-18 15:52:12 -0700",
        "id" : "39651b904c10fd68d4d048e23a57cfd811af0953",
        "msg" : "Fix #1651 Race condition during crash can cause NPE in InputHandler",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/input/InputHandler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/InventoryEffectRendererGuiHandler.java",
          "src/main/java/mezz/jei/config/JEIModConfigGui.java",
          "src/main/java/mezz/jei/gui/recipes/RecipesGui.java",
          "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java",
          "src/main/java/mezz/jei/gui/GuiEventHandler.java"
        ],
        "commitId" : "5825bcc1e0d3fe7ed7646606df3c8da22dfb0306",
        "timestamp" : 1566178036000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1673 Treat GuiScreen#mc as nullable\u000a",
        "date" : "2019-08-18 18:27:16 -0700",
        "id" : "5825bcc1e0d3fe7ed7646606df3c8da22dfb0306",
        "msg" : "Fix #1673 Treat GuiScreen#mc as nullable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/recipes/RecipesGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/JEIModConfigGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/InventoryEffectRendererGuiHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/GuiEventHandler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ingredients/IngredientFilter.java",
          "src/main/java/mezz/jei/recipes/RecipeRegistry.java",
          "src/main/java/mezz/jei/recipes/RecipeMap.java",
          "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java",
          "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/enchant/EnchantDataRenderer.java",
          "src/main/java/mezz/jei/util/MathUtil.java",
          "src/main/java/mezz/jei/suffixtree/GeneralizedSuffixTree.java",
          "src/main/java/mezz/jei/config/ServerInfo.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java",
          "src/main/java/mezz/jei/ingredients/IngredientListElementFactory.java",
          "src/api/java/mezz/jei/api/gui/ICraftingGridHelper.java"
        ],
        "commitId" : "3ce4dc010eab5b59fe037f387483528dc4395e77",
        "timestamp" : 1566178084000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Minor misc cleanup\u000a",
        "date" : "2019-08-18 18:28:04 -0700",
        "id" : "3ce4dc010eab5b59fe037f387483528dc4395e77",
        "msg" : "Minor misc cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/api/java/mezz/jei/api/gui/ICraftingGridHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/suffixtree/GeneralizedSuffixTree.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/enchant/EnchantDataRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/recipes/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/ServerInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/recipes/RecipeMap.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/MathUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientListElementFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/util/ErrorUtil.java",
          "src/main/java/mezz/jei/startup/JeiStarter.java"
        ],
        "commitId" : "f0491aa3a630988e36cad2a8e77e6032c3ca38ff",
        "timestamp" : 1570410287000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Improve the render ingredient crash report\u000a",
        "date" : "2019-10-06 18:04:47 -0700",
        "id" : "f0491aa3a630988e36cad2a8e77e6032c3ca38ff",
        "msg" : "Improve the render ingredient crash report",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/ErrorUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/startup/JeiStarter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "changelog.mustache",
          "build.gradle"
        ],
        "commitId" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
        "timestamp" : 1570411170000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Update changelog plugin\u000a",
        "date" : "2019-10-06 18:19:30 -0700",
        "id" : "b2ef23a83b473a1312bdeb287b22ff25ae0155ae",
        "msg" : "Update changelog plugin",
        "paths" : [
          {
            "editType" : "add",
            "file" : "changelog.mustache"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/tehgeek",
      "fullName" : "tehgeek"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}