Merge remote-tracking branch 'origin/main' into 1.18
This commit is contained in:
commit
b6a0767d03
|
|
@ -250,9 +250,12 @@ public abstract class ModelBakeryMixin implements IExtendedModelBakery {
|
||||||
"entity/chest",
|
"entity/chest",
|
||||||
"item",
|
"item",
|
||||||
"items",
|
"items",
|
||||||
|
"model",
|
||||||
|
"models",
|
||||||
"part",
|
"part",
|
||||||
"pipe",
|
"pipe",
|
||||||
"ropebridge"
|
"ropebridge",
|
||||||
|
"solid_block"
|
||||||
};
|
};
|
||||||
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"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user