Auto format code.
This commit is contained in:
parent
a96c094267
commit
72f85d5243
33 changed files with 15 additions and 66 deletions
|
@ -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();
|
||||
|
|
|
@ -40,7 +40,6 @@ public class CommonProxy implements ICompatModule {
|
|||
|
||||
}
|
||||
|
||||
|
||||
public void registerCustomBlockStateLocation(Block block, String name) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue