Add more texture paths
This commit is contained in:
parent
cfd542623c
commit
91c2d50d97
|
|
@ -243,9 +243,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"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user