Normalized code formatting.
This commit is contained in:
parent
b1db7c5152
commit
134b11f177
122 changed files with 944 additions and 697 deletions
|
@ -34,7 +34,7 @@ public class CommonProxy
|
|||
|
||||
public void init()
|
||||
{
|
||||
CapabilityManager.INSTANCE.register(IRitualStone.Tile.class, new CapabilityRuneType.RuneTypeStorage(), new CapabilityRuneType.Factory());
|
||||
CapabilityManager.INSTANCE.register(IRitualStone.Tile.class, new CapabilityRuneType.RuneTypeStorage(), new CapabilityRuneType.Factory());
|
||||
}
|
||||
|
||||
public void postInit()
|
||||
|
@ -53,11 +53,13 @@ public class CommonProxy
|
|||
return null;
|
||||
}
|
||||
|
||||
public void tryHandleBlockModel(Block block, String name) {
|
||||
public void tryHandleBlockModel(Block block, String name)
|
||||
{
|
||||
// NO-OP
|
||||
}
|
||||
|
||||
public void tryHandleItemModel(Item item, String name) {
|
||||
public void tryHandleItemModel(Item item, String name)
|
||||
{
|
||||
// NO-OP
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue