Faithful32 Modded

Faithful32 Modded

234k Downloads

mcmeta files

anders0nmat opened this issue ยท 4 comments

commented

Hey, i just had to solve an issue regarding outdated mcmeta files. Just the files, not the textures.

I wondered whether we even need them or not bc MC just grabs the topmost file to load, so when we dont provide said mcmeta (or ctx) file, it will just grab the one included in the mod and from there on it will grab our textures. This way, we dont have to worry about outdating mcmeta files (like with chisel mod)
I'd go trough our tp and delete all unnecessary non-texture files.
Is there an error in my thinking? Why do we even included them in the first place?

commented

It might cause other issues when I am not mistaken. I think we had issues in the past when these files were not added to the pack. But feel free to remove those that had issues as a test.

commented

Sometimes without the mcmeta files, the texure fails to load.

It seems the texture file and the mcmeta file has to be loaded close together to avoid the porple block/item texture error.

commented

If it works for chisel then you can remove them. Simply commiting the updated files might be the safer bet, however.

commented

Atleast for chisel it seems to work.
#143 (comment)
"I was also referencing Sphax Texture pack for chisel as well and in theirs they do not include the meta files in it either and theirs renders without issue"