Traben-0 / Entity_Texture_Features

A Minecraft Fabric & Forge mod that adds random, emissive & blinking textures for mobs, skins and much more!
GNU Lesser General Public License v3.0
131 stars 25 forks source link

Fix MixinShoulderParrotFeatureRenderer #269

Closed Vladomeme closed 4 months ago

Vladomeme commented 4 months ago

Currently parrots on shoulders aren't getting random textures, seemingly because etf$getNBT and etf$alterEntity get injected in the wrong order, meaning entity_texture_features$parrotNBT is always null when it's checked and parrots get ignored. These injects to same method can be merged to make sure the order is correct.

Traben-0 commented 4 months ago

huh no idea why i had it that way, might have been held over from an older mc version

Traben-0 commented 4 months ago

ive duplicated in the etf-multi-version-test branch which is where my current dev is