Make sure ParticleBuilder warnings only trigger when appropriate, plus misc cleanup

This commit is contained in:
Electroblob77
2020-07-06 22:53:10 +01:00
parent 48221582c3
commit 651eb8834b
3 changed files with 7 additions and 7 deletions
@@ -63,12 +63,12 @@ public class BakedModelBookshelf implements IBakedModel {
@Override
public TextureAtlasSprite getParticleTexture(){
return bookshelf.getParticleTexture(); // TESTME: May need to do this manually
return bookshelf.getParticleTexture();
}
@Override
public ItemOverrideList getOverrides(){
return bookshelf.getOverrides(); // TESTME: Same here
return bookshelf.getOverrides();
}
}