From cc5e933f07cd098a8e215e50db3ad6e3cb9c94b1 Mon Sep 17 00:00:00 2001 From: zyxkad Date: Wed, 17 Jan 2024 08:58:13 -0700 Subject: [PATCH] close GlobeMC/crashmc.com#181 --- errors/27.json | 7 +++++++ solutions/20.json | 8 ++++++++ version.json | 6 +++--- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 errors/27.json create mode 100644 solutions/20.json diff --git a/errors/27.json b/errors/27.json new file mode 100644 index 0000000..23b92b1 --- /dev/null +++ b/errors/27.json @@ -0,0 +1,7 @@ +{ + "error": "java.lang.NoClassDefFoundError", + "message": "net/minecraft/client/ *", + "solutions": [ + 20 + ] +} \ No newline at end of file diff --git a/solutions/20.json b/solutions/20.json new file mode 100644 index 0000000..a7df095 --- /dev/null +++ b/solutions/20.json @@ -0,0 +1,8 @@ +{ + "tags": [ + "mods/forge", + "server" + ], + "description": "在服务端运行仅客户端模组", + "link_to": "/server/mods.html#在服务端运行仅客户端模组" +} \ No newline at end of file diff --git a/version.json b/version.json index a59bc38..0820e5a 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "major": 0, "minor": 1, - "patch": 0, - "errorIncId": 26, - "solutionIncId": 19 + "patch": 2, + "errorIncId": 27, + "solutionIncId": 20 } \ No newline at end of file