WildfireRomeo / WildfireFemaleGenderMod

A Fabric Minecraft Mod - Minecraft's Most Popular Female Gender Mod!
https://modrinth.com/mod/female-gender
GNU Lesser General Public License v3.0
106 stars 62 forks source link

1.20.6 #185

Closed celestialfault closed 6 months ago

celestialfault commented 7 months ago

Port to 1.20.5; this also includes a relatively large amount of maintenance changes - reviewing each commit individually is strongly recommended

Note that despite 1.20.5 adding data components, armor stands do not use a custom data component, but instead continue to piggy-back off of the existing CUSTOM_DATA component.

This is being done for compatibility with vanilla clients, as clients will simply disconnect (with a vague disconnect message that doesn't help with determining the actual cause) if they receive an item stack with an unrecognized data component, whereas Fabric API will simply prevent a client from connecting without the mod being installed on the client as well.

The networking changes made in this PR as a result of the relevant changes in Fabric API also results in this partially superseding #178, although it remains relevant for older versions if they receive any updates.


Notable changes

(I'm so sorry for this basically being an entire release changelog on its own)

Maintenance changes