General code cleanup

This commit is contained in:
modmuss50 2018-07-20 22:08:21 +01:00
parent 95b49e5e23
commit 7f8ce535a7
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
17 changed files with 21 additions and 58 deletions

View file

@ -133,7 +133,7 @@ public class ModelDynamicCell implements IModel {
}
@Override
public IModel loadModel(ResourceLocation modelLocation) throws Exception {
public IModel loadModel(ResourceLocation modelLocation) {
return MODEL;
}