CreeperHost / MineTogether

A Minecraft mod that enhances community and server features, such as global chat, chunk pre-generation, auto server join from protocol uri (via FTBApp), friends lists, private chats and many more features linked to the MineTogether platform.
https://minetogether.io
GNU General Public License v3.0
23 stars 16 forks source link

[Bug]: Forge version requires sodium AND crashes #721

Closed BraveCaperCat2 closed 1 year ago

BraveCaperCat2 commented 1 year ago

Describe the bug

The forge version of Minetogether for 1.19.x requires the sodium mod, which isn't available for forge

Steps to reproduce

  1. Install the latest version of minetogether in the curseforge app (latest ALPHA)
  2. Launch minecraft

Expected behaviour

Minecraft launches without any errors.

Screenshots

Screenshot 2023-04-18 165749 Screenshot 2023-04-18 165611 Screenshot 2023-04-18 165630

Version

minetogether-forge-1.19.2-6.0.16

Minecraft Version

1.19.4

ModLoader Version

44.1.23

Additional Information

Logs: latest.log

gigabit101 commented 1 year ago

MineTogether does not require sodium, However it does require PolyLib and to loaded on the correct version of Minecraft


    Mod ID: 'polylib', Requested by: 'minetogether', Expected range: '[1900.0.2,)', Actual version: '[MISSING]'
    Mod ID: 'minecraft', Requested by: 'minetogether', Expected range: '[1.19.2,1.19.2]', Actual version: '1.19.3'```
BraveCaperCat2 commented 1 year ago

Firstly, minetogether 1.19.2 should work on 1.19.3 and 1.19.4. And secondly, poly lib is NOT in the dependancies section of the forge page: Screenshot 2023-04-18 172230

gigabit101 commented 1 year ago

These are set per file, image

There are changes in Minecraft's chat system in 1.19.2 > 1.19.3 so it is not compatible

BraveCaperCat2 commented 1 year ago

These are set per file, image

There are changes in Minecraft's chat system in 1.19.2 > 1.19.3 so it is not compatible

oh.