Changed formatting to have bracing on a new line
This commit is contained in:
parent
e5eddd6c45
commit
e48eedb874
189 changed files with 6092 additions and 4041 deletions
|
@ -2,20 +2,24 @@ package WayofTime.bloodmagic.compat.jei;
|
|||
|
||||
import WayofTime.bloodmagic.compat.ICompatibility;
|
||||
|
||||
public class CompatibilityJustEnoughItems implements ICompatibility {
|
||||
public class CompatibilityJustEnoughItems implements ICompatibility
|
||||
{
|
||||
|
||||
@Override
|
||||
public void loadCompatibility() {
|
||||
public void loadCompatibility()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getModId() {
|
||||
public String getModId()
|
||||
{
|
||||
return "JEI";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean enableCompat() {
|
||||
public boolean enableCompat()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue