promotional bannermobile promotional banner

LocalChat: Enhanced!

!!! WIP !!! | A mod dedicated to providing an in-depth and immersive Localized Chat system to Minecraft!

File Details

localchatenhanced-1.19.2 Alpha v0.0.2.jar

  • A
  • Oct 1, 2024
  • 39.81 KB
  • 3
  • 1.19.2
  • Forge

File Name

localchatenhanced-1.19.2 Alpha v0.0.2.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:localchat-enhanced-1111476:5774112")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fixed improper distance formula (Swapped to built-in function)
  • Changed Proxy priority. It will now happen before any other items.
  • Fixed improper queue calls (never called onChatRecieve, improper message being edited)
  • Fixed Proxies not disabling each other when activating multiple
  • Fixed accidential call of ModItemProperties on the Server side
  • Fixed LocalChatMessages not transferring tags when copying
  • Fixed RadioItem.java not properly reacting to recieved messages
  • Added Recipient (Player.class) to onChatRecieve() in IChatModifierObject to allow objects to access the recipient player
    • Source player can still be accessed via message.getOrigin()