Fixed missing textures

This commit is contained in:
Frank 2022-11-02 17:55:10 +01:00
parent 29b8e96bbe
commit 2bb3c81839
2 changed files with 10 additions and 4 deletions

View file

@ -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);
}