{
  "_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" : 358,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ad63656c4a3eb780d8117822760d68481745fd7c",
            "branch" : [
              {
                "SHA1" : "ad63656c4a3eb780d8117822760d68481745fd7c",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ad63656c4a3eb780d8117822760d68481745fd7c",
            "branch" : [
              {
                "SHA1" : "ad63656c4a3eb780d8117822760d68481745fd7c",
                "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" : "ad63656c4a3eb780d8117822760d68481745fd7c",
        "branch" : [
          {
            "SHA1" : "ad63656c4a3eb780d8117822760d68481745fd7c",
            "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" : "#358",
  "duration" : 489474,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #358",
  "id" : "2014-02-16_14-30-36",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 358,
  "queueId" : -1,
  "result" : "FAILURE",
  "timestamp" : 1392579036000,
  "url" : "https://dvs1.progwml6.com/jenkins/job/TConstruct_1.8.9/358/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/worldgen/SlimeIslandGen.java",
          "src/main/java/tconstruct/blocks/TConstructFluid.java",
          "src/main/java/tconstruct/inventory/ToolStationContainer.java",
          "src/main/java/tconstruct/worldgen/TBaseWorldGenerator.java",
          "src/main/java/tconstruct/modifiers/tools/ModAutoSmelt.java",
          "src/main/java/tconstruct/client/tabs/TabRegistry.java",
          "src/main/java/tconstruct/library/ActiveToolMod.java",
          "src/main/java/tconstruct/library/client/TConstructClientRegistry.java",
          "src/main/java/tconstruct/library/tools/ToolMod.java",
          "src/main/java/tconstruct/blocks/component/SmelteryComponent.java",
          "src/main/java/tconstruct/entity/BlueSlime.java",
          "src/main/java/tconstruct/items/tools/PotionLauncher.java",
          "src/main/java/tconstruct/client/gui/GuiLandmine.java",
          "src/main/java/tconstruct/blocks/GlassPaneStained.java",
          "src/main/java/tconstruct/library/tools/HarvestTool.java",
          "src/main/java/tconstruct/modifiers/tools/ToolModTypeFilter.java",
          "src/main/java/tconstruct/blocks/traps/Landmine.java",
          "src/main/java/tconstruct/client/ToolCoreRenderer.java",
          "src/main/java/tconstruct/items/tools/Mattock.java",
          "src/main/java/tconstruct/blocks/MetalOre.java",
          "src/main/java/tconstruct/client/block/PaneConnectedRender.java",
          "src/main/java/tconstruct/client/entity/projectile/ArrowRender.java",
          "src/main/java/tconstruct/blocks/CastingChannelBlock.java",
          "src/main/java/tconstruct/blocks/logic/CastingTableLogic.java",
          "src/api/java/mods/battlegear2/api/weapons/ISpecialEffect.java",
          "src/main/java/tconstruct/util/player/ArmorExtendedClient.java",
          "src/main/java/tconstruct/items/Pattern.java",
          "src/main/java/tconstruct/library/armor/ArmorCore.java",
          "src/main/java/tconstruct/inventory/SmelteryContainer.java",
          "src/main/java/tconstruct/client/TClientTickHandler.java",
          "src/api/java/mods/battlegear2/api/weapons/IHitTimeModifier.java",
          "src/main/java/tconstruct/entity/projectile/DaggerEntity.java",
          "src/main/java/tconstruct/util/EnvironmentChecks.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorPotion.java",
          "src/main/java/tconstruct/library/util/IToolPart.java",
          "src/main/java/tconstruct/library/crafting/ShapelessToolRecipe.java",
          "src/main/java/tconstruct/client/block/DryingRackSpecialRender.java",
          "src/main/java/tconstruct/blocks/BlockFalling.java",
          "src/main/java/tconstruct/library/crafting/ToolRecipe.java",
          "src/main/java/tconstruct/blocks/logic/AdaptiveSmelteryLogic.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorExplosive.java",
          "src/main/java/tconstruct/client/gui/FurnaceGui.java",
          "src/main/java/tconstruct/common/TRepo.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorSpawnEgg.java",
          "src/main/java/tconstruct/client/entity/CrystalModelSmall.java",
          "src/main/java/tconstruct/worldgen/village/ComponentToolWorkshop.java",
          "src/api/java/mods/battlegear2/api/quiver/IArrowContainer2.java",
          "src/main/java/tconstruct/library/TConstructRegistry.java",
          "src/main/java/tconstruct/preloader/ASMInterfaceRepair.java",
          "src/main/java/tconstruct/blocks/ToolStationBlock.java",
          "src/main/java/tconstruct/blocks/SearedSlab.java",
          "src/main/java/tconstruct/blocks/logic/SmelteryDrainLogic.java",
          "src/main/java/tconstruct/items/armor/TArmorBase.java",
          "src/main/java/tconstruct/inventory/SlotBehavedOnly.java",
          "src/main/java/tconstruct/util/TDispenserBehaviorArrow.java",
          "src/main/java/tconstruct/items/Manual.java",
          "src/main/java/tconstruct/blocks/logic/SmelteryLogic.java",
          "src/main/java/tconstruct/client/entity/CrystalRender.java",
          "src/main/java/tconstruct/entity/Crystal.java",
          "src/main/java/tconstruct/client/entity/CartRender.java",
          "src/main/java/tconstruct/client/block/CastingBasinSpecialRender.java",
          "src/main/java/tconstruct/util/landmine/Helper.java",
          "src/main/java/tconstruct/modifiers/tools/ModRedstone.java",
          "src/main/java/tconstruct/inventory/SlotBlocksOnly.java",
          "src/main/java/tconstruct/blocks/logic/FaucetLogic.java",
          "src/main/java/tconstruct/worldgen/SlimeTreeGen.java",
          "src/main/java/tconstruct/items/tools/Broadsword.java",
          "src/main/java/tconstruct/client/block/SmelteryRender.java",
          "src/main/java/tconstruct/blocks/logic/FrypanLogic.java",
          "src/main/java/tconstruct/items/tools/Hammer.java",
          "src/main/java/tconstruct/client/armor/WingModel.java",
          "src/main/java/tconstruct/util/config/PHConstruct.java",
          "src/api/java/mods/battlegear2/api/quiver/QuiverArrowEvent.java",
          "src/main/java/tconstruct/client/gui/AdaptiveSmelteryGui.java",
          "src/main/java/tconstruct/blocks/CraftingStationBlock.java",
          "src/main/java/tconstruct/modifiers/tools/TActiveOmniMod.java",
          "src/main/java/tconstruct/client/block/BlockRenderCastingChannel.java",
          "src/main/java/tconstruct/client/block/BarricadeRender.java",
          "src/main/java/tconstruct/client/block/RenderLiquid.java",
          "src/main/java/tconstruct/client/gui/NewContainerGui.java",
          "src/main/java/tconstruct/items/blocks/GlassBlockItem.java",
          "src/main/java/tconstruct/library/armor/BehaviorDispenseArmorCopy.java",
          "src/main/java/tconstruct/blocks/GlassPaneConnected.java",
          "src/main/java/tconstruct/blocks/MeatBlock.java",
          "src/main/java/tconstruct/blocks/logic/PartBuilderLogic.java",
          "src/main/java/tconstruct/client/block/SlimeChannelRender.java",
          "src/api/java/mcp/mobius/waila/api/IWailaDataAccessor.java",
          "src/main/java/tconstruct/library/crafting/LiquidCasting.java",
          "src/main/java/tconstruct/client/CustomBowRenderer.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorProjectile.java",
          "src/main/java/tconstruct/client/TProxyClient.java",
          "src/main/java/tconstruct/client/block/PunjiRender.java",
          "src/main/java/tconstruct/client/block/SlimePadRender.java",
          "src/main/java/tconstruct/blocks/logic/PatternChestLogic.java",
          "src/main/java/tconstruct/blocks/SoilBlock.java",
          "src/api/java/mcp/mobius/waila/api/IWailaBlock.java",
          "src/main/java/tconstruct/util/TCraftingHandler.java",
          "src/main/java/tconstruct/library/tools/ToolCore.java",
          "src/main/java/tconstruct/util/player/ArmorExtended.java",
          "src/main/java/tconstruct/client/gui/ToolStationGui.java",
          "src/main/java/tconstruct/blocks/logic/LavaTankLogic.java",
          ".gitignore",
          "src/main/java/tconstruct/util/network/packet/PacketDoubleJump.java",
          "src/main/java/tconstruct/library/crafting/Smeltery.java",
          "src/main/java/tconstruct/inventory/SlotKnapsack.java",
          "src/main/java/tconstruct/worldgen/village/ComponentSmeltery.java",
          "src/main/java/tconstruct/items/tools/LumberAxe.java",
          "src/main/java/tconstruct/TConstruct.java",
          "src/main/java/tconstruct/blocks/SpeedBlock.java",
          "src/main/java/tconstruct/items/blocks/HamboneItemBlock.java",
          "src/main/java/tconstruct/client/gui/StencilTableGui.java",
          "src/main/java/tconstruct/library/component/TankLayerScan.java",
          "src/main/java/tconstruct/items/tools/Hatchet.java",
          "src/main/java/tconstruct/items/blocks/BarricadeItem.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorShears.java",
          "src/main/java/tconstruct/util/TEventHandler.java",
          "src/main/java/tconstruct/util/TDispenserBehaviorSpawnEgg.java",
          "src/main/java/tconstruct/client/event/EventCloakRender.java",
          "src/main/java/tconstruct/inventory/ToolForgeContainer.java",
          "src/main/java/tconstruct/client/block/TankRender.java",
          "src/api/java/mods/battlegear2/api/IDyable.java",
          "src/main/java/tconstruct/common/TRecipes.java",
          "src/main/java/tconstruct/blocks/GlassBlockConnectedMeta.java",
          "src/main/java/tconstruct/util/landmine/behavior/Behavior.java",
          "src/main/java/tconstruct/modifiers/tools/ModReinforced.java",
          "src/main/java/tconstruct/blocks/slime/SlimeLeaves.java",
          "src/main/java/tconstruct/blocks/logic/CastingBasinLogic.java",
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java",
          "src/main/java/tconstruct/client/block/CastingTableSpecialRenderer.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorDummy.java",
          "src/main/java/tconstruct/blocks/EquipBlock.java",
          "src/main/java/tconstruct/plugins/ICompatPlugin.java",
          "src/main/java/tconstruct/library/armor/ArmorMod.java",
          "src/main/java/tconstruct/blocks/slime/SlimeGel.java",
          "src/main/java/tconstruct/blocks/logic/CastingChannelLogic.java",
          "src/api/java/mods/battlegear2/api/weapons/OffhandAttackEvent.java",
          "src/main/java/tconstruct/items/armor/Knapsack.java",
          "src/main/java/tconstruct/entity/item/EntityLandmineFirework.java",
          "src/main/java/tconstruct/client/block/RenderLandmine.java",
          "src/main/java/tconstruct/items/tools/Scythe.java",
          "src/main/java/tconstruct/blocks/TConstructBlock.java",
          "src/main/java/tconstruct/blocks/component/SmelteryScan.java",
          "src/main/java/tconstruct/library/armor/ArmorModTypeFilter.java",
          "src/main/java/tconstruct/blocks/SearedBlock.java",
          "src/main/java/tconstruct/inventory/PatternShaperContainer.java",
          "src/main/java/tconstruct/blocks/logic/TankAirLogic.java",
          "src/main/java/tconstruct/blocks/SoilSlab.java",
          "src/main/java/tconstruct/common/TContent.java",
          "src/main/java/tconstruct/library/crafting/AlloyMix.java",
          "src/main/java/tconstruct/blocks/logic/RedwireLogic.java",
          "src/main/java/tconstruct/util/DamageSourceLandmine.java",
          "src/main/java/tconstruct/library/tools/AbilityHelper.java",
          "src/main/java/tconstruct/client/TControls.java",
          "src/main/java/tconstruct/client/gui/CraftingStationGui.java",
          "src/main/java/tconstruct/blocks/MultiBrickFancy.java",
          "src/main/java/tconstruct/worldgen/OreberryBushGen.java",
          "src/main/java/tconstruct/worldgen/village/VillageSmelteryHandler.java",
          "src/main/java/tconstruct/library/tools/CustomMaterial.java",
          "src/main/java/tconstruct/library/crafting/FluidType.java",
          "src/api/java/mods/battlegear2/api/weapons/IBattlegearWeapon.java",
          "src/api/java/mods/battlegear2/api/weapons/IExtendedReachWeapon.java",
          "src/main/java/tconstruct/client/gui/GuiButtonTool.java",
          "src/main/java/tconstruct/inventory/SlotPattern.java",
          "src/main/java/tconstruct/entity/projectile/ArrowEntity.java",
          "src/main/java/tconstruct/plugins/PluginController.java",
          "src/main/java/tconstruct/client/block/TankAirRender.java",
          "src/main/java/tconstruct/client/entity/item/ExplosiveRender.java",
          "src/main/java/tconstruct/blocks/logic/CraftingStationLogic.java",
          "src/main/java/tconstruct/items/TitleIcon.java",
          "src/main/java/tconstruct/inventory/FurnaceContainer.java",
          "src/main/java/tconstruct/entity/MetalSlime.java",
          "src/main/java/tconstruct/items/blocks/ItemBlockLandmine.java",
          "src/main/java/tconstruct/library/client/FluidRenderProperties.java",
          "src/main/java/tconstruct/util/network/packet/AbstractPacket.java",
          "src/main/java/tconstruct/blocks/OreberryBushEssence.java",
          "src/main/java/tconstruct/client/TClientEvents.java",
          "src/main/java/tconstruct/items/tools/FryingPan.java",
          "src/main/java/tconstruct/worldgen/OverworldProvider.java",
          "src/main/java/tconstruct/client/gui/ArmorExtendedGui.java",
          "src/api/java/mods/battlegear2/api/PlayerEventChild.java",
          "src/main/java/tconstruct/blocks/logic/AqueductLogic.java",
          "src/main/java/tconstruct/blocks/logic/AdaptiveDrainLogic.java",
          "src/main/java/tconstruct/client/gui/PartCrafterGui.java",
          "src/main/java/tconstruct/util/network/packet/PacketSmeltery.java",
          "src/main/java/tconstruct/achievements/TAchievements.java",
          "src/main/java/tconstruct/client/block/SearedRender.java",
          "src/main/java/tconstruct/client/pages/MaterialPage.java",
          "src/main/java/tconstruct/blocks/LavaTankBlock.java",
          "src/main/java/tconstruct/blocks/StoneTorch.java",
          "src/main/java/tconstruct/entity/projectile/RotatingBase.java",
          "src/main/java/tconstruct/inventory/SlotArmorCopy.java",
          "src/main/java/tconstruct/client/entity/FancyItemRender.java",
          "src/main/java/tconstruct/util/landmine/behavior/stackCombo/SpecialStackHandler.java",
          "src/main/java/tconstruct/inventory/SlotCanister.java",
          "src/main/java/tconstruct/blocks/logic/StencilTableLogic.java",
          "src/main/java/tconstruct/items/tools/Longsword.java",
          "src/main/java/tconstruct/library/event/ToolCraftEvent.java",
          "src/main/java/tconstruct/common/TProxyCommon.java",
          "src/main/java/tconstruct/blocks/logic/FurnaceLogic.java",
          "src/main/java/tconstruct/util/landmine/LandmineStack.java",
          "src/api/java/mods/battlegear2/api/IShield.java",
          "src/main/java/tconstruct/blocks/slime/SlimeTallGrass.java",
          "src/main/java/tconstruct/client/TKeyHandler.java",
          "src/main/java/tconstruct/inventory/InventoryCraftingStationResult.java",
          "src/main/java/tconstruct/blocks/BlockLandmine.java",
          "src/api/java/mods/battlegear2/api/weapons/IBackStabbable.java",
          "src/main/java/tconstruct/client/CustomFont.java",
          "src/main/java/tconstruct/preloader/helpers/PropertyManager.java",
          "src/main/java/tconstruct/library/event/PartBuilderEvent.java",
          "src/main/java/tconstruct/blocks/logic/ToolStationLogic.java",
          "src/main/java/tconstruct/items/tools/BattleSign.java",
          "src/main/java/tconstruct/items/ToolPart.java",
          "src/main/java/tconstruct/library/crafting/PatternBuilder.java",
          "src/main/java/tconstruct/client/entity/SlimeRender.java",
          "src/api/java/mods/battlegear2/api/weapons/IPotionEffect.java",
          "src/main/java/tconstruct/items/tools/Battleaxe.java",
          "src/main/java/tconstruct/blocks/DryingRack.java",
          "src/main/java/tconstruct/entity/item/ExplosivePrimed.java",
          "src/main/java/tconstruct/client/block/PaneRender.java",
          "src/main/java/tconstruct/worldgen/TerrainGenEventHandler.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorFirework.java",
          "src/main/java/tconstruct/blocks/OreberryBush.java",
          "src/main/java/tconstruct/library/tools/Weapon.java",
          "src/main/java/tconstruct/items/tools/Arrow.java",
          "src/main/java/tconstruct/client/entity/projectile/LaunchedItemRender.java",
          "src/main/java/tconstruct/entity/Skyla.java",
          "src/main/java/tconstruct/blocks/GlassBlockConnected.java",
          "src/main/java/tconstruct/items/tools/Rapier.java",
          "src/api/java/mods/battlegear2/api/weapons/IPenetrateWeapon.java",
          "src/main/java/tconstruct/inventory/SlotOnlyTake.java",
          "src/main/java/tconstruct/modifiers/tools/ModBoolean.java",
          "src/main/java/tconstruct/items/FilledBucket.java",
          "src/main/java/tconstruct/inventory/CraftingStationContainer.java",
          "src/main/java/tconstruct/util/network/packet/PacketPipeline.java",
          "src/main/java/tconstruct/items/tools/Cleaver.java",
          "src/main/java/tconstruct/inventory/InventoryCraftingStation.java",
          "src/main/java/tconstruct/util/player/TPlayerHandler.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorBlockThrow.java",
          "src/api/java/mods/battlegear2/api/quiver/QuiverArrowRegistry.java",
          "src/main/java/tconstruct/client/block/FrypanRender.java",
          "src/main/java/tconstruct/inventory/AdaptiveSmelteryContainer.java",
          "src/main/java/tconstruct/client/gui/KnapsackGui.java",
          "src/main/java/tconstruct/items/tools/BowBase.java",
          "src/main/java/tconstruct/items/tools/Shovel.java",
          "src/main/java/tconstruct/plugins/ic2/IC2.java",
          "src/main/java/tconstruct/entity/CrystalGuardian.java",
          "src/main/java/tconstruct/items/tools/Shortbow.java",
          "src/main/java/tconstruct/entity/projectile/LaunchedPotion.java",
          "src/main/java/tconstruct/util/network/packet/PacketExtendedInventory.java",
          "src/main/java/tconstruct/inventory/SlotTool.java",
          "src/main/java/tconstruct/blocks/GravelOre.java",
          "src/main/java/tconstruct/entity/CartEntity.java",
          "src/main/java/tconstruct/blocks/MultiBrick.java",
          "src/main/java/tconstruct/client/block/BlockSkinRenderHelper.java",
          "src/main/java/tconstruct/blocks/logic/TileEntityLandmine.java",
          "src/main/java/tconstruct/library/tools/TToolMaterial.java",
          "src/main/java/tconstruct/util/landmine/behavior/BehaviorFirecharge.java",
          "src/main/java/tconstruct/client/gui/SmelteryGui.java",
          "src/main/java/tconstruct/items/armor/ExoArmor.java",
          "src/main/java/tconstruct/inventory/SlotUnused.java",
          "src/main/java/tconstruct/blocks/slime/SlimeGrass.java",
          "src/main/java/tconstruct/client/entity/projectile/DaggerRender.java",
          "src/main/java/tconstruct/blocks/traps/Punji.java",
          "src/main/java/tconstruct/blocks/SmelteryBlock.java"
        ],
        "commitId" : "5d4e38c0cb9b6dc281c6a0e6370920aec6367771",
        "timestamp" : 1392596630000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/traincrazyb",
          "fullName" : "traincrazyb"
        },
        "authorEmail" : "traincrazyb@aol.com",
        "comment" : "Upload my Code Changes/Format/imports\u000a",
        "date" : "2014-02-16T19:23:50-0500",
        "id" : "5d4e38c0cb9b6dc281c6a0e6370920aec6367771",
        "msg" : "Upload my Code Changes/Format/imports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/PluginController.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotTool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/ISpecialEffect.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/StoneTorch.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/OreberryBushGen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/SmelteryRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/ToolStationContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/client/TConstructClientRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/TEventHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/PartBuilderLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/common/TContent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/GravelOre.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/FaucetLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/CraftingStationBlock.java"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SoilBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/Manual.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/LumberAxe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/AdaptiveSmelteryGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/AqueductLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/AdaptiveSmelteryContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/FurnaceContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/OffhandAttackEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/BlockSkinRenderHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/Pattern.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/ToolPart.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/CraftingStationGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/FilledBucket.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SoilSlab.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/FurnaceLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/projectile/RotatingBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TControls.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/Behavior.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/slime/SlimeGrass.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/traps/Punji.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorProjectile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/CustomBowRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/FurnaceGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/HamboneItemBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/TileEntityLandmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/TToolMaterial.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/preloader/helpers/PropertyManager.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/KnapsackGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/EnvironmentChecks.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/LiquidCasting.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/ToolStationGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/Smeltery.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/slime/SlimeTallGrass.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/component/SmelteryComponent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/event/PartBuilderEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/GuiButtonTool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/CraftingStationContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/quiver/QuiverArrowRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/armor/ExoArmor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Hammer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/component/TankLayerScan.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/projectile/DaggerRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/StencilTableGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/CartRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/player/ArmorExtended.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ShapelessToolRecipe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/IShield.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TClientTickHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/SlimePadRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/network/packet/PacketDoubleJump.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/PatternChestLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/IBattlegearWeapon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TClientEvents.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/CastingTableSpecialRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/projectile/LaunchedItemRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/common/TRepo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/stackCombo/SpecialStackHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/armor/TArmorBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/projectile/LaunchedPotion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotCanister.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/PotionLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/village/ComponentToolWorkshop.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/slime/SlimeGel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/network/packet/PacketExtendedInventory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/projectile/DaggerEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/FryingPan.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/util/IToolPart.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/MetalSlime.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/TConstruct.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/ToolForgeContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/MultiBrickFancy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/event/EventCloakRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/ItemBlockLandmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/CraftingStationLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TKeyHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/InventoryCraftingStation.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Shortbow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/BarricadeRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/armor/BehaviorDispenseArmorCopy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/armor/ArmorModTypeFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/IPenetrateWeapon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Scythe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/AlloyMix.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SearedBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/NewContainerGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/SearedRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorShears.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotBlocksOnly.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolRecipe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/PlayerEventChild.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/CastingChannelLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Battleaxe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mcp/mobius/waila/api/IWailaBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/ToolCoreRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/GuiLandmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Broadsword.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/PaneConnectedRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/quiver/IArrowContainer2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SpeedBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SmelteryBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/preloader/ASMInterfaceRepair.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/network/packet/AbstractPacket.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/StencilTableLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/CustomFont.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotOnlyTake.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/Helper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/TankAirLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/ICompatPlugin.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/SmelteryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/Skyla.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotUnused.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/RedwireLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/ToolStationLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/PaneRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/TConstructRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/ModBoolean.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Arrow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/config/PHConstruct.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/PunjiRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/projectile/ArrowRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/DamageSourceLandmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/TDispenserBehaviorArrow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/CrystalGuardian.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/village/VillageSmelteryHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/player/TPlayerHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotArmorCopy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/MeatBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/AdaptiveSmelteryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/MetalOre.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/IExtendedReachWeapon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SearedSlab.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/GlassPaneStained.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/DryingRackSpecialRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorExplosive.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/ToolModTypeFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/PatternBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/armor/ArmorMod.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/village/ComponentSmeltery.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/network/packet/PacketPipeline.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/SlimeChannelRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/ModRedstone.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/IHitTimeModifier.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Cleaver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/armor/ArmorCore.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/DryingRack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/ic2/IC2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/CastingChannelBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/IDyable.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/BlockLandmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/slime/SlimeLeaves.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/CartEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/item/EntityLandmineFirework.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/HarvestTool.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Hatchet.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/TankRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/PartCrafterGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotPattern.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SmelteryContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/ToolStationBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotBehavedOnly.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/SmelteryDrainLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/GlassBlockConnectedMeta.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/CastingTableLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/InventoryCraftingStationResult.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorPotion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/GlassBlockConnected.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/achievements/TAchievements.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/GlassBlockItem.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/armor/WingModel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/ModReinforced.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/TActiveOmniMod.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorDummy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorFirecharge.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/IPotionEffect.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/weapons/IBackStabbable.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Rapier.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/TBaseWorldGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/FancyItemRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/CastingBasinLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/LavaTankLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/CrystalModelSmall.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/Crystal.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/BattleSign.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Mattock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/traps/Landmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/TankAirRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/client/FluidRenderProperties.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/BlockFalling.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolCore.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/TerrainGenEventHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/FrypanLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/SlimeIslandGen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/OreberryBush.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/RenderLandmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mods/battlegear2/api/quiver/QuiverArrowEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorSpawnEgg.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolMod.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/LandmineStack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/SlimeRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/OverworldProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/FluidType.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorFirework.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/player/ArmorExtendedClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/TConstructFluid.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/SlotKnapsack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/BowBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/pages/MaterialPage.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/CastingBasinSpecialRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/AdaptiveDrainLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/BlueSlime.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/item/ExplosivePrimed.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/TDispenserBehaviorSpawnEgg.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Shovel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/event/ToolCraftEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/RenderLiquid.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/CrystalRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/TitleIcon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/TConstructBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/tools/ModAutoSmelt.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/BarricadeItem.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/CustomMaterial.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/OreberryBushEssence.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/ArmorExtendedGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/common/TRecipes.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/network/packet/PacketSmeltery.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TProxyClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/component/SmelteryScan.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/Weapon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/landmine/behavior/BehaviorBlockThrow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/SmelteryGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mcp/mobius/waila/api/IWailaDataAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/projectile/ArrowEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/item/ExplosiveRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/ActiveToolMod.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/PatternShaperContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/SlimeTreeGen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/LavaTankBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/TCraftingHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/common/TProxyCommon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/AbilityHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/MultiBrick.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/EquipBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/armor/Knapsack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/tabs/TabRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/GlassPaneConnected.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/BlockRenderCastingChannel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/FrypanRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Longsword.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/traincrazyb",
      "fullName" : "traincrazyb"
    }
  ]
}