Skip to content

FabricTailor 1.9.0

Compare
Choose a tag to compare
@samolego samolego released this 15 Aug 14:35
· 79 commits to master since this release
  • 1.19.2 support
  • fixes server-client sync issue (mod wasn't always detected on servers)
  • add support function in TailoredPlayer
    /**
     * Helper function to get texture hash from skin
     * that was set with the mod.
     * <p>
     * Can be used with <a href="https://mc-heads.net/avatar/{textureid}">https://mc-heads.net/avatar/%7Btextureid%7D</a>
     * to get the head texture.
     * </p>
     *
     * @return player's skin id (hash)
     */
    String getSkinId();
  • add a scarpet function ft_get_skin_id(player) which enables you to get the above skin id - useful for discarpet (replaceitem/carpet-discarpet#36)
    • this allows minecraft -> discord chat to use skins set by fabrictailor