Skip to content

Commit

Permalink
Fix Wizards spell textures being missing
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Jun 12, 2023
1 parent a2d8247 commit 02a68f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ private Object collectExtraTextures(Stream<Material> instance, Collector<?, ?, ?
"part",
"pipe",
"ropebridge",
"solid_block"
"solid_block",
"spell_projectile"
};
for(String folder : extraFolders) {
Collection<ResourceLocation> textureLocations = this.resourceManager.listResources("textures/" + folder, p -> p.endsWith(".png"));
Expand Down

0 comments on commit 02a68f7

Please sign in to comment.