Merge remote-tracking branch 'origin/main' into 1.18

This commit is contained in:
embeddedt 2023-05-21 22:14:36 -04:00
commit b6a0767d03
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -250,9 +250,12 @@ public abstract class ModelBakeryMixin implements IExtendedModelBakery {
"entity/chest",
"item",
"items",
"model",
"models",
"part",
"pipe",
"ropebridge"
"ropebridge",
"solid_block"
};
for(String folder : extraFolders) {
Collection<ResourceLocation> textureLocations = this.resourceManager.listResources("textures/" + folder, p -> p.endsWith(".png"));