FabricMC / intermediary

Match and mapping information between different versions of Minecraft
Creative Commons Zero v1.0 Universal
101 stars 23 forks source link

[19w37a+] Wrong intermediary name for class_1296 (PassiveEntity) subclass #12

Closed liach closed 5 years ago

liach commented 5 years ago

Since 19w37a, PassiveEntity has a new subclass for entity data. However, its intermediary name is that for an anonymous class (net/minecraft/class_1296$1), causing some troubles in procyon and yarn. Not yet sure if this affects mods using passive entity data.

To fix this, just assign a new intermediary name to net/minecraft/class_1296$1 like net/minecraft/class_1296$class_4987 (dunno what the latest id is)

modmuss50 commented 5 years ago

Nice catch, I should really add a check for this into stitch.

modmuss50 commented 5 years ago

Fixed in 19w42a