<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user progwml6</shortDescription><userId>progwml6</userId><userName>progwml6</userName></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>36</buildNumber><marked><SHA1>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</SHA1><branch><SHA1>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</SHA1><name>origin/master</name></branch></marked><revision><SHA1>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</SHA1><branch><SHA1>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</SHA1><name>origin/master</name></branch></revision></originmaster><origin16working _class='hudson.plugins.git.util.Build'><buildNumber>2</buildNumber><marked><SHA1>1114ae852d8a1346eedd629efa1a19550ece5260</SHA1><branch><SHA1>1114ae852d8a1346eedd629efa1a19550ece5260</SHA1><name>origin/16working</name></branch></marked><revision><SHA1>1114ae852d8a1346eedd629efa1a19550ece5260</SHA1><branch><SHA1>1114ae852d8a1346eedd629efa1a19550ece5260</SHA1><name>origin/16working</name></branch></revision></origin16working><origin15current _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>6d12b46b7bc55b3fdbdb6b6ec5665e9747775af7</SHA1><branch><SHA1>6d12b46b7bc55b3fdbdb6b6ec5665e9747775af7</SHA1><name>origin/15current</name></branch></marked><revision><SHA1>6d12b46b7bc55b3fdbdb6b6ec5665e9747775af7</SHA1><branch><SHA1>6d12b46b7bc55b3fdbdb6b6ec5665e9747775af7</SHA1><name>origin/15current</name></branch></revision></origin15current><originarmor _class='hudson.plugins.git.util.Build'><buildNumber>25</buildNumber><marked><SHA1>8e504bb07f79971a9d9a71f16c929d82ce1e39e1</SHA1><branch><SHA1>8e504bb07f79971a9d9a71f16c929d82ce1e39e1</SHA1><name>origin/armor</name></branch></marked><revision><SHA1>8e504bb07f79971a9d9a71f16c929d82ce1e39e1</SHA1><branch><SHA1>8e504bb07f79971a9d9a71f16c929d82ce1e39e1</SHA1><name>origin/armor</name></branch></revision></originarmor><originHEAD _class='hudson.plugins.git.util.Build'><buildNumber>27</buildNumber><marked><SHA1>d0ef4b138580309c425bab512ebdcba926db1aaf</SHA1><branch><SHA1>d0ef4b138580309c425bab512ebdcba926db1aaf</SHA1><name>origin/master</name></branch><branch><SHA1>d0ef4b138580309c425bab512ebdcba926db1aaf</SHA1><name>origin/HEAD</name></branch></marked><revision><SHA1>d0ef4b138580309c425bab512ebdcba926db1aaf</SHA1><branch><SHA1>d0ef4b138580309c425bab512ebdcba926db1aaf</SHA1><name>origin/master</name></branch><branch><SHA1>d0ef4b138580309c425bab512ebdcba926db1aaf</SHA1><name>origin/HEAD</name></branch></revision></originHEAD></buildsByBranchName><lastBuiltRevision><SHA1>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</SHA1><branch><SHA1>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/progwml6/TinkersConstruct.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#36</displayName><duration>588486</duration><estimatedDuration>123813</estimatedDuration><fullDisplayName>TConstruct_1.8.9 #36</fullDisplayName><id>2013-09-08_16-58-48</id><inProgress>false</inProgress><keepLog>false</keepLog><number>36</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1378673928000</timestamp><url>https://dvs1.progwml6.com/jenkins/job/TConstruct_1.8.9/36/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/tconstruct/blocks/logic/SmelteryLogic.java</affectedPath><commitId>7a9dbd703ca098b130056143b5204a5c6e28b247</commitId><timestamp>1378372979000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/steven</absoluteUrl><fullName>steven</fullName></author><authorEmail>steven@uplinklabs.net</authorEmail><comment>SmelteryLogic: don't crash when melting Endermen with a Smeltery

A FluidStack was being incorrectly constructed, causing the game to bomb out
when ender fluid was added to the Smeltery.

Signed-off-by: Steven Noonan &lt;steven@uplinklabs.net&gt;
</comment><date>2013-09-05T02:22:59-0700</date><id>7a9dbd703ca098b130056143b5204a5c6e28b247</id><msg>SmelteryLogic: don't crash when melting Endermen with a Smeltery</msg><path><editType>edit</editType><file>src/tconstruct/blocks/logic/SmelteryLogic.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/tconstruct/items/blocks/LavaTankItemBlock.java</affectedPath><commitId>700d9a2dffa97012109d1092ebecec7c6351c608</commitId><timestamp>1378372979000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/steven</absoluteUrl><fullName>steven</fullName></author><authorEmail>steven@uplinklabs.net</authorEmail><comment>LavaTankItemBlock: translate FluidName when rendering tooltip

Without this, it would render with the untranslated string (e.g. "Contains
electrum.molten" or similar).

Signed-off-by: Steven Noonan &lt;steven@uplinklabs.net&gt;
</comment><date>2013-09-05T02:22:59-0700</date><id>700d9a2dffa97012109d1092ebecec7c6351c608</id><msg>LavaTankItemBlock: translate FluidName when rendering tooltip</msg><path><editType>edit</editType><file>src/tconstruct/items/blocks/LavaTankItemBlock.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/tconstruct/blocks/logic/SmelteryLogic.java</affectedPath><affectedPath>src/tconstruct/blocks/logic/SmelteryDrainLogic.java</affectedPath><commitId>5c782555567b47564b101e1c63799f6e5772a3e2</commitId><timestamp>1378463686000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/invinctus</absoluteUrl><fullName>invinctus</fullName></author><authorEmail>invinctus@hotmail.co.uk</authorEmail><comment>Implemented IFluidHandler on Smeltery Drain
</comment><date>2013-09-06T11:34:46+0100</date><id>5c782555567b47564b101e1c63799f6e5772a3e2</id><msg>Implemented IFluidHandler on Smeltery Drain</msg><path><editType>edit</editType><file>src/tconstruct/blocks/logic/SmelteryDrainLogic.java</file></path><path><editType>edit</editType><file>src/tconstruct/blocks/logic/SmelteryLogic.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README.md</affectedPath><commitId>8ccb0dff1b596f65c8653acc267a58f475be2f90</commitId><timestamp>1378600099000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/progwml6</absoluteUrl><fullName>progwml6</fullName></author><authorEmail>progwml6@gmail.com</authorEmail><comment>modify readme.md to reflect new build system along with issue reporting requirements
</comment><date>2013-09-07T20:28:19-0400</date><id>8ccb0dff1b596f65c8653acc267a58f475be2f90</id><msg>modify readme.md to reflect new build system along with issue reporting</msg><path><editType>edit</editType><file>README.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README.md</affectedPath><commitId>1180f60b0feb149a3a8137a9a438a40585857451</commitId><timestamp>1378600633000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/progwml6</absoluteUrl><fullName>progwml6</fullName></author><authorEmail>progwml6@gmail.com</authorEmail><comment>remove MC version from readme
</comment><date>2013-09-07T20:37:13-0400</date><id>1180f60b0feb149a3a8137a9a438a40585857451</id><msg>remove MC version from readme</msg><path><editType>edit</editType><file>README.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README.md</affectedPath><commitId>8be2193142ce035d4f394eb2d796367f2bfe1378</commitId><timestamp>1378585161000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/fuj1n</absoluteUrl><fullName>Arthur Uzulin</fullName></author><authorEmail>fuj1nman@hotmail.com</authorEmail><comment>Update README.md
</comment><date>2013-09-08T06:19:21+1000</date><id>8be2193142ce035d4f394eb2d796367f2bfe1378</id><msg>Update README.md</msg><path><editType>edit</editType><file>README.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README.md</affectedPath><commitId>ea1d2f8494c3466aafcd6419067029838438418b</commitId><timestamp>1378585211000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/fuj1n</absoluteUrl><fullName>Arthur Uzulin</fullName></author><authorEmail>fuj1nman@hotmail.com</authorEmail><comment>Update README.md
</comment><date>2013-09-08T06:20:11+1000</date><id>ea1d2f8494c3466aafcd6419067029838438418b</id><msg>Update README.md</msg><path><editType>edit</editType><file>README.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README.md</affectedPath><commitId>6ed986c3e190527a85c3aba1e4f22d532fafbb2b</commitId><timestamp>1378585226000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/fuj1n</absoluteUrl><fullName>Arthur Uzulin</fullName></author><authorEmail>fuj1nman@hotmail.com</authorEmail><comment>Update README.md
</comment><date>2013-09-08T06:20:26+1000</date><id>6ed986c3e190527a85c3aba1e4f22d532fafbb2b</id><msg>Update README.md</msg><path><editType>edit</editType><file>README.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/biomesoplenty/api/Blocks.java</affectedPath><affectedPath>src/biomesoplenty/api/BlockReferences.java</affectedPath><affectedPath>src/biomesoplenty/api/Potions.java</affectedPath><affectedPath>src/biomesoplenty/api/Fluids.java</affectedPath><affectedPath>src/biomesoplenty/api/Entities.java</affectedPath><affectedPath>src/biomesoplenty/api/Items.java</affectedPath><affectedPath>src/biomesoplenty/api/Biomes.java</affectedPath><commitId>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</commitId><timestamp>1378688203000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/progwml6</absoluteUrl><fullName>progwml6</fullName></author><authorEmail>progwml6@gmail.com</authorEmail><comment>adding BOP api with Amnet's permission in order to allow for adding TiC compatibility
</comment><date>2013-09-08T20:56:43-0400</date><id>c41d9f70faaaba17b42b2e9af9a2ee37aa5edda7</id><msg>adding BOP api with Amnet's permission in order to allow for adding TiC</msg><path><editType>add</editType><file>src/biomesoplenty/api/Blocks.java</file></path><path><editType>add</editType><file>src/biomesoplenty/api/Entities.java</file></path><path><editType>add</editType><file>src/biomesoplenty/api/Biomes.java</file></path><path><editType>add</editType><file>src/biomesoplenty/api/Items.java</file></path><path><editType>add</editType><file>src/biomesoplenty/api/BlockReferences.java</file></path><path><editType>add</editType><file>src/biomesoplenty/api/Potions.java</file></path><path><editType>add</editType><file>src/biomesoplenty/api/Fluids.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/fuj1n</absoluteUrl><fullName>Arthur Uzulin</fullName></culprit><culprit><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/progwml6</absoluteUrl><fullName>progwml6</fullName></culprit><culprit><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/steven</absoluteUrl><fullName>steven</fullName></culprit><culprit><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/invinctus</absoluteUrl><fullName>invinctus</fullName></culprit></freeStyleBuild>