Modern Industrialization

Modern Industrialization

4M Downloads

ore textures bugged with resource packs

pancakers2001 opened this issue ยท 5 comments

commented

as seen in screenshot, ore textures are bugged with resource packs (resource pack used is stay true)
2021-08-07_01 01 57

commented

That's a feature unfortunately. You need to edit MI's overlays in your resource pack, as we color them then apply those directly on top of the ore texture. https://github.com/AztechMC/Modern-Industrialization/tree/master/src/main/resources/assets/modern_industrialization/textures/materialsets/ores

commented

That's ridiculous, why would you make that a feature knowing it will break with resource packs, why can't you just use a regular texture like every other mod?

commented

Due to the sheer amount of items we have, we generate textures dynamically for item parts. However, recoloring ore textures specifically by hand is probably something we will consider if we can't find a more elegant solution to this problem.

commented

I think a more elegant solution would be to have them display over the stone texture instead, that way there is no conflicts over other ores

commented

Using the stone texture looks really bad as we can't take advantage of the extra contrast ore textures have.

Fixed by using the default ore texture instead of the resource pack one. The fix will be in the next release, probably in a few days.