qixils / minecraft-randomiser

Resource pack and data pack randomiser to shuffle textures, sounds, loot tables, recipes, and more
MIT License
46 stars 6 forks source link

Missing textures #1

Closed CaptainBoggle closed 5 years ago

CaptainBoggle commented 5 years ago

Hey, thanks for making this firstly, it is truly amazing. So far on macOS I have only one problem, which is likely not OS related, and that is that sometimes textures will be replaced with the purple/black checkerboard pattern instead of another in game pattern. It would be great if you could eliminate this issue. Thanks!

qixils commented 5 years ago

i've been looking into this, some textures just aren't properly supported by different models and such, especially animated ones. properly fixing this would require a lot of manual removal of files so i might just add a toggle to disable animated textures entirely, which will make it slightly less random but a little less checkerboardy if people prefer.

qixils commented 5 years ago

oh, they changed the naming of animation detail files. does this new commit fix it?

CaptainBoggle commented 5 years ago

I will check now

CaptainBoggle commented 5 years ago

Yep, seems completely fixed. Thanks.