Format sourcecode

This commit is contained in:
yueh
2017-07-20 21:17:10 +02:00
parent 66437897be
commit 621910df91
295 changed files with 2142 additions and 1562 deletions
@@ -93,7 +93,8 @@ class CondenserCategory extends BlankRecipeCategory<CondenserOutputWrapper>
* @since JEI 4.5.0
*/
@Override
public String getModName() {
public String getModName()
{
return AppEng.MOD_NAME;
}
@@ -50,7 +50,10 @@ class GrinderRecipeCategory extends BlankRecipeCategory<GrinderRecipeWrapper>
}
@Override
public String getModName() { return AppEng.MOD_NAME; }
public String getModName()
{
return AppEng.MOD_NAME;
}
@Override
public String getUid()
@@ -80,7 +80,8 @@ class InscriberRecipeCategory extends BlankRecipeCategory<InscriberRecipeWrapper
* @since JEI 4.5.0
*/
@Override
public String getModName() {
public String getModName()
{
return AppEng.MOD_NAME;
}
@@ -53,4 +53,3 @@ class InscriberRecipeWrapper extends BlankRecipeWrapper
ingredients.setOutput( ItemStack.class, recipe.getOutput() );
}
}
@@ -199,7 +199,7 @@ public class JEIPlugin extends BlankModPlugin
@Override
public void onRuntimeAvailable( IJeiRuntime jeiRuntime )
{
//JEIModule jeiModule = (JEIModule) Integrations.jei();
//jeiModule.setJei( new JeiRuntimeAdapter( jeiRuntime ) );
// JEIModule jeiModule = (JEIModule) Integrations.jei();
// jeiModule.setJei( new JeiRuntimeAdapter( jeiRuntime ) );
}
}