nanite / Default-Server-Properties

Simple Forge mod that allows modpack developers to setup default server properties
Mozilla Public License 2.0
1 stars 0 forks source link

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

Open MelanX opened 4 months ago

MelanX commented 4 months ago

Minecraft Version

1.20.1

Modloader

forge-47.2.0

Mod version

81.1.0

Latest version?

Repeatable?

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

MichaelHillcox commented 4 months ago

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