Auto format code.

This commit is contained in:
modmuss50 2016-12-05 10:48:21 +00:00
parent a96c094267
commit 72f85d5243
33 changed files with 15 additions and 66 deletions

View file

@ -178,7 +178,6 @@ public class ClientProxy extends CommonProxy {
ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(block), 0, new ModelResourceLocation(resourceDomain + ':' + resourceLocation, "inventory"));
}
@Override
public void registerCustomBlockStateLocation(Block block, String resourceLocation, boolean item) {
resourceLocation = resourceLocation.toLowerCase();

View file

@ -40,7 +40,6 @@ public class CommonProxy implements ICompatModule {
}
public void registerCustomBlockStateLocation(Block block, String name) {
}