Normalized code formatting.

This commit is contained in:
WayofTime 2016-03-16 18:41:06 -04:00
parent b1db7c5152
commit 134b11f177
122 changed files with 944 additions and 697 deletions

View file

@ -10,7 +10,8 @@ import java.util.List;
* Provides a custom {@link ItemMeshDefinition} for automatic registration of
* renders.
*/
public interface IMeshProvider {
public interface IMeshProvider
{
@SideOnly(Side.CLIENT)
ItemMeshDefinition getMeshDefinition();