Skip to content

Commit

Permalink
Merge branch 'architectury-1.18.2' into architectury-1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlikePaladin committed Oct 30, 2023
2 parents 02ef389 + 2ad1afd commit 71fa394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ else if(idExists(getLogId(block, "_bottom"), ResourceType.CLIENT_RESOURCES, IdLo
if (!Registry.BLOCK.getId(block).getNamespace().equals("quark")) {
PFMDataGen.LOGGER.warn("Couldn't find texture for, {}", block);
}
id = Texture.getSubId(block, postfix);
id = TextureMap.getSubId(block, postfix);
}
blockToTextureMap.put(pair, id);
return id;
Expand Down

0 comments on commit 71fa394

Please sign in to comment.