Fix cell model

This commit is contained in:
modmuss50 2018-07-20 22:39:09 +01:00
parent 2910acc29c
commit 095390b430
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -129,7 +129,7 @@ public class ModelDynamicCell implements IModel {
@Override
public boolean accepts(ResourceLocation modelLocation) {
return modelLocation.getNamespace().equals("techreborn") && modelLocation.getNamespace().contains("dynamic_cell");
return modelLocation.getNamespace().equals("techreborn") && modelLocation.getPath().contains("dynamic_cell");
}
@Override