Fixed missing textures
This commit is contained in:
parent
29b8e96bbe
commit
2bb3c81839
2 changed files with 10 additions and 4 deletions
|
@ -28,10 +28,6 @@ public class CustomModelBakery {
|
|||
}
|
||||
|
||||
public UnbakedModel getItemModel(ResourceLocation location) {
|
||||
ResourceLocation storageID = new ResourceLocation(
|
||||
location.getNamespace(),
|
||||
"models/item/" + location.getPath() + ".json"
|
||||
);
|
||||
return models.get(location);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue