Skip to content

Commit

Permalink
Merge pull request #185 from zyxkad/dev
Browse files Browse the repository at this point in the history
添加错误: 在服务端运行仅客户端模组
  • Loading branch information
zyxkad authored Jan 17, 2024
2 parents 9c1bafe + 9876496 commit e3518f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/server/mods.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ net.fabricmc.loader.impl.FormattedException: java.lang.RuntimeException: Could n
Failed to load class net.coderbot.iris.Iris
```

### 在服务端运行仅客户端模组

解决方案:移除报错的 Mod。

关键词:
```
java.lang.NoClassDefFoundError: net/minecraft/client/
```

## NeoForge

待补充

0 comments on commit e3518f6

Please sign in to comment.