Format sourcecode
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user