Fix cell model
This commit is contained in:
parent
2910acc29c
commit
095390b430
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue