Fix Wizards spell textures being missing

This commit is contained in:
embeddedt 2023-06-11 20:06:42 -04:00
parent a2d82472a4
commit 02a68f7689
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -248,7 +248,8 @@ public abstract class ModelBakeryMixin implements IExtendedModelBakery {
"part", "part",
"pipe", "pipe",
"ropebridge", "ropebridge",
"solid_block" "solid_block",
"spell_projectile"
}; };
for(String folder : extraFolders) { for(String folder : extraFolders) {
Collection<ResourceLocation> textureLocations = this.resourceManager.listResources("textures/" + folder, p -> p.endsWith(".png")); Collection<ResourceLocation> textureLocations = this.resourceManager.listResources("textures/" + folder, p -> p.endsWith(".png"));