When loading multiple marketplace resource packs, drowned and various horse variants may become transparent if some packs have too low "min_engine_version" values in their manifest files. This compatibility issue occurs when higher-priority resource packs specify older engine versions (below [1,16,0] for drowned and below [1,18,0] for horses), while newer packs like Action&Stuff use modern versions ([1,21,50]). This cross-pack version dependency breaks expected marketplace pack compatibility.
How to Reproduce:
Load Action&Stuff resource pack
Load another marketplace pack with higher priority and "min_engine_version" below [1,16,0]
Observe drowned models become transparent
Load a pack with "min_engine_version" below [1,18,0]
Observe horse variants become transparent
Observed Result:
Drowned turn transparent with packs below version [1,16,0]
Horses turn transparent with packs below version [1,18,0]
Issue occurs regardless of newer packs' correct version specifications
Expected Result:
Resource packs should render properly regardless of other packs' "min_engine_version" values, maintaining visual integrity across all marketplace content combinations.
Comments 0
No comments.