Default Server Properties

Default Server Properties

5M Downloads

[Issue] [Forge] Marks server as incompatible if not installed on client

MelanX opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1

Modloader

forge-47.2.0

Mod version

81.1.0

Latest version?

  • Yes

Repeatable?

  • Yes

Link to log files

https://mclo.gs/TqUlF76#L845

Steps to reproduce the issue

  1. Create server with this mod
  2. Start client without this mod
  3. see the red cross

Description of the issue you are having

This mod triggers the red cross on Forge if not installed on client side.
image
Possible fix would be something like this: https://github.com/ChaoticTrials/ToolSwap/blob/1.20.x/src/main/resources/META-INF/mods.toml#L12 (not tested for server only mods, this is for client only).

Information

  • I have provided as much information as possible
commented

Hmmm... Weird, annoyingly this is already present... I'll have to do some digging