diff --git a/.gitignore b/.gitignore index c018f452..56c27e22 100644 --- a/.gitignore +++ b/.gitignore @@ -349,8 +349,6 @@ healthchecksdb *.lnk -# 等待下次更新迁移到 GitHub -PageOtherFeedback.* # 包含主题解锁、加密解密等部分的代码 ModSecret.vb ModSetup.vb @@ -361,6 +359,5 @@ PageSetupUI.* PageLink/ # 开发者工具 ModDevelop.vb -Releaser/ # 不公开底层函数库,以免抄袭 ModMain.vb diff --git a/Plain Craft Launcher 2.sln b/Plain Craft Launcher 2.sln deleted file mode 100644 index 4e873180..00000000 --- a/Plain Craft Launcher 2.sln +++ /dev/null @@ -1,47 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29728.190 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Plain Craft Launcher 2", "Plain Craft Launcher 2\Plain Craft Launcher 2.vbproj", "{4499F2D2-18EF-4238-B1F0-7BD547AFF925}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Releaser", "Releaser", "{0FB7B07C-83E1-477E-B05B-C298304748BC}" - ProjectSection(SolutionItems) = preProject - E:\工具\de4dot\de4dot.exe = E:\工具\de4dot\de4dot.exe - E:\软件\dnSpy\dnSpy.exe = E:\软件\dnSpy\dnSpy.exe - Releaser\Release.nrproj = Releaser\Release.nrproj - Releaser\Releaser.bat = Releaser\Releaser.bat - Releaser\Snapshot.nrproj = Releaser\Snapshot.nrproj - Releaser\Snapshot.vmp = Releaser\Snapshot.vmp - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Beta|Any CPU = Beta|Any CPU - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - ReleaseUpdate|Any CPU = ReleaseUpdate|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.Beta|Any CPU.ActiveCfg = BETA|Any CPU - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.Beta|Any CPU.Build.0 = BETA|Any CPU - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.Release|Any CPU.Build.0 = Release|Any CPU - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.ReleaseUpdate|Any CPU.ActiveCfg = ReleaseUpdate|Any CPU - {4499F2D2-18EF-4238-B1F0-7BD547AFF925}.ReleaseUpdate|Any CPU.Build.0 = ReleaseUpdate|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {838A572E-025C-4A2B-B682-68732EC0FE76} - EndGlobalSection - GlobalSection(Performance) = preSolution - HasPerformanceSessions = true - EndGlobalSection - GlobalSection(Performance) = preSolution - HasPerformanceSessions = true - EndGlobalSection -EndGlobal diff --git a/Plain Craft Launcher 2/Controls/MyCard.vb b/Plain Craft Launcher 2/Controls/MyCard.vb index 46e99e86..72c25237 100644 --- a/Plain Craft Launcher 2/Controls/MyCard.vb +++ b/Plain Craft Launcher 2/Controls/MyCard.vb @@ -112,8 +112,6 @@ Select Case Type Case 0 Stack.Children.Add(PageSelectRight.McVersionListItem(Data)) - Case 1 - Stack.Children.Add(PageOtherFeedback.FeedbackListItem(Data, CardTitle)) Case 2 Stack.Children.Add(McDownloadListItem(Data, AddressOf McDownloadMenuSave, True)) Case 3 diff --git a/Plain Craft Launcher 2/Controls/MyPageRight.vb b/Plain Craft Launcher 2/Controls/MyPageRight.vb index 8881357b..50c2a6ae 100644 --- a/Plain Craft Launcher 2/Controls/MyPageRight.vb +++ b/Plain Craft Launcher 2/Controls/MyPageRight.vb @@ -116,7 +116,7 @@ Select Case PageState Case PageStates.Empty - If PageLoader Is Nothing OrElse PageLoader.State = LoadState.Finished Then + If PageLoader Is Nothing OrElse PageLoader.State = LoadState.Finished OrElse PageLoader.State = LoadState.Aborted Then PageState = PageStates.ContentEnter TriggerEnterAnimation(PanAlways, If(PanContent, Child)) ElseIf PageLoader.State = LoadState.Loading Then diff --git a/Plain Craft Launcher 2/FormMain.xaml.vb b/Plain Craft Launcher 2/FormMain.xaml.vb index a31d532c..ff42f42f 100644 --- a/Plain Craft Launcher 2/FormMain.xaml.vb +++ b/Plain Craft Launcher 2/FormMain.xaml.vb @@ -10,6 +10,11 @@ Public Class FormMain Dim FeatureList As New List(Of KeyValuePair(Of Integer, String)) '统计更新日志条目 #If BETA Then + If LastVersion < 260 Then 'Release 2.3.2 + FeatureList.Add(New KeyValuePair(Of Integer, String)(5, "解决了联机人数 ≥3 人时出现的频繁掉线或突发高延迟的问题")) + FeatureCount += 22 + BugCount += 4 + End If If LastVersion < 257 Then 'Release 2.3.0 FeatureList.Add(New KeyValuePair(Of Integer, String)(2, "修复下载部分 Mod、整合包的 Bug")) FeatureCount += 4 @@ -137,6 +142,20 @@ Public Class FormMain '3:小* '2:极度严重的 Bug '1:严重的 Bug + If LastVersion < 263 Then 'Snapshot 2.3.4 + FeatureList.Add(New KeyValuePair(Of Integer, String)(2, "修复部分情况下无法启动路径带有中文的游戏的 Bug")) + FeatureList.Add(New KeyValuePair(Of Integer, String)(2, "修复多个可能导致 OptiFine、Forge 安装失败的 Bug")) + FeatureCount += 11 + BugCount += 5 + End If + If LastVersion < 262 Then 'Snapshot 2.3.3 + FeatureList.Add(New KeyValuePair(Of Integer, String)(2, "修复无法使用 Mod、整合包搜索功能的 Bug")) + BugCount += 1 + End If + If LastVersion < 261 Then 'Snapshot 2.3.2 + FeatureCount += 8 + BugCount += 4 + End If If LastVersion < 259 Then 'Snapshot 2.3.1 FeatureList.Add(New KeyValuePair(Of Integer, String)(5, "解决了联机人数 ≥3 人时出现的频繁掉线或突发高延迟的问题")) FeatureCount += 14 @@ -452,7 +471,6 @@ Reopen: Try Thread.Sleep(200) If Setup.Get("LinkAuto") Then PageLinkIoi.InitLoader.Start() - If Not Setup.Get("HintFeedback") = "" Then FeedbackLoader.Start() DlClientListMojangLoader.Start(1) RunCountSub() ServerLoader.Start(1) @@ -530,7 +548,7 @@ Reopen: End If '移动自定义皮肤 If LastVersionCode <= 161 AndAlso File.Exists(Path & "PCL\CustomSkin.png") AndAlso Not File.Exists(PathTemp & "CustomSkin.png") Then - File.Copy(Path & "PCL\CustomSkin.png", PathTemp & "CustomSkin.png") + CopyFile(Path & "PCL\CustomSkin.png", PathTemp & "CustomSkin.png") Log("[Start] 已移动离线自定义皮肤") End If '解除帮助页面的隐藏 @@ -751,15 +769,15 @@ Reopen: Exit Sub End If If AuthlibServer = "https://littleskin.cn/api/yggdrasil" Then - 'Little Skin - If MyMsgBox("是否要在版本 " & McVersionCurrent.Name & " 中开启 Little Skin 登录?" & vbCrLf & + 'LittleSkin + If MyMsgBox("是否要在版本 " & McVersionCurrent.Name & " 中开启 LittleSkin 登录?" & vbCrLf & "你可以在 版本设置 → 设置 → 服务器选项 中修改登录方式。", "第三方登录开启确认", "确定", "取消") = 2 Then Exit Sub End If Setup.Set("VersionServerLogin", 4, Version:=McVersionCurrent) Setup.Set("VersionServerAuthServer", "https://littleskin.cn/api/yggdrasil", Version:=McVersionCurrent) Setup.Set("VersionServerAuthRegister", "https://littleskin.cn/auth/register", Version:=McVersionCurrent) - Setup.Set("VersionServerAuthName", "Little Skin 登录", Version:=McVersionCurrent) + Setup.Set("VersionServerAuthName", "LittleSkin 登录", Version:=McVersionCurrent) Else '第三方 Authlib 服务器 If MyMsgBox("是否要在版本 " & McVersionCurrent.Name & " 中开启第三方登录?" & vbCrLf & @@ -823,7 +841,7 @@ Reopen: Install: Try For Each ModFile In FilePathList - File.Copy(ModFile, TargetVersion.PathIndie & "mods\" & GetFileNameFromPath(ModFile), True) + CopyFile(ModFile, TargetVersion.PathIndie & "mods\" & GetFileNameFromPath(ModFile)) Next If FilePathList.Count = 1 Then Hint("已安装 " & GetFileNameFromPath(FilePathList.First) & "!", HintType.Finish) @@ -1018,7 +1036,6 @@ Install: OtherHelp = 0 OtherAbout = 1 OtherTest = 2 - OtherFeedback = 3 VersionOverall = 0 VersionSetup = 1 VersionMod = 2 diff --git a/Plain Craft Launcher 2/Modules/Base/ModBase.vb b/Plain Craft Launcher 2/Modules/Base/ModBase.vb index 32d8230c..aae99a55 100644 --- a/Plain Craft Launcher 2/Modules/Base/ModBase.vb +++ b/Plain Craft Launcher 2/Modules/Base/ModBase.vb @@ -10,12 +10,12 @@ Public Module ModBase #Region "声明" '下列版本信息由更新器自动修改 - Public Const VersionBaseName As String = "2.3.1" '不含分支前缀的显示用版本名 - Public Const VersionStandardCode As String = "2.3.1." & VersionBranchCode '标准格式的四段式版本号 + Public Const VersionBaseName As String = "2.3.4" '不含分支前缀的显示用版本名 + Public Const VersionStandardCode As String = "2.3.4." & VersionBranchCode '标准格式的四段式版本号 #If BETA Then - Public Const VersionCode As Integer = 257 'Release + Public Const VersionCode As Integer = 260 'Release #Else - Public Const VersionCode As Integer = 259 'Snapshot + Public Const VersionCode As Integer = 263 'Snapshot #End If '自动生成的版本信息 Public Const VersionDisplayName As String = VersionBranchName & " " & VersionBaseName @@ -735,7 +735,24 @@ Public Module ModBase Return GetFileNameFromPath(FolderPath) End Function - '读取、写入文件 + '读取、写入、复制文件 + Public Sub CopyFile(FromPath As String, ToPath As String) + Try + '还原文件路径 + If Not FromPath.Contains(":\") Then FromPath = Path & FromPath + If Not ToPath.Contains(":\") Then ToPath = Path & ToPath + '读取文件内容 + Dim FileBytes As Byte() + Using ReadStream As New FileStream(FromPath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite) '支持读取使用中的文件 + ReDim FileBytes(ReadStream.Length - 1) + ReadStream.Read(FileBytes, 0, ReadStream.Length) + End Using + '写入文件内容 + WriteFile(ToPath, FileBytes) + Catch ex As Exception + Throw New Exception("复制文件出错:" & FromPath & " -> " & ToPath, ex) + End Try + End Sub ''' ''' 读取文件,如果失败则返回空字符串。 ''' @@ -745,7 +762,12 @@ Public Module ModBase '还原文件路径 If Not FilePath.Contains(":\") Then FilePath = Path & FilePath If File.Exists(FilePath) Then - ReadFile = DecodeBytes(File.ReadAllBytes(FilePath)) + Dim FileBytes As Byte() + Using ReadStream As New FileStream(FilePath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite) '支持读取使用中的文件 + ReDim FileBytes(ReadStream.Length - 1) + ReadStream.Read(FileBytes, 0, ReadStream.Length) + End Using + ReadFile = DecodeBytes(FileBytes) Else Log("[System] 欲读取的文件不存在,已返回空字符串:" & FilePath) Return "" @@ -818,18 +840,6 @@ Public Module ModBase Directory.CreateDirectory(GetPathFromFullPath(FilePath)) '写入文件 File.WriteAllBytes(FilePath, Content) - 'File.Exists 的写法只会写入 System.Byte[](无法进行转码,Write 不支持写入 Byte[]) - 'If File.Exists(FilePath) Then - ' '如果文件存在,刷新目前文件 - ' Using writer As New StreamWriter(FilePath, Append, GetEncoding(FilePath)) - ' writer.Write(Content) - ' writer.Flush() - ' writer.Close() - ' End Using - 'Else - ' '如果文件不存在,则新建并写入 - ' File.WriteAllBytes(FilePath, Content) - 'End If Return True Catch ex As Exception Log(ex, "写入文件时出错:" & FilePath) @@ -1254,6 +1264,14 @@ Re: 'My.Computer.FileSystem.DeleteDirectory(Path, FileIO.DeleteDirectoryOption.DeleteAllContents) End Sub ''' + ''' 复制文件夹,失败会抛出异常。 + ''' + Public Sub CopyDirectory(FromPath As String, ToPath As String) + For Each File In EnumerateFiles(FromPath) + CopyFile(File.FullName, File.FullName.Replace(FromPath, ToPath)) + Next + End Sub + ''' ''' 遍历文件夹中的所有文件。 ''' Public Function EnumerateFiles(Directory As String) As List(Of FileInfo) @@ -2236,7 +2254,7 @@ Retry: For i = 4 To 1 If File.Exists(Path & "PCL\Log" & i & ".txt") Then If File.Exists(Path & "PCL\Log" & (i + 1) & ".txt") Then File.Delete(Path & "PCL\Log" & (i + 1) & ".txt") - File.Copy(Path & "PCL\Log" & i & ".txt", Path & "PCL\Log" & (i + 1) & ".txt") + CopyFile(Path & "PCL\Log" & i & ".txt", Path & "PCL\Log" & (i + 1) & ".txt") End If Next File.Create(Path & "PCL\Log1.txt").Dispose() @@ -2329,11 +2347,19 @@ Retry: MyMsgBox(Text, Title) Case LogLevel.Feedback IsErrorTriggered = True - If MyMsgBox(Text & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", Title, "反馈", "取消") = 1 Then Feedback("exlog", False, True) + If CanFeedback(False) Then + If MyMsgBox(Text & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", Title, "反馈", "取消") = 1 Then Feedback(False, True) + Else + MyMsgBox(Text & vbCrLf & vbCrLf & "将 PCL2 更新至最新版或许可以解决这个问题……", Title) + End If Case LogLevel.Assert IsErrorTriggered = True Dim Time As Long = GetTimeTick() - If MsgBox(Text & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", MsgBoxStyle.Critical + MsgBoxStyle.YesNo, Title) = MsgBoxResult.Yes Then Feedback("exlog", False, True) + If CanFeedback(False) Then + If MsgBox(Text & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", MsgBoxStyle.Critical + MsgBoxStyle.YesNo, Title) = MsgBoxResult.Yes Then Feedback(False, True) + Else + MsgBox(Text & vbCrLf & vbCrLf & "将 PCL2 更新至最新版或许可以解决这个问题……", MsgBoxStyle.Critical, Title) + End If If GetTimeTick() - Time < 1500 Then '弹窗无法保留 Log("[System] PCL 已崩溃:" & vbCrLf & Text) @@ -2392,10 +2418,18 @@ Retry: Case LogLevel.Msgbox MyMsgBox(ExFull, Title) Case LogLevel.Feedback - If MyMsgBox(ExFull & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", Title, "反馈", "取消") = 1 Then Feedback("exlog", False, True) + If CanFeedback(False) Then + If MyMsgBox(ExFull & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", Title, "反馈", "取消") = 1 Then Feedback(False, True) + Else + MyMsgBox(ExFull & vbCrLf & vbCrLf & "将 PCL2 更新至最新版或许可以解决这个问题……", Title) + End If Case LogLevel.Assert Dim Time As Long = GetTimeTick() - If MsgBox(ExFull & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", MsgBoxStyle.Critical + MsgBoxStyle.YesNo, Title) = MsgBoxResult.Yes Then Feedback("exlog", False, True) + If CanFeedback(False) Then + If MsgBox(ExFull & vbCrLf & vbCrLf & "是否反馈此问题?如果不反馈,这个问题可能永远无法得到解决!", MsgBoxStyle.Critical + MsgBoxStyle.YesNo, Title) = MsgBoxResult.Yes Then Feedback(False, True) + Else + MsgBox(ExFull & vbCrLf & vbCrLf & "将 PCL2 更新至最新版或许可以解决这个问题……", MsgBoxStyle.Critical, Title) + End If If GetTimeTick() - Time < 1500 Then '弹窗无法保留 Log("[System] PCL 已崩溃:" & vbCrLf & ExFull) @@ -2408,15 +2442,22 @@ Retry: End Sub '反馈 - Public Sub Feedback(Source As String, Optional ShowMsgbox As Boolean = True, Optional ForceOpenLog As Boolean = False) + Public Sub Feedback(Optional ShowMsgbox As Boolean = True, Optional ForceOpenLog As Boolean = False) On Error Resume Next FeedbackInfo() If ForceOpenLog OrElse (ShowMsgbox AndAlso MyMsgBox("若你在汇报一个 Bug,请点击 打开文件夹 按钮,并上传 Log(1~5).txt 中包含错误信息的文件。" & vbCrLf & "游戏崩溃一般与启动器无关,请不要因为游戏崩溃而提交反馈。", "反馈提交提醒", "打开文件夹", "不需要") = 1) Then OpenExplorer("""" & Path & "PCL\""") End If - OpenWebsite("https://jinshuju.net/f/rP4b6E?x_field_1=" & Source) - If Setup.Get("HintFeedback") = "" Then Setup.Set("HintFeedback", "/") '确保反馈报告会被加载 + OpenWebsite("https://github.com/Hex-Dragon/PCL2/issues/") End Sub + Public Function CanFeedback(ShowHint As Boolean) As Boolean + If False.Equals(PageSetupSystem.IsLauncherNewest) Then + If ShowHint Then MyMsgBox("你的 PCL2 不是最新版,因此无法提交反馈。" & vbCrLf & "请先在 设置 → 启动器 中更新启动器,确认该问题在最新版中依然存在,然后再提交反馈。", "无法提交反馈") + Return False + Else + Return True + End If + End Function ''' ''' 在日志中输出系统诊断信息。 ''' @@ -2426,6 +2467,7 @@ Retry: "操作系统:" & My.Computer.Info.OSFullName & vbCrLf & "剩余内存:" & Int(My.Computer.Info.AvailablePhysicalMemory / 1024 / 1024) & " M / " & Int(My.Computer.Info.TotalPhysicalMemory / 1024 / 1024) & " M" & vbCrLf & "DPI:" & DPI & "(" & Math.Round(DPI / 96, 2) * 100 & "%)" & vbCrLf & + "MC 文件夹:" & If(PathMcFolder, "Nothing") & vbCrLf & "文件位置:" & Path) End Sub diff --git a/Plain Craft Launcher 2/Modules/Base/ModLoader.vb b/Plain Craft Launcher 2/Modules/Base/ModLoader.vb index d3ea71c3..f744460d 100644 --- a/Plain Craft Launcher 2/Modules/Base/ModLoader.vb +++ b/Plain Craft Launcher 2/Modules/Base/ModLoader.vb @@ -484,6 +484,7 @@ Case LoadState.Finished '检查是否需要重启 If Loader.GetType.Name.StartsWith("LoaderTask") Then '类型名后面带有泛型,必须用 StartsWith + 'UNDONE: 这里的 IgnoreReloadTimeout 导致加载器不会重启,也就是微软登录不会自动重新登录 If CType(Loader, Object).ShouldStart(If(Input IsNot Nothing AndAlso Loader.GetType.GenericTypeArguments.First Is Input.GetType, Input, Nothing), IgnoreReloadTimeout:=True) Then If ModeDebug Then Log("[Loader] 由于输入条件变更,重启已完成的加载器 " & Loader.Name) GoTo Restart diff --git a/Plain Craft Launcher 2/Modules/Base/ModNet.vb b/Plain Craft Launcher 2/Modules/Base/ModNet.vb index bd8e7316..a679ff8b 100644 --- a/Plain Craft Launcher 2/Modules/Base/ModNet.vb +++ b/Plain Craft Launcher 2/Modules/Base/ModNet.vb @@ -940,7 +940,7 @@ Capture: Next '是否禁用多线程,以及规定碎片大小 Dim TargetUrl As String = GetSource().Url - If TargetUrl.Contains("pcl2-server") Then Return False + If TargetUrl.Contains("pcl2-server") OrElse TargetUrl.Contains("gitcode.net") Then Return False Dim RealFilePieceLimit = If(TargetUrl.Contains("download.mcbbs.net"), FilePieceLimit * 5, FilePieceLimit) '寻找最大碎片 Dim FilePieceMax As NetThread = Threads @@ -1278,7 +1278,7 @@ Retry: MergeFile.Dispose() : MergeFile = Nothing ElseIf Threads.DownloadDone = DownloadDone Then '仅有一个文件,直接复制 - File.Copy(Threads.Temp, LocalPath, True) + CopyFile(Threads.Temp, LocalPath) Else '有多个线程,合并 MergeFile = New FileStream(LocalPath, FileMode.Create) diff --git a/Plain Craft Launcher 2/Modules/Minecraft/ModCrash.vb b/Plain Craft Launcher 2/Modules/Minecraft/ModCrash.vb index f19d556d..c8a1a612 100644 --- a/Plain Craft Launcher 2/Modules/Minecraft/ModCrash.vb +++ b/Plain Craft Launcher 2/Modules/Minecraft/ModCrash.vb @@ -119,7 +119,7 @@ Log("[Crash] 已解压导入的日志文件:" & FilePath) Else '解压失败 - File.Copy(FilePath, TempFolder & "Temp\" & GetFileNameFromPath(FilePath)) + CopyFile(FilePath, TempFolder & "Temp\" & GetFileNameFromPath(FilePath)) Log("[Crash] 已复制导入的日志文件:" & FilePath) End If Catch ex As Exception @@ -363,7 +363,8 @@ '来源崩溃日志的分析 If LogCrash IsNot Nothing Then Log("[Crash] 开始进行崩溃日志堆栈分析") - Dim Keywords = AnalyzeStackKeyword(LogCrash.Replace("A detailed walkthrough of the error", "¨").Split("¨").First) + Dim StackLogs As String = LogCrash.Replace("System Details", "¨").Split("¨").First + Dim Keywords = AnalyzeStackKeyword(StackLogs) If Keywords.Count > 0 Then Dim Names = AnalyzeModName(Keywords) If Names Is Nothing Then @@ -480,10 +481,11 @@ Done: AppendReason(CrashReason.路径包含中文且存在编码问题导致找不到或无法加载主类) End If 'Mod 导致的崩溃 - If LogMc.Contains("Mixin prepare failed ") OrElse LogMc.Contains("mixin.injection.throwables.InjectionError") OrElse LogMc.Contains(".mixins.json] FAILED during )") Then + If LogMc.Contains("Mixin prepare failed ") OrElse LogMc.Contains("mixin.injection.throwables.") OrElse LogMc.Contains(".mixins.json] FAILED during )") Then Dim ModId As String = RegexSeek(LogMc, "(?<=in )[^./ ]+(?=.mixins.json.+failed injection check)") If ModId Is Nothing Then ModId = RegexSeek(LogMc, "(?<= failed .+ in )[^./ ]+(?=.mixins.json)") If ModId Is Nothing Then ModId = RegexSeek(LogMc, "(?<= in config \[)[^./ ]+(?=.mixins.json\] FAILED during )") + If ModId Is Nothing Then ModId = RegexSeek(LogMc, "(?<= in callback )[^./ ]+(?=.mixins.json:)") AppendReason(CrashReason.ModMixin失败, TryAnalyzeModName(If(ModId, "").TrimEnd((vbCrLf & " ").ToCharArray))) End If If LogMc.Contains("Caught exception from ") Then AppendReason(CrashReason.确定Mod导致游戏崩溃, TryAnalyzeModName(If(RegexSeek(LogMc, "[^\n]+?(?)"), "").TrimEnd((vbCrLf & " ").ToCharArray))) @@ -504,7 +506,6 @@ Done: '崩溃报告分析 If LogCrash IsNot Nothing Then If LogCrash.Contains("maximum id range exceeded") Then AppendReason(CrashReason.Mod过多导致超出ID限制) - If LogCrash.Contains("Entity being rendered") AndAlso LogCrash.Contains(vbTab & "Entity's Exact location: ") Then AppendReason(CrashReason.特定实体导致崩溃, If(RegexSeek(LogCrash, "(?<=\tEntity Type: )[^\n]+(?= \()"), "") & " (" & If(RegexSeek(LogCrash, "(?<=\tEntity's Exact location: )[^\n]+"), "").TrimEnd(vbCrLf.ToCharArray) & ")") If LogCrash.Contains("java.lang.OutOfMemoryError") Then AppendReason(CrashReason.内存不足) If LogCrash.Contains("Pixel format not accelerated") Then AppendReason(CrashReason.显卡驱动不支持导致无法设置像素格式) If LogCrash.Contains("Manually triggered debug crash") Then AppendReason(CrashReason.玩家手动触发调试崩溃) @@ -555,7 +556,7 @@ Done: For Each IgnoreStack In { "java", "sun", "javax", "jdk", "org.lwjgl", "com.sun", "net.minecraftforge", "com.mojang", "net.minecraft", "cpw.mods", "com.google", "org.apache", "org.spongepowered", "net.fabricmc", "com.mumfrey", - "com.electronwill.nightconfig", + "com.electronwill.nightconfig", "it.unimi.dsi", "MojangTricksIntelDriversForPerformance_javaw"} If Stack.StartsWith(IgnoreStack) Then GoTo NextStack Next @@ -576,12 +577,12 @@ NextStack: For i = 0 To Math.Min(3, Splited.Count - 1) '最多取前 4 节 Dim Word As String = Splited(i) If Word.Length <= 2 OrElse Word.StartsWith("func_") Then Continue For - If {"com", "org", "net", "asm", "fml", "mod", "jar", "sun", "lib", "map", "gui", "dev", "nio", "api", + If {"com", "org", "net", "asm", "fml", "mod", "jar", "sun", "lib", "map", "gui", "dev", "nio", "api", "dsi", "core", "init", "mods", "main", "file", "game", "load", "read", "done", "util", "tile", "item", "base", - "forge", "setup", "block", "model", "mixin", "event", + "forge", "setup", "block", "model", "mixin", "event", "unimi", "common", "server", "config", "loader", "launch", "entity", "assist", "client", "modapi", "mojang", "shader", "events", "github", - "preinit", "preload", "machine", "reflect", "channel", "general", "handler", - "optifine", "minecraft", "transformers", "universal", "internal", "multipart", "minecraftforge", "override" + "preinit", "preload", "machine", "reflect", "channel", "general", "handler", "content", + "fastutil", "optifine", "minecraft", "transformers", "universal", "internal", "multipart", "minecraftforge", "override" }.Contains(Word.ToLower) Then Continue For PossibleWords.Add(Word.Trim) Next @@ -700,20 +701,16 @@ NextStack: '复制文件 If ExtraFiles IsNot Nothing Then OutputFiles.AddRange(ExtraFiles) For Each OutputFile In OutputFiles - Try - Dim FileName As String = GetFileNameFromPath(OutputFile) - Select Case FileName - Case "LatestLaunch.bat" - FileName = "启动脚本.bat" - Case "Log1.txt" - FileName = "PCL2 启动器日志.txt" - Case "RawOutput.log" - FileName = "游戏崩溃前的输出.txt" - End Select - File.Copy(OutputFile, TempFolder & "Report\" & FileName, True) - Catch ex As Exception - Log(ex, "复制错误报告文件失败(" & OutputFile & ")") - End Try + Dim FileName As String = GetFileNameFromPath(OutputFile) + Select Case FileName + Case "LatestLaunch.bat" + FileName = "启动脚本.bat" + Case "Log1.txt" + FileName = "PCL2 启动器日志.txt" + Case "RawOutput.log" + FileName = "游戏崩溃前的输出.txt" + End Select + CopyFile(OutputFile, TempFolder & "Report\" & FileName) Next '导出报告 Compression.ZipFile.CreateFromDirectory(TempFolder & "Report\", FileAddress) diff --git a/Plain Craft Launcher 2/Modules/Minecraft/ModDownload.vb b/Plain Craft Launcher 2/Modules/Minecraft/ModDownload.vb index 47acc39d..5bbf007f 100644 --- a/Plain Craft Launcher 2/Modules/Minecraft/ModDownload.vb +++ b/Plain Craft Launcher 2/Modules/Minecraft/ModDownload.vb @@ -117,13 +117,8 @@ End Sub)) LoadersAssetsUpdate.Add(New LoaderDownload("后台下载资源文件索引", New List(Of NetFile))) LoadersAssetsUpdate.Add(New LoaderTask(Of List(Of NetFile), String)("后台复制资源文件索引", Sub(Task As LoaderTask(Of List(Of NetFile), String)) - Try - File.Copy(TempAddress, RealAddress, True) - McLaunchLog("后台更新资源文件索引成功:" & TempAddress) - Catch ex As Exception - Log(ex, "后台更新资源文件索引失败", LogLevel.Debug) - McLaunchLog("后台更新资源文件索引失败:" & TempAddress) - End Try + CopyFile(TempAddress, RealAddress) + McLaunchLog("后台更新资源文件索引成功:" & TempAddress) End Sub)) Dim Updater As New LoaderCombo(Of String)("后台更新资源文件索引", LoadersAssetsUpdate) Log("[Download] 开始后台更新资源文件索引") @@ -944,7 +939,7 @@ #Region "DlCfProject | CurseForge 工程" - Private DlCfProjectDb As JObject = Nothing + Private DlCfProjectDb As Dictionary(Of String, String) = Nothing Private DlCfProjectCache As New Dictionary(Of Integer, DlCfProject) ''' @@ -1008,9 +1003,7 @@ Private _MCBBS As String Public Property MCBBS As String Get - If DlCfProjectDb Is Nothing Then - DlCfProjectDb = GetJson(DecodeBytes(GetResources("ModData"))) - End If + ReleaseCfDatabase() If _MCBBS Is Nothing Then If Website IsNot Nothing Then Dim Keyword As String = Website.TrimEnd("/").Split("/").Last @@ -1029,9 +1022,7 @@ Private _ChineseName As String Public Property ChineseName As String Get - If DlCfProjectDb Is Nothing Then - DlCfProjectDb = GetJson(DecodeBytes(GetResources("ModData"))) - End If + ReleaseCfDatabase() If _ChineseName Is Nothing Then _ChineseName = Name If Website IsNot Nothing Then @@ -1040,7 +1031,7 @@ Dim Result As String = DlCfProjectDb(Keyword) McWikiId = Result.Split("|")(0) If Not Result.Split("|")(1) = "~" Then '使用原名 - _ChineseName = Result.Split("|")(1) '& " (" & Name & ")" + _ChineseName = Result.Split("|")(1) End If End If End If @@ -1233,10 +1224,7 @@ Dim IsChineseSearch As Boolean = RegexCheck(RawFilter, "[\u4e00-\u9fbb]") If IsChineseSearch AndAlso Not String.IsNullOrEmpty(RawFilter) Then If Task.Input.IsModPack Then Throw New Exception("整合包搜索仅支持英文") - '释放资料库文件 - If DlCfProjectDb Is Nothing Then - DlCfProjectDb = GetJson(DecodeBytes(GetResources("ModData"))) - End If + ReleaseCfDatabase() '构造搜索请求 Dim SearchEntries As New List(Of SearchEntry(Of String)) For Each Entry In DlCfProjectDb @@ -1338,6 +1326,22 @@ Return New DlCfProject(Json) End Function + ''' + ''' 读取 Mod 数据库。 + ''' + Private Sub ReleaseCfDatabase() + If DlCfProjectDb IsNot Nothing Then Exit Sub + DlCfProjectDb = New Dictionary(Of String, String) + For Each Entry In CType(GetJson(DecodeBytes(GetResources("ModData"))), JObject) + Dim Result As String = Entry.Value.ToString + If Not Result.Split("|")(1) = "~" Then '处理 * + Result = Result.Replace("*", " (" & + String.Join(" ", Entry.Key.Split("-").Select(Function(w) w.Substring(0, 1).ToUpper & w.Substring(1, w.Length - 1))) & ")") + End If + DlCfProjectDb.Add(Entry.Key, Result) + Next + End Sub + #End Region #Region "DlCfFile | CurseForge Files" diff --git a/Plain Craft Launcher 2/Modules/Minecraft/ModLaunch.vb b/Plain Craft Launcher 2/Modules/Minecraft/ModLaunch.vb index 09089ce8..11ddd3cf 100644 --- a/Plain Craft Launcher 2/Modules/Minecraft/ModLaunch.vb +++ b/Plain Craft Launcher 2/Modules/Minecraft/ModLaunch.vb @@ -106,14 +106,22 @@ NextInner: '检查路径 If McVersionCurrent.PathIndie.Contains("!") OrElse McVersionCurrent.PathIndie.Contains(";") Then Throw New Exception("游戏路径中不可包含 ! 或 ;(" & McVersionCurrent.PathIndie & ")") If McVersionCurrent.Path.Contains("!") OrElse McVersionCurrent.Path.Contains(";") Then Throw New Exception("游戏路径中不可包含 ! 或 ;(" & McVersionCurrent.Path & ")") - '检查输入信息 - Dim CheckResult As String = Nothing - RunInUiWait(Sub() CheckResult = McLoginAble(McLoginInput)) - If CheckResult <> "" Then Throw New ArgumentException(CheckResult) '检查版本 If McVersionCurrent Is Nothing Then Throw New Exception("未选择 Minecraft 版本!") McVersionCurrent.Load() If McVersionCurrent.State = McVersionState.Error Then Throw New Exception("Minecraft 存在问题:" & McVersionCurrent.Info) + '检查输入信息 + Dim CheckResult As String = "" + RunInUiWait(Sub() + Dim LoginInput As McLoginData = McLoginInput() + CheckResult = McLoginAble(LoginInput) + If LoginInput.Type = McLoginType.Legacy AndAlso '离线登录 + Not RegexCheck(CType(LoginInput, McLoginLegacy).UserName, "^[0-9A-Za-z_]+$") AndAlso + McVersionCurrent.Version.McCodeMain >= 18 Then 'MC 1.18 以上 + CheckResult = "用户名中不可包含除数字、英文、下划线以外的特殊字符!" + End If + End Sub) + If CheckResult <> "" Then Throw New ArgumentException(CheckResult) '求赞助 If ThemeCheckGold() Then Exit Sub RunInNewThread(Sub() @@ -757,10 +765,11 @@ LoginFinish: '微软登录步骤 1:打开网页认证,获取 OAuth Code Private Function MsLoginStep1(Data As LoaderTask(Of McLoginMs, McLoginResult)) As String McLaunchLog("开始微软登录步骤 1") - If OsVersion <= New Version(10, 0, 17763, 0) Then 'TODO: 添加设置以强制使用网页中继登录 + If OsVersion <= New Version(10, 0, 17763, 0) Then +SystemBrowser: 'Windows 7 或老版 Windows 10 登录 MyMsgBox("PCL2 即将打开登录网页。登录后会转到一个空白页面(这代表登录成功了),请将该空白页面的网址复制到 PCL2。" & vbCrLf & - "如果网络环境不佳,登录网页可能一直加载不出来,此时请尝试使用 VPN 或代理服务器,然后再试。", "登录说明", "开始", ForceWait:=True) + "如果网络环境不佳,登录网页可能一直加载不出来,此时请尝试使用 VPN 或加速器,然后再试。", "登录说明", "开始", ForceWait:=True) OpenWebsite(FormLoginOAuth.LoginUrl1) Dim Result As String = MyMsgBoxInput("", New ObjectModel.Collection(Of Validate) From {New ValidateRegex("(?<=code\=)[^&]+", "返回网址应以 https://login.live.com/oauth20_desktop.srf?code= 开头")}, "https://login.live.com/oauth20_desktop.srf?code=XXXXXX", "输入登录返回码", "确定", "取消") If Result Is Nothing Then @@ -769,12 +778,14 @@ LoginFinish: Else Return RegexSeek(Result, "(?<=code\=)[^&]+") End If + Hint("网页登录已完成,你现在可以关闭浏览器上的那个网页了", HintType.Finish) Else 'Windows 10 登录 Dim ReturnCode As String = Nothing Dim ReturnEx As Exception = Nothing Dim IsFinished As LoadState = LoadState.Loading Dim LoginForm As FormLoginOAuth = Nothing + Dim IsSwitchToSystemBrowser As Boolean = False RunInUi(Sub() Try LoginForm = New FormLoginOAuth @@ -783,7 +794,10 @@ LoginFinish: ReturnCode = Code IsFinished = LoadState.Finished End Sub - AddHandler LoginForm.OnLoginCanceled, Sub() IsFinished = LoadState.Aborted + AddHandler LoginForm.OnLoginCanceled, Sub(IsSwitch As Boolean) + IsFinished = LoadState.Aborted + IsSwitchToSystemBrowser = IsSwitch + End Sub Catch ex As Exception ReturnEx = ex IsFinished = LoadState.Failed @@ -797,6 +811,9 @@ LoginFinish: Return ReturnCode ElseIf IsFinished = LoadState.Failed Then Throw ReturnEx + ElseIf IsSwitchToSystemBrowser Then + McLaunchLog("微软登录在步骤 1 要求切换到系统浏览器") + GoTo SystemBrowser Else McLaunchLog("微软登录已在步骤 1 被取消") Throw New ThreadInterruptedException("$$") @@ -982,7 +999,7 @@ LoginFinish: #Region "Java 处理" Private McLaunchJavaSelected As JavaEntry = Nothing - Private Sub McLaunchJavaValidate() + Private Sub McLaunchJavaValidate(Task As LoaderTask(Of Integer, List(Of NetFile))) Dim MinVer As New Version(0, 0, 0, 0), MaxVer As New Version(999, 999, 999, 999) 'MC 大版本检测 @@ -1028,6 +1045,7 @@ LoginFinish: '选择 Java McLaunchLog("Java 版本需求:最低 " & MinVer.ToString & ",最高 " & MaxVer.ToString) McLaunchJavaSelected = JavaSelect(MinVer, MaxVer, McVersionCurrent) + If Task.IsAborted Then Exit Sub '中断加载会导致 JavaSelect 异常地返回空值,误判找不到 Java If McLaunchJavaSelected IsNot Nothing Then McLaunchLog("选择的 Java:" & McLaunchJavaSelected.ToString) Exit Sub @@ -1151,6 +1169,14 @@ LoginFinish: " -Dauthlibinjector.yggdrasil.prefetched=" & Convert.ToBase64String(Encoding.UTF8.GetBytes(Response))) End If + '添加 Java Wrapper 作为主 Jar + Dim WrapperPath As String = PathAppdata & "JavaWrapper.jar" + If Not File.Exists(WrapperPath) Then + WriteFile(WrapperPath, GetResources("JavaWrapper")) + McLaunchLog("已自动释放 Java Wrapper") + End If + DataList.Add("-jar """ & WrapperPath & """") + '添加 MainClass If Version.JsonObject("mainClass") Is Nothing Then Throw New Exception("版本 Json 中没有 mainClass 项!") @@ -1232,6 +1258,14 @@ NextVersion: '去重 Dim Result As String = Join(ArrayNoDouble(DeDuplicateDataList), " ") + '添加 Java Wrapper 作为主 Jar + Dim WrapperPath As String = PathAppdata & "JavaWrapper.jar" + If Not File.Exists(WrapperPath) Then + WriteFile(WrapperPath, GetResources("JavaWrapper")) + McLaunchLog("已自动释放 Java Wrapper") + End If + Result += " -jar """ & WrapperPath & """" + '添加 MainClass If Version.JsonObject("mainClass") Is Nothing Then Throw New Exception("版本 Json 中没有 mainClass 项!") @@ -1251,18 +1285,21 @@ NextVersion: If Not BasicString.Contains("--height") Then BasicString += " --height ${resolution_height} --width ${resolution_width}" DataList.Add(BasicString) - McLaunchArgumentsGameOld = Join(DataList, " ") + '添加 Wrapper 导出参数 + DataList.Add("--add-exports cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher=ALL-UNNAMED") + + Dim Result As String = Join(DataList, " ") '特别改变 OptiFineTweaker If (Version.Version.HasForge OrElse Version.Version.HasLiteLoader) AndAlso Version.Version.HasOptiFine Then '把 OptiFineForgeTweaker 放在最后,不然会导致崩溃! - If McLaunchArgumentsGameOld.Contains("--tweakClass optifine.OptiFineForgeTweaker") Then - Log("[Launch] 发现正确的 OptiFineForge TweakClass,目前参数:" & McLaunchArgumentsGameOld) - McLaunchArgumentsGameOld = McLaunchArgumentsGameOld.Replace(" --tweakClass optifine.OptiFineForgeTweaker", "").Replace("--tweakClass optifine.OptiFineForgeTweaker ", "") & " --tweakClass optifine.OptiFineForgeTweaker" + If Result.Contains("--tweakClass optifine.OptiFineForgeTweaker") Then + Log("[Launch] 发现正确的 OptiFineForge TweakClass,目前参数:" & Result) + Result = Result.Replace(" --tweakClass optifine.OptiFineForgeTweaker", "").Replace("--tweakClass optifine.OptiFineForgeTweaker ", "") & " --tweakClass optifine.OptiFineForgeTweaker" End If - If McLaunchArgumentsGameOld.Contains("--tweakClass optifine.OptiFineTweaker") Then - Log("[Launch] 发现错误的 OptiFineForge TweakClass,目前参数:" & McLaunchArgumentsGameOld) - McLaunchArgumentsGameOld = McLaunchArgumentsGameOld.Replace(" --tweakClass optifine.OptiFineTweaker", "").Replace("--tweakClass optifine.OptiFineTweaker ", "") & " --tweakClass optifine.OptiFineForgeTweaker" + If Result.Contains("--tweakClass optifine.OptiFineTweaker") Then + Log("[Launch] 发现错误的 OptiFineForge TweakClass,目前参数:" & Result) + Result = Result.Replace(" --tweakClass optifine.OptiFineTweaker", "").Replace("--tweakClass optifine.OptiFineTweaker ", "") & " --tweakClass optifine.OptiFineForgeTweaker" Try WriteFile(Version.Path & Version.Name & ".json", ReadFile(Version.Path & Version.Name & ".json").Replace("optifine.OptiFineTweaker", "optifine.OptiFineForgeTweaker")) Catch ex As Exception @@ -1270,6 +1307,8 @@ NextVersion: End Try End If End If + + Return Result End Function Private Function McLaunchArgumentsGameNew(Version As McVersion) As String Dim DataList As New List(Of String) @@ -1302,6 +1341,9 @@ NextVersion: GoTo NextVersion End If + '添加 Wrapper 导出参数 + DataList.Add("--add-exports cpw.mods.bootstraplauncher/cpw.mods.bootstraplauncher=ALL-UNNAMED") + '将 "-XXX" 与后面 "XXX" 合并到一起 '如果不进行合并 Impact 会启动无效,它有两个 --tweakclass Dim DeDuplicateDataList As New List(Of String) diff --git a/Plain Craft Launcher 2/Modules/Minecraft/ModMinecraft.vb b/Plain Craft Launcher 2/Modules/Minecraft/ModMinecraft.vb index bd77ab2c..5ceb23fc 100644 --- a/Plain Craft Launcher 2/Modules/Minecraft/ModMinecraft.vb +++ b/Plain Craft Launcher 2/Modules/Minecraft/ModMinecraft.vb @@ -225,7 +225,7 @@ Public Module ModMinecraft JavaSearchFolder(Disk.Name, JavaPreList, False) Next '查找 APPDATA 文件夹中的 Java - JavaSearchFolder(PathAppdata, JavaPreList, False) + JavaSearchFolder(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), JavaPreList, False) '查找启动器目录中的 Java JavaSearchFolder(Path, JavaPreList, False, IsFullSearch:=True) '查找所选 Minecraft 文件夹中的 Java @@ -404,7 +404,7 @@ Wait: Log(ex, "遍历查找 Java 时出错(" & OriginalPath.FullName & ")") End Try End Sub - Public PathAppdata As String = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\" + Public PathAppdata As String = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\PCL\" '获取 @@ -1075,7 +1075,7 @@ VersionSearchFinish: Public Property JsonText As String Get If _JsonText Is Nothing Then - If Not File.Exists(Path & Name & ".json") Then Throw New Exception("未找到版本 Json 文件") + If Not File.Exists(Path & Name & ".json") Then Throw New Exception("未找到版本 Json 文件:" & Path & Name & ".json") _JsonText = ReadFile(Path & Name & ".json") '如果 ReadFile 失败会返回空字符串;这可能是由于文件被临时占用,故延时后重试 If _JsonText.Length = 0 Then @@ -1264,7 +1264,7 @@ Recheck: Try Dim JsonObjCheck = JsonObject Catch ex As Exception - Log(ex, "版本 Json 可用性检查失败(" & Name & ")") + Log(ex, "版本 Json 可用性检查失败(" & Path & ")") JsonText = "" JsonObject = Nothing Info = ex.Message diff --git a/Plain Craft Launcher 2/Modules/Minecraft/ModModpack.vb b/Plain Craft Launcher 2/Modules/Minecraft/ModModpack.vb index 5b71a335..81908d91 100644 --- a/Plain Craft Launcher 2/Modules/Minecraft/ModModpack.vb +++ b/Plain Craft Launcher 2/Modules/Minecraft/ModModpack.vb @@ -20,7 +20,7 @@ '获取整合包种类与关键 Json Dim PackType As Integer = -1 Try - Archive = New Compression.ZipArchive(New FileStream(File, FileMode.Open)) + Archive = New Compression.ZipArchive(New FileStream(File, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) '从根目录判断整合包类型 If Archive.GetEntry("mcbbs.packmeta") IsNot Nothing Then PackType = 3 : Exit Try 'MCBBS 整合包(优先于 manifest.json 判断) If Archive.GetEntry("manifest.json") IsNot Nothing Then @@ -54,7 +54,10 @@ If FullNames(1) = "mmc-pack.json" Then PackType = 2 : Exit Try 'MMC 整合包 Next Catch ex As Exception - If File.ToLower.EndsWith(".rar") Then + If GetString(ex, False, True).Contains("Error.WinIOError") Then + Log(ex, "打开整合包文件失败", If(ShowHint, LogLevel.Hint, LogLevel.Normal)) + Return False + ElseIf File.ToLower.EndsWith(".rar") Then Log(ex, "PCL2 无法处理 rar 格式的压缩包,请在解压后重新压缩为 zip 格式再试", If(ShowHint, LogLevel.Hint, LogLevel.Normal)) Return False Else @@ -198,20 +201,20 @@ Retry: Dim OverrideHome As String = If(Json("overrides"), "") If OverrideHome <> "" Then InstallLoaders.Add(New LoaderTask(Of String, Integer)("解压整合包文件", - Sub(Task As LoaderTask(Of String, Integer)) - UnpackFiles(InstallTemp, FileAddress) - Task.Progress = 0.5 - '复制结果 - If Directory.Exists(InstallTemp & ArchiveBaseFolder & OverrideHome) Then - My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & OverrideHome, PathMcFolder & "versions\" & VersionName) - Else - Log("[ModPack] 整合包中未找到 override 目录,已跳过") - End If - Task.Progress = 0.9 - '开启版本隔离 - WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) - End Sub) With { - .ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s + Sub(Task As LoaderTask(Of String, Integer)) + UnpackFiles(InstallTemp, FileAddress) + Task.Progress = 0.5 + '复制结果 + If Directory.Exists(InstallTemp & ArchiveBaseFolder & OverrideHome) Then + My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & OverrideHome, PathMcFolder & "versions\" & VersionName) + Else + Log("[ModPack] 整合包中未找到 override 目录,已跳过") + End If + Task.Progress = 0.9 + '开启版本隔离 + WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) + End Sub) With { + .ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s End If '获取 Mod 列表 Dim ModFileList As New List(Of Integer) @@ -225,26 +228,25 @@ Retry: Next If ModFileList.Count > 0 Then '获取 Mod 下载信息 - InstallLoaders.Add(New LoaderTask(Of Integer, JArray)( - "获取 Mod 下载信息", - Sub(Task As LoaderTask(Of Integer, JArray)) - Task.Output = GetJson(NetRequestRetry("https://api.curseforge.com/v1/mods/files", "POST", "{""fileIds"": [" & Join(ModFileList, ",") & "]}", "application/json"))("data") - '如果文件已被删除,则 API 会跳过那一项 - If ModFileList.Count > Task.Output.Count Then Throw New Exception("整合包所需要的部分 Mod 版本已被 Mod 作者删除,因此无法完成整合包安装,请联系整合包作者更新整合包中的 Mod 版本") - End Sub) With {.ProgressWeight = ModFileList.Count / 10}) '每 10 Mod 需要 1s + InstallLoaders.Add(New LoaderTask(Of Integer, JArray)("获取 Mod 下载信息", + Sub(Task As LoaderTask(Of Integer, JArray)) + Task.Output = GetJson(NetRequestRetry("https://api.curseforge.com/v1/mods/files", "POST", "{""fileIds"": [" & Join(ModFileList, ",") & "]}", "application/json"))("data") + '如果文件已被删除,则 API 会跳过那一项 + If ModFileList.Count > Task.Output.Count Then Throw New Exception("整合包所需要的部分 Mod 版本已被 Mod 作者删除,因此无法完成整合包安装,请联系整合包作者更新整合包中的 Mod 版本") + End Sub) With {.ProgressWeight = ModFileList.Count / 10}) '每 10 Mod 需要 1s '构造 NetFile InstallLoaders.Add(New LoaderTask(Of JArray, List(Of NetFile))("构造 Mod 下载信息", - Sub(Task As LoaderTask(Of JArray, List(Of NetFile))) - Dim FileList As New Dictionary(Of Integer, NetFile) - For Each ModJson In Task.Input - '跳过重复的 Mod(疑似 CurseForge Bug) - If FileList.ContainsKey(ModJson("id").ToObject(Of Integer)) Then Continue For - '实际的添加 - FileList.Add(ModJson("id"), New DlCfFile(ModJson, False).GetDownloadFile(PathMcFolder & "versions\" & VersionName & "\mods\", False)) - Task.Progress += 1 / (1 + ModFileList.Count) - Next - Task.Output = FileList.Values.ToList - End Sub) With {.ProgressWeight = ModFileList.Count / 200, .Show = False}) '每 200 Mod 需要 1s + Sub(Task As LoaderTask(Of JArray, List(Of NetFile))) + Dim FileList As New Dictionary(Of Integer, NetFile) + For Each ModJson In Task.Input + '跳过重复的 Mod(疑似 CurseForge Bug) + If FileList.ContainsKey(ModJson("id").ToObject(Of Integer)) Then Continue For + '实际的添加 + FileList.Add(ModJson("id"), New DlCfFile(ModJson, False).GetDownloadFile(PathMcFolder & "versions\" & VersionName & "\mods\", False)) + Task.Progress += 1 / (1 + ModFileList.Count) + Next + Task.Output = FileList.Values.ToList + End Sub) With {.ProgressWeight = ModFileList.Count / 200, .Show = False}) '每 200 Mod 需要 1s '下载 Mod 文件 InstallLoaders.Add(New LoaderDownload("下载 Mod", New List(Of NetFile)) With {.ProgressWeight = ModFileList.Count * 1.5}) '每个 Mod 需要 1.5s End If @@ -342,19 +344,19 @@ Retry: Dim InstallTemp As String = PathTemp & "PackInstall\" & RandomInteger(0, 100000) & "\" Dim InstallLoaders As New List(Of LoaderBase) InstallLoaders.Add(New LoaderTask(Of String, Integer)("解压整合包文件", - Sub(Task As LoaderTask(Of String, Integer)) - UnpackFiles(InstallTemp, FileAddress) - Task.Progress = 0.5 - '复制结果 - If Directory.Exists(InstallTemp & ArchiveBaseFolder & "minecraft") Then - My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & "minecraft", PathMcFolder & "versions\" & VersionName) - Else - Log("[ModPack] 整合包中未找到 minecraft override 目录,已跳过") - End If - Task.Progress = 0.9 - '开启版本隔离 - WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) - End Sub) With {.ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s + Sub(Task As LoaderTask(Of String, Integer)) + UnpackFiles(InstallTemp, FileAddress) + Task.Progress = 0.5 + '复制结果 + If Directory.Exists(InstallTemp & ArchiveBaseFolder & "minecraft") Then + My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & "minecraft", PathMcFolder & "versions\" & VersionName) + Else + Log("[ModPack] 整合包中未找到 minecraft override 目录,已跳过") + End If + Task.Progress = 0.9 + '开启版本隔离 + WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) + End Sub) With {.ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s '构造加载器 If Json("gameVersion") Is Nothing Then Throw New Exception("整合包未提供游戏版本信息") Dim Request As New McInstallRequest With { @@ -374,19 +376,19 @@ Retry: '构造 Libraries 加载器(为了使得 Mods 下载结束后再构造,这样才会下载 JumpLoader 文件) Dim LoadersLib As New List(Of LoaderBase) LoadersLib.Add(New LoaderTask(Of String, String)("重命名版本 Json(副加载器)", - Sub() - Dim RealFileName As String = PathMcFolder & "versions\" & VersionName & "\" & VersionName & ".json" - Dim OldFileName As String = PathMcFolder & "versions\" & VersionName & "\pack.json" - If File.Exists(OldFileName) Then - '修改 id - Dim FileJson = GetJson(ReadFile(OldFileName)) - FileJson("id") = VersionName - '替换文件 - File.Delete(OldFileName) - WriteFile(RealFileName, FileJson.ToString) - Log("[ModPack] 已重命名版本 Json:" & RealFileName) - End If - End Sub) With {.ProgressWeight = 0.1, .Show = False}) + Sub() + Dim RealFileName As String = PathMcFolder & "versions\" & VersionName & "\" & VersionName & ".json" + Dim OldFileName As String = PathMcFolder & "versions\" & VersionName & "\pack.json" + If File.Exists(OldFileName) Then + '修改 id + Dim FileJson = GetJson(ReadFile(OldFileName)) + FileJson("id") = VersionName + '替换文件 + File.Delete(OldFileName) + WriteFile(RealFileName, FileJson.ToString) + Log("[ModPack] 已重命名版本 Json:" & RealFileName) + End If + End Sub) With {.ProgressWeight = 0.1, .Show = False}) LoadersLib.Add(New LoaderTask(Of String, List(Of NetFile))("分析游戏支持库文件(副加载器)", Sub(Task As LoaderTask(Of String, List(Of NetFile))) Task.Output = McLibFix(New McVersion(VersionName))) With {.ProgressWeight = 1, .Show = False}) LoadersLib.Add(New LoaderDownload("下载游戏支持库文件(副加载器)", New List(Of NetFile)) With {.ProgressWeight = 7, .Show = False}) '构造总加载器 @@ -438,19 +440,19 @@ Retry: Dim InstallTemp As String = PathTemp & "PackInstall\" & RandomInteger(0, 100000) & "\" Dim InstallLoaders As New List(Of LoaderBase) InstallLoaders.Add(New LoaderTask(Of String, Integer)("解压整合包文件", - Sub(Task As LoaderTask(Of String, Integer)) - UnpackFiles(InstallTemp, FileAddress) - Task.Progress = 0.5 - '复制结果 - If Directory.Exists(InstallTemp & ArchiveBaseFolder & ".minecraft") Then - My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & ".minecraft", PathMcFolder & "versions\" & VersionName) - Else - Log("[ModPack] 整合包中未找到 override .minecraft 目录,已跳过") - End If - Task.Progress = 0.9 - '开启版本隔离 - WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) - End Sub) With {.ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s + Sub(Task As LoaderTask(Of String, Integer)) + UnpackFiles(InstallTemp, FileAddress) + Task.Progress = 0.5 + '复制结果 + If Directory.Exists(InstallTemp & ArchiveBaseFolder & ".minecraft") Then + My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & ".minecraft", PathMcFolder & "versions\" & VersionName) + Else + Log("[ModPack] 整合包中未找到 override .minecraft 目录,已跳过") + End If + Task.Progress = 0.9 + '开启版本隔离 + WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) + End Sub) With {.ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s '构造版本安装请求 If PackJson("components") Is Nothing Then Throw New Exception("整合包未提供游戏版本信息") Dim Request As New McInstallRequest With {.TargetVersionName = VersionName} @@ -526,19 +528,19 @@ Retry: Dim InstallTemp As String = PathTemp & "PackInstall\" & RandomInteger(0, 100000) & "\" Dim InstallLoaders As New List(Of LoaderBase) InstallLoaders.Add(New LoaderTask(Of String, Integer)("解压整合包文件", - Sub(Task As LoaderTask(Of String, Integer)) - UnpackFiles(InstallTemp, FileAddress) - Task.Progress = 0.5 - '复制结果 - If Directory.Exists(InstallTemp & ArchiveBaseFolder & "overrides") Then - My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & "overrides", PathMcFolder & "versions\" & VersionName) - Else - Log("[ModPack] 整合包中未找到 overrides 目录,已跳过") - End If - Task.Progress = 0.9 - '开启版本隔离 - WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) - End Sub) With {.ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s + Sub(Task As LoaderTask(Of String, Integer)) + UnpackFiles(InstallTemp, FileAddress) + Task.Progress = 0.5 + '复制结果 + If Directory.Exists(InstallTemp & ArchiveBaseFolder & "overrides") Then + My.Computer.FileSystem.CopyDirectory(InstallTemp & ArchiveBaseFolder & "overrides", PathMcFolder & "versions\" & VersionName) + Else + Log("[ModPack] 整合包中未找到 overrides 目录,已跳过") + End If + Task.Progress = 0.9 + '开启版本隔离 + WriteIni(PathMcFolder & "versions\" & VersionName & "\PCL\Setup.ini", "VersionArgumentIndie", 1) + End Sub) With {.ProgressWeight = New FileInfo(FileAddress).Length / 1024 / 1024 / 6, .Block = False}) '每 6M 需要 1s '构造加载器 If Json("addons") Is Nothing Then Throw New Exception("整合包未提供游戏版本信息") Dim Addons As New Dictionary(Of String, String) diff --git a/Plain Craft Launcher 2/My Project/AssemblyInfo.vb b/Plain Craft Launcher 2/My Project/AssemblyInfo.vb index 450a0b8d..be4c9424 100644 --- a/Plain Craft Launcher 2/My Project/AssemblyInfo.vb +++ b/Plain Craft Launcher 2/My Project/AssemblyInfo.vb @@ -51,6 +51,6 @@ Imports System.Runtime.InteropServices ' 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 ' 方法是按如下所示使用“*” - - + + diff --git a/Plain Craft Launcher 2/My Project/Resources.Designer.vb b/Plain Craft Launcher 2/My Project/Resources.Designer.vb index efcc3956..ab2984a1 100644 --- a/Plain Craft Launcher 2/My Project/Resources.Designer.vb +++ b/Plain Craft Launcher 2/My Project/Resources.Designer.vb @@ -100,6 +100,16 @@ Namespace My.Resources End Get End Property + ''' + ''' 查找 System.Byte[] 类型的本地化资源。 + ''' + Friend ReadOnly Property JavaWrapper() As Byte() + Get + Dim obj As Object = ResourceManager.GetObject("JavaWrapper", resourceCulture) + Return CType(obj,Byte()) + End Get + End Property + ''' ''' 查找 System.Byte[] 类型的本地化资源。 ''' diff --git a/Plain Craft Launcher 2/My Project/Resources.resx b/Plain Craft Launcher 2/My Project/Resources.resx index ccad3022..1f4dccf9 100644 --- a/Plain Craft Launcher 2/My Project/Resources.resx +++ b/Plain Craft Launcher 2/My Project/Resources.resx @@ -130,6 +130,9 @@ ..\Resources\Help.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\java-wrapper.jar;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ..\Resources\Newtonsoft.Json.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 diff --git a/Plain Craft Launcher 2/Pages/PageDownload/ModDownloadLib.vb b/Plain Craft Launcher 2/Pages/PageDownload/ModDownloadLib.vb index e1b2ddfc..d97e08d7 100644 --- a/Plain Craft Launcher 2/Pages/PageDownload/ModDownloadLib.vb +++ b/Plain Craft Launcher 2/Pages/PageDownload/ModDownloadLib.vb @@ -119,7 +119,10 @@ Public Module ModDownloadLib '下载支持库文件 Dim LoadersLib As New List(Of LoaderBase) LoadersLib.Add(New LoaderTask(Of String, List(Of NetFile))("分析原版支持库文件(副加载器)", - Sub(Task As LoaderTask(Of String, List(Of NetFile))) Task.Output = McLibFix(New McVersion(VersionFolder))) With {.ProgressWeight = 1, .Show = False}) + Sub(Task As LoaderTask(Of String, List(Of NetFile))) + Log("[Download] 开始分析原版支持库文件:" & VersionFolder) + Task.Output = McLibFix(New McVersion(VersionFolder)) + End Sub) With {.ProgressWeight = 1, .Show = False}) LoadersLib.Add(New LoaderDownload("下载原版支持库文件(副加载器)", New List(Of NetFile)) With {.ProgressWeight = 13, .Show = False}) Loaders.Add(New LoaderCombo(Of String)(McDownloadClientLibName, LoadersLib) With {.Block = False, .ProgressWeight = 14}) @@ -518,19 +521,14 @@ Public Module ModDownloadLib Next '拷贝原版文件 If IsCustomFolder Then - Try - Dim ClientName As String = New DirectoryInfo(ClientDownloadLoader.Input).Name - Directory.CreateDirectory(McFolder & "versions\" & DownloadInfo.Inherit) - If Not File.Exists(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".json") Then - File.Copy(ClientDownloadLoader.Input & ClientName & ".json", McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".json") - End If - If Not File.Exists(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar") Then - File.Copy(ClientDownloadLoader.Input & ClientName & ".jar", McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar") - End If - Catch ex As Exception - 'OptiFine 与 Forge 同时开始复制偶尔会导致冲突出错 - Log(ex, "安装 OptiFine 拷贝原版文件时出错") - End Try + Dim ClientName As String = New DirectoryInfo(ClientDownloadLoader.Input).Name + Directory.CreateDirectory(McFolder & "versions\" & DownloadInfo.Inherit) + If Not File.Exists(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".json") Then + CopyFile(ClientDownloadLoader.Input & ClientName & ".json", McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".json") + End If + If Not File.Exists(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar") Then + CopyFile(ClientDownloadLoader.Input & ClientName & ".jar", McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar") + End If End If End Sub) With {.ProgressWeight = 0.1, .Show = False}) @@ -548,9 +546,9 @@ Public Module ModDownloadLib End If My.Computer.FileSystem.CreateDirectory(BaseMcFolder & "versions\" & DownloadInfo.Inherit & "\") McFolderLauncherProfilesJsonCreate(BaseMcFolder) - File.Copy(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".json", + CopyFile(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".json", BaseMcFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".json") - File.Copy(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar", + CopyFile(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar", BaseMcFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar") Task.Progress = 0.06 '进行安装 @@ -577,7 +575,7 @@ Public Module ModDownloadLib Task.Progress = 0.1 '复制 Jar 文件 If File.Exists(VersionFolder & Id & ".jar") Then File.Delete(VersionFolder & Id & ".jar") - File.Copy(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar", VersionFolder & Id & ".jar") + CopyFile(McFolder & "versions\" & DownloadInfo.Inherit & "\" & DownloadInfo.Inherit & ".jar", VersionFolder & Id & ".jar") Task.Progress = 0.7 '建立 Json 文件 Dim InheritVersion As New McVersion(McFolder & "versions\" & DownloadInfo.Inherit) @@ -1314,7 +1312,7 @@ Public Module ModDownloadLib Dim RealPath As String = LibFile.LocalPath.Replace(PathMcFolder, McFolder) If Not File.Exists(RealPath) Then Directory.CreateDirectory(IO.Path.GetDirectoryName(RealPath)) - File.Copy(LibFile.LocalPath, RealPath) + CopyFile(LibFile.LocalPath, RealPath) End If If ModeDebug Then Log("[Download] 复制的 Forge 支持库文件:" & LibFile.LocalPath) Next @@ -1331,19 +1329,14 @@ Public Module ModDownloadLib Next '拷贝原版文件 If IsCustomFolder Then - Try - Dim ClientName As String = New DirectoryInfo(ClientDownloadLoader.Input).Name - Directory.CreateDirectory(McFolder & "versions\" & Inherit) - If Not File.Exists(McFolder & "versions\" & Inherit & "\" & Inherit & ".json") Then - File.Copy(ClientDownloadLoader.Input & ClientName & ".json", McFolder & "versions\" & Inherit & "\" & Inherit & ".json") - End If - If Not File.Exists(McFolder & "versions\" & Inherit & "\" & Inherit & ".jar") Then - File.Copy(ClientDownloadLoader.Input & ClientName & ".jar", McFolder & "versions\" & Inherit & "\" & Inherit & ".jar") - End If - Catch ex As Exception - 'OptiFine 与 Forge 同时开始复制偶尔会导致冲突出错 - Log(ex, "安装 Forge 拷贝原版文件时出错") - End Try + Dim ClientName As String = New DirectoryInfo(ClientDownloadLoader.Input).Name + Directory.CreateDirectory(McFolder & "versions\" & Inherit) + If Not File.Exists(McFolder & "versions\" & Inherit & "\" & Inherit & ".json") Then + CopyFile(ClientDownloadLoader.Input & ClientName & ".json", McFolder & "versions\" & Inherit & "\" & Inherit & ".json") + End If + If Not File.Exists(McFolder & "versions\" & Inherit & "\" & Inherit & ".jar") Then + CopyFile(ClientDownloadLoader.Input & ClientName & ".jar", McFolder & "versions\" & Inherit & "\" & Inherit & ".jar") + End If End If #End Region End Sub) With {.ProgressWeight = 0.1, .Show = False}) @@ -1352,15 +1345,15 @@ Public Module ModDownloadLib Dim Installer As ZipArchive = Nothing Try Log("[Download] 开始进行新版方式 Forge 安装:" & InstallerAddress) + '记录当前文件夹列表(在新建目标文件夹之前) + Dim OldList = New DirectoryInfo(McFolder & "versions\").EnumerateDirectories.Select(Function(Info As DirectoryInfo) As String + Return Info.FullName + End Function).ToList() '解压并获取信息 Installer = New ZipArchive(New FileStream(InstallerAddress, FileMode.Open)) Dim Json As JObject = GetJson(ReadFile(Installer.GetEntry("install_profile.json").Open)) '新建目标版本文件夹 Directory.CreateDirectory(VersionFolder) - '记录当前文件夹列表 - Dim OldList = New DirectoryInfo(McFolder & "versions\").EnumerateDirectories.Select(Function(Info As DirectoryInfo) As String - Return Info.FullName - End Function).ToList() Task.Progress = 0.04 '释放 launcher_installer.json McFolderLauncherProfilesJsonCreate(McFolder) @@ -1375,22 +1368,25 @@ Public Module ModDownloadLib Dim DeltaList = New DirectoryInfo(McFolder & "versions\").EnumerateDirectories.SkipWhile(Function(Info As DirectoryInfo) As Boolean Return OldList.Contains(Info.FullName) End Function).ToList() + If DeltaList.Count > 1 Then '它可能和 OptiFine 安装同时运行,导致增加的文件不止一个(这导致了 #151) + DeltaList = New List(Of DirectoryInfo) From {DeltaList.Where(Function(l) l.Name.Contains("forge")).First} + End If If DeltaList.Count = 1 Then '如果没有新增文件夹,那么预测的文件夹名就是正确的 - Dim RealFolder As DirectoryInfo = DeltaList(0) - Dim JsonFile As FileInfo = RealFolder.EnumerateFiles.First() - JsonFile.CopyTo(VersionFolder & Id & ".json", True) + Dim JsonFile As FileInfo = DeltaList(0).EnumerateFiles.First() + WriteFile(VersionFolder & Id & ".json", ReadFile(JsonFile.FullName)) End If '新建 mods 文件夹 Directory.CreateDirectory(New McVersion(VersionFolder).GetPathIndie(True) & "mods\") Catch ex As Exception Throw New Exception("安装新 Forge 版本失败", ex) - End Try - '清理文件 - Try - If Installer IsNot Nothing Then Installer.Dispose() - If File.Exists(InstallerAddress) Then My.Computer.FileSystem.DeleteFile(InstallerAddress) - Catch ex As Exception - Log(ex, "安装 Forge 清理文件时出错") + Finally + '清理文件 + Try + If Installer IsNot Nothing Then Installer.Dispose() + If File.Exists(InstallerAddress) Then My.Computer.FileSystem.DeleteFile(InstallerAddress) + Catch ex As Exception + Log(ex, "安装 Forge 清理文件时出错") + End Try End Try End Sub) With {.ProgressWeight = 10}) Else @@ -1437,14 +1433,15 @@ Public Module ModDownloadLib Directory.CreateDirectory(New McVersion(VersionFolder).GetPathIndie(True) & "mods\") Catch ex As Exception Throw New Exception("非新版方式安装 Forge 失败", ex) - End Try - Try - '释放文件 - If Installer IsNot Nothing Then Installer.Dispose() - If File.Exists(InstallerAddress) Then My.Computer.FileSystem.DeleteFile(InstallerAddress) - If Directory.Exists(InstallerAddress & "_unrar\") Then DeleteDirectory(InstallerAddress & "_unrar\") - Catch ex As Exception - Log(ex, "非新版方式安装 Forge 清理文件时出错") + Finally + Try + '清理文件 + If Installer IsNot Nothing Then Installer.Dispose() + If File.Exists(InstallerAddress) Then My.Computer.FileSystem.DeleteFile(InstallerAddress) + If Directory.Exists(InstallerAddress & "_unrar\") Then DeleteDirectory(InstallerAddress & "_unrar\") + Catch ex As Exception + Log(ex, "非新版方式安装 Forge 清理文件时出错") + End Try End Try End Sub) With {.ProgressWeight = 1}) If FixLibrary Then @@ -2115,7 +2112,7 @@ Public Module ModDownloadLib WriteFile(OutputJsonPath, OutputJson.ToString) If MinecraftJar <> OutputJar Then '可能是同一个文件 If File.Exists(OutputJar) Then File.Delete(OutputJar) - File.Copy(MinecraftJar, OutputJar) + CopyFile(MinecraftJar, OutputJar) End If Log("[Download] 版本合并 " & OutputName & " 完成") #End Region diff --git a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadMod.xaml b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadMod.xaml index 05d9aa77..438b94e5 100644 --- a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadMod.xaml +++ b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadMod.xaml @@ -51,6 +51,7 @@ + diff --git a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadPack.xaml b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadPack.xaml index 2ed1c455..2e73cf5a 100644 --- a/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadPack.xaml +++ b/Plain Craft Launcher 2/Pages/PageDownload/PageDownloadPack.xaml @@ -47,6 +47,7 @@ + diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml b/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml index 25317dd9..10e9c84e 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml +++ b/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml @@ -17,11 +17,12 @@ - - - - + + + + diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml.vb b/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml.vb index 02793440..68c8eb69 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageLaunch/FormLoginOAuth.xaml.vb @@ -3,11 +3,11 @@ Public Class FormLoginOAuth Public Event OnLoginSuccess(code As String) - Public Event OnLoginCanceled(IsForceExit As Boolean) + Public Event OnLoginCanceled(IsSwitch As Boolean) '跳转事件 Private IsLoginSuccessed As Boolean = False - Private IsForceExit As Boolean = False + Private IsSwitch As Boolean = False Private Sub Browser_Navigating(sender As WebBrowser, e As NavigatingCancelEventArgs) Handles Browser1.Navigating, Browser2.Navigating, Browser3.Navigating Dim Url As String = e.Uri.AbsoluteUri If ModeDebug Then Log("[Login] 登录浏览器 " & sender.Tag & " 导向:" & Url) @@ -18,7 +18,6 @@ Public Class FormLoginOAuth RaiseEvent OnLoginSuccess(Code) ElseIf Url.Contains("github.") Then Hint("PCL2 不支持使用 GitHub 登录微软账号!", HintType.Critical) - IsForceExit = True Close() End If End Sub @@ -36,6 +35,7 @@ Public Class FormLoginOAuth RunInUi(Sub() sender.Visibility = Visibility.Visible PanLoading.Visibility = Visibility.Collapsed + Log("[Login] 已将登录窗口切换至浏览器") End Sub) End Sub) End Sub @@ -64,15 +64,37 @@ Public Class FormLoginOAuth End Sub) End Sub Private Sub FormLoginOAuth_Closed() Handles Me.Closed - Try - Browser1.Dispose() - Browser2.Dispose() - Browser3.Dispose() - Catch ex As Exception - Log(ex, "释放微软登录浏览器失败") - End Try - If Not IsLoginSuccessed Then RaiseEvent OnLoginCanceled(IsForceExit) + RunInThread(Sub() + Thread.Sleep(1000) '释放会卡一下,所以稍等一下…… + RunInUiWait(Sub() + Try + Browser1.Dispose() + Catch ex As Exception + Log(ex, "释放微软登录浏览器 1 失败") + End Try + End Sub) + Thread.Sleep(200) + RunInUiWait(Sub() + Try + Browser2.Dispose() + Catch ex As Exception + Log(ex, "释放微软登录浏览器 2 失败") + End Try + End Sub) + Thread.Sleep(200) + RunInUiWait(Sub() + Try + Browser3.Dispose() + Catch ex As Exception + Log(ex, "释放微软登录浏览器 3 失败") + End Try + End Sub) + End Sub) + If Not IsLoginSuccessed Then RaiseEvent OnLoginCanceled(IsSwitch) FrmMain.Focus() End Sub - + Private Sub HintSwitch_Click(sender As Object, e As EventArgs) Handles HintSwitch.Click + IsSwitch = True + Close() + End Sub End Class diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/MySkin.xaml.vb b/Plain Craft Launcher 2/Pages/PageLaunch/MySkin.xaml.vb index 6b38dc7d..e5c32719 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/MySkin.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageLaunch/MySkin.xaml.vb @@ -59,7 +59,7 @@ Dim Image As New MyBitmap(Address) Image.Save(FileAddress) Else - File.Copy(Address, FileAddress) + CopyFile(Address, FileAddress) End If Hint("皮肤保存成功!", HintType.Finish) End If @@ -211,7 +211,7 @@ Try Retry: '获取登录信息 - If McLoginMsLoader.State <> LoadState.Finished Then McLoginMsLoader.WaitForExit() '等待登录结束 + If McLoginMsLoader.State <> LoadState.Finished Then McLoginMsLoader.WaitForExit(PageLoginMsSkin.GetLoginData()) If McLoginMsLoader.State <> LoadState.Finished Then Hint("登录失败,无法更改披风!", HintType.Critical) Exit Sub diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml b/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml index 246c05d8..ff0d1eea 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml +++ b/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml @@ -9,20 +9,6 @@ - - - - - - - - - - - - - - diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml.vb b/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml.vb index ae42504a..79989838 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageLaunch/PageLaunchRight.xaml.vb @@ -99,12 +99,10 @@ Init() End Sub - Private Sub BtnMsStart_Click() Handles BtnMsStart.Click - MyMsgBox("在迁移过程中,你可能需要设置你的档案信息。" & vbCrLf & "在输入年龄或生日时,请注意让你的年龄大于 18 岁,否则可能导致无法登录!", "迁移提示", "继续", ForceWait:=True) + Public Shared Sub StartMigration() + MyMsgBox("在迁移过程中,你可能需要设置你的档案信息,此时请注意让年龄大于 18 岁,否则可能导致无法登录!" & vbCrLf & + "在迁移完成后,请在上方选择 微软 登录方式而非 Mojang。", "迁移提示", "继续", ForceWait:=True) OpenWebsite("https://www.minecraft.net/zh-hans/account-security") End Sub - Private Sub BtnMsFaq_Click() Handles BtnMsFaq.Click - OpenWebsite("https://www.mcbbs.net/thread-1252431-1-1.html") - End Sub End Class diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml index 16ce45b5..6e9dc048 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml +++ b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml @@ -6,6 +6,7 @@ xmlns:local="clr-namespace:PCL" mc:Ignorable="d" d:DesignWidth="302.4" Margin="0,0,0,-2"> + @@ -15,10 +16,11 @@ - - - - - - + + + + + + + diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml.vb b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml.vb index ef89ca60..5b968a0f 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojang.xaml.vb @@ -77,5 +77,8 @@ OpenWebsite("https://account.mojang.com/password") End If End Sub + Private Sub HintMigration_Click() Handles HintMigration.MouseLeftButtonUp + PageLaunchRight.StartMigration() + End Sub End Class diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml index 3e570d34..2eb038f6 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml +++ b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml @@ -12,16 +12,18 @@ + - + + - - + + diff --git a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml.vb b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml.vb index c8d84564..a8114517 100644 --- a/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMojangSkin.xaml.vb @@ -110,5 +110,8 @@ End Try End Sub, "Mojang Skin Upload") End Sub + Private Sub HintMigration_Click() Handles HintMigration.MouseLeftButtonUp + PageLaunchRight.StartMigration() + End Sub End Class diff --git a/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml b/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml index a047b56b..fd4b5e73 100644 --- a/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml +++ b/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml @@ -15,13 +15,7 @@ LogoScale="0.98" Logo="M149.883623 873.911618c47.094581 47.094581 101.765247 83.95121 162.783444 109.75085 63.065787 26.618676 130.226755 40.337532 199.230553 40.337532 69.003799 0 136.164767-13.514097 199.230554-40.337532 61.018196-25.79964 115.688862-62.656269 162.783444-109.75085s83.95121-101.765247 109.75085-162.783444c26.618676-63.065787 40.337532-130.226755 40.337532-199.230554 0-69.003799-13.514097-136.164767-40.337532-199.230553-25.79964-61.018196-62.656269-115.688862-109.75085-162.783444-46.889822-46.889822-101.765247-83.95121-162.783444-109.75085C648.062388 13.514097 580.90142 0 511.89762 0s-136.164767 13.514097-199.230553 40.337532c-61.018196 25.79964-115.688862 62.656269-162.783444 109.75085s-83.95121 101.765247-109.75085 162.783444C13.514097 375.732853 0 442.893821 0 511.89762s13.514097 136.164767 40.337532 199.230554c25.594881 61.018196 62.656269 115.688862 109.546091 162.783444zM97.670066 511.89762c0-228.511098 185.921216-414.227554 414.227554-414.227554 228.511098 0 414.227554 185.921216 414.227555 414.227554S740.408718 926.125175 511.89762 926.125175c-228.511098 0-414.227554-185.716457-414.227554-414.227555z M539.130574 244.277544c-8.190362-4.709458-17.609278-7.371326-27.232954-7.371325-9.623675 0-19.042591 2.457109-27.232953 7.371325-16.790242 9.623675-27.232953 27.847231-27.232953 47.299341 0 30.09958 24.366327 54.465907 54.465906 54.465906 30.09958 0 54.465907-24.366327 54.465907-54.465906 0-19.45211-10.442711-37.470906-27.232953-47.299341zM566.363527 732.218356v-284.615077c0-30.09958-24.366327-54.465907-54.465907-54.465906-30.09958 0-54.465907 24.366327-54.465906 54.465906v284.615077c0 30.09958 24.366327 54.465907 54.465906 54.465907 30.09958 0 54.465907-24.366327 54.465907-54.465907z" /> - - - - - - - + diff --git a/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml.vb b/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml.vb index 976227b3..9ada0d9e 100644 --- a/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageOther/PageOtherLeft.xaml.vb @@ -6,7 +6,6 @@ '是否处于隐藏的子页面 Dim IsHiddenPage As Boolean = False If ItemHelp.Checked AndAlso Setup.Get("UiHiddenOtherHelp") Then IsHiddenPage = True - If ItemFeedback.Checked AndAlso Setup.Get("UiHiddenOtherFeedback") Then IsHiddenPage = True If ItemAbout.Checked AndAlso Setup.Get("UiHiddenOtherAbout") Then IsHiddenPage = True If ItemTest.Checked AndAlso Setup.Get("UiHiddenOtherTest") Then IsHiddenPage = True If PageSetupUI.HiddenForceShow Then IsHiddenPage = False @@ -21,10 +20,8 @@ ItemHelp.SetChecked(True, False, False) ElseIf Not Setup.Get("UiHiddenOtherAbout") Then ItemAbout.SetChecked(True, False, False) - ElseIf Not Setup.Get("UiHiddenOtherTest") Then - ItemTest.SetChecked(True, False, False) Else - ItemFeedback.SetChecked(True, False, False) + ItemTest.SetChecked(True, False, False) End If End Sub Private Sub PageOtherLeft_Unloaded(sender As Object, e As RoutedEventArgs) Handles Me.Unloaded @@ -44,17 +41,15 @@ PageID = FormMain.PageSubType.OtherHelp ElseIf Not Setup.Get("UiHiddenOtherAbout") Then PageID = FormMain.PageSubType.OtherAbout - ElseIf Not Setup.Get("UiHiddenOtherTest") Then - PageID = FormMain.PageSubType.OtherTest Else - PageID = FormMain.PageSubType.OtherFeedback + PageID = FormMain.PageSubType.OtherTest End If End Sub ''' ''' 勾选事件改变页面。 ''' - Private Sub PageCheck(sender As MyListItem, e As RouteEventArgs) Handles ItemAbout.Check, ItemHelp.Check, ItemFeedback.Check, ItemTest.Check + Private Sub PageCheck(sender As MyListItem, e As RouteEventArgs) Handles ItemAbout.Check, ItemHelp.Check, ItemTest.Check '尚未初始化控件属性时,sender.Tag 为 Nothing,会导致切换到页面 0 '若使用 IsLoaded,则会导致模拟点击不被执行(模拟点击切换页面时,控件的 IsLoaded 为 False) If sender.Tag IsNot Nothing Then PageChange(Val(sender.Tag)) @@ -66,9 +61,6 @@ Case FormMain.PageSubType.OtherHelp If FrmOtherHelp Is Nothing Then FrmOtherHelp = New PageOtherHelp Return FrmOtherHelp - Case FormMain.PageSubType.OtherFeedback - If FrmOtherFeedback Is Nothing Then FrmOtherFeedback = New PageOtherFeedback - Return FrmOtherFeedback Case FormMain.PageSubType.OtherAbout If FrmOtherAbout Is Nothing Then FrmOtherAbout = New PageOtherAbout Return FrmOtherAbout @@ -122,13 +114,6 @@ Select Case Val(sender.Tag) Case FormMain.PageSubType.OtherHelp RefreshHelp() - Case FormMain.PageSubType.OtherFeedback - If FrmOtherFeedback IsNot Nothing Then - FrmOtherFeedback.PageLoaderRestart() - FrmOtherFeedback.SearchBox.Text = "" - Else - FeedbackLoader.Start() - End If End Select End Sub Public Shared Sub RefreshHelp() @@ -137,4 +122,9 @@ FrmOtherHelp.SearchBox.Text = "" End Sub + '打开反馈 + Public Shared Sub TryFeedback() Handles ItemFeedback.Click + If CanFeedback(True) Then Feedback(True, False) + End Sub + End Class diff --git a/Plain Craft Launcher 2/Pages/PageSelectLeft.xaml.vb b/Plain Craft Launcher 2/Pages/PageSelectLeft.xaml.vb index 2fd14e53..b231dda8 100644 --- a/Plain Craft Launcher 2/Pages/PageSelectLeft.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageSelectLeft.xaml.vb @@ -162,8 +162,10 @@ If NewFolder.Contains("!") OrElse NewFolder.Contains(";") Then Hint("Minecraft 文件夹路径中不能含有感叹号或分号!", HintType.Critical) : Exit Sub '要求输入显示名称 Dim SplitedNames As String() = NewFolder.TrimEnd("\").Split("\") - Dim NewName As String = MyMsgBoxInput(If(SplitedNames.Last = ".minecraft", If(SplitedNames.Count >= 3, SplitedNames(SplitedNames.Count - 2), ""), SplitedNames.Last), New ObjectModel.Collection(Of Validate) From { - New ValidateNullOrWhiteSpace, New ValidateLength(1, 30), New ValidateExcept({">", "|"}) + Dim DefaultName As String = If(SplitedNames.Last = ".minecraft", If(SplitedNames.Count >= 3, SplitedNames(SplitedNames.Count - 2), ""), SplitedNames.Last) + If DefaultName.Length > 40 Then DefaultName = DefaultName.Substring(0, 39) + Dim NewName As String = MyMsgBoxInput(DefaultName, New ObjectModel.Collection(Of Validate) From { + New ValidateNullOrWhiteSpace, New ValidateLength(1, 40), New ValidateExcept({">", "|"}) },, "输入显示名称",, "取消") If String.IsNullOrWhiteSpace(NewName) Then Exit Sub '添加文件夹 diff --git a/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml b/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml index 3454e736..827e79ec 100644 --- a/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml +++ b/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml @@ -223,7 +223,7 @@ - + diff --git a/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml.vb b/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml.vb index 38a9506c..88835b00 100644 --- a/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageSetup/PageSetupLaunch.xaml.vb @@ -115,7 +115,7 @@ Try '拷贝文件 File.Delete(PathTemp & "CustomSkin.png") - File.Copy(SkinInfo.LocalFile, PathTemp & "CustomSkin.png") + CopyFile(SkinInfo.LocalFile, PathTemp & "CustomSkin.png") '更新设置 Setup.Set("LaunchSkinSlim", SkinInfo.IsSlim) Catch ex As Exception @@ -138,7 +138,7 @@ End If '拷贝文件 File.Delete(PathTemp & "CustomSkin.png") - File.Copy(SkinInfo.LocalFile, PathTemp & "CustomSkin.png") + CopyFile(SkinInfo.LocalFile, PathTemp & "CustomSkin.png") '更新设置 Setup.Set("LaunchSkinSlim", SkinInfo.IsSlim) Catch ex As Exception diff --git a/Plain Craft Launcher 2/Pages/PageSetup/PageSetupSystem.xaml.vb b/Plain Craft Launcher 2/Pages/PageSetup/PageSetupSystem.xaml.vb index 22223a0d..eb1f338a 100644 --- a/Plain Craft Launcher 2/Pages/PageSetup/PageSetupSystem.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageSetup/PageSetupSystem.xaml.vb @@ -183,7 +183,7 @@ Dim Temp As String() Temp = Directory.GetFiles(Path) For Each str As String In Temp - If str = PathTemp & "CustomSkin.png" Then Continue For '不删除自定义皮肤 + If str = PathTemp & "CustomSkin.png" OrElse str = PathTemp & "联机模块.exe" Then Continue For '不删除的文件 Try Dim Info As New FileInfo(str) Dim FileActualSize = Math.Ceiling(Info.Length / 4096) * 4096 diff --git a/Plain Craft Launcher 2/Pages/PageVersion/PageVersionOverall.xaml.vb b/Plain Craft Launcher 2/Pages/PageVersion/PageVersionOverall.xaml.vb index 6b7f2119..b7d7cb64 100644 --- a/Plain Craft Launcher 2/Pages/PageVersion/PageVersionOverall.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageVersion/PageVersionOverall.xaml.vb @@ -254,7 +254,7 @@ End If File.Delete(PageVersionLeft.Version.Path & "PCL\Logo.png") Directory.CreateDirectory(PageVersionLeft.Version.Path & "PCL") '虽然不知道为啥,有时候真没这文件夹 - File.Copy(FileName, PageVersionLeft.Version.Path & "PCL\Logo.png") + CopyFile(FileName, PageVersionLeft.Version.Path & "PCL\Logo.png") Else File.Delete(PageVersionLeft.Version.Path & "PCL\Logo.png") End If diff --git a/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml b/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml index a3454ada..91429367 100644 --- a/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml +++ b/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml @@ -143,7 +143,7 @@ - + @@ -186,7 +186,7 @@ - + diff --git a/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml.vb b/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml.vb index feaa62f5..cd26a456 100644 --- a/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml.vb +++ b/Plain Craft Launcher 2/Pages/PageVersion/PageVersionSetup.xaml.vb @@ -385,11 +385,12 @@ PreFin: OpenWebsite("https://www.mcbbs.net/thread-729821-1-1.html") End Sub - 'Little Skin + 'LittleSkin Private Sub BtnServerAuthLittle_Click(sender As Object, e As EventArgs) Handles BtnServerAuthLittle.Click + If MyMsgBox("即将把第三方登录设置覆盖为自动使用 LittleSkin 登录,是否继续?", "覆盖确认", "确定", "取消") = 2 Then Exit Sub TextServerAuthServer.Text = "https://littleskin.cn/api/yggdrasil" TextServerAuthRegister.Text = "https://littleskin.cn/auth/register" - TextServerAuthName.Text = "Little Skin 登录" + TextServerAuthName.Text = "LittleSkin 登录" End Sub #End Region diff --git a/Plain Craft Launcher 2/Plain Craft Launcher 2.vbproj b/Plain Craft Launcher 2/Plain Craft Launcher 2.vbproj index fd91ac2d..009c46e3 100644 --- a/Plain Craft Launcher 2/Plain Craft Launcher 2.vbproj +++ b/Plain Craft Launcher 2/Plain Craft Launcher 2.vbproj @@ -300,9 +300,6 @@ PageDownloadOptiFine.xaml - - PageOtherFeedback.xaml - PageOtherTest.xaml @@ -552,10 +549,6 @@ Designer MSBuild:Compile - - Designer - MSBuild:Compile - Designer MSBuild:Compile @@ -793,22 +786,22 @@ False + Exclude + True - Exclude - True Assembly False + Exclude + True - Exclude - True Assembly @@ -905,5 +898,8 @@ + + + \ No newline at end of file diff --git a/Plain Craft Launcher 2/Resources/Help.zip b/Plain Craft Launcher 2/Resources/Help.zip index 512fc39a..82b277dd 100644 Binary files a/Plain Craft Launcher 2/Resources/Help.zip and b/Plain Craft Launcher 2/Resources/Help.zip differ diff --git a/Plain Craft Launcher 2/Resources/ModData.json b/Plain Craft Launcher 2/Resources/ModData.json index cb1a48bf..451b8da1 100644 --- a/Plain Craft Launcher 2/Resources/ModData.json +++ b/Plain Craft Launcher 2/Resources/ModData.json @@ -1 +1 @@ -{"minecraft-comes-alive-mca":"100|虚拟人生/凡家物语 (Minecraft Comes Alive)|727273","digimobs":"1000|数码宝贝 (Digimobs)","storage-boats-mod":"1001|存储船 (Storage Boat Mod)|798267","mo-withers":"1002|更多凋灵 (Mo' Withers)","the-autologin-mod-for-authme-server":"1004|自动登录 (AutoLogin)","ROOST":"1005|鸡窝 (Roost)","croparia":"1006|矿石作物/魔种之咏 (Croparia)|1300400","simple-corn":"1007|简单玉米 (Simple Corn)|778746","thaumic-jei":"1008|~","tinkers-construct":"683|匠魂|661201","unicode-font-extension":"1010|Unicode字体扩展 (Unicode Font Extension)|733474","placeable-items":"1011|可放置物品 (Placeable Items)|775353","compendium":"1012|工匠防御 (Tinkers' Compendium (Tinkers' Defense))|686520","stargate-network":"1013|格雷的星门 (Greg's SG Craft)|319182","damage-indicators-mod":"1014|伤害显示 (Damage Indicators)|75581","torohealth-damage-indicators":"1015|伤害显示 (ToroHealth Damage Indicators)|1106212","omni-ocular":"1016|~","wrapup":"1017|~","nuclear-physics":"1018|~","wither-skeleton-tweaks":"1019|凋灵骷髅调整 (Wither Skeleton Tweaks)","heat-and-climate":"1020|热量与气候 (Heat And Climate)","customthings":"1021|自定义物品 (CustomThings)","exgregilo":"1022|格雷矿筛 (ExGregilo)","placebo":"1023|~","plants":"1024|~","chinjufumod":"1026|镇守府 (ChinjufuMod +JapaneseBlock)|776626","track-api":"1027|~","immersive-railroading":"1028|沉浸铁路 (Immersive Railroading)|783016","forge-essentials-74735":"103|~","custom-main-menu":"1030|自定义主菜单 (Custom Main Menu)|769607","wildycraft":"1032|~|526348","my-little-mob-grinder":"1035|小怪物粉碎机 (My Little Mob Grinder)|783333","resource-loader":"1036|资源加载 (Resource Loader)|670173","no-sleeping-allowed":"1037|禁止睡觉 (No Sleeping Allowed)|784121","playersdropheads":"1038|玩家掉落头颅 (PlayersDropHeads)|783991","memory-bar":"1039|~","toxicrain":"1040|有毒的雨 (ToxicRain)|783727","cannibalism":"1043|割肉小刀/同类相食 (Cannibalism)|381013","quick-consume":"1044|快速消耗 (Quick Consume)|784670","planting-dirt-for-saplings":"1045|自动植树机 (Planting dirt for saplings)|784640","custom-crosshair-mod":"1047|自定义准心 (Custom Crosshair Mod)|607354","better-blink":"1048|更好的传送 (Better Blink)|785164","biobomb":"1049|生物炸弹 (BioBomb)|785148","translocators-1-8":"105|转运器 (Translocators)","ender-hopper":"1050|末影漏斗 (Ender Hopper)|784833","mine-souls":"1051|黑魂战斗 (Mine Souls)|683570","radixcore":"1052|~","dlt2":"1053|动态蓄水槽 (Dynamic Liquid Tanks)","familiar-fauna":"1054|熟悉的动物 (Familiar Fauna)|785558","tinkers-tool-leveling":"1056|匠魂工具升级 (Tinkers' Tool Leveling)|646118","arcana-rpg-final-version":"1057|神秘RPG (Arcana RPG)|529452","ingame-info-xml":"1058|游戏信息显示XML版 (InGame Info XML)","craftguide":"106|G键合成表 (CraftGuide)|117634","lovelyrobot":"1060|萌化机器人 (LovelyRobot)|680093","tameable-arachne":"1061|萌化女妖 (Tameable Arachne)|445196","skillable":"1062|~","lunatriuscore":"1063|~","spin-to-win":"1064|旋转剑技 (Spin to Win)","soft-blocks":"1065|柔软方块 (Soft Blocks)|785967","heartblock":"1066|生命方块 (HeartBlock)|786355","spawncontroller":"1067|自定义怪物生成 (SpawnController)|786558","wearable-backpacks":"1068|可穿戴背包 (Wearable Backpacks)|664777","heart-drop":"1069|生命汲取 (Heart Drop)","omlib":"1070|开放式炮台库 (OMLib)","dynamictrees":"1071|动态的树/有活力的树 (Dynamic Trees)|771545","merry-christmas":"1072|圣诞箱子 (Merry Christmas!)|786210","cloud-control":"1073|可控制的云 (Cloud Control)|785903","zombie-ore":"1074|矿石僵尸 (Zombie ore)|786883","meanmobs":"1075|残忍怪物 (MeanMobs)|786377","zyins-hud":"1076|~","rough-tweaks":"1078|难度调整 (Rough Tweaks)","biomes-o-plenty":"108|超多生物群系 (Biomes O' Plenty)|814732","the-disenchanter-mod":"1080|祛魔台 (The Disenchanter)","carry-on":"1081|搬运 (Carry On)","better-than-llamas":"1082|更好看的羊驼 (Better Than Llamas)","dynamic-surroundings-fabric-edition":"1083|动态环境/动态环绕 (Dynamic Surroundings)|813490","alfheim":"1084|亚尔夫海姆 (Alfheim)|809440","mob-battle-mod-fabric":"1085|怪物大乱斗 (Mob Battle Mod)|582695","smooth-font":"1086|平滑字体 (Smooth Font)|781290","dude-wheres-my-blocks":"1087|谁动了我的合成表 (Dude where's my blocks)","reskillable":"1088|~","betteroffhand":"1089|更好的副手 (BetterOffhand)|788841","entity-spring":"1090|实体弹簧 (Entity Spring)|788317","compatskills":"1091|~","avaritia-tweaks":"1092|~","mjrlegendslib":"1093|~","dye-it-yourself":"1094|自动染色 (Dye It Yourself)|789349","piston-expansion":"1095|活塞拓展 (Piston Expansion)|789538","underwater-rails":"1096|水下铁轨 (Underwater Rails)|789443","trebuchet":"1097|~","particlelib":"1098|粒子库 (ParticleLib)","touhou-item-mod":"11|辉夜姬的五难题 (五つの難題MOD+ ~ Touhou Items)|111053","jglrxavpoks-uncrafting-table":"1101|jglrxavpok的拆解台 (jglrxavpok's Uncrafting Table)","rustic":"1102|乡村 (Rustic)","netherutils":"1103|~","bonsai-trees":"1104|盆栽 (Bonsai Trees)|785239","binnies-mods":"472|宾尼的模组合集","misty-world":"1107|朦胧世界 (Misty World)","enhanced-portals-3":"111|增强传送门3 (Enhanced Portals 3)","kathairis-alive":"1110|卡塞瑞斯 (Kathairis/Kether)|865377","manametal":"1111|魔法金属 (ManaMetalMod)|1157795","avaritiaddons":"1112|无尽收容 / 更多空间箱子 (Avaritiaddons)|922743","base":"1113|~","immersive-cables":"1114|沉浸线缆 (Immersive Cables)","better-title-screen":"1116|更好的标题页 (Better Title Screen)|1207672","sound-filters":"1117|声音滤波器 (Sound Filters)","vivecraft-forge-extensions":"1119|~","compact-solars":"112|压缩太阳能阵列 (CompactSolars)|807551","super-sound-muffler":"1120|超级消音器 (Super Sound Muffler)","armorplus":"1121|装备扩充 (ArmorPlus)","inspirations":"1122|灵感 (Inspirations)|940567","tree-growing-simulator":"1123|跳舞树成长 (Tree Growing Simulator)","personal-cars":"1125|~","thermal-innovation":"1126|热力革新 (Thermal Innovation)","bewitchment":"1127|~","better-foliage":"1128|更好的树叶 (Better Foliage)","creative-plus":"1129|创造+ (Creative Plus)","bibliocraft":"113|收藏馆 (BiblioCraft)","just-a-few-fish":"1130|只是一些鱼 (Just a Few Fish)|529165","ynot":"1131|~","serene-seasons":"1132|静谧四季/季节 (Serene Seasons)|849266","realm-of-the-dragons-rotd":"1133|龙之领域 (Realm Of The Dragons)","rockhounding-mod":"1134|地质探秘/岩石狩猎 (RockHounding)","fancy-block-particles":"1135|梦幻方块效果 (Fancy Block Particles)|678541","thaumic-katana":"1136|神秘之日本刀 (Thaumic Katana)","the-aether-ii":"1137|天境二 (The Aether II)|797818","visibleraygenerator":"1138|永久光发电机 (VisibleRay Generator)|785459","mmmmmmmmmmmm":"1139|试验假人 (MmmMmmMmmMmm)|708291","natura":"114|自然 (Natura)","aromabackup":"1140|存档备份 (AromaBackup)","orbis-lib":"1142|~","the-eight-fabled-blades":"1143|八大传说之刃 (The Eight Fabled Blades)|794723","malisisblocks":"1144|~","useful-interior":"1145|有用的内饰 (Useful Interior)|793625","taiga-tinkers-alloying-addon":"1146|匠魂合金附加 (Tinkers Alloying Addon)|670143","version-checker":"1147|模组更新检测 (Version Checker)","planar-artifice":"1148|镜面艺术: 传承 (Planar Artifice: Continuation)","atomic-science":"115|原子科学 (Atomic Science)","Requiem":"1150|安魂曲 (Requiem/Dissolution)|843736","slashblade-in-tfc":"1151|古刀传 (Slash Blade in TFC)|789943","mlp-mythical-creatures":"1152|神话生物 (Mythical Creatures)","metamorph":"1153|变形 (Metamorph)|723273","reactioncraft-3-rebirth":"1154|世界反应3:重置 (Reactioncraft 3: Rebirth)","pewter":"1155|魔法匠魂 (Pewter)","redstone-repository-revolved":"1156|红石军械库重制版 (Redstone Repository Revolved)","spawncommands-spawn-commands-teleport":"1157|传送指令 (Spawn Commands Teleport)|830035","server-properties-for-lan":"1158|简单联机 (Server.Properties for LAN)|781904","jaopcaadditions":"1160|JAOPCA附属 (JAOPCAAdditions)","cloche-call":"1161|~","mouse-tweaks":"1162|鼠标手势 (Mouse Tweaks)|69677","jaopcaagriculture":"1163|JAOPCA神秘农业附属 (JAOPCA Agriculture)","sky-resources":"1164|空岛资源 (Sky Resources)|817623","hexxit-gear":"1165|Hexxit装备 (Hexxit Gear)","magic-clover#t1:other-downloads":"1167|幸运四叶草 (Magic Clover)","inventory-crafting-grid":"1168|背包工作台 (Inventory Crafting Grid)","kleeslabs-fabric":"1169|更好地破坏半砖 (KleeSlabs)","atum":"117|阿图姆:沙漠之旅/亚图姆:金沙之旅 (Atum 2: Return to the Sands)|1207987","opencubicchunks":"1170|~","gregtechce":"1171|格雷科技社区版 (GregTech Community Edition)|818575","blur-fabric":"1172|界面背景模糊 (Blur)","fast-leaf-decay":"1173|树叶快速腐烂 (Fast Leaf Decay)","enable-cheats":"1174|开启作弊模式 (Enable Cheats)|798217","findit":"1175|找到它 (Findit!)|798212","wearable-blocks":"1176|可穿戴的方块 (Wearable Blocks)","swissarmyknife":"1179|瑞士军刀 (SwissArmyKnife)","blockphysics_by_id_miner":"118|方块物理学 (BlockPhysics)","ender-io-addons":"1180|末影接口拓展 (Ender IO Addons)|545556","historicized-medicine":"1181|历史化医学 (Historicized Medicine)","infinity-item-editor":"1182|无尽物品编辑器 (Infinity Item Editor)|791937","extra-rails":"1183|更多功能铁轨 (Extra Rails)|607938","gregtania":"1184|~","origin":"1185|~","minecraft-transport-simulator":"1186|沉浸车辆 (Immersive Vehicles)","chest-transporter":"1187|搬箱器 (Chest Transporter)|467680","i18nupdatemod":"1188|自动汉化更新 (I18nUpdateMod)|805273","realistic-item-drops":"1189|真实物品掉落 (Realistic Item Drops)","pixelmon":"1190|像素精灵宝可梦 重铸 (Pixelmon)|291020","controlling":"1191|键位冲突显示 (Controlling)|713187","simpleleather":"1194|腐肉烧皮革 (SimpleLeather)|660382","sync":"1195|克隆 (Sync)|300110","chiseled-me":"1196|超级变变变 (Chiseled Me)","progressive-automation-early-miner":"1197|进阶自动化 (Progressive Automation)","matmos":"1198|真实环境音效 (MAtmos)","ye-olde-tanks":"1199|水箱 (Ye Olde Tanks)","secretroomsmod":"12|密室 (SecretRooms)","improving-minecraft":"1200|改善的世界 (Improving Minecraft)","wawla":"1201|Wawla高亮显示 (What Are We Looking At)","lightarea":"1202|点亮区域 (LightArea)|806149","stellar-sky":"1204|群星璀璨 (Stellar Sky)|502403","stellar-api":"1205|恒星API (Stellar API)","nei-addons":"1206|NEI扩充 (NEI Addons)","cucumber":"1207|~","hunting-dimension":"1208|狩猎维度 (Hunting Dimension)|800351","runes-of-wizardry":"1209|符文魔法 (Runes-of-Wizardry)","remain-in-motion":"121|运动红石机构 (Redstone in motion)","coffee-workshop":"1211|咖啡工坊 (Coffee Workshop)|808472","in-game-account-switcher":"1212|游戏内账号切换 (In-Game Account Switcher)|1211916","consecration":"1213|圣化 (Consecration)|849160","ignite-hud":"1214|燃点HUD (Ignite HUD)","mrcrayfishs-gun-mod":"1215|MrCrayfish的枪 (MrCrayfish's Gun Mod)","bloodmoon":"1216|血月 (bloodmoon)|904325","obfuscate":"1217|~","runic-dungeons":"1218|符文地牢 (Runic Dungeon)|402813","poop":"1219|屎 (Poop Mod)|610472","slurp":"1220|啜饮 (Slurp)","tough-expansion":"1221|意志坚定:热力附属 (Tough Expansion)","mystical-agradditions":"1222|神秘农业扩展 (Mystical Agradditions)","vanillafix":"1223|原版修复 (VanillaFix)|792493","just-enough-harvestcraft":"1224|更多潘马斯配方查询 (Just Enough HarvestCraft)|725038","charcoal-pit":"1225|~|818165","uncomplication":"1226|IC2exp还原 (Uncomplication)|471928","the-wings-of-alfheim-1-7-10":"1227|亚尔夫海姆之翼 (The Wings of Alfheim)|499629","mubble-forge":"1230|~","libraryex":"1231|MineEx通用库 (LibraryEx)","industrial-wires":"1232|工业线缆 (Industrial Wires)","mystagrad-cloche-compat":"1233|~","waitingtime":"1234|加载页面游戏 (WaitingTime)|774325","dragontech":"1235|龙之科技/龙鳞实验版 (DragonTech/Dragon Scales EX)","gravityfalls-mod":"1237|怪诞小镇 (Gravity Falls)","tfcbotania":"1238|TFC植物魔法 (TFCBotania)","no-recipe-guide":"1239|没有合成指南 (No Recipe Guide)|811530","modular-powersuits":"124|模块化动力套装 (Modular Powersuits)","takumi-craft":"1240|爬行者世界/苦力怕世界 (Takumi Craft)","the-mists-of-riov":"1241|神秘世界 (The Mists of RioV Mod)","nsr-no-respawn-screen":"1243|无重生屏幕 (No Respawn Screen)|793776","more-bees":"1244|蜜蜂拓展 (More Bees)|777452","evilnotchlib":"1245|~","tpalette":"1246|调色板 (TPalette)","career-bees":"1248|职业蜜蜂 (Career Bees)","level-up":"1250|升级!重置 (Level Up!Reloaded)","level-up-legacy":"1251|升级!前版 (Level Up!Legacy)","moar-boats":"1252|模块化船 (Moar Boats)","numina":"1253|模块化动力装甲前置 (Numina)","tinkers-complement":"1254|匠魂补充 (Tinkers' Complement)","everlastingabilities":"1255|永恒能力 (EverlastingAbilities)","abyssalcraft-heads":"1256|深渊国度头颅 (AbyssalCraft Heads)|673330","overlord":"1257|不死者之王 (Overlord)|657071","multifarm-crops":"1258|多功能农场兼容 (Multifarm Crops)","forestry-fermenter-addon":"1259|更多生物质 (Forestry Fermenter Addon)","dakimakura-mod":"1260|抱枕 (Dakimakura Mod)|816801","rift":"1262|~|814764","crop-eating-animals":"1263|动物自动喂食 (Crop-Eating Animals)","refraction":"1264|折射 (Refraction)","librarianlib":"1266|图书馆 (LibrarianLib)","creeper-confetti":"1267|烟花苦力怕 (Creeper Confetti)|775377","funnels":"1268|液体漏斗 (Funnels)","advent-of-ascension-nevermine":"1269|虚无世界|325420","toroquest":"1270|托罗探索 (Toro Quest)|818183","rikmulds-core-mod":"1272|~","just-enough-pattern-banners":"1273|~","primitive-mobs":"1274|远古生物/原始生物 (Primitive Mobs)","realistic-cobwebs":"1275|~","simpleharvest":"1276|简单收获 (Simple Harvest)|1089377","mrcrayfishs-device-mod":"1277|MrCrayfish的设备 (MrCrayfish's Device Mod)|830159","block-armor":"1278|方块盔甲 (Block Armor)","stockpile":"1279|储物桶 (Stockpile)|818298","loot-slash-conquer":"1280|~|805062","candy-world":"1281|糖果世界 (Candy World)|812603","creativecore":"1283|~","instantunify":"1284|瞬间统一 (InstantUnify)|816966","mobdrops":"1286|更多掉落 (MobDrops)","states":"1287|城邦 (States)|819991","modular-machinery":"1288|模块化机械 (Modular Machinery)","compositegear":"1289|复合齿轮/复合装甲 (Composite Gear)","kiwi-fabric":"1290|~","cuisine":"1291|料理工艺 🍳 (Cuisine 🍳)|821999","world-control":"1292|世界控制 (World Control)","tree-chopper":"1294|砍树 (Tree Chopper)|630864","the-lost-cities":"1295|失落的城市 (The Lost Cities)|833685","simple-underground-biomes":"1299|简单地下生物群系 (Simple Underground Biomes)","the-camping-mod":"13|野营 (The Camping Mod)|230368","zen-foundry":"1300|禅:金属工坊 🌋 (Zen: Foundry 🌋)","galaxyadditions":"1303|~|1103561","animationapi":"1304|~","realbench":"1305|更好的工作台 (RealBench)","primalcore":"1306|原始核心 (PrimalCore)","primal-tech":"1307|原始科技 (Primal Tech)","antique-atlas":"1308|古式地图 (Antique Atlas)","xray-1-13-rift-modloader":"1310|~","overloaded":"1311|超限存储 (Overloaded)|817115","power-tools":"1312|现代工具 (Power Tools)","enchanting-plus":"1314|高级附魔台 (Enchanting Plus)|200972","stick-of-death":"1315|死亡之棍 (The Stick Of Death)","godweapons":"1316|神的武器 (Gods' Weapons)","sekwah41s-naruto-mod":"1317|sekwah41的火影忍者 (sekwah41's Naruto Mod)","constructs-armory":"1318|匠魂盔甲 (Construct's Armory)|786419","undertale-mod":"1320|传说之下 (UNDERTALE Mod)","globe":"1321|水晶球 (Globe)|789706","super-stick-sword":"1322|超级木棍剑 (Super Stick sword)","mekanism-generators":"1323|通用机械发电机 (Mekanism Generators)","spider-queen":"1324|蜘蛛女王 (Spider Queen)|525087","baublelicious":"1325|美妙饰品 (Baublelicious)|553597","void-monster":"1326|~","shields-plus":"1327|更多盾牌 (Shields Plus)","ghost-buster":"1328|~","culinary-construct":"1329|自定义三明治 (Culinary Construct)","armoreablemobs":"1330|怪物装备自定义 (ArmoreableMobs)","gem-buffs-infinite-potion-effects":"1331|宝石效果/增益宝石 (Gem Buffs)","advanced-inventory":"1333|~","crafting-pillar-mod":"1334|合成柱 (Crafting Pillar Mod)","pollution-of-the-realms":"1336|环境污染/领域的污染 (Pollution of the Realms)","heat-and-climate-lib":"1338|~","waystones-fabric":"1339|传送石碑 (Waystones)|1095026","thaumic-calculations":"1340|神秘计算器 (Thaumic Calculations)","pams-weee-flowers":"1341|潘马斯花园 (Pam's Weee! Flowers)|110931","paragliders":"1344|滑翔伞 (Paragliders)|1246990","ender-io-endergy":"1345|末影接口:管道拓展 (Ender IO:Endergy)|843550","bwm-suite":"1346|~","ambience-music-mod":"1347|环境音乐 (Ambience)|711711","almost-enough-items":"1348|AEI物品管理器 (Almost Enough Items)|812644","mtutils":"1349|~","gravestone-mod":"1350|墓碑 (GraveStone)|772774","atlas-extras":"1351|~","horse-power":"1352|马力 (Horse Power)","better-with-addons":"1353|~","tesla-core-lib":"1354|特斯拉核心 (Tesla Core Lib)","voidscape":"1355|虚空工艺 (Voidscape/VoidCraft)|825777","stygian-end-biome-expansion":"1356|末地:生物群系扩展 (Stygian End: Biome Expansion)","wooden-furnace":"1357|木制熔炉 (Wooden Furnace)|827260","moreplates":"1358|更多金属板 (More Plates)","morelibs":"1359|~","flatsigns":"136|平置牌子 (FlatSigns)","game-stages":"1360|游戏阶段 (Game Stages)|854578","the-building-game":"1361|建筑游戏 (The Building Game)","silents-gems":"1362|寂静宝石 (Silent's Gems)","silent-lib":"1363|~","silents-gems-tic-support":"1364|寂静宝石:匠魂支持 (Silent's Gems: TiC Support)","lit-little-insignificant-things":"1365|~","gemulation":"1366|~","silents-gems-extra-parts":"1367|寂静宝石:额外部件 (Silent's Gems: Extra Parts)","fun-ores":"1368|趣味矿石 (Fun Ores)","solar-furnaces":"1369|简易太阳能 (Simple Solar Panels)","switches":"137|按钮开关 (Switches)","vanilladeathchest-fabric":"1370|原版死亡箱子 (Vanilla Death Chest)|825450","arachnophobia":"1371|蜘蛛恐惧症 (Arachnophobia)|784755","abyssalcraft-integration":"1372|深渊国度联动 (AbyssalCraft Integration)|672323","prefab-fabric":"1373|预制建筑 (Prefab)","haunch-hud":"1374|~|818937","absent-by-design":"1375|~","no-nv-flash":"1376|无夜视闪烁 (No Night Vision Flashing)|984741","arcade-mod":"1377|街机 (Arcade Mod)|826772","asmodeuscore":"1378|~","building-gadgets":"1379|建筑小帮手 (Building Gadgets)|806768","artifice":"138|工匠的手艺 (Artifice)","dooglamoo-worlds":"1380|Dooglamoo的世界 (Dooglamoo Worlds)","scp-lockdown":"1381|SCP基金会:封锁 (SCP: Lockdown)|807971","middle-earth-thaumaturgy":"1382|中土神秘学 (Middle-Earth Thaumaturgy)|867665","structpro-mod-fast-schematic-spawning-system":"1383|自然神殿 (Structpro)|827204","betterfps":"1384|更好的FPS (BetterFPS)|539780","sky-compression":"1385|~","reap-mod":"1386|收获 (Reap)","geolosys":"1387|地质矿脉 (Geolosys)|935361","patchouli-fabric":"1388|帕秋莉手册 (Patchouli)","jeid":"1389|~","gases-framework":"1390|~","ranged-pumps":"1391|范围泵 (Ranged Pumps)|668293","bagginses":"1392|背包 (Bagginses)|628505","ic2-classic":"1393|工业时代2经典版 (IC2 Classic)|810416","cubicworldgen":"1395|~","rally-health":"1396|~","open-terrain-generator":"1397|开放地形生成器 (Open Terrain Generator)","noshelter":"1399|无庇护所 (NoShelter)","usefulfood":"14|有用的食物 (UsefulFood)|195107","archimedes-ships":"140|阿基米德之舟 (Archimedes' Ships)","epic-siege-mod":"1400|史诗攻城 (Epic Siege)|725125","furnace-overhaul":"1401|熔炉改革 (Furnace Overhaul)","architecturecraft-tridev":"1403|建筑师工艺重置版 (ArchitectureCraft - TridentMC Version)","ore-farm":"1404|矿石农场 (Ore Farm)","sound-physics-fabric":"1406|物理声效 (Sound Physics)|676189","plethora-peripherals":"1407|~","simple-flight":"1408|简单的飞行 (Simple Flight)|374613","factory-tech":"1409|工厂科技 (FactoryTech)","cubebots":"141|立方体机器人 (CubeBots)","blockrenderer":"1410|~","mysticallib":"1412|~","crissaegrim":"1413|~","traverse":"1416|遍历 (Traverse)","winter-wonder-land":"1417|霏雪寄语之地 (Winter Wonder Land)","road-stuff":"1418|道路2 (Road Stuff2)|609045","ae2wtlib":"1419|~","truss-mod":"142|桁架 (Truss Mod)","real-filing-cabinet":"1420|仿真档案柜 (Real Filing Cabinet)","hycrafthds-wtf-ic2-addon":"1421|WTF 工业拓展 (WTF Ic2 Addon)","u-team-core":"1422|~","ftb-quests-fabric":"1423|FTB任务 (FTB Quests)|849746","texfix":"1424|材质修复 (TexFix)|771588","mapmakers-gadgets":"1425|地图作者小帮手 (Mapmaker's Gadgets)","travellers-gear":"1426|旅者之器 (Traveller's Gear)","ceramics":"1427|陶瓷器 (Ceramics)","slashblade-japanese-addon-pack":"1428|拔刀剑日系附属包 (SlashBlade Japanese Addon Pack)|1230741","mutant-creatures-mod":"143|突变生物 (Mutant Creatures)","planet-progression":"1430|星球研究 (Planet Progression)","space-advanced-addon-for-galactic-craft-3":"1431|~","decimation-zombie-apocalypse":"1432|僵尸启示录 (Decimation)|878571","rift-mod-list":"1433|~","forgeendertech":"1434|~","new-tardis-mod":"1435|~","advanced-chimneys":"1437|高级烟囱 (Advanced Chimneys)|673890","regeneration":"1438|~","stevekungs-lib":"1439|~","make-zoom-zoom":"1440|更快的加载 (MakeZoomZoom)","minecraft-virtual-machines":"1441|Minecraft虚拟机 (Minecraft Virtual Machines)","cavern2":"1442|洞穴 II (Cavern II)|782780","notenoughids":"1443|增加ID上限 (NotEnoughIDs)","avaritia-recipe-generator":"1444|可视化无尽配方编辑器 (Avaritia Recipe Generator)","trapcraft":"1445|陷阱 (Trapcraft)|260090","mod-name-tooltip":"1446|模组名称显示 (Mod Name Tooltip)","gpick-2":"1447|进化之镐2 (GPickaxe 2)|795644","cxlibrary":"1448|~","logistics-pipes":"145|物流管道 (Logistics Pipes)","integrated-tunnels":"1450|集成管道 (Integrated Tunnels)|944541","unmending":"1451|经验不修补 (Unmending)","the-creeping-nether":"1452|蔓延的下界 (The Creeping Nether)","random-psideas":"1453|Psi随想 (Random PSIdeas)","expetrum":"1454|真实世界 (ExPetrum)|818194","equivalent-energistics":"1455|等价能源学 (Equivalent Energistics)","thedragonlib":"1456|~","repose":"1457|自动上坡 (Repose)","botanic-additions":"1458|植物学拓展 (Botanic Additions)","the-veggie-way":"1460|素食主义者 (The Veggie Way)","gargoyles-mod":"1461|石像鬼 (Gargoyles)","hydrophobia":"1462|恐水症 (Hydrophobia)","dimensional-edibles":"1463|维度食物 (Dimensional Edibles)","passable-leaves":"1464|叶间穿行 (Passable Leaves)|799088","swingthroughgrass":"1465|穿草攻击 (SwingThroughGrass)|691271","steves-bizarre-adventure":"1466|史蒂夫的奇妙冒险 (Steve's Bizarre Adventure)|839550","animania":"1467|动物谷:基础 (Animania Base)|817915","endertweaker":"1468|~","cofh-vanilla-tools":"1469|~","rarmor":"1471|功能装甲 (Rarmor)","immersive-io":"1472|沉浸接口 (Immersive IO)|839807","tickratechanger":"1473|运算变速 (TickrateChanger)|731107","botania-needs-these-things":"1474|植物魔法需要它! (Botania Needs These Things!)|838714","nocubes":"1475|~","orelib":"1476|~","tick-dynamic":"1477|动态Tick (Tick-Dynamic)","surge":"1478|潮涌 (Surge)|923335","more-avaritia":"1479|~","magic-bees":"148|魔法蜜蜂 (Magic Bees)","ai-improvements":"1480|AI改进 (AI Improvements)","project-ex":"1481|等价交换升级 (Project EX)|1168453","xaeros-world-map":"1483|Xaero的世界地图 (Xaero's World Map)|616156","wizardry-mod":"1484|巫师艺术 (Wizardry)|910980","fastfurnace":"1485|熔炉性能优化 (FastFurnace)","fastworkbench":"1486|工作台性能优化 (FastWorkbench)","unbreaken":"1487|工具保护 (UnbreakEn)","bitcoin":"1488|比特币 (Bitcoin)","hungering-darkness":"1489|~","carpenters-blocks":"149|木匠方块 (Carpenter's Blocks)|461134","roots-classic":"1490|根源魔法经典版 (Roots Classic)","embers-rekindled":"1491|余烬复刻版 (Embers Rekindled)|681929","vending-machines-revamped":"1492|自动贩卖机 (VendingMachinesRevamped)|482613","thaumic-alchemy":"1493|神秘炼金学 (Thaumic Alchemy)|713264","move-plus":"1495|移动方式增强 (Move Plus)","future-minecraft":"1496|未来的版本 (FutureVersions)","contenttweaker":"1497|~","from-the-ground-up":"1498|白手起家 (From The Ground Up)|830883","clumps":"1499|经验机制改革 (Clumps)|769015","powerconverters-portablejims-fork":"15|能源转换 (PowerConverters)","mystcraft":"150|神秘岛 (Mystcraft)","dynamic-surroundings-huds":"1500|动态环境:信息显示 (Dynamic Surroundings: HUDs)","crafting-tweaks-fabric":"1501|合成辅助 (Crafting Tweaks)|682072","limelib":"1502|~","sparks-hammers":"1503|重锤火花 (Sparks Hammers)|658384","deadly-monsters":"1504|致命怪物 (Deadly Monsters)|666749","vanillaautomation":"1505|原版自动化 (VanillaAutomation)","vanilla-immersion":"1507|立体工具方块 (Vanilla Immersion)|726263","earthworks":"1508|土方工程 (Earthworks)","terraqueous":"1509|地灵云心/海树山花 (Terraqueous)","initial-inventory":"1510|自定义初始物品 (Initial Inventory)|1037306","interaction-wheel":"1511|~","water-strainer":"1512|滤水器 (Water Strainer)","tinkers-skyblock":"1513|匠魂空岛 (Tinkers' Skyblock)","diet-hoppers":"1514|漏斗碰撞箱修复 (Diet Hoppers)","xl-food-mod":"1515|超多食物 (XL Food Mod)","soot":"1516|烟尘 (Soot)","hp-spells":"1517|哈利·波特:法术 (Harry Potter Spells)|843371","recurrent-complex":"1518|自然建筑生成 (Recurrent Complex)|923814","capabilityproxy":"1519|功能代理 (CapabilityProxy)","reauth-fabric":"1520|~","autoverse":"1521|~","transprot":"1522|运输 (Transprot)","default-world-generator-port":"1523|~","better-questing-standard-expansion":"1524|更好的任务-基础扩展 (Better Questing - Standard Expansion)","exchangers":"1525|方块交换器 (Exchangers)","flexible-tools":"1526|灵活的工具 (Flexible Tools)","dimensional-control":"1527|维度控制 (Dimensional Control)","valkyrien-warfare":"1528|瓦尔基里天空/瓦尔基里战争 (Valkyrien Skies/Valkyrien Warfare)|804503","item-scroller":"1529|~","better-advancements":"1530|更好的进度 (Better Advancements)|1109188","lucraft-core":"1531|~","progressive-bosses":"1532|进化的BOSS (Progressive Bosses)|843928","persistent-bits":"1533|~","rc-roads":"1534|真实公路 (RC Roads)","emoticons":"1535|动作表情 (Emoticons)|831515","simple-diving-gear":"1536|简单的潜水装备 (Simple Diving Gear)","just-enough-energistics-jee":"1537|~","ironman":"1538|钢铁侠 (IronMan)","chunk-animator":"1539|区块加载动画 (Chunk Animator)","minesweeper-mod":"154|扫雷 (Minesweeper)","craftstudio-api":"1540|~","fisks-superheroes-2":"1542|菲斯克的超级英雄 (Fisk's Superheroes)|806138","aiot-botania":"1544|植物魔法全能工具 (AIOT Botania)","botania-tweaks":"1545|植物魔法调整 (Botania Tweaks)","albedo":"1546|~","natures-aura":"1547|自然灵气 (Nature's Aura)","void-island-control":"1549|~","minechess":"155|国际象棋 (MineChess)","ic2-nei-crop-plugin":"1550|IC2育种模拟器/杂交模拟器 (IC2 Crop-Breeding Plugin)","better-storage-too":"1551|更好的储存2 (Better Storage Too)","manaita-plus":"1552|更好的砧板 (Manaita Plus)|900754","bartworks":"1553|巴特的作品 (bartworks)","placeable-motor":"1555|可放置马达 (Placeable Motor)","exo-craft":"1556|~","simple-login":"1557|简单登录 (Simple Login)","grim-pack":"1558|Grim的Mod整合 (Grim Pack)","artisan-worktables":"1559|工匠之作/工匠工作台 (Artisan Worktables)|819099","ptrlib":"1560|~","creeper-awareness":"1561|爬行者意识 (Creeper Awareness)","what-fluid-fix":"1562|~","blue-skies":"1563|蔚蓝浩空 (Blue Skies)|850467","project-vibrant-journeys":"1564|活力之旅 (Project: Vibrant Journeys)","bed-bugs":"1565|修复卡床 (Bed Bugs)","biometweaker":"1566|生物群系修改器 (BiomeTweaker)","actuallycomputers":"1567|实用电脑 (ActuallyComputers)","fence-overhaul":"1568|斜栅栏 (Fence Overhaul)","zombie-players":"1569|僵尸玩家 (Zombie Players)","exotic-birds":"1570|珍奇鸟类 (Exotic Birds)","charset":"1571|~","biometweakercore":"1572|生物群系修改器扩展 (BiomeTweakerCore)","trashcans-reborn":"1573|~","compactdrawers":"1574|~","blockdispenser":"1575|发射器放置方块 (BlockDispenser)","redstone-paste":"1576|爬墙红石/粘性红石 (Redstone Paste)","dynamic-trees-traverse-compat":"1577|动态的树:遍历附属 (Dynamic Trees - Traverse Compat)","charset-lib":"1578|~","betternether":"1579|更好的下界 (BetterNether)|859523","time-machine-mod":"1580|时光机 (Time Machine)","upsizer-mod":"1582|更大的堆叠数量 (Upsizer Mod)","fence-jumper":"1583|越过栅栏 (Fence Jumper)|783865","enchantments-exchanger":"1584|便携附魔替换台 (Enchantments Exchanger)|823400","additional-enchanted-miner":"1585|~","treasure-bags":"1586|藏宝袋 (Treasure Bags)","stevecraft-by-owenpsteve2":"1587|史蒂夫工艺 (SteveCraft)","hunger-games":"1588|饥饿游戏 (The Hunger Games)","tfctech-addon":"1589|群峦工业 (TFCTech Addon)","yunomakegoodmap":"1590|~","organic-creepers":"1591|苦力怕蕨 (Organic Creepers)","industrial-renewal":"1595|工业复兴 (Industrial Renewal)","draconicadditions":"1596|龙之进化拓展 (Draconic Additions)|914734","hated-mobs":"1598|令人讨厌的生物 (Hated Mobs)","mekanica":"1600|通用机械:DZ版 (Mekanica)","littletiles":"1601|LT小方块 (LittleTiles)|726890","extended-crafting":"1602|合成拓展 (Extended Crafting)|947515","prodigy-tech":"1603|奇才妙械 (Prodigy Tech)|909679","item-filters-fabric":"1605|物品过滤器 (Item Filters​)","eblib":"1606|~","notenoughcodecs":"1607|~","future-mc":"1608|未来的MC (Future MC)|913598","rope-bridge":"1609|索桥 (Rope Bridge)","sbm-oil-ore":"1610|油矿石 (Oil Ore)","redstone-minus-redstone":"1611|红石减红石 (Redstone Minus Redstone)","more-furnaces":"1612|更多熔炉 (More Furnaces)","integrated-crafting":"1613|集成合成学 (Integrated Crafting)","integrated-terminals":"1614|集成终端 (Integrated Terminals)","mekanism-tools":"1615|通用机械工具 (Mekanism Tools)","roboticparts":"1616|机械改造1.12+ (Robotic Parts)","rewired":"1617|~","oh-the-biomes-youll-go-fabric":"1618|你将去的生物群系 (Oh The Biomes You'll Go)","vertically-stacked-dimensions":"1619|垂直堆叠的世界 (Vertically Stacked Dimensions)","malisisswitches":"1621|~","automated-redstone":"1622|自动化红石 (Automated Redstone)","thuts-elevators":"1623|Thutmose的电梯 (Thut's Elevators)|692866","additional-resources":"1624|~","sky-orchards":"1625|天空果园 (Sky Orchards)","mdxlib":"1626|~","wireless-utilities":"1627|无线设备 (Wireless Utilities)","tometinkers":"1628|~","tinkers-slashblade":"1629|刀锻冶匠魂 (Tinker's SlashBlade)|846907","audio-death":"1630|死亡音效 (Audio Death)","deep-mob-learning":"1631|深度怪物学习 (Deep Mob Learning)","tofucraftreload":"1633|豆腐工艺重制版 (TofuCraftReload)|946310","electroblobs-wizardry":"1634|巫术学 (Electroblob's Wizardry)|894070","moarsigns":"1635|更多牌子 (MoarSigns)|547700","kamen-rider-craft":"1636|假面骑士工艺 (KamenRiderCraft)","avaritia-io":"1637|无尽贪婪:接口 (Avaritia IO)","dense-neutron-collectors-1-7":"1638|致密中子态素收集器 (Dense Neutron Collectors)","pubgmc-mod":"1639|~","project-red-compat":"2861|红石计划:兼容性","mobultion":"1640|进化怪物 (mobultion)|783073","waddles":"1641|~","project-intelligence":"1642|PI文档 (Project Intelligence)","thutcore":"1643|~","resource-pack-organizer":"1644|资源包管理器 (Resource Pack Organizer)|721005","morcant-ore":"1645|莫桑矿石 (Morcant Ore)","force-void-world":"1646|强制虚空世界 (Force Void World)","i-am-very-smart-forge":"1647|我很聪明 (I Am Very Smart)","far-from-home":"1648|背井离乡 (Far From Home)","cotton":"1649|~","oxygen-teleportation":"1650|~","oxygen-core":"1651|氧气核心 (Oxygen Core)","lead-villagers":"1652|带领村民 (Lead Villagers)","delta-hard-mode":"1653|Delta 困难模式 (Delta Hard Mode)|868260","id-squeezer-tweak":"1654|~","food-ores":"1655|食物矿石 (Food Ores)|853666","sit-fabric":"1656|席地而坐 (Sit)|1088610","dimensionaldoors":"166|次元门 (Dimensional Doors)|896027","cplpibalds-tweaks":"1660|CplPibald的微调 (CplPibald's Tweaks)","ore-biome":"1661|矿石生态群系 (Ore Biome)","farmadventure":"1662|农场冒险 (Farm Adventure)","japaricraftmod-2":"1664|加帕里公园 (JapariCraftMod)","mchorses-mclib":"1665|~","musiccraft-mod":"1666|音乐工艺 (MusicCraft mod)|276475","hardcore-darkness":"1667|真实的黑夜 (Hardcore Darkness)","cola-craft":"1668|可乐工艺 (Cola Craft)","chicken-chunks-1-8":"167|区块载入器 (ChickenChunks)","backstab":"1670|背刺 (BackStab)","dynamic-stealth":"1671|动态潜行 (Dynamic Stealth)|840795","roughly-enough-items":"1674|REI物品管理器 (Roughly Enough Items)|1265546","modmenu":"1675|模组菜单 (Mod Menu)","rei-addons":"1676|~","illuminations":"1677|~","mappy":"1678|~","mouse-wheelie":"1679|急速滚轮 (Mouse Wheelie)","mrcrayfishs-vehicle-mod":"1680|MrCrayfish的载具 (MrCrayfish`s Vehicle Mod)|867766","cc-tweaked":"1681|~","aliensvspredator":"1682|异形大战铁血战士 (AliensVsPredator)","dragon-murder":"1683|~","refined-machinery":"1684|精致机械 (Refined Machinery)|867043","birds-nests":"1685|鸟巢 (Birds Nests)","minecraft-animated":"1686|~","magicalsculpture":"1689|魔法雕像 (MagicalSculpture)|868224","ash-another-simple-hud":"1690|另一个简单的HUD (Another Simple HUD)","custom-selection-box-port":"1691|自定义选择框 (Custom Selection Box)","librikka-api":"1692|~","not-enough-wands":"1693|更多魔杖 (Not Enough Wands)","deep-mob-learning-blood-magic-addon":"1694|深度怪物知识-血魔法插件 (Deep Mob Learning - Blood Magic Addon)","informed-load-fabric":"1695|更多加载信息 (Informed Load)","huajiage-infinite-galaxy":"1696|滑稽纪元II:无尽星河 (Huaji Age II:Infinite Galaxy)|862800","cqrepoured":"1698|寻找巧克力重铸版 (Chocolate Quest Repoured)","fabricproxy":"1699|Fabric群组支持 (FabricProxy)","ex-sartagine":"1700|锅具 (Ex Sartagine)|780936","xaeros-minimap":"1701|Xaero的小地图 (Xaero's Minimap)|545145","everlastingabilities-potioncore":"1702|永恒能力-药水核心 (EverlastingAbilities-PotionCore)","optifabric":"1703|~|1113013","the-emerald-haven":"1704|翡翠天堂 (The Emerald Haven)|908155","simple-grinder":"1706|简易研磨机 (Simple Grinder)|801070","redstone-gauges-and-switches":"1707|红石测量与开关 (Redstone Gauges and Switches)","apotheosis":"1708|神化 (Apotheosis)|905214","lighting-wand":"1709|照明魔杖 🌟 (Lighting Wand 🌟)","morph":"171|变身 (Morph)","terrarium":"1710|地球 (Terrarium)","climatic-biomes":"1711|~","howling-moon":"1712|狼人 (Howling Moon)","hostile-worlds-invasions":"1713|敌对世界-入侵 (Hostile Worlds - Invasions)","simple-storage-network":"1714|简单存储 (Simple Storage Network)","scaling-health":"1716|~|1153595","minecoprocessors":"1717|微处理器 (Minecoprocessors)","difficult-life":"1719|~","mekanismores":"1720|通用机械矿石 (MekanismOres)","pyrotech":"1721|火种科技 (Pyrotech)","rats":"1722|老鼠 (Rats)|1117540","serversync":"1723|服务器同步 (ServerSync)|1140732","auxilium-equivalence":"1725|等价交换辅助 (Auxilium Equivalence / Auxilium)|1124866","bionisation-2":"1726|细菌病毒 (Bionisation)|784253","tiny-mob-farm":"1727|迷你刷怪场 (Tiny Mob Farm)|838630","soulus":"1728|~","sanlib":"1729|~","travelers-backpack-fabric":"1732|旅行者背包 (Traveler's Backpack)","gregtech-classic":"1733|格雷科技经典版 (GregTech Classic)|968064","aperture":"1734|~|705836","combo-armors":"1735|组合装甲 (IC2ComboArmors)|86941","nonausea":"1737|没有反胃 (NoNausea)","communism-mod":"1738|苏维埃工坊 (Communism Mod)","mirror":"1739|~","extracells2":"174|更多存储单元2 (Extra Cells 2)","ping":"1740|~","the-legends-mod":"1741|~","bad-wither-no-cookie-reloaded-fabric":"1742|~|734965","giacomos-fishing-net":"1743|~","hospital-mod-theatres-pack":"1744|医院Mod (The Hospital Mod)|873210","more-charcoal":"1745|更多木炭 (More Charcoal)","born-in-a-barn":"1746|~","aqua-acrobatics":"1747|水游技艺 (Aqua Acrobatics)","better-animations-collection-2":"1748|更好的动物动作2 (Better Animations Collection 2)","quality-tools":"1750|工具品质 (Quality Tools)","toolscombine":"1751|工具组合 (Tools Combine)","pollutant-pump":"1752|污染泵 (Pollutant Pump)","infinite-pollution-filter":"1753|无限污染过滤器 (Infinite Pollution Filter)","jei-hider":"1754|~","fastflyblockbreaking":"1755|飞行速破 (Fast Fly Block Breaking)","exhausted-stamina":"1756|竭力攻击 (Exhausted Stamina)","planttech-2":"1757|植物科技2 (PlantTech 2)|905616","toast-control":"1758|消息框控制 (Toast Control)","cocoa-magic":"1760|可可工艺 (Cocoa Magic)|1145375","betterportals":"1761|更好的传送门 (Better Portals)","classic-combat":"1762|经典战斗 (Classic Combat)","less-lag":"1764|较少的滞后 (Less Lag)|785968","goodbye-grass":"1765|没有草丛 (Grassta la Vista)","phosphor-forge":"1766|磷 (Phosphor)|1081821","clay-bucket":"1767|粘土桶 (Clay Bucket)|632083","extra-anvils":"1768|更多铁砧/更多砧 (Extra anvils)","glassential-fabric":"1769|精致玻璃 (Glassential)|1098398","billund-223258":"177|乐高 (Billund)","tinkers-addons":"1770|匠魂拓展 (Tinkers' Addons)","barrels-drums-storage-more":"1771|桶,圆桶,存储&更多 (Barrels, Drums, Storage & More)","wings":"1772|翅膀 (Wings)","up-and-down-and-all-around":"1773|颠倒世界 (Up And Down And All Around)","lost-souls":"1774|失落的灵魂 (Lost Souls)","intelligent-energistics":"1775|智能能源 (Intelligent Energistics)","ender-compass":"1776|末影指南针 (Ender Compass)|785069","ic2-tweaker":"1777|~","thaumic-gadgets":"1778|神秘宝具 (Thaumic Gadgets)","multi-mine":"1779|多人开采 (Multi Mine)","extra-foam-for-liteloader":"1780|Liteloader修复 (Extra Foam For LiteLoader)|982739","embersified":"1781|余烬能量转换 (Embersified)","ichunutil":"1782|~","thaumic-grid":"1783|神秘网络 (Thaumic Grid)","back-tools":"1784|工具后置/后背工具展示 (Back Tools)","mapwriter-2":"1785|地图作者2 (Mapwriter 2)|680409","dartcraft-reloaded":"1786|达特工艺重置版 (Dartcraft Reloaded)|920140","ceu":"1788|~","fantastic-lib":"1789|~","better-bows":"179|更好弓箭系统 (Better Archery Mod)","dm2":"1790|龙骑士2 (Dragon Mounts 2)","tiquality":"1791|~","loot-capacitor-tooltips":"1792|电容信息显示 (Loot Capacitor Tooltips)|888624","classic-bars":"1793|经典状态条 (Classic Bars)","overground-ores":"1795|地表矿石 (Overground Ores)","touhou-little-maid":"1796|车万女仆 (Touhou Little Maid)|882845","eureka":"1798|~","lazy-ae2":"1799|懒人AE2 (Lazy AE2)","modular-forcefield-system":"18|模块化力场系统 (Modular Forcefield System)","mumblelink":"180|Mumble语音链接 (Mumblelink)","libnine":"1800|~","equaldragons":"1801|~","berries":"1802|~","infinity-gauntlet-mod":"1803|无限手套 (Infinity Gauntlet)","mighty-ender-chicken":"1804|强大的末影鸡 (Mighty Ender Chicken)","malisisadvert":"1805|广告牌 (MalisisAdvert)","ido":"1806|移动 (Idō)","bat-happy-mod":"1807|🦇蝙蝠快乐MOD (🦇 Bat Happy Mod)","viescraft-airships":"1808|维斯工艺-飞艇! (ViesCraft - Airships!)","the-ultimate-dimension":"1809|究极次元 (The Ultimate Dimension)|885906","ender-io":"181|末影接口 (Ender IO)|677063","advanced-mortars":"1810|更好的研钵 (Advanced Mortars)","crafttweaker-utils":"1812|~","fps-reducer":"1815|FPS减速器 (FPS Reducer)","freelook":"1816|自由视角 (FreeLook)","spacecraftx-reloaded":"1817|航天高科X (SpaceCraftX)","bamboo-everything-fabric":"1819|竹子制品 (Bamboo Everything)","nofog":"1820|没有雾 (NoFog)","essentia-brazier":"1821|源质火盆 (Essentia Brazier)","antipotionmod-1-12-2":"1822|无药水效果 (AntiPotionMod)","quark-oddities":"1823|夸克-奇思妙想 (Quark Oddities)","fast-food":"1824|快餐 (Fast Food)","more-carrots":"1825|更多的萝卜 (More Carrots)","d-maneuver-gear":"1826|3D立体机动装置 (3D Maneuver Gear)","weapon-craftery":"1827|武器工匠 (Weapon Craftery)","bobos-supermarket":"1828|Bobo的超市 (Bobo's supermarket)","even-more-apples":"1829|更多的苹果 (More Apples)","lucky-beans":"1830|幸运豆 (Lucky Beans)","cooked":"1831|~","afaoe":"1832|~","birds-foods":"1833|~|807358","morexfood":"1834|~","yummy":"1835|美味 (Yummy)","spice-of-life-carrot-edition":"1836|生活调味料:胡萝卜版 (Spice of Life: Carrot Edition)|772478","refined-exchange":"1837|~","rs-requestify":"1838|精致存储:请求者 (Refined Storage: Requestify)|1098079","pizzacraft":"1839|披萨工艺 (PizzaCraft)","super-factory-manager":"1840|超级工厂管理 (Super Factory Manager)","sakura":"1841|樱 (Sakura)|895337","sips":"1842|更多液体容器 (Sips)","gregs-construct":"1843|格雷与匠魂 (Greg's Construct)","locks":"1846|锁 (Locks)","special-mobs":"1847|特殊怪物 (Special Mobs)","adorn-for-forge":"1848|~","missingbits":"1849|~","electrodynamics":"185|电动力学 (Electrodynamics)","locky":"1852|~","baubleshud":"1853|~","landcore":"1855|陆地工艺核心 (LandCore)","mystical-world":"1857|魔幻世界 (Mystical World)|991631","extra-golems":"1858|更多傀儡 (Extra Golems)","craftablecreativemodifier":"1859|可合成的创造模式强化头颅 (CraftableCreativeModifier)","elite-armageddon":"186|~","ruins-structure-spawning-system":"1860|遗迹 (Ruins)|771602","armory-expansion":"1861|匠魂盔甲扩展 (Armory Expansion)","wg-block-replacer":"1862|方块生成替换器 (WorldGen Block Replacer)|785486","multi-mob-core":"1863|~","structurize":"1865|结构化 (Structurize)","improvable-skills":"1867|技能进阶 (Improvable Skills 3)","bounding-box-outline-reloaded":"1869|自然生成建筑结构显示 (Bounding Box Outline Reloaded)","mekanism":"187|通用机械 (Mekanism)|654082","sauceconstruct":"1870|~","health-overlay":"1871|更美观的血条 (Health Overlay)","auto-feeder-helmet":"1872|自动进食头盔 (Auto Feeder Helmet)","cc-tweaked-fabric":"1873|~","simple-farming":"1874|简单农业 (Simple Farming)|988997","bigger-packets-please":"1875|~","lockyz-extra-dimensions-mod":"1876|更多维度世界 (Lockyz Extra Dimensions)","psi-combat-magic":"1877|~","dtphc":"1878|动态的树:潘马斯附属 (Dynamic Trees - Pam's Harvestcraft Compat)","largefluidtank-fabric":"1879|大型储罐 (Large Fluid Tank)","tumbleweed":"1880|风滚草 (Tumbleweed)","cubicdynamictreescompat":"1881|~","thermallogistics":"1882|热力物流学 (Thermal Logistics)","bithop":"1883|~","swordskillsapi":"1884|~","dynamic-sword-skills":"1885|动态剑技 (Dynamic Sword Skills)|906987","magical-instruments":"1886|魔法乐器 (Magical Instruments)","enderspawn":"1887|末影龙再生成 (EnderSpawn)|501726","animus":"1888|~","scootys-scp-lockdown-extras":"1889|scp重型收容区扩展 (SCP: Lockdown Heavy Containment Zone Expansion)","modern-glass-doors":"1890|时尚玻璃门 (Modern Glass Doors)|886035","lemonlib":"1891|柠檬库 (lemonlib)","statues-rechiseled":"1892|雕像:重置 (Statues: Rechiseled)","trashslot-fabric-edition":"1893|垃圾槽 (TrashSlot)","player-plates-fabric":"1894|更多压力板 (Player Plates)","just-sleep":"1895|我就睡个觉 (Just Sleep)","auto-network-lib":"1896|~","click-machine":"1897|自动连点器 (Click Machine)","mystical-adaptations":"1898|更好的神秘农业 (Mystical Adaptations)|887221","reinforcedtools":"1899|强化工具 (ReinforcedTools)|674729","magic-crusade-rpg-mod":"190|魔法远征:魔法十字军 (Magic Crusade)","killing-fall":"1900|~","more-dogs":"1901|更多狗狗 (More Dogs)","snow-variants":"1902|更好的雪 (Snow Variants)","searchable-chests":"1903|箱子搜索栏 (Searchable Chests)","bad-mobs":"1904|~|568141","mc-paint":"1905|涂鸦 (MC Paint)","goprone-fabric":"1906|匍匐前进 (GoProne)|1107815","ceiling-torch":"1907|倒置火把 (Ceiling Torch)|885948","air-hop-fabric":"1908|多段跳 (Air Hop)","better-combat-mod":"1909|更好的战斗 (Better Combat Mod)","invasions":"191|入侵 (Invasion)","ftb-money":"1910|FTB交易 (FTB Money)","restricted-portals":"1911|传送门限制 (Restricted Portals)","vampirelib":"1912|~","ingameconfigmanager":"1913|游戏内配置器 (InGameConfigManager)","playerrevive":"1914|玩家救援 (PlayerRevive)","farlands":"1915|边境之地 (FarLands)","inworldcrafting":"1916|世界合成 (InWorldCrafting)","food-editor":"1917|食物编辑器 (Food Editor)","custom-starter-gear":"1918|自定义初始装备 (Custom Starter Gear)","ct-tinycoal":"1919|CT 小型煤炭 (CT TinyCoal)","mb-battlegear-2":"192|挖矿与砍杀:双持与战备2 (Mine & Blade: Battlegear 2)","tweaker-gui":"1920|~|816003","crafttweaker-editor":"1921|CraftTweaker 编辑器 (CraftTweaker Editor)","unforgiving-void":"1922|不那么仁慈的虚空 (Unforgiving Void)","moretweaker":"1923|~","riteclicker-mod":"1924|小石子 (RiteClicker Mod)","forgiving-void-fabric":"1926|仁慈的虚空 (Forgiving Void)","bread-craft":"1927|面包工艺 (Bread Craft)","alchemistry":"1928|炼金化学 (Alchemistry)","damage-control":"1929|伤害控制 (Damage Control)","prestige":"1930|成就点 (Prestige)","yukarilib":"1932|~","energy-converters":"1933|能量桥接器 (EnergyConverters)","signpost":"1934|路标 (Signpost)","diagonal-panes":"1935|对角线玻璃板 (Diagonal Panes)","forgelin":"1936|~","all":"1937|~","exp-ore-block-mod":"1938|经验矿石 (Exp Ore)","more-glowstone":"1939|更多荧石 (More Glowstone)|873535","galacticraft-legacy":"194|星系 (GalactiCraft)|802464","gregic-additions":"1941|~","instantlava":"1942|无限岩浆 (InstantLava)|684726","enchantment-descriptions":"1945|附魔描述 (Enchantment Descriptions)","streak":"1946|残影 (Streak)","dttc":"1947|动态的树:神秘时代附属 (Dynamic Trees - Thaumcraft Compat)","dtbop":"1948|动态的树:超多生物群系附属 (Dynamic Trees - Biomes O' Plenty Compat)|798337","dynamic-trees-compatibility-for-climatic-biomes":"1949|动态的树:气候生态群系附属 (Dynamic Trees Compatibility for Climatic Biomes)","capability-adapter":"1950|ME功能适配器 (ME Capability Adapter)","tf2-stuff-mod":"1951|军团要塞2 (TF2 stuff mod)|887461","mob-control-wands":"1952|怪物控制魔杖 (Mob Control Wands)","athenaeum-1-16":"1954|~","ore-excavation":"1955|矿石挖掘 (Ore Excavation)|702872","stone-chests":"1956|石箱子 (Stone Chests)","kjlib":"1957|KJ库 (KJLib)","iron-chest-minecarts":"1958|更多箱子矿车 (Iron Chest Minecarts)","nether-chest":"1959|下界箱子 (Nether Chest)","mob-kill-messages":"1960|击杀信息通知 (Mob Kill Messages)","betterdispenser":"1962|能喂食的发射器 (Better Dispenser)","shulkerboxdisplay":"1963|潜影盒显示器 (ShulkerBoxDisplay)|912440","mycommands":"1964|我的命令 (MyCommands)|588293","hearth-well":"1968|~|909385","tea-and-biscuits":"1970|茶和饼干 (Tea And Biscuits)|820208","controllable":"1971|手柄控制 (Controllable)","genetic-animals":"1972|遗传动物 (Genetic Animals)","stone-chest":"1973|石头箱子 (Stone Chest)","iron-shulker-boxes":"1974|更多潜影盒 (Iron Shulker Boxes)","mob-dismemberment":"1975|怪物肢解 (Mob Dismemberment)","zoo-wild-animals-rebuild":"1976|野生动物园:重制版 (Zoo & Wild Animals Rebuilt)","kottle":"1977|~","customdrones":"1978|自定义无人机 (Custom Drones)|608228","call-to-battle-2-authentic-world-war-2-experience":"1979|战争召唤2 (Call To Battle 2)","journeymap":"198|旅行地图 (Journey Map)|612917","some-like-it-dry":"1980|~","yungs-better-caves-fabric":"1981|YUNG的洞穴优化 (YUNG's Better Caves)","resynth":"1982|神农科技 (Resynth)|916667","flatworld":"1983|开山棒 (Flat World)|675894","pymtech":"1984|皮姆科技 (PymTech)","corail-tombstone":"1985|Corail的墓碑 (Corail's Tombstone)|913702","arcane-archives":"1988|奥术档案馆 (Arcane Archives)|1006624","divineweapon":"1989|神兵 (DivineWeapon)","camera-obscura":"1990|朝花夕拾 (Camera Obscura)","animales":"1991|动物扩充 (Animales)","armor-underwear-mod":"1992|盔甲内衬 (Armor Underwear Mod)","assisted-progression":"1993|进度小助手 (Assisted Progression)","more-buckets":"1994|更多桶 (More Buckets)","laggoggles":"1995|延迟监视 (LagGoggles)|785024","the-weirding-gadget":"1996|古怪装置 (The Weirding Gadget)","energysynergy":"1997|能源协同 (EnergySynergy)","mine-and-slash-reloaded":"1998|挖矿与砍杀 (Mine and Slash)|869674","industrial-craft":"2|工业时代2 (Industrial Craft 2)|515771","iron-chests-for-fabric":"20|更多箱子 (Iron Chests)|372723","monster-swarm":"2000|怪物云集 (Monster Swarm)|439839","SimplePipes":"2001|~","amecs":"2003|~","world-primer":"2004|~","bookworm":"2006|~","openeye":"2007|错误报告器 (OpenEye)","let-sleeping-dogs-lie":"2008|嘘,别吵醒狗狗 (Let Sleeping Dogs Lie)","bspkrscore-updated":"2009|~|430478","undergroundbiomesconstructs":"201|科学地质 (Underground Biomes)","super-ores":"2010|超级矿石 (Super Ores)|704620","gravelminer-fabric":"2011|砂砾终结者 (GravelMiner)|1126578","client-tweaks-fabric":"2012|客户端微调 (Client Tweaks)|915029","single-use-crafting-table-mod":"2013|一次性工作台 (Single-Use Crafting Table Mod)","get-back-to-home":"2014|回家 (Get Back to Home)","expanded-equivalence":"2015|等价扩展 (Expanded Equivalence)","schematica":"2016|~|893275","scp-craft-decline":"2017|SCPCraft - 下降 (SCPCraft - Decline)","tetra":"2018|~|804377","minestrappolation-5":"2019|~","fpsplus-lagfixes":"202|FPS优化 (FPS Plus)","underwater-biome":"2020|深海生态 (Underwater Biome)|923907","create-fabric":"2021|机械动力 (Create)|1088970","energeticsheep":"2024|脉冲羊 (EnergeticSheep)","ensorcellation":"2025|万象 (Ensorcellation)|1016362","inventory-sorter":"2026|物品分拣 (Inventory Sorter)","speedster-heroes":"2027|闪电侠 (Speedster Heroes)|685240","curios-fabric":"2029|~","ars-magica-2":"203|魔法艺术2 (Ars Magica 2)","village-spawn-point-fabric":"2030|村庄出生点 (Village Spawn Point)","spawnercraft":"2031|刷怪笼合成 (SpawnerCraft)|692662","openfm":"2032|开放电台 (OpenFM)|522352","the-dalek-mod":"2033|神秘博士 (The Dalek Mod)","modular-diversity":"2034|模块化多样性 (Modular Diversity)","botanic-bonsai":"2035|植物魔法盆栽 (Botanic Bonsai)","modular-magic":"2036|模块化魔法 (Modular Magic)","magic-kingdoms-mod":"2038|魔法王国 (Magic Kingdoms Mod/Schools of Magic Mod)","zollern-galaxy":"2039|卓伦星系 (Zollern Galaxy)","thaumcraft":"956|神秘时代|776706","macaws-bridges":"2040|Macaw的桥梁 (Macaw's Bridges)","trample-stopper-fabric":"2042|防止踩踏 (Trample Stopper)|803109","macaws-roofs":"2043|Macaw的屋顶 (Macaw's Roofs)","shadows-of-greg":"2044|格雷之影 (Shadows of Greg)","loottabletweaker":"2045|~","rockycore":"2046|~","tree-tweaker":"2047|~","worleys-caves":"2048|沃利的洞穴 (Worley's Caves)","additional-structures-fabric":"2049|失落废墟 (Additional Structures/Rex's Additional Structures)","highlands":"205|高地 (Highlands)","enhancedvisuals":"2054|增强视觉效果/拓展视觉效果 (EnhancedVisuals)","potion-fingers-redux":"2055|药剂环 (Potion Rings)","balloon-sheep":"2056|气球羊 (Balloon Sheep)|900147","farming-for-blockheads-fabric":"2057|傻瓜式农贸市场 (Farming for Blockheads)","oreexcavation-integration":"2058|矿物开凿 (Ore Excavation Integration)","engineers-workshop":"2059|工程师工作站 (Engineers Workshop)","doggy-talents":"206|小狗天才 (Doggy Talents)|713458","the_legend_of_the_brave":"2060|勇者传说 (The Legend of The Brave)|916377","twerk-sim-2k16":"2061|~","fart-generator":"2062|屁能发电机 (Fart Energy Generator)","ex-nihilo-fabrico":"2063|无中生有:Fabrico (Ex Nihilo Fabrico)","holoinventory":"2064|物品显示/物品清单 (HoloInventory)","reactor-stuff":"2065|反应堆材料 (Reactor Stuff)|927559","traitors-better-swampland-mod":"2066|更好的沼泽 (Traitor's Better Swamplands Mod)","soviet-abandoned-lab-mod":"2067|苏维埃风格装饰 (Soviet Era Mod(earlier Soviet Lab))","charm-reforged":"2069|~","plasmacraft":"207|电浆工艺 (PlasmaCraft)","villager-names-fabric":"2070|村庄名字 (Village Names)","advanced-rocketry-tweaker":"2071|~","alternating-flux":"2072|交变磁通 (Alternating Flux)","projectextended":"2073|等价交换扩展 (ProjectExtended)","tfc-metallum":"2074|群峦合金 (TFC:Metallum)","reactor-turbines-mod-for-ic2":"2075|~","mutant-beasts":"2076|突变生物重置版 (Mutant Beasts)","jei-integration":"2077|JEI扩展 (JEI Integration)|1101324","funny-fruit":"2078|滑稽果 (FunnyFruit)","life-tech":"2079|生命工艺 (Life Tech)","exponential-power":"2080|~","girl-armor-mod":"2081|女式盔甲 (V-Girl Armor Mod)","nomadic-tents":"2083|游牧帐篷 (Nomadic Tents)","zetta-industries":"2084|泽它重工 (Zetta Industries)","kekztech":"2085|~","by-the-gods":"2086|神迹 (By The Gods)","bee-angry-est":"2087|愤怒的蜜蜂 (Bee Angry-est)","titanium":"2088|钛 (Titanium)","chemlib":"2089|~","fossils":"209|考古与化石 (Fossils and Archeology Revival)|856874","carrots-lib":"2090|胡萝卜库 (Carrots Library)","no-hostiles-around-campfire-fabric":"2091|围火无怪 (No Hostiles Around Campfire)","healing-campfire":"2092|治愈营火 (Healing Campfire)","231455-minetunes":"2093|~","jetif":"2094|物品丢入流体 (Just Enough Throwing In Fluids)","rftools-base":"2095|RF工具:基础 (RFTools Base)","flopper":"2096|流体漏斗 (Flopper)","staminaplus":"2098|耐力值 (StaminaPlus)","enhanced-armaments":"2099|增强装备 (Enhanced Armaments)|898546","balkons-weaponmod":"21|更多武器 (Balkon's WeaponMod)","glenns-gases":"210|格林的气体 (Glenn's Gases)","spatialcompat":"2100|空间兼容 (SpatialCompat)","extended-reach":"2101|~","no-recipe-book":"2102|没有配方书 (No Recipe Book)","darknesslib":"2103|~","tfcraft":"2104|群峦传说|887732","redstone-control":"2105|红石控制 (Redstone Control)","snow-real-magic-fabric":"2106|雪!真实的魔法!⛄ (Snow! Real Magic! ⛄)|871191","comforts-fabric":"2107|舒适用品 (Comforts)","plasmacannon":"2108|等离子炮 (PlasmaCannon)|930033","plasmaengines":"2109|等离子引擎 (PlasmaEngines)|930034","the-lord-of-the-rings-mod-legacy":"211|魔戒:传承 (The Lord of the Rings Mod: Legacy)|1084629","bonny-food":"2110|~","emerging-technology-hydroponics":"2111|新兴技术 (Emerging Technology)|934929","twilightopia-phantasy":"2114|暮托邦之梦 (Twilightopia)|977230","engineers-decor":"2115|工程师的装饰 (Engineer's Decor)","engineers-tools":"2116|工程师的工具 (Engineer's Tools)","wesleys-roguelike-dungeons":"2117|Wesley的冒险地牢 (Wesley's Roguelike Dungeons)","xp-tome":"2118|~","varied-commodities":"2119|~","thaumic-tinkerer":"212|神秘工匠 (Thaumic Tinkerer)","tinkers-things":"2120|匠魂扩增 (Tinkers' Things)","just-enough-buttons":"2121|更多的按钮 (Just Enough Buttons)|678566","clock-hud":"2122|时间显示器 (Clock HUD)","tektopia":"2123|桃花源记/特克托皮亚 (TekTopia)|980572","muya1-7-10":"2124|姆亚核心 (MuyaCore)","fabric-language-kotlin":"2126|~","ftb-backups":"2127|FTB备份 (FTB Backups)","cyclopstek":"2128|独眼巨人 (CyclopsTek)","champions":"2130|冠军/强敌 (Champions)|998116","danger-lies-ahead":"2131|前路危机 (Danger Lies Ahead)|905359","croploadcore":"2132|~","defiled-lands":"2133|污秽之地 (Defiled Lands)|965119","arcanum":"2134|奥秘 (Arcanum)|804291","random-enchants":"2135|随机附魔 (Random Enchants)|963657","much-more-spiders-v2":"2136|更多种类的蜘蛛 (Much More Spiders)|521013","compressed-items":"2137|~","no-tree-punching":"2138|无树可撸 (No Tree Punching)|1066911","harvest-festival-legacy":"2139|丰收物语移植版 (Harvest Festival Legacy)","metallurgy":"322|冶金|273214","friendlymobs":"2140|友好的怪物 (FriendlyMobs)|698723","simplecore-api":"2141|简单前置 (SimpleCore API)","topography":"2142|地形 (Topography)|926097","jei-villagers":"2143|JEI村民交易查看 (JEI Villagers)|772483","bnbgamingcore":"2144|~","igauntlet":"2145|灭霸手套 (IGauntlet)","alcatrazcore":"2146|~","debugserverinfo":"2147|~","the-midnight":"2148|午夜 (The Midnight)|943646","moolands":"2149|奶牛世界 (Moolands)","egg-craft":"2150|蛋工艺 (Egg Craft)|952118","tinkersextras":"2151|~","poke-lucky":"2152|宝可梦幸运方块 (PokeLucky)|791757","usefultnt":"2153|更有用的TNT (UsefulTNT)","crow-flight":"2155|乌鸦坐飞机 (Crow Flight)","findme":"2156|~","minecraft-transit-railway":"2157|我的世界铁路 (Minecraft Transit Railway)|1173523","random-loot-mod":"2158|随机战利品 (Random Loot Mod)","tinkers-aether-dman-edition":"2160|天境工匠 (Tinkers Aether)","mine-and-slash-auto-compatibility":"2161|挖矿与砍杀自动兼容 (Mine and Slash Auto Compatibility)","metallurgy-core":"2162|冶金核心 (MetallurgyCore)","blank-planet":"2163|~","betterachievements":"2164|更好的成就 (Better Achievements)","extra-bows":"2165|更多的弓 (Extra Bows)|891607","forgotten-relics":"2166|失落遗物学 (Forgotten Relics)|937895","ore-core":"2167|矿石核心 (Ore Core)","ordinary-coins":"2168|普通硬币 (Ordinary Coin)","peanut-mod":"2169|花生! (Peanuts!)","chococraft":"217|陆行鸟 (ChocoCraft)","in-game-wiki-mod":"2171|~","betterbedrockgen":"2172|更好的基岩 (Better Bedrock Gen)|1109812","wsbim-legacy-blocks-and-items":"2173|~","storage-items-mod":"2174|~","what-should-be-in-mc-wsbim":"2175|~","bluestone":"2176|~","effortless-building":"2177|~","ic2-classic-tweaker":"2178|~","Ic2c-Crop-Overrides":"2179|IC2经典版作物覆盖 (IC2C Crop Overrides)","pams-harvestcraft":"218|潘马斯农场 (Pam's HarvestCraft)|669856","ic2c-extras":"2180|工业时代2经典版拓展 (IC2C Extras)","advanced-solars-classic":"2181|高级太阳能经典版 (Advanced Solars Classic)","power-chisels":"2182|能量凿子 (Power Chisels)","ic2c-custom-soils":"2183|~","homing-exp-orbs":"2184|经验球归航 (Homing Exp Orbs)","enchantmentglint":"2185|自定义附魔光效 (Jabelar's Truly Magical Enchantment Glints)","floricraft":"2186|花卉工艺 (Floricraft)|674160","weisscore":"2187|~","glibys-physics":"2188|Gliby的物理 (Gliby's Physics)","electro-magic-tools-ic2-classic":"2189|电子神秘工具 (Electro-Thaumic Tools - IC2 Classic)","blood-magic":"5501|血魔法3","forceasciifont":"2190|强制ASCII字体 (ForceASCIIFont)","skewers":"2191|烤串 (Skewers)|962626","get-in-the-bucket-mod-fabric":"2192|进入水桶 (Get In The Bucket Mod)","fertilization":"2193|施肥 (Fertilization)","additional-banners":"2194|更多旗帜 (Additional Banners)","dropt":"2195|~","the-elven-forest":"2196|精灵森林 (The Elven Forest​)","the-beneath":"2197|深渊世界 (The Beneath)","not-enough-characters":"2198|NEI 拼音搜索 (Not Enough Characters)|614246","advanced-machines":"22|高级机械 (AdvancedMachines)","opis":"220|~","mine-addons-2":"2200|~","terrafirmacraftplus":"2201|群峦传说 + (Terrafirmacraft +)|1043715","quick-consume-2":"2202|快速摄入2 (Quick Consume 2)","mctitle":"2203|~|725545","mgui":"2204|~","sublib":"2205|~","dense-ores":"2206|致密矿石 (Dense Ores)|522248","archisections":"2207|~","cavecontrol":"2208|洞穴控制 (Cave Control)","expandedredstone":"2209|红石扩展 (Expanded Redstone)","legacycraft":"2210|传统工艺 (LegacyCraft)","geostrata":"2211|~","territoryzone":"2212|~","loottweaks":"2213|~","critterpet":"2214|~","condensedores":"2215|~","treeclimbing":"2216|~","more-electric-tools":"2217|更多电力装置 (More Electric Tools)|970021","wireless-fluid-terminal":"2218|无线流体终端 (AE2 Wireless Fluid Terminal)","wireless-interface-terminal":"2219|无线接口终端 (AE2 Wireless Interface Terminal)","openblocks":"222|开放式方块 (OpenBlocks)","wireless-pattern-terminal":"2220|无线样板终端 (Wireless Pattern Terminal)","better-questing-rf-expansion":"2221|更好的任务-RF拓展 (Better Questing - RF Expansion)","hurt-animation-remover":"2222|~","more-cauldrons":"2223|更多炼药锅 (More Cauldrons)","parabox":"2224|~","sky-grid":"2225|~","forbidden-arcanus":"2226|禁忌与奥秘 (Forbidden and Arcanus)","mysticalmechanics":"2227|~","backpacked":"2228|背包 (Backpacked)","starship":"2229|星舰 (StarShip)|692838","tweakeroo":"2230|~|973508","integrated-rest":"2231|~","citadel":"2232|~","screenshot-browser":"2233|内置截图管理器 (Screenshot Browser)","curio-of-undying-fabric":"2236|不死图腾插槽 (Curio of Undying/Trinket of Undying)","explorercraft-worldexpansion":"2237|探险者 (Explorercraft)|980848","enigmatic-legacy":"2239|神秘遗物 (Enigmatic Legacy)|958575","water-power":"224|水力科技 (Water Power)|190676","end-reborn":"2240|末地:重生 (End: Reborn)|846012","ezstorage-2":"2242|EZ存储2 (EZStorage 2)","more-chickens":"2243|更多鸡扩展 (More Chickens)","the-first-age-submod":"2244|魔戒:第一纪元 (LOTR: Frist Age)","the-rc-mod":"2245|~","rubybyimxiaoanag":"2246|红宝石 (Ruby)|949124","jojo-hamon-era":"2247|JoJo-波纹时代 (JoJo-Hamon Era)","OpenSecurity":"2249|开放式防卫 (OpenSecurity)","level-up-hp-forge":"2251|生命提升 (Level Up HP)|1036332","more-planet-extras":"2252|~","randompatches-fabric":"2253|随意修复 (RandomPatches)","ships-mod":"2254|船 (Ships Mod)","tfc-metric":"2255|公制重量转换 (TFC Metric)","tfc-additions":"2259|群峦附加 (TFC-Additions)","raolcraft-w":"2260|~","litematica":"2261|投影 (Litematica)|1015510","telepastries":"2262|传送蛋糕 (TelePastries)","heroesexpansion":"2263|超级英雄拓展 (HeroesExpansion)|963046","attributefix":"2264|属性修复 (AttributeFix)|939188","dynamic-transport":"2265|动态运输 (Dynamic Transport)|428517","tool-builder":"2266|铸器师 (Tool Builder)|967559","bountifulbaubles":"2267|丰富的饰品 (Bountiful Baubles)","manacraft":"2269|魔能工艺 (ManaCraft)|841528","randomcraft-v0-1-0":"227|随机工艺 (RandomCraft)","forge-backpacks":"2274|更多背包 (Backpacks)|140940","repurpose":"2275|~","unlimited-chisel-works":"2276|~","kfc":"2277|~|805566","rainbow-oak-trees":"2278|彩虹橡树 (Rainbow Oak Trees)","spawntabletweaker":"2279|生成调整 (SpawnTableTweaker)","large-ore-deposits":"2280|大型矿床 (Large Ore Deposits)","gregtech6-unofficial":"2281|格雷科技6非官方版 (GregTech 6 Unofficial)|1038500","mahou-tsukai":"2282|魔法使 (Mahou Tsukai)|929252","moar-tinkers":"2284|~","baubley-heart-canisters":"2285|心之容器 (Baubley Heart Canisters)|795294","jaopcasingularities":"2286|JAOPCA的奇点 (JAOPCA Singularities)|958964","animal-bikes":"229|动物坐骑 (Animal Bikes)","guidebook":"2291|~","lithium-forge":"2292|锂 (Lithium)","dependents":"2293|求生之路 (Left 2 Mine)","worldeditcui-forge-edition-2":"2294|~","world-book":"2295|~","uppers":"2296|倒置漏斗 (Uppers)","spartan-weaponry":"2297|斯巴达的武器 (Spartan Weaponry)|798723","malilib":"2298|~","infraredstone":"2299|~","advanced-solar-panels":"23|高级太阳能 (Advanced Solar Panels)","incorporeal":"2300|幻想多媒体 (Incorporeal)","amun-ra":"2301|~","mysterious-mountain-lib":"2303|妖怪之山通用库 (MysteriousMountainLib)","loottweaker":"2304|~","rediscovered":"2305|特性重现 (Rediscovered)|359096","kitchen-mod":"2306|厨房 (The Kitchen Mod)|295019","baubles-reborn":"2308|饰品栏重置版 (Baubles Reborn)","pams-brewcraft":"2309|潘马斯酿造工艺 (Pam's Brewcraft)","dirtcraft":"2310|泥土工艺 (DirtCraft)","minihud":"2311|迷你HUD (MiniHUD)","potato-craft":"2312|土豆工艺 (Potato Craft)|604304","bed-patch":"2314|~","data-loader":"2316|~","level-up-hp-easy-start":"2317|~","simply-light":"2318|更好的灯 (Simply Light)","lightning-bolt-mod":"2319|雷电攻击 (Lightning Bolt Mod)","electro-magic-tools":"232|电力魔法工具 (Electro-Magic Tools)","spartan-and-fire":"2320|斯巴达之冰与火 (Spartan and Fire)","beacons-for-all-fabric":"2322|~","more-flowers":"2324|更多功能花 (More Flowers)","enchanting-with-thaumcraft":"2325|神秘附魔学 (Enchanting With Thaumcraft)","buzzier-bees":"2326|~","lollipop":"2328|棒棒糖 (Lollipop)","enemyz":"2329|敌意显示 (Enemyz)","forbidden-magic":"233|禁忌魔法 (Forbidden Magic)","thaumic-restoration":"2330|~","primal-boat":"2333|原始船舶 (Primal Boat)","eyes-in-the-darkness":"2334|~","thaumic-augmentation":"2335|神秘进阶 (Thaumic Augmentation)|1063250","lost-magic":"2336|失落的魔法 (Lost Magic)","thaumic-arcana":"2337|~","thaumic-wonders":"2338|神秘奇境 (Thaumic Wonders)|920375","crimson-warfare":"2339|~","mobtalker2":"234|怪物交谈2 (MobTalker 2)|193844","terra-1-to-1-minecraft-world-project":"2340|~","multiverse-pouch":"2341|多元宇宙袋 (Multiverse Pouch)","electroblobs-wizardry-twilight-forest-spell-pack":"2343|巫术学:暮色森林法术包 (Electroblob's Wizardry: Twilight Forest Spell Pack)|1001020","blockbuster":"2344|~","fishs-undead-rising":"2345|Fish的不死崛起 (Fish's Undead Rising)|984184","cloth-config":"2346|~","just-map":"2347|~","too-realistic-inventory":"2348|真实背包 (Realistic Inventory)","mob-farm":"2349|生物农场 (Mob farm)","icbm":"235|洲际导弹 (ICBM)","acceleratorcraft":"2350|加速器工艺 (AcceleratorCraft)","minecraft-spongebob-squarepants-mod-for-the-1-7-10":"2351|~","utility-worlds":"2352|实用世界 (Utility Worlds)|1009400","goblin-traders":"2353|哥布林商人 (Goblin Traders)","divine-favor":"2354|神的恩惠 (Divine Favor)","volumetric-flask":"2355|量瓶 (Volumetric Flask)","loot-bag-mod":"2356|战利品包 (Loot Bag Mod)","minecraft-dungeons-mod":"2358|我的世界地下城 (Minecraft Dungeons Mod)","thaumic-infusion":"236|神秘注魔 (Thaumic Infusion)","seasonal-bees":"2360|季节性蜜蜂 (Seasonal Bees)|799196","forgedcarpet":"2361|~|1098345","handmadegunsmodex":"2362|自定义枪械 (HandmadeGuns)|853957","equivalent-additions":"2363|等价拓展 (Equivalent Additions)|838238","mixinbootstrap":"2364|~","powah":"2365|~|1000888","natural-pledge":"2366|自然誓约 (Natural Pledge)|1010943","more-berries":"2367|更多浆果 (More Berries)","zeiyocraft":"2368|~","time-stages":"2369|阶段时间 (Time Stages)","thaumic-exploration":"237|神秘探险 (Thaumic Exploration)","additional-events":"2370|~","artemislib":"2371|~","pams-harvestcraft-2-food-extended":"2930|潘马斯农场2 - 食物拓展","easy-retrogen":"2373|简易重生成 (Easy Retrogen)|793640","extraplayerrenderer":"2374|额外玩家渲染 (ExtraPlayerRenderer)","rwbym":"2375|~|998968","libnonymous":"2376|~","shattered-moon":"2377|~","tinkersurvival":"2378|匠魂生存 (Tinkers' Survival)|811651","portablecraft":"2379|便携物品 (PortableCraft)|784442","deconstruction-table":"238|解构工作台 (Deconstruction Table)|825992","better-than-bunnies":"2381|给兔子戴上礼帽 (Better Than Bunnies)|769012","arcane-essentials":"2382|奥术精要 (Arcane Essentials)|878611","the-aurorian":"2383|极光幽境 (The Aurorian)","egg-auto-hatch":"2384|鸡蛋自动孵化 (Egg Auto Hatch)","performant":"2385|性能优化 (Performant)","tube-transport-system":"2386|管道传输系统 (Tube Transport System)","transmutation-alchemy-revival":"2388|~","extra-spells-electroblobs-wizardry":"2389|额外咒语 (Extra Spells)","ancient-spellcraft":"2390|古代咒法 (Ancient Spellcraft)","moving-elevators":"2391|~|1009680","interstellar-exoplanets":"2392|星际:系外行星 (Interstellar: Exoplanets)|1105540","infini-tic":"2393|~","extra-disks":"2394|更多磁盘 (Extra Disks)","optiforge":"2395|~","magic-seeds-for-electroblobs-wizardry":"2396|巫术学魔法种子 (Magic seeds for Electroblobs Wizardry)","extra-alchemy":"2397|扩展炼药 (Extra Alchemy)|871236","beyond-the-veil":"2398|帷幕彼端 (Beyond The Veil)|1109481","maple-syrup":"2399|枫糖 (Maple Syrup)|1014291","nuclear-control-2":"24|核电控制2 (Nuclear Control 2)","blood-particles":"2400|血液粒子效果 (Blood Particles)|990913","nyx":"2401|~","lieutenant":"2402|~","matthews-difficulty-mod":"2403|~","old-combat-system":"2404|旧版战斗系统 (Old Combat System)|983861","vampires-need-umbrellas":"2405|~","hypnotics":"2406|安眠药 (hypnotics)","villager-market":"2407|村民市场 (Villager Market)","linear":"2409|线性放置 (Linear)|817264","b0bgarys-growable-ores":"241|可生长矿石 (B0bGary's Growable Ores)","immersive-portals-for-forge":"2410|沉浸式传送门 (Immersive Portals)|1177771","universalbestiary":"2411|~","autumnity":"2412|秋原 (Autumnity)|1021372","worldgeneration-profiler":"2413|~","chunk-in-a-globe":"2414|球内区块 (Chunk In A Globe)","dragon-mounts-legacy":"2415|龙骑士重置版 (Dragon Mounts: Legacy)","fruit-trees":"2416|果树 🍊 (Fruit Trees 🍊)|976516","journey-into-the-light-mod":"2417|光明之旅·神之本质 (Journey Into the Light · Essence of the Gods)|1128195","more-dungeons":"2419|更多地牢 (More Dungeons)","voyage":"2420|~","idealland":"2421|理想境 (Idealland)|1051328","second-screen":"2424|~","arcanecraft":"2427|奥法工艺 (ArcaneCraft)|1022110","retrobees":"2428|~","beebetteratbees":"2429|育蜂指南 (BeeBetterAtBees)","inverted-enchantments":"2430|负魔书 (InvertedEnchantments)|1003938","general-laymans-aesthetic-spying-screen-glass":"2431|~","diy_title":"2432|自定义名称前后缀 (diy_title)|998747","tooltweaks":"2433|禁用原版工具 (ToolTweaks)|773523","atop":"2434|超多生物群系护甲 (Armor for Biomes O' Plenty)","tinkers-forging":"2435|工匠锻造 (Tinker's Forging)","gravity-gun":"2436|重力枪 (Gravity Gun)","mekanism-additions":"2437|通用机械附加 (Mekanism Addition)","signpicture":"2438|木牌图片 (Sign Picture)|698600","vampirism-integrations":"2439|吸血鬼联动 (Vampirism Integrations)","gottschcore":"2440|~","not-enough-crashes-forge":"2441|崩溃优化 (Not Enough Crashes)|1097535","crash-to-main-menu":"2442|崩溃返回主菜单 (Crash To Main Menu)","tinkers-jei":"2443|~","better-questing-quest-book":"2445|更好的任务 - 任务书 (Better Questing - Quest Book)","engineers-doors":"2446|工程师的门 (Engineer's Doors)","tps-generator":"2447|TPS发电机 (TPS Generator)","better-drowning":"2448|更好的溺水 (Better Drowning)","getting-started":"2449|~","kubejs-fabric":"2450|~|1207772","tickcentral":"2451|~","lowocalizatiwn":"2452|~","redlib":"2453|~","modern-ui":"2454|现代化 UI (Modern UI)","auto-config-updated-api":"2455|~","medieval-madness":"2456|中世纪的疯狂 (Medieval Madness)","unionlib":"2457|~","caelus-fabric":"2458|~","xeocore":"2459|~","waila":"246|高亮信息拓展 (What am I looking at)","wtbw_lib":"2460|~","dev-world-fabric":"2461|~","threecore":"2462|~","moddirector":"2463|~","function-api":"2464|~","targetingapi":"2465|~","re-targetingapi":"2466|~","dominionlib":"2468|~","chaoscraft-2":"247|混沌工艺 (ChaosCraft)","endergetic":"2470|末地拓展 (The Endergetic Expansion)","swamp-expansion":"2471|~","galactictweaks":"2472|~","dungeon-tactics":"2473|地牢战术 (Dungeon Tactics)|945504","villagers-nose":"2474|村民的鼻子 (Villager's Nose)|320049","dungeons2":"2475|自定义地牢2 (Dungeons2)","lang_tool":"2476|加长工具 (lang_tool)","emojiful":"2479|~","scenter-mod":"248|矿物追踪 (Scenter)","item-compatibility":"2480|~","aether-lost-content":"2481|天境: 遗失之物 (Aether: Lost Content)","gunpowderlib":"2482|~","nuclearcraft-overhauled":"2483|核电工艺:重制版 (NuclearCraft: Overhauled)|1077507","nei-lotr":"2484|魔戒NEI插件 (LotR Mod NEI Plugin/NEI LotR)","adventure-backpack":"2486|探索者背包 (Adventure Backpack)","speed-illusion":"2487|~","supertic":"2488|匠魂药水效果 (SuperTiC)","the-bumblezone-fabric":"2489|蜜蜂领域/黄蜂领域 (The Bumblezone)|998154","beesourceful":"2490|~","middle-earth-industry":"2491|~","thut-wearables":"2492|~","after-the-drizzle":"2493|细雨田园 (After the Drizzle)|1038199","cmdcam":"2494|CMD指令摄影机 (CMDCam)|1034801","climate-control-geographicraft":"2495|气候控制/地理世界 (Climate Control/Geographicraft)|833208","cosmetic-armor-reworked":"2497|时装盔甲重置版 (Cosmetic Armor Reworked)","efab":"2499|~","ex-nihilo":"250|无中生有 (Ex Nihilo)|195925","potion-of-bees-fabric":"2500|蜂群药水 (Potion of Bees)","wyrmroost":"2501|猛龙之居 (Wyrmroost)","productivebees":"2502|资源蜜蜂 (Productive Bees)|1088015","gkolivers-super-tic":"2503|~","songs-of-war-mod":"2505|战争之歌 (Songs of War)|1003372","fluidict":"2506|~","squidcraft":"2507|鱿鱼工艺 (SquidCraft)|1025201","clothesline-fabric":"2508|晾衣绳 (ClothesLine)|1037838","siege":"2509|~","reactorcraft":"251|反应堆工艺 (ReactorCraft)","fermion-core":"2510|~","omnitranslation":"2511|万能翻译 (OmniTranslation)|1007862","the-egg-came-first":"2512|先有蛋 (The Egg Came First)","nuclearcraft-helper":"2513|核电助手 (NuclearCraft Helper)","the-hive-more-bee-content":"2514|~","tinkersmiddleearth":"2515|~|1040428","inventory-pause":"2516|~","snowy-leaves":"2517|霜花叶 (Snowy Leaves)","materialis":"2518|~","tesseract":"2519|超立方体 (Tesseract)|1117511","bctools":"252|BC扩展:更多工具 (Buildcraft Tools)","carrier-bees":"2520|物流蜜蜂 (Carrier Bees)","tinkers-reforged":"2521|工匠再锻 (Tinkers' Reforged)","recipes-for-all":"2523|配方书全解锁 (Recipes for All)|795776","gregicality":"2524|~","the-lord-of-the-rings-mod-renewed":"2525|魔戒:复兴 (The Lord of the Rings Mod: Renewed)|1084629","modelloader":"2526|~","animal-crops":"2527|动物作物 (Animal Crops)","terrafirmacraftneiplugin":"2528|~","furenikusroads":"2529|Fureniku的路 (Fureniku's Roads)","additional-buildcraft-objects":"253|更多管道 (Additional Buildcraft Objects)","patchouli-quests":"2530|帕秋莉任务手册 (Patchouli Quests)|1046562","extraacademy":"2531|学园附属 (ExtraAcademy)|727182","iitemrenderer-reborn":"2532|~","time-overhaul":"2533|时间改革 (Time Overhaul)","steamweapon":"2534|梗多武器 (StemWeapon)|932419","counter-guns":"2535|~","gregtech-chill-edition":"2537|格雷科技轻松版 (GregTech: Chill Edition)","custom-player-model-cpm-remake":"2538|自定义玩家模型 (Custom Player Model)|950601","roughly-enough-resources":"2539|~|1046041","foundry":"254|金属工坊 (Foundry)","so-many-enchantments":"2540|更多附魔 (So Many Enchantments)|927418","sisser":"2542|~","hxcenchants":"2543|多样化附魔 (HxCEnchants)","better-dropped-items":"2544|更好的掉落物 (Better Dropped Items)|1125352","hxc-core":"2545|~","surrounding-indicators":"2546|~","gobber":"2547|戈伯|967993","iblis":"2549|恶魔 (iblis)|1025597","gravitation-suite":"255|重力装甲 (Gravitation Suite)|734193","the-king-of-the-villagers":"2551|村民之王 (The King of the Villagers)","bring-me-the-rings":"2552|~","bloomful":"2553|~","pick-pocketer":"2554|扒手 (Pick Pocketer)","terraforged":"2555|~|1157666","rad-metabolosis":"2556|~","mmd-orespawn":"2557|~","tragicmc3":"2558|悲惨世界3 (TragicMC 3)|1233212","redstone-arsenal":"256|红石兵工厂 (Redstone Arsenal)","not-enough-rtgs":"2560|更多RTG (Not Enough RTGs)","qmd":"2561|量子块动力学 (Quantum Minecraft Dynamics)","environmental-rads":"2562|~","fission-based-neutron-collector":"2563|裂变能中子素收集器 (Fission Based Neutron Collector)","trinity":"2564|三位一体 (Trinity)","macaws-windows":"2565|Macaw的窗户 (Macaw's Windows)","music-player":"2566|~","csokicraftutil":"2567|~","large-enchants":"2568|~","angrysun":"2569|炙热太阳 (AngrySun)|797244","big-reactors":"257|大型反应堆 (Big Reactors)|348989","its-not-long-enough":"2570|与现实相同的昼夜交替 (It's Not Long Enough)|807281","sunscreen-gel":"2571|防晒霜 (Sunscreen Gel)|797343","macaws-furniture":"2573|Macaw的家具 (Macaw's Furniture)","macaws-doors":"2574|Macaw的门 (Macaw's Doors)|1098241","blueprint":"2575|~","geyser-mod":"2576|~","not-enough-pets":"2577|更多宠物 (Not Enough Pets)|1007471","potionextension":"2578|~","torchslabs-mod":"2579|更好的火把放置 (Torch Slabs Mod)|1098447","routerrebornlib":"2580|~","the-magic-doorknob":"2581|~","ultimate-skyblock-generator":"2582|~","everyone-poops-dung-fertilizer":"2583|肥料 (Everyone Poops - Dung Fertilizer)|838650","ascension-of-the-divine":"2584|~","nebulaecraft":"2585|~","tab-overlay":"2586|背包显示 (Inventory Overlay)|807811","ic2magma":"2587|~","iridium-source":"2588|铱矿产 (Iridium Source)","frogcraft-rebirth":"2589|青蛙化工:重生 (FrogCraft:Rebirth)","endertanks":"259|末影水槽 (Ender Tanks)","coaxium-mod-1-12-2-ic2-addon":"2590|~","energy-control":"2591|能源控制 (Energy Control)","gulliver-reborn":"2592|~","rationcraft":"2594|~","default-options":"2595|~","ender-mail":"2596|末影邮递 (Ender Mail)|1037597","more-overlays":"2597|~|784302","stefinus-3d-guns-mod":"2598|3D枪械 (New Stefinus Guns)|441094","better-dungeons":"26|更好的地牢/寻找巧克力 (Better Dungeons / Chocolate Quest)|418940","applied-energistics-2":"260|应用能源2 (Applied Energistics 2)|798231","moderncraft-core":"2600|ModernCraft Core","lang_magic":"2601|言灵 (lang_magic)","noexpensive":"2602|不昂贵 (NoExpensive)|1055512","rough-mobs-revamped":"2603|粗暴的怪物重置版 (Rough Mobs Revamped)","fullbright":"2604|充满光明 (Fullbright)|803202","backpacks":"2605|背包! (backpacks!)|423986","living-enchantment":"2607|生命附魔 (Living Enchantment)|932961","karat-garden":"2608|克拉的花园 (Karat Garden)|663378","hopper-ducts":"261|漏斗管道 (Hopper Ducts)","bard-mania":"2610|~","shulkerboxtooltip":"2611|潜影盒工具提示 (Shulker Box Tooltip)","crafting-dead-official":"2613|行尸走肉 (Crafting Dead)","lord-craft":"2614|~","stupid-things":"2617|~","more-gems-fabric":"2618|更多宝石 (More Gems)","minewars":"2619|~","autofish":"262|自动钓鱼 (Autofish)","gregicadditionscompatibility":"2620|~","combined-potions":"2621|组合药水 (Combined Potions)|785942","plusticminusbad":"2622|~","baileys-dailies":"2623|~|1047464","joshuas-christmas-mod":"2624|~","enderio-fluxified":"2625|~","skizzik":"2626|~","sandbag":"2629|沙袋 (Sandbag)","mrcrayfish-furniture-mod":"263|MrCrayfish 的家具 (MrCrayfish's Furniture Mod)|321693","tinkers-arsenal":"2630|~","garbage-energy":"2631|废品能源炉 (Garbage Energy)","quirky-generators":"2632|~","megaloot":"2633|超级战利品 (MegaLoot)|1014884","mad-villagers":"2635|疯狂的村民 (Mad Villagers)|785126","logical-drops":"2636|逻辑工艺 (Logical Craft)|1022032","drone-craft":"2637|~","water-source":"2638|水源 (Water Source)|1057153","wr-cbe-universal":"264|无线红石 (Wireless Redstone)|621428","hungteens-plants-vs-zombies-mod":"2640|HungTeen的植物大战僵尸 (HungTeen's Plants vs Zombies Mod)|1052460","pams-desertcraft":"2641|潘马斯沙漠工艺 (Pam's DesertCraft)","pams-bonecraft":"2642|潘马斯骨头工艺 (Pam's BoneCraft)","thermal-singularities":"2643|热力奇点 (Thermal Singularities)","minejurassic":"2644|~","terraria-craft":"2645|泰拉瑞亚世界 (Terraria Craft)|953855","colytra-fabric":"2646|鞘翅胸甲 (Colytra)","insects":"2647|昆虫 (Insects)","sound-reloader":"2648|声音重载 (Sound Reloader)|732142","tool-belt":"2649|工具皮带 (Tool Belt)|677629","argentina-food-mod":"2650|阿根廷的食物 (Argentina Food Mod)","pet-names-fabric":"2651|宠物名字 (Pet Names)","collective-fabric":"2652|~","giselbaers-durability-viewer":"2653|耐久信息显示 (Durability Viewer)|1007803","more-cookies":"2654|更多饼干 (More Cookies)","apple-carrot":"2655|苹果胡萝卜 (Apple Carrot)","eat-yo-veg":"2656|~","bountiful-fabric":"2657|赏金 (Bountiful)|1172239","betterenchantment":"2658|更好的附魔 (BetterEnchantment)","purified-flesh-mod":"2659|纯净的腐肉 (Purified Flesh Mod)","gotminecraftmod":"2660|权力的游戏 (Game of Thrones Mod)","nosleep":"2661|禁止睡觉 (No Sleep)","minersadvantage":"2662|矿工的优势 (MinersAdvantage)|845552","simple-backpack-fabric":"2664|简单背包 (Simple Backpack)","gas-conduits":"2666|气体导管 (Gas Conduits)|1298016","handgun-from-terraria":"2667|~","more-discs-mod":"2668|更多唱片 (More discs mod)","edible-honeycombs":"2669|~","per-fabrica-ad-astra-geologica":"267|自合成至星辰:真实地理 (Per Fabrica Ad Astra: Geologica)","emerald-and-ruby":"2670|~","craftable-nametag":"2671|可合成的命名牌 (Craftable Nametag)|1103800","dyeable-flower-pots":"2672|染色花盆 (Dyeable Flower Pots)","graffiti":"2673|涂鸦 (Graffiti)","bunny-boots":"2674|~","backported-flora":"2675|~","eat-eggs":"2676|~","wool-plates":"2677|羊毛压力板 (Wool Plates)","more-berry-uses":"2678|更多浆果用途 (More Berry Uses)","elemental-blades":"2679|元素之刃 (Elemental Blades)|1012675","beyond-earth":"2680|~","simple-planes-fabric":"2681|简单飞机 (Simple Planes)","world-tooltips":"2682|显示掉落信息 (World Tooltips)|678452","extra-arcane-knowledge-electroblobs-wizardry":"2683|额外巫术知识 (Extra Arcane Knowledge)","bacteriums":"2684|细菌重置版 (Bacterium)","pillagers":"2685|掠夺者 (Pillagers)|786310","guard-villagers":"2686|警卫村民 (Guard Villagers)|995876","simple-machinery":"2687|简单机器 (Simple Machinery)","bridge-maker":"2689|桥梁制造者 (Bridge Maker)","redstone-furnace":"269|红石炉 (Redstone Furnace)","craft-your-saddle":"2690|~","never-break":"2692|损坏防护 (Never Break)","simple-villager-spawn-egg":"2693|~","banana-decor-forge":"2694|~","immersive-metal":"2695|沉浸金属 (Immersive Metal)","coffee-time":"2696|~","drink-mod":"2697|饮料模组 (Drink Mod)","more-zombie-villagers-fabric":"2698|更多僵尸村民 (More Zombie Villagers)","naturally-charged-creepers-fabric":"2699|自然生成闪电苦力怕 (Naturally Charged Creepers)","flans-mod-5-5-2":"27|Flan的枪械 (Flan's Mod)|1055461","pneumaticcraft-repressurized":"270|气动工艺 (PneumaticCraft: Repressurized)","skinport":"2700|~","dynamic-surroundings-soundcontrol":"2701|动态环境:音效控制 (Dynamic Surroundings: SoundControl)","chop-down-updated":"2703|~|789214","aegis-weapon-system-mod":"2704|宙斯盾作战系统-战舰模组 (Aegis Weapon System -Warship's Mod)","advanced-hook-launchers":"2705|高级钩爪发射器 (Advanced Hook Launchers)|673881","vampire-magic":"2706|~","fantasyunderworld":"2707|江湖行 (fantasyunderworld)","stacc":"2708|~","a-riot-of-colour-craft":"2709|五彩斑斓工艺 (a riot of colour craft)|982406","crop-dusting":"2710|排气施肥 (Crop Dusting)|965619","dynamic-surroundings-mobeffects":"2711|动态环境:生物效果 (Dynamic Surroundings: MobEffects)","dynamic-surroundings-environs":"2712|动态环境:周边环境 (Dynamic Surroundings: Environs)","recipe-stages":"2713|配方阶段 (Recipe Stages)","attack-on-minecraft":"2714|自由之翼 (Wings of Freedom)|1071695","cavern-miner":"2715|洞穴:矿工 (Cavern: Miner)","vanilla-tools":"2716|原版工具+ (Vanilla Plus Tools)","server-tab-info":"2717|~|790756","letsencryptcraft":"2718|~","creeperhost-minetogether":"2719|~","thirst-mod":"272|饮水 (Thirst Mod)|483367","fullscreen-windowed-borderless-for-minecraft":"2721|窗口化全屏 (Fullscreen Windowed (Borderless) for Minecraft)|678406","nocurse":"2722|不诅咒 (NoCurse)|1066483","pretty-beaches":"2723|~|1113121","qing_gong":"2724|轻功 (qing_gong)|1065957","remnants":"2725|腐败 (Remnants)","pane-in-the-glass":"2727|~","dynamic-dynamos":"2728|能源炉动画 (Dynamic Dynamos)","trophy-slots":"2729|~","tubes":"273|管道 (Tubes)","replanting-crops-fabric":"2731|补种农作物 (Replanting Crops)","complex-crops":"2732|~|873934","screenshot-to-clipboard-fabric":"2733|截图到剪贴板 (Screenshot to Clipboard)","hide-armor":"2734|隐藏盔甲 (Hide Armor)","hunterillager":"2735|邪猎者 (HunterIllager)|936480","pocket-apocalypse-mod":"2737|便携式天灾 (Pocket Apocalypse mod)","compass":"2738|指南针 (compass)|1067220","tinkers-evolution":"2739|匠魂进化 (Tinkers' Evolution)|1118159","pchan3-steamship-steamboat-pirates":"274|飞艇与汽船 (SteamShip - SteamBoat and Pirates)","tinkers-exporter":"2740|匠魂数据导出器 (Tinkers Exporter)|1071348","farlanders":"2741|更多末影人 (The Farlanders)|425192","vials":"2742|瓶瓶罐罐 (Vials)","advanced-lightsabers":"2743|高级光剑 (Advanced Lightsabers)","fall_attack":"2744|下落击杀 (fall_attack)|1068034","swimsuit":"2745|泳装 (swimsuit)|1069305","more-overlays-updated":"2746|~","dothack-hack-weapons":"2747|~","immersive-energy":"2748|沉浸能源 (Immersive Energy)","crimson-moon":"2749|绯红之月 (Crimson Moon)","mobs-attempt-parkour":"2750|~","identity-on-forge":"2751|化身 (Identity)|1097458","industrial-revolution":"2752|工业革命 (Industrial Revolution)|1069869","art-of-alchemy":"2753|炼金艺术 (Art of Alchemy)|1017647","lan-server-properties":"2754|自定义局域网联机 (Lan Server Properties)|1056335","immersive-intelligence":"2756|沉浸智能 (Immersive Intelligence)","analyzeio":"2757|~","wool-buttons":"2758|羊毛按钮 (Wool Buttons)","total-tinkers":"2759|统合匠艺 (Total Tinkers)","betterfarming":"276|农业增强 (Better Farming)|167515","thaumic-wands":"2761|神秘法杖 (Thaumic Wands)|1082168","japanese-food-mod":"2762|日式料理 (Japanese Food Mod)|1089344","pandoras-creatures":"2763|潘多拉生物 (Pandoras Creatures)|944141","status-tags":"2764|名称标签状态栏 (Status Tags)","just-enough-dimensions":"2765|维度配置 (Just Enough Dimensions)","multishot":"2766|延时摄影 (Multishot)","tweakers-construct":"2767|匠魂调整 (Tweakers Construct)","valhelsia-structures":"2768|~","just-enough-reactors":"2771|~","aoa-infobundle":"2772|虚无世界信息包 (AoA InfoBundle)","mana-and-artifice":"2773|魔法艺术3:巧工魔艺 (Mana and Artifice)","slab-helper":"2776|半砖小帮手 (Slab Helper)|1075292","no-jumping-allowed":"2777|禁止跳跃 (No Jumping Allowed)","swan-boats":"2778|天鹅船 (Swan Boats)","primal-winter":"2779|原始寒冬 (Primal Winter)","lots-of-food":"278|更多食物 (Lots Of Food)|149310","better-burning":"2780|更好的燃烧机制 (Better Burning)","compact-void-miners":"2781|紧凑型虚空采矿机 (Compact Void Miners)","probe":"2782|~","mekanism-fluxified":"2783|“通量”机械 (Mekanism Fluxified)","stepup":"2784|平滑自动上坡 (StepUp)","sodium":"2785|钠 (Sodium)|1079347","netherlicious":"2787|~|1104913","yungs-better-mineshafts-fabric":"2788|YUNG的矿井优化 (YUNG's Better Mineshafts)","terrible-chest":"2789|可怕的箱子/可怖箱子 (Terrible Chest)|922554","spartan-shields":"2790|斯巴达之盾 (Spartan Shields)|672959","silent-gear":"2791|寂静装备 (Silent Gear)","simple-smeltery-accelerator":"2793|匠魂冶炼炉加速器 (Simple Smeltery Accelerator)","portality":"2794|~|963035","natural-absorption":"2795|伤害吸收天赋 (Natural Absorption)","unique-enchantments":"2796|独特的附魔 (Unique Enchantments)","tombstone-revived":"2797|墓碑:复生 (Tombstone: Revived)","travelers-backpack-integrations":"2798|旅行者背包集成 (Traveler's Backpack Integrations)","Baby-Mobs":"2799|Baby生物 (Baby Mobs)","compressedblock":"2800|压缩方块 (Compressed Block)","wildnature":"2801|狂野自然 (Wild Nature)","novam-terram":"2802|~","terrafirmathings":"2803|群峦作品 (Terra Firma Things)|1155379","mechanization-datapack":"2804|机械工厂 (Mechanization)|1085049","simpledifficulty":"2805|坚定意志 (SimpleDifficulty)|1105340","tfctech-unofficial":"2807|群峦工业非官方版 (TFCTech Unofficial)","invmove-forge":"2809|边拿边走 (InvMove)","aquaculture":"281|水产养殖2 (Aquaculture 2)","autofish-for-forge":"2810|自动钓鱼Forge版 (AutoFish for Forge)","industrial-upgrade":"2811|工业升级 (Industrial Upgrade)|1038987","rpgstats":"2812|~","datapackrecipemaker":"2813|数据包配方助手 (Datapack Recipe Maker)|1087231","never-needed-or-wanted":"2814|~","ama-damage-indicator":"2815|~","magic-circle":"2817|阵法 (Magic Circle)|929326","crash-utilities":"2818|~","eldritch-mobs":"2819|~","project-bench":"282|高级工作台 (Project Bench)","farmers-delight-fabric":"2820|农夫乐事 (Farmer's Delight)","artifacts-fabric":"2821|奇异饰品 (Artifacts)","mechanized-steam-power":"2822|机械化蒸汽动力 (Mechanized Steam Power)","dynamictreestfc":"2823|动态的树:群峦传说附属 (Dynamic Trees-TFC)","lucky-block-avaritia":"2824|无尽幸运方块 (Lucky block avaritia)","dynamic-trees-the-twilight-forest":"2825|动态的树:暮色森林附属 (Dynamic Trees-The Twilight Forest)","drp-global-datapack":"2826|全局数据包 (DRP - Global Data Pack)","mob-farm-nerfer":"2827|~","blood-in-the-water":"2828|~","bio-technik":"2829|~","astromine-fabric":"2832|天体矿工 (Astromine: Complete)|1068634","rustic-thaumaturgy":"2833|神秘乡村 (Rustic Thaumaturgy)","thallium":"2835|铊 (Thallium)|1088212","haema":"2836|~","evil-ores":"2837|~","unsuspicious-stew":"2838|炖菜解谜/炖菜效果显示 (Unsuspicious Stew)","tfc-seasonal":"2839|~","apples-plus":"284|更多苹果 (Apples+)","imblockerfabric":"2840|输入法冲突修复 (IMBlockerFabric)|1090731","saomclib":"2841|~","survival-utilities":"2842|生存工具 (Survival Utilities)","slashblade":"2843|拔刀剑|726664","portal-blocks-2-0":"2844|传送门方块 (Portal Blocks)|1077770","slimecraft-add-tools-etc":"2845|~","moreswordonline":"2847|动漫神域 (MoreSwordOnline)","Camera-mod":"2848|照相机 (Camera Mod)|1162901","heartdrops":"2849|生命汲取 (Heart Drops)","observerlib":"2850|~","zen-summoning":"2851|~","campanion":"2852|野营物品 (Campanion)","wolves-with-armor":"2853|狼铠 (Wolves With Armor)","get-exp-for-everything":"2854|万物皆可获得经验 (Get exp for everything)","jei-enchantment-info":"2855|JEI附魔信息 (JEI Enchantment Info)","project-red-core":"2856|红石计划:核心 (Project Red - Core)","project-red-fabrication":"2857|红石计划:制作 (Project Red - Fabrication)","project-red-integration":"2858|红石计划:集成 (Project Red - Integration)","project-red-lighting":"2859|红石计划:照明 (Project Red - Lighting)","qcraft":"286|量子物理 (QCraft)","project-red-world":"2860|红石计划:探索 (Project Red - World)","canvas-renderer":"2862|Canvas渲染器 (Canvas Renderer)|1211675","coolfood":"2864|冷饮 (CoolFood)","infinitevillagertrading":"2865|无限村民交易 (InfiniteVillagerTrading)","infinite-trading":"2866|无限交易 (Infinite Trading)","better-loading-screen":"2867|自定义加载画面 (Custom Loading Screen)|970911","extended-lights-mod":"2868|灯具拓展 (Extended Lights)|903904","more-swords-legacy":"2869|更多剑:传承 (More Swords Legacy)","the-undergarden":"2870|深暗之园 (The Undergarden)","allure":"2871|诱惑 (Allure)|1094606","glibys-voice-chat-reloaded":"2873|Gliby的语音聊天重置版 (Gliby's Voice Chat Reloaded)|832155","greater-eye-of-ender-forge":"2874|高级末影之眼 (Greater Eye of Ender)|1022292","project-red-mechanical":"2875|红石计划:机械 (Project Red - Mechanical)","neon-craft-mod":"2876|霓虹灯艺 (Neon Craft Mod)","arrows-ignite-tnt":"2877|~","enderite-mod-for-forge":"2878|末影合金 (Enderite Mod)","dynamic-trees-industrial-craft-2":"2879|动态的树:工业2附属 (Dynamic Trees - Industrial Craft 2)","mad-science":"288|疯狂科学 (Mad Science)","dynamic-trees-tinkers-construct":"2880|动态的树:匠魂附属 (Dynamic Trees - Tinker's Construct)","ex-nihilo-sequentia":"2881|无中生有:传承 (Ex Nihilo: Sequentia)","toms-storage":"2882|汤姆的简易存储 (Tom's Simple Storage Mod)|1085400","fishing-real":"2883|更真实的钓鱼 (Fishing Real)","maessentials":"2884|~","lingering-loot":"2885|~","ugraded-netherite":"2886|下界合金增强 (Upgraded Netherite)","inventory-profiles":"2888|一键背包整理 (Inventory Profiles)|920520","slimevoid-library":"2889|~","kotlin-for-forge":"2890|~","fabric-zero":"2891|~","towers-of-the-wild":"2892|旷野之塔 (Towers Of The Wild)|1098534","sausagecore":"2893|香肠核心 (SausageCore)","shadowlands":"2894|暗影之地 (Shadowlands)","polymorph-fabric":"2895|多态合成 (Polymorph)","scalable-cats-force":"2896|~","otyacraft-engine":"2897|~","omega-craft-mod":"2898|~","custom-ports":"2899|自定义局域网端口 (Custom LAN Ports)","enviromine":"290|更多生存要素 (EnviroMine)","decorative-blocks":"2900|装饰方块 (Decorative Blocks)|1099281","music-layer":"2901|~","colored-lux":"2902|彩色照明 (Colored Lux)","corsair-mccue":"2903|~","right-click-clear":"2904|右键文本清除 (Right Click Clear)","wtfs-expedition-cavebiomes-ores-trees-and-tweaks":"2905|~","guide-api-village-and-pillage":"2906|~","drcyanos-lootable-bodies":"2907|可拾取尸体 (Dr. Cyano's Lootable Bodies)|406482","simply-cats":"2908|~","pams-harvestcraft-2-crops":"2909|潘马斯农场2 - 作物 (Pam's HarvestCraft 2 - Crops)|1000336","base-metals":"2910|基础金属 (Base Metals)","mmdlib":"2912|~","just-poop-mod":"2913|屎! (Poop Mod!)","costumes":"2914|服装 (Costumes)","eyemod-a-phone-mod":"2915|~|913253","upgrade-aquatic":"2916|碧海新生 (Upgrade Aquatic)|962459","tfc-ambiental":"2917|~","macaws-trapdoors":"2918|Macaw的活板门 (Macaw's Trapdoors)","zenutil":"2919|~","the-erebus":"292|混沌之地 (The Erebus)|856742","instant-bubble-studio":"2920|瞬息气泡工坊 (Instant Bubble Studio)|1103368","better-beacon-effect":"2921|更好的信标效果 (Better Beacon Effect)","netherite-horse-armor":"2922|下界合金马铠 (Netherite Horse Armor)","tacocraft-fabric":"2923|~","lootr-fabric":"2924|~","biolib":"2925|~","scavenge":"2926|~","heaven-earth-ring":"2928|乾坤戒指 (Heaven Earth Ring)|1113665","emerald-mod":"293|绿宝石Mod (Emerald Mod)|282677","pams-harvestcraft-2-trees":"2931|潘马斯农场2 - 果树 (Pam's HarvestCraft 2 - Trees)|1000336","better-minecart-rotation-forge":"2933|~","modern-metals":"2934|现代金属 (Modern Metals)","blockus":"2936|~","conjurers-cookbook":"2937|~","color-unchained":"2938|~","aportingcore":"2939|移植核心 (APortingCore)|1106002","lucky-blocks":"294|幸运方块 (Lucky Block)","ywlib":"2940|~","sweet-potato":"2941|烤地瓜 (Sweet Potato Mod)|1132119","redstone-lantern":"2942|红石灯笼 (Redstone Lantern)","culinaire":"2943|烹饪 (Culinaire)","furbishcraft":"2944|~","plural-lucky-block":"2946|复数幸运方块 (Plural Lucky Block)|1153085","ambientsounds":"2947|自然音效 (AmbientSounds)|780518","ordinary-firearms":"2948|普通枪械2 (Ordinary Firearms 2)|1107541","territory":"2949|领地 (MineTerritory)","dynamic-lights":"295|动态光源 (Dynamic Lights)|593066","better-ping-display-fabric":"2950|更好的延迟显示 (Better Ping Display)","turned-the-changed-mod":"2951|~","survival-tweaks":"2952|生存微调 (Survival Tweaks)|1050858","melon-slabs":"2953|西瓜台阶 (Melon Slabs)","lambdynamiclights":"2954|Lambda的动态光源 (LambDynamicLights)","realistic-torches":"2955|真实火把 (Realistic Torches)|566201","durability-viewer":"2957|耐久显示器 (Durability Viewer)|1086168","lucky-block-bow":"2959|~","yarr-cute-mob-models-remake":"296|怪物娘化 (Yarr Cute Mob Models - Remake)|172434","ground-item-highlighting":"2961|地面物品高光显示 (Ground Item Highlighting)|1084931","real-survivor":"2963|幸存者 (RealSurvivor)|1093190","armor-toughness-bar":"2964|盔甲韧性显示 (Armor Toughness Bar)","block-meter":"2965|~","time-to-live":"2966|~","dual-hotbar-1-12-2":"2967|双重快捷栏1.12.2 (Dual Hotbars 1.12.2)|986000","cha-s":"2968|可合成的马铠和鞍 (Craftable Horse Armour & Saddle)","dual-hotbar":"2969|双重快捷栏 (Dual Hotbars)|320409","monster-hunter-frontier-craft":"297|怪物猎人边境工艺 (Monster Hunter Frontier Craft)","travellers-boots":"2970|~","cofh-vanilla-satchels":"2972|~","betteranimalsplus":"2973|更多动物 (Better Animals Plus)|861155","packagedauto":"2974|封包合成 (PackagedAuto)","packagedexcrafting":"2975|封包合成拓展 (PackagedExCrafting)","compactstorage":"2977|紧凑存储 (compactstorage)","useful-backpacks":"2978|实用背包 (Useful Backpacks)","conquest-reforged":"2979|征服者 (ConquestReforged)|992711","zombie-awareness":"298|僵尸意识 (Zombie Awareness)","steelseries-gamesense":"2980|~","pizzaatimes-timber-mod":"2981|~","tellme":"2982|~","minerva-library":"2983|~","edit-sign":"2987|编辑告示牌 (Edit Sign)","logistical-automation":"2988|~","dynamic-view-fabric":"2989|动态视距 (Dynamic View)","remote-io":"299|远程接口 (Remote IO)","instrumental-mobs":"2991|乐器怪物 (Instrumental Mobs)","finder-compass":"2992|~","spacering":"2993|储物戒 (SpaceRing)","trumpet-skeleton-redooted":"2994|~","emotes":"2996|~","oc-sensors":"2997|~","fabric-for-fabric":"2998|~","storage-tech":"2999|~","electrical-age":"300|电力时代 (Electrical Age)","thaumic-periphery":"3000|神秘外饰 (Thaumic Periphery)","embellishcraft":"3001|装饰工艺 (EmbellishCraft)","open-loader":"3002|开放式加载 (Open Loader)","deep-mob-learning-refabricated":"3003|深度怪物学习:重制版 (Deep Mob Learning: Refabricated)","ftb-ultimine-fabric":"3004|连锁破坏 (FTB Ultimine)","server-translations":"3005|~","image2map":"3006|~","corpse":"3007|遗体 (Corpse)","ring-of-the-miner-forge":"3008|矿工之戒 (Ring of the Miner)","kaleido":"3015|~","crock-pot":"3017|烹饪锅 (Crock Pot)","together-forever":"3026|~","iron-furnaces-fabric":"3027|更多熔炉 (Iron Furnaces)","lenient-creepers":"3029|仁慈的苦力怕 (Lenient Creepers)|811522","minor-alchemy":"303|小型炼金术 (Minor Alchemy)","treasure2":"3030|寻宝记2 (Treasure2!)","structure-gel-api":"3033|~","the-conjurer":"3034|魔术师 (The Conjurer)|1122250","ganys-nether":"3035|Gany的下界 (Gany's Nether)","ganys-end":"3036|Gany的末地 (Gany's End)","epic-fight-mod":"3037|史诗战斗 (Epic Fight)|1115564","attack-missed":"3038|攻击闪避 (Attack Missed)|1115551","lava-monsters":"3039|熔岩怪 (Lava Monsters)","tumat":"3040|~","riddle-chests":"3041|谜题箱 (Riddle Chests)","totem-plus":"3043|图腾增强 (Totem Plus)","blockmeterfabric":"3044|方块计量表 (BlockMeterFabric)","fluid-drawers":"3046|储液抽屉 (Fluid Drawers)","creepypastacraft-reborn":"3047|蠕动意面重置版 (CreepyPastaCraft Reborn)","itemzoom":"3048|物品缩放 (ItemZoom)","light-overlay":"3049|亮度覆盖 (Light Overlay)","smallerfpsincrements":"3050|~","regex-filters":"3051|正则表达式过滤器 (Regex Filters)","fluidsystem":"3053|流体系统 (FluidSystem)","falling-tree":"3054|伐树 (FallingTree)","issues":"3055|物品名称双语同屏 (Untranslated Items)","particle-culling":"3056|粒子渲染机制优化 (Particle Culling)","aggressive-chickens":"3057|~","entity-culling":"3058|实体渲染机制优化 (Entity Culling)","hammerandvil":"3059|锻造锤与锤锻台 (HammerAndVil)","simply-backpacks":"3061|简易背包 (Simply Backpacks)","mermaid-tail-mod":"3062|~","better-placement":"3063|更好的放置 (Better Placement)|730136","fat-cat":"3064|大资本家 (Fat Cat)","waystones2waypoints":"3065|传送石碑路径点 (Waystones2Waypoints)","beta-days":"3066|B测往昔 (Beta Days)","trajectory-preview-fabric":"3067|弹道预览 (Trajectory Preview)","xp-spawner-control":"3068|刷怪笼经验控制 (Xp Spawner Control)","mob-spawner-control":"3069|刷怪箱控制与修改 (Mob Spawner Control)","refined-pipes":"3070|精致管道 (Refined Pipes)","singularities":"3071|奇点 (Singularities)","better-spawner-control-fabric":"3072|更好的刷怪笼控制 (Better Spawner Control)","crying-ghasts-fabric":"3073|哭泣的恶魂 (Crying Ghasts)","dynamic-fps":"3074|动态FPS (Dynamic FPS)","compact-ores":"3075|致密矿石 (Compact Ores)","thaumic-additions":"3076|神秘领域:重构","fabric-disable-custom-worlds-advice":"3077|禁用自定义世界警告 (Disable Custom World Advice)","leaf-decay":"3078|树叶速腐Fabric版 (Leaf Decay)","fast-furnace-for-fabric":"3079|熔炉性能优化Fabric版 (Fast Furnace for Fabric)","diggus-maximus":"3080|连锁挖掘 (Diggus Maximus)","super-sentai-craft":"3081|超级战队工艺 (Super Sentai Craft)","wildly-eat":"3082|狼吞虎咽 (Wildly Eat)","gotta-climb-fast":"3083|快速爬梯 (Gotta Climb Fast!)","can-i-mine-this-block":"3084|我­­ 能 挖 它 吗? (cAn i MiNe thIS bLOCk?)","rotten-creatures":"3085|腐烂生物 (Rotten Creatures)|1094419","fairy-lights":"3086|圣诞彩灯 (Fairy Lights)|1167478","packmode":"3087|~","dank-null":"3088|~","avaritia-complement":"3089|~","mcicraft":"309|MCI工艺 (MCI Craft)","better-questing-triggerer":"3090|~","Broken-Wings":"3091|~","Compacter":"3093|压缩者 (Compacter)","simple-cc":"3094|简单清除聊天 (Simple Clear Chat)","not-enough-potions":"3095|~","framed-compacting-drawers":"3096|镶框压缩抽屉 (Framed Compacting Drawers)","discordsuite":"3097|~","mikes-mods-library":"3098|~","Teslafied":"3099|~","ee3":"31|等价交换3 (Equivalent Exchange 3)","shurlin":"3100|仙灵 (Shurlin)","mob-amputation":"3101|怪物截肢 (Mob Amputation)","packguard":"3102|~","wtfs-texturegeneratorlib":"3103|~","more-totems-of-undying":"3104|更多的不死图腾 (More Totems Of Undying)|1120388","dungeon-crawl":"3105|~","tesslocator":"3106|超立方转运器 (Tesslocator)","iblis-headshots":"3107|爆头击杀 (Iblis Headshots)|963706","bee-barker":"3108|~|812120","sky-bonsais":"3109|天空盆景 (Sky Bonsais)","origins":"3111|起源 (Origins (Fabric))|1081026","alexiillib":"3112|~","feed-a-friend":"3113|~","the-legend-of-herobrine":"3116|~","extra-origins":"3117|起源扩展 (Extra Origins)","caves-and-cliffs":"3118|~","miner-golems":"3119|矿工傀儡 (Miner Golems)","engineers-toolbox":"312|工程师工具箱 (Engineer's Toolbox)","online-card":"3121|网络卡片 (Online Card)","felling":"3122|连锁砍树 (Felling)","extra-player-render":"3123|额外玩家渲染 (Extra Player Renderer)|1118280","fabric-api":"3124|~|835999","coloredlanterns":"3125|多彩灯笼 (ColoredLanterns)","ae2-fluid-crafting":"3126|AE2流体合成套件 (AE2 Fluid Crafting)","cardinal-energy":"3127|能量基本 (Cardinal Energy)","travel-anchors":"3128|旅行锚 (Travel Anchors)","bnbgaminglib":"3129|~","e-tools-redstone-powered-tools":"313|电子工具:红石供电工具 (E-Tools: Redstone Powered Tools)","triumph":"3130|~","overloaded-armor-bar-fabric":"3131|护甲上限突破 (Overloaded Armor Bar)|1027870","toomanydanyores":"3132|~","glass-pipe":"3133|玻璃管道 (Glass Pipe)","origins-classes":"3134|起源:职业 (Origins: Classes)|1129492","plonk":"3135|世界内物品放置 (Plonk)|1155521","baritone-1-18-2":"3136|~","potionsmaster":"3137|魔药大师 (Potions Master)|1002297","tinkered-hegemony":"3138|匠器主导 (Tinkered Hegemony)","better-impaling":"3139|更好的穿刺附魔 (Better Impaling)","caliper":"3140|~","botanical-machinery":"3141|植物机械 (Botanical Machinery)","demagnetize":"3142|消磁 (Demagnetize)","cinderscapes":"3147|余烬奇景 (Cinderscapes)","tfc-storage":"3148|~","tfctinkers":"3149|群峦与匠魂 (TFC Tinkers)","modular-systems":"315|模块化熔炉2 (Modular Furnaces 2/Modular Systems)","thick-font-fix":"3150|~","dynamic-trees-traverse":"3152|动态的树:遍历附属 (Dynamic Trees - Traverse)","mcmt-multithreading":"3153|~|1126026","bwm-core":"3154|~","ice-ice-baby":"3155|冰术师 (Ice Ice Baby)","hardlib":"3156|~","bilingualname":"3157|物品名称双语显示 (BilingualName)","chlorine":"3158|氯 (Chlorine)|1120009","bedrock-miner":"3160|基岩矿工 (Bedrock Miner)|789614","reasonable-realism":"3161|合理的现实主义 (Reasonable Realism)|997171","passable-foliage":"3162|叶间穿行 🌳 (Passable Foliage 🌳)","betterend-forge-port":"3163|更好的末地 (BetterEnd)","armor-chroma":"3164|盔甲颜色显示 (Armor Chroma)|772358","interactions":"3165|自定义交互事件 (Interactions)","lods-of-emone":"3166|很多钱 (Lods of Emone)","fabric-language-scala":"3167|~","fluid-physics":"3168|流体物理 (Fluid Physics)","zettai-grimoires":"3169|~","Traincraft":"317|火车工业 (Traincraft)","runorama":"3170|全景截图背景 (Runorama)|910751","item-stages":"3171|物品阶段 (Item Stages)","rocksalt":"3172|~","cazfps-the-dead-sea":"3173|~","pouch-of-unknown":"3174|未知之袋 (Pouch of Unknown)","wizardry-fates":"3175|~","the-mighty-architect":"3176|~","phosphophyllite":"3177|~","biggerreactors":"3178|~","ftb-teams-fabric":"3179|FTB 团队 (FTB Teams)","hydraulicraft":"318|液压工艺 (Hydraulicraft)","waveaway":"3180|挥挥手 (WaveAway)","no-advancements":"3181|移除进度机制 (No Advancements)","tfc_rocksplus":"3182|群峦岩石 (TFC Rocksplus)","mars-mod-reborn":"3183|~","ftb-library-fabric":"3184|~","crossroads-mc":"3185|交错道途 (Crossroads)","config-checker":"3186|整合包配置检测 (Modpack Configuration Checker)","thaumic-speedup":"3187|~","armor-curve":"3188|盔甲曲线修改 (Armor Curve)","ambience-extras":"3189|环境音乐:附加 (Ambience - Extras)","utilities3":"319|流体能量 (Utilities³)","additions-mod":"3190|~","extracpus":"3191|更多CPU (Extra CPUs)","extra-crafting-storage":"3192|~","underground-city-engineering":"3194|地下城市工程 (Underground City Engineering)|943842","essentials":"3195|~","soul-shards-respawn":"3196|~","soul-shards-the-old-ways":"3197|~","the-flying-things":"3199|~","minefactory-reloaded":"32|我的工厂|693826","ftb-ranks-fabric":"3200|~","ftb-chunks-fabric":"3201|~","ftb-essentials":"3202|~","silveroak-outpost":"3203|银橡前哨 (Silveroak Outpost)","pehkui":"3204|~","jeitweaker":"3205|~","yungs-law":"3206|~","libx":"3207|~","atmospheric":"3208|悠然一派 (Atmospheric)","monospace-font":"3209|等宽字体 (Monospace font)","mana-liquidizer":"3211|魔力液化器 (Mana Liquidizer)","neapolitan":"3212|那不勒斯风味 (Neapolitan)","clear-despawn-fabric":"3213|~","tinkers-modifier-modifier":"3214|匠魂强化修改 (Tinkers' Modifier Modifier)","randomtweaks":"3215|随意微调 (RandomTweaks)|776232","zettai-magic":"3216|~","strawgolem-reborn":"3217|稻草傀儡重制版 (Straw Golem Reborn)","rare-ice":"3218|冰中有宝 (Rare Ice)|1267712","create-integration":"3219|~","the-magic-mirror":"3220|魔镜 (The Magic Mirror)","extra-boats":"3222|额外船只 (Extra Boats)","outvoted":"3223|落选生物 (Outvoted)|1144693","attribute":"3225|属性修复 - Fabric版 (Attribute Fix {FABRIC})","packmodemenu":"3226|PackMode菜单 (PackModeMenu)","simple-gamemodes":"3227|游戏模式短指令 (Simple Gamemodes)","uniq":"3228|流体统一/物品统一 (UniQ)","harder-ores":"3230|更难的矿物处理 (Harder Ores)","rune-craft":"3231|~","geckolib":"3232|~","memory-cleaner-mod":"3233|内存自动清理 (Memory Cleaner Mod)","ore-flowers":"3234|矿物花卉 (Ore Flowers)","aqua-creepers":"3235|水下苦力怕 (Aqua Creepers!)","extrastorage":"3236|更多存储 (ExtraStorage)","thermal-locomotion":"3237|热力运输 (Thermal Locomotion)","external-tweaker":"3238|~","morebiomesxl":"3239|~","school-mod-forge-1-14":"324|学校 (School Mod)","notes":"3240|笔记 (Notes)","stare-till-they-grow":"3241|盯到它们熟为止! (Stare Till They Grow!)","vm-computers":"3242|虚拟电脑 (VM Computers)","inventory-free":"3243|无物品栏 (Inventory-Free)","randompatches-integration":"3245|~","bubble-column-elevator-backport":"3246|1.13水域机制 (1.13 Water Mechanics)","basic-nether-ores":"3247|基础下界矿石 (Basic Nether Ores)|1136294","nuclearcraft-reactor-builder":"3248|核电工艺反应堆建造机 (NuclearCraft Reactor Builder)","pams-harvestcraft-2-food-core":"3249|潘马斯农场2 - 食物核心 (Pam's HarvestCraft 2 - Food Core)|1000336","witchery":"325|巫术 (Witchery)|314815","eki-lib":"3250|~","nodami":"3252|伤害免疫机制移除 (No Damage Immunity)","astrological-sorcery":"3253|星占魔法 (Astrological Sorcery)","efab-ct-bindings":"3254|~","golden-hopper":"3255|金漏斗 (Golden Hopper)|1109760","wizardry-golems":"3256|巫术傀儡 (Wizardry Golems)","devtech":"3259|GTCE-CrT 开发套件 (Devtech)","growthcraft-community-edition":"326|生长工艺 (GrowthCraft)","jurassic-world-reborn-mod":"3265|侏罗纪世界重生 (Jurassic World Reborn Mod)","cardboard":"3267|~","crimson-revelations":"3269|血腥启示 (Crimson Revelation)","gregtech-5-unofficial":"327|格雷科技5 (GregTech 5)|352465","environmental-core":"3270|~","bigger-crafting-tables":"3271|~","covers-everywhere":"3272|万用覆盖板 (Covers Everywhere)","mo-villages":"3273|更多村庄 (Mo' Villages)|814563","inventoryneko":"3274|~","loading-screens":"3275|自定义加载画面 (Loading Screens)","ofms-crisis-ridden":"3276|OFMS:危机重重 (OFMS:crisis-ridden)","dupefix-project":"3277|~","ore-control":"3278|矿物控制 (Ore Control)","twitch-chat-integration":"3279|Twitch信息显示 (Twitch Chat Integration)","avaritia-lite":"3282|无尽贪婪精简版 (Avaritia Lite)","packmenu":"3283|~","console-hud":"3285|原主机版界面特性 (Console Experience)","mite-reborn":"3288|MITE:重生 (MITE:Reborn)","detailed-technology":"3289|细节科技 (Detailed Technology)|1145905","mantle":"329|地幔 (Mantle)","oreberries":"3290|矿莓 (Oreberries)","stone-block-utilities":"3291|~","mystical-creations":"3292|~","multiconnect":"3293|~","art-of-alchemy-memoriam":"3294|炼金艺术:纪念版 (Art of Alchemy: Memoriam)|1017647","blockphysics":"3295|方块物理 (BlockPhysics)","stoneblock-dimensions":"3296|~","charging-gadgets":"3297|充电设备 (Charging Gadgets)","integration-foregoing":"3298|工业先锋集成附属 (Integration Foregoing)|937389","enderfuge":"3299|末影熔炉 (Enderfuge)","customoregen":"330|自定义矿物生成 (Custom Ore Generation)","calm-down-zombie-guy":"3300|~","universal-mod-core":"3301|~","suspended-server":"3302|挂起服务器 (Suspended Server)","starlight-forge":"3303|星光 (Starlight)|1216316","research-table":"3304|研究台 🔬 (Research Table 🔬)|871188","shoulder-surfing-reloaded":"3305|越肩视角重制 (Shoulder Surfing Reloaded)|985499","silents-mechanisms":"3307|寂静机械 (Silent Mechanisms)","project-potman":"3308|背锅人计划 (ProjectPotman)","nbt-crafting":"3309|数据包NBT合并 (Nbt Crafting)","littlemaidmobx":"331|女仆 (LittleMaidMob)|367058","diregoo":"3310|~","ogdragon":"3311|OG龙+ (OGDragon+)","sevtweaks":"3312|~","journeymapstages":"3313|旅行地图阶段控制 (JourneyMapStages)","textile-backup":"3314|Textile备份 (Textile Backup)","goopers":"3315|~","mob-drops":"3316|自定义生物战利品 (Mob Drops Your Way)","alexs-mobs":"3318|Alex 的生物 (Alex's Mobs)|1185939","all-stackable":"3319|可堆叠物品自定义 (All Stackable)","botania-fabric":"332|植物魔法 (Botania)|722470","thermal-mj":"3320|热力MJ支持 (Thermal MJ)","ctd-core":"3321|~","time-speed-mod":"3322|Minecraft地球自转/真实昼夜循环 (Вращение Земли Майнкрафтская (Accurate day/night-cycles Mod))","mineral-tracker":"3324|~","carpet-extra":"3325|Carpet拓展 (carpet-extra)","viafabric":"3327|~","double-slabs":"3328|双重台阶 (Double Slabs)","tools-and-armor-bop":"3329|超多生物群系:旧工具和装甲 (Tools And Armor - BOP)","alternate-terrain-generation":"333|交替性地形生成 (Alternate Terrain Generation)","centralized-materials":"3330|集中材料 (Centralized Materials)","server-sided-chunk-loader":"3331|服务器端区块加载器 (Server Sided Chunk Loader)","fluid-cows":"3332|流体牛 (Fluid cows)","shulkerboxviewer":"3333|~","gameinfo":"3334|游戏信息 (GameInfo)","arcaea":"3335|Arcaea韵律源点 (Arcaea)","advanced-tfc-tech":"3336|进阶群峦科技 (Advanced TFC Tech)","vanilla-enhanced":"3337|原版增强 (Enriched/Vanilla Enhanced)","satisforestry":"3338|~","asmc":"3339|~","gendustry":"334|基因工业 (Gendustry)|441078","simple-generators":"3340|简易发电机 (Simple Generators)","tfc-bonsai":"3341|群峦盆栽 (TFC Bonsai)","tfc-drying-rack":"3342|群峦晾干架 (TFC Drying Rack)","lumen":"3344|流明 (Lumen 🔥)","openblocks-elevator":"3345|开放式电梯 (OpenBlocks Elevator)","crafttweaker-integration":"3346|CrT集成 (CraftTweaker Integration)","spiders-2-0":"3348|蜘蛛行为增强 (Spiders 2.0)","hammer-metals":"3350|锤子材料 (Hammer Metals)","bunch-of-biomes":"3351|生物群系扩充 (Bunch Of Biomes!)","better-slimes":"3353|更好的史莱姆 (Better Slimes)|890364","windowlogging":"3354|玻璃板贴合 (Windowlogging)","the-time-stop-mod":"3355|时间静止 (The Time Stop Mod)","vanilla-hammers-forge":"3357|原版材质锤 (Vanilla Hammers)","imblocker":"3358|输入法冲突修复 (IMBlocker)|935619","hardcore-map-reset":"3359|~","tfc-aged-drinks":"3360|群峦陈酿 (TFC Aged Drinks)","buildcraft-rf":"3361|~","youtubers-lucky-blocks":"3362|Youtuber的幸运方块 (Youtuber's Lucky Blocks)","wandering-trapper":"3363|流浪猎人 (Wandering Trapper)","chocolate-fix":"3364|~","thaumcraft-4-scrolling":"3365|~","orderly":"3366|~|996563","water-control-extreme":"3367|~","variant16x":"3368|~","endremastered-fabric":"3369|末地:创世 (End Remastered)","unique-crops":"3371|独特作物 (Unique Crops)|910420","yungs-api-fabric":"3372|~","dawn":"3373|~","assembly-line-machines":"3374|装配线 (Assembly Line Machines)","netherending-ores":"3375|~","Flex-FOV":"3376|扭曲视野 (Flex FOV)","hooked":"3377|抓钩 (Hooked)","createtweaker":"3378|~","iTorch":"3379|~","gullivern":"3381|~","nbt-manipulator":"3382|~","netherending-ores-configs":"3383|~","sulfur-and-potassium-make-more-gunpowder":"3385|~","statues":"3386|雕像 (Statues)|1119703","advanced-mining-dimension":"3387|先进的采矿维度 (Advanced Mining Dimension)|1157631","time-travel-mod":"3388|时间旅行 (Time Travel Mod)","backslotaddon":"3389|背用武器拓展 (BackSlotAddon)","betterfonts":"339|更好的字体 (BetterFonts)|187674","optifabric-1-8-9":"3390|~","gt6-ore-helper":"3392|GT6矿石助手 (GT6 Ore Helper)","applied-integrations":"3393|应用集成 (Applied Integrations)","inventory-hud-forge":"3395|物品栏HUD+ (Inventory HUD+)|1116793","prehistoric-flora":"4869|史前自然","langsplit":"3397|~","legacy-fabric-api":"3398|~","krypton":"3399|氪 (Krypton)","render-player-api":"34|玩家渲染API (Render Player API)","zelda-sword-skills":"340|塞尔达剑技 (ZELDA SWORD SKILLS)|500299","mana-gear":"3400|~","not-enough-enchantments":"3401|~","bon-appetit-fabric":"3402|祝您好胃口 (Bon Appetit)","scuba-gear":"3404|潜水装备 (Scuba Gear)","avatar-mod-2-out-of-the-iceberg":"3405|降世神通:突破冰山 (Avatar Mod 2: Out of the Iceberg)","lazy-dfu-forge":"3407|DFU载入优化 (LazyDFU)","ridable-ender-pearls":"3409|可骑乘末影珍珠 (Ridable Ender Pearls)|1126706","gildedarmor":"3410|镀金盔甲 (GildedArmor)|1126586","deadly-book":"3411|致命书本 (Deadly Book)","speedy-hoppers":"3412|极速漏斗 (Speedy Hoppers)","indium":"3413|铟 (Indium)","go-fish":"3416|~","more-player-models":"3417|更多玩家模型 (More Player Models)","loot-overhaul":"3418|~","miners-helmet":"3419|矿工头盔 (Miner's Helmet)","minemenu":"342|我的菜单 (MineMenu)|302947","lightweight-blood-mechanics":"3420|~","kbackup-fabric":"3421|~","smooth-boot-forge":"3422|流畅加载 (Smooth Boot)","netherite-plus-mod":"3424|下界合金拓展 (Netherite Plus Mod)","chunkpregenerator":"3425|区块预生成器 (Chunk-Pregenerator)|1015490","antighost":"3426|方块同步修复 (AntiGhost)","backslot":"3428|背用武器 (BackSlot)","minecraftcapes-mod":"3429|~","symcalc":"343|对称度运算仪 (Symcalc)","spartan-weaponry-arcana":"3431|斯巴达奥法 (SpartanWeaponryArcana)","greek-fantasy":"3433|希腊幻想 (Greek Fantasy)|1143037","architectury-api":"3434|~","fantastic-beasts-and-how-to-eat-them-butchercraft":"3436|~","createaddition":"3437|~","smithee":"3438|~","dragon-egg-replicator":"3439|龙蛋复制器 (Dragon Egg Replicator)","assassins-creed-blocklegend":"4312|刺客信条:方块传奇2|1168306","elemental-ingots-ei":"3441|元素锭 (Elemental Ingots)","solargeneration":"3442|太阳能发电机 (Solar Generation)","enchant-with-mob":"3443|~","worldstatecheckpoints":"3445|~","dungeons-plus":"3446|~","liquid-enchanting":"3447|药水附魔 (Liquid Enchanting)|844632","shutup-experimental-settings":"3448|禁用实验性设置警告 (Shutup Experimental Settings!)","datafixerslayer":"3449|~","iguanas-tinker-tweaks":"555|匠魂增强|425981","hexcraft":"3450|~","police-mod":"3451|警察 (Police Mod)","enhanced-celestials-fabric":"3452|月亮事件 (Enhanced Celestials)","resourceful-bees":"3453|缤纷蜜蜂 (Resourceful Bees)","held-item-info":"3454|手持物品信息 (Held Item Info)|977835","cleancut":"3455|干净利落 (CleanCut)|1231946","plus-tweaks":"3456|~","global-gamerules":"3457|全局游戏规则 (Global GameRules)","save-my-stronghold":"3459|~","jabba":"346|更好的储物桶 (Just Another Better Barrel Attempt)","physics-mod":"3460|真实物理 (Physics mod)","bluemap":"3461|~","dregora":"3462|德雷戈拉 (Dregora)","k4lib":"3463|~","deadly-end-phantoms":"3464|~","spice-of-life-potato-edition":"3465|生活调味料:马铃薯版 (Spice of Life: Potato Edition)","easiervillagertrading":"3466|简单村民交易 (EasierVillagerTrading)","wwta":"3467|聊天栏时间显示 (When Was That Again)|1285507","ars-nouveau":"3468|新生魔艺 (Ars Nouveau)","eidolon":"3469|幻梦 (Eidolon)","mcheli-minecraft-helicopter-mod":"347|MC直升机 (MC Helicopter MOD)","rats-ratlantis":"3470|老鼠:鼠西洲 (Rats: Ratlantis)","wthit-forge":"3471|~|1200908","modern-industrialization":"3472|现代工业化 (Modern Industrialization)","chunk-pregenerator-fabric":"3473|区块预生成器(Fabric) (Fabric Chunk Pregenerator)|1167231","jumploader":"3474|~","unloader":"3475|~","better-animal-models":"3476|更真实的动物 (Better animal models)","druidcraft":"3479|德鲁伊工艺 (Druidcraft)|1162793","ex-aliquo":"348|~","berry-good":"3480|~","savage-and-ravage":"3481|残暴与掠夺 (Savage & Ravage)","jade":"3482|玉 🔍 (Jade 🔍)","somnia":"3483|梦醒时分 (Somnia Awoken)","industrial-reborn":"3484|~","mo-structures-forge":"3485|更多自然生成结构 (Mo' Structures)","wallpapercraft-a-fresh-roll":"3486|墙纸创造 (Wallpapercraft - A Fresh Roll)","clear-despawn":"3487|~","botany-trees":"3491|~","better-third-person":"3492|~","survive":"3493|生存要素 (Survive)","wallpapercraft-a-fresh-roll-stairs":"3494|墙纸创造:楼梯 (Wallpapercraft - A Fresh Roll (Stairs!))","wallpapercraft-a-fresh-roll-slabs":"3495|墙纸创造:台阶 (Wallpapercraft - A Fresh Roll (Slabs!))","wallpapercraft-a-fresh-roll-walls":"3496|墙纸创造:围墙 (Wallpapercraft - A Fresh Roll (Walls!))","compact-crafting":"3497|~","assembly-lines":"3498|装配线 (Assembly Lines)","botany-pots":"3499|植物盆栽 (Botany Pots)","player-api":"35|玩家API (Player API)","steves-carts-2":"350|史蒂夫矿车2 (Steve's Carts 2)","callable-horses":"3500|召之马来 (Callable Horses)","ultimate-solar-panels":"3502|~","slight-gui-modifications":"3503|界面微调 (Slight Gui Modifications)|1148951","elemental-craft":"3504|元素工艺 (Elemental Craft)","just-another-rotten-flesh-to-leather-mod":"3505|腐肉换皮革 (Just Another Rotten Flesh to Leather Mod)","spatial-harvesters-fabric":"3506|~","emotecraft-forge":"3507|表情工艺 (Emotecraft)","pattysmorestuff":"3508|~","hats":"3509|帽子 (Hats)","mariculture":"351|海洋物语 (Mariculture)|321251","smoother-bedrock":"3510|平滑基岩层 (Smoother Bedrock)","c2me-fabric":"3511|C^2M 引擎 (C^2M-Engine/Concurrent Chunk Management Engine)|1188136","datapack-anvil":"3512|~","nuclear-science":"3513|核科学 (Nuclear Science)","glaretorch":"3514|强光火把 (Glare Torch)","mrcrayfishs-jumping-castle-mod":"3515|MrCrayfish的充气城堡 (MrCrayfish's Jumping Castle)","exposer":"3516|~","to-the-bat-poles":"3517|~","cc-restitched":"3518|~","wearables":"3519|可穿戴设备 (Wearables)","evilcraft":"352|邪恶工艺 (EvilCraft)","better-weather-fabric":"3522|更好的天气 (Better Weather)","ultimate-car-mod":"3523|终极汽车 (Ultimate Car Mod)|938477","craft-time":"3524|耗时合成 (Craft Takes Time)|1159911","betterf3":"3525|更好的F3 (BetterF3)","the-abyss-chapter-ii":"3527|深渊:第二章 (The Abyss: Chapter II / The Abyss II - The Other Side)","mapper-base":"3528|~","bedrockify":"3529|~","projecte":"353|等价交换重制版 (ProjectE)|1109380","rftools-power":"3531|RF工具:能量 (RFTools Power)","pipez":"3532|~","coins-je":"3533|~","beenfo":"3535|蜂巢信息 (Beenfo)","chest-building-blocks":"3536|~","zycraft":"3537|~","quitconfirm":"3538|退出前确认 (QuitConfirm)|1116784","ruined-equipment":"3539|~","falling-meteors-mod":"354|陨石 (Falling Mateors)","clickthrough":"3540|~","dynamic-sound-filters":"3541|动态声音滤波器 (Dynamic Sound Filters)","binniepatcher":"3542|~","subterranean-wilderness":"3543|~","construction-wand":"3545|建筑之杖 (Construction Wand)","squeedometer":"3546|~","forgery":"3547|~","fabrication":"3548|~","mcdj":"3549|~","boost-boots":"3550|~","better-sodium-video-settings-button":"3551|更好的钠视频设置按钮 (Better Sodium Video Settings Button)","artisan-worktables-1-16":"3553|工匠之作2 / 工匠工作台2 (Artisan Worktables 2 / Artisan Worktables 1.16)","thermal-solars":"3554|~","supplementaries":"3555|~|1149530","more-fuels-mod":"3556|~","pointless-tech-collective":"3558|~","revampedwolf":"3559|~","bedrock-b-gone":"3560|~","elemental-creepers":"3562|元素爬行者 (Больше Криперов)|287856","gymcraft":"3563|~","infernal-expansion":"3564|地狱扩展 (Infernal Expansion)","configurable-mob-potion-effects-fabric":"3567|怪物药水效果自定义 (Configurable Mob Potion Effects)","sapience":"3568|~","netherite-nuggets-forge":"3569|下界合金粒 (Netherite Nuggets)","thermal-expansion":"634|热力膨胀|805200","eroding-stone-entities-fabric":"3570|~","direbats-fabric":"3571|~","advanced-electric-tools":"3572|高级电动工具 (Advanced Electric Tools)","backpacker":"3574|~","ynet":"3576|~","simple-drawers":"3577|简单的抽屉 (Simple Drawers)","charmonium-reforged":"3578|~","xnicex":"3579|~","krate":"3580|~","chickensshed":"3581|鸡棚重置版 (ChickensShed)","chickenshed":"3582|~","expanded-storage-forge":"3583|扩展存储 (Expanded Storage)","project-mmo":"3584|~","abnormals-delight":"3585|~","jojos-bizarre-survival":"3586|~","somnus":"3588|~","lost-trinkets":"3589|~","lookingglass":"3590|~","environmental":"3591|自然环境 (Environmental)","golden-airport-pack-immersive-vehicles-content":"3593|~","hole-filler-mod":"3595|洞口填充器 (Hole Filler)","simply-tea":"3597|简单的茶! (Simply Tea!)|699389","buttermilk":"3598|~","diet":"3599|饮食 (Diet)","glacia-dimension":"360|冰河时代 (Glacia)","brazilian-fields":"3600|巴西风情 (Brazilian Fields)","ae2-extras":"3601|AE2附加 (AE2 Extras)","animalium":"3602|动物 (Animalium)","mob-origins":"3603|生物起源 (Mob Origins)","better-default-biomes":"3604|更好的默认生物群系 (Better Default Biomes)","kaimyentity":"3605|KAI我的实体 (KAIMyEntity)|1170874","tablechair":"3606|桌椅 (TableChair)","when-dungeons-arise-fabric":"3607|地牢浮现之时 (When Dungeons Arise)","animal-feeding-trough":"3608|动物喂养槽 (Animal Feeding Trough)","wiki-zoomer":"3609|~","personality":"3610|~","allurement":"3611|~","dwarf-miner-totem":"3612|矮人矿工 (Dwarf Miner Totem)","yungs-better-portals":"3613|YUNG的传送门机制重构 (YUNG's Better Portals)","german-road-signs-mod":"3614|德国交通标志 (German Road Signs Mod)","iguana-in-a-blanket":"3615|真实调整 (Iguana in a Blanket)","anthill-inside":"3616|蚂蚁物流 (Anthill Inside)","nei-integration":"3617|~","uncrafting-grinder":"3618|分解磨床 (Uncrafting Grinder)","emendatus-enigmatica":"3619|~","realtrainmod":"362|真实火车 (RealTrainMod)|781058","jousting":"3623|马术 (Jousting)","bamboo-blocks":"3624|~","scape-and-run-parasites":"3625|逃逸:寄生兽 (Scape and Run: Parasites)","just-enough-drags":"3626|更多JEI拖拽 (Just Enough Drags)|1179845","exnihilo-automation":"3627|无中生有:自动化 (Exnihilo: Automation)","world-handler-command-gui":"3628|世界管理器:图形交互 (World Handler - Command GUI)","entityculling":"3629|实体渲染机制优化 (Entity Culling Fabric/Forge)","applemilktea2":"363|苹果奶茶2 (Apple&Milk&Tea! ver2)|466114","tea-kettle":"3631|茶壶 (Tea Kettle)","enhanced-block-entities":"3632|方块实体优化 (Enhanced Block Entities)","gun-customization-infinity":"3633|~","dungeons-gear":"3634|地下城装备 (Dungeons Gear)","integrated-nbt":"3635|~","pillagers-plus":"3636|~","abundance":"3640|~","just-enough-calculation":"3643|~|561503","mythicbotany":"3644|神话植物学 (MythicBotany)|1190745","improved-mobs-fabric":"3645|怪物增强 (Improved Mobs)","limitless":"3646|无上限附魔 (Limitless)|1118079","vpn-blocker":"3647|禁用VPN (VPN Blocker)","premium-wood":"3648|~","tenshilib-fabric":"3649|~","flaxbeards-steam-power":"365|FSP蒸汽动力 (Flaxbeard's Steam Power)|315722","randomportals":"3650|随意传送门 (RandomPortals)","configured":"3651|配置界面 (Configured)","jellyfishing":"3653|抓水母 (Jellyfishing)","accurate-block-placement":"3654|~","pro-placer":"3655|放置专家 (Pro Placer)","farmers-delight-compats":"3656|~","farmers-tea":"3657|农夫的茶 (Farmer's Tea)","farmers-delight-integration":"3658|~","magical-psi-redux":"3659|~","anvil-fix":"3660|铁砧修复 (Anvil Fix)","no-increasing-repair-cost":"3661|~","wool-temples":"3662|羊毛神殿 (Wool Temples)","exp-bottling":"3663|经验装瓶 (EXP Bottling)","buildersaddition":"3664|~","gt-remastered":"3665|格雷科技重制版 (GT: Remastered)","tips":"3666|提示 (Tips)","Interactio":"3667|~","advancement-book":"3668|进度之书 (Advancement Book)","drawers-tooltip":"3669|抽屉提示 (Drawers Tooltip)","steves-factory-manager-reborn":"367|史蒂夫工厂管理 (Steve's Factory Manager)","paradise-lost":"3670|天境:重生 (Paradise Lost)","more-jellyfish":"3673|更多水母 (More Jellyfish)","easy-ladders":"3674|~","beta-dannys-expansion":"3675|~","inventory-tweaks-renewed":"3676|~","arrp":"3677|高级运行时资源包 (Advanced Runtime Resource Packs)","tougher-glass-fabric":"3678|~","differentiate":"3679|~","cookie-core-fabric":"3680|~","image-world-generator":"3681|图片地图转换器 (Image World Generator)","inductive-logistics":"3682|集成物流 (Inductive Logistics)","automatic-path":"3684|~","morevanillalib":"3686|~","vanilla-excavators-forge":"3687|~","morevanillatools":"3689|更多原版工具 (MoreVanillaTools)","colorful-health-bar":"3690|~","tipline":"3691|~","ultimate-plane-mod":"3692|终极飞机 (Ultimate Plane Mod)","simple-voice-chat":"3693|简单的语音聊天 (Simple Voice Chat)|1232171","not-enough-milk":"3694|~","ewewukeks-musket-mod":"3695|ewewukek的火枪模组 (ewewukek's Musket mod)","irisshaders":"3697|~|1161271","chambers":"3699|处理仓 (Chambers)","thaumcraftgates":"370|神秘管道 (ThaumcraftGates)","sodium-extra":"3701|钠 · 扩展 (Sodium Extra)","grind-enchantments":"3702|砂轮增强 (Grind Enchantments)","voice-chat":"3703|语音聊天 (Voice Chat)","xnet-gases":"3705|~","filing-cabinets-refurbished":"3706|~","dropz":"3708|~","figura":"3709|~","autopilot-fabric":"3711|~","applied-energistics-2-wireless-terminals":"3712|AE2无线终端 (Applied Energistics 2 Wireless Terminals)","appliedenergisticstweaker":"3713|~","sleeping-bags":"3714|睡袋 (Sleeping Bags)","mass-inscriber":"3715|~","random-title":"3717|随机标题 (Random Title)|980991","astikorcarts":"3718|~","invsync-fabric":"3719|背包同步 (InvSync)","jea":"3720|JEI进度 (Just Enough Advancements)","et-futurum-requiem":"3721|~","better-op":"3722|更好的OP (Better Op)","fastworkbench-minus-replacement":"3723|~","crimson-compass":"3724|绯红指南针 (Crimson Compass)","ryoramas-terraria-mod":"3726|~","steves-workshop":"3727|~","upgraded-ender-chests":"3728|高级末影箱 (Upgraded Ender Chests)","ydm-ygo-dueling-mod-ii":"3729|~","notenoughkeys":"373|更好的按键控制 (Not Enough Keys)","versioner":"3730|整合包版本工具 (Versioner)","engineers-workshop-reborn":"3732|~","crimson-xp-charm":"3736|经验护符 (Crimson XP)","locatebiome":"3737|~","enderman-evolution":"3738|~","sophisticated-backpacks":"3739|精妙背包 (Sophisticated Backpacks)","age-of-exile":"3740|~","whoosh":"3741|~","gregtech-intergalactical":"3742|泛银河系格雷科技 (GregTech Intergalactical)","catalogue":"3743|模组目录 (Catalogue)","libblockattributes":"3744|~","balance-of-exile":"3745|~","dungeons-of-exile":"3746|~","more-food-addon-bedrock":"3747|~","pe-superheroes-mod":"3748|~","necromancy":"3749|~","pet-bats":"375|宠物蝙蝠 (Pet Bat Mod)|295007","library-of-exile":"3750|~","variegated":"3752|~","chest-cavity":"3753|胸腔 (Chest Cavity)","extended-note-block":"3754|音符盒扩展 (Extended Noteblocks)","hbms-nuclear-tech-mod-reloaded":"3755|HBM的核科技重制版 (Hbm's Nuclear Tech Mod Reloaded)","loading-timer":"3756|加载时长显示 (Loading Timer)","ocrocketry":"3757|~","chime-fabric":"3758|~","witherite":"3759|凋灵合金 (Witherite)","astromine-core":"3761|天体矿工:核心 (Astromine: Core)","dungeondq":"3762|~","dynamic-trees-integrated-dynamics":"3763|动态的树:动态联合/集成动力附属 (Dynamic Trees - Integrated Dynamics)","skyblock-builder":"3764|空岛建立者 (Skyblock Builder)","antiportals":"3765|反传送门 (AntiPortals)","trash-cans":"3766|垃圾桶 (Trash Cans)","mattdahepic-core":"3767|~","mob-farm-helpers-fabric":"3768|刷怪塔小帮手 (Mob Farm Helpers)","metal-bushes":"3769|金属灌木 (Metal Bushes)","the-vanilla-experience":"3772|~","flower-seeds":"3773|~","astemirs-forest-craft":"3777|~","astromine-foundations":"3778|天体矿工:基础 (Astromine: Foundations)","create-stuff-additions":"3779|机械动力:物品附加 (Create : Stuff Additions)|1314047","ultratech":"378|次元科技 (UltraTech)","slab-machines":"3780|台阶型设备 (Slab Machines)","more-create-stuffs":"3781|更多机械动力物品 (More Create Stuffs)","rsinfinitybooster":"3782|~","cuneiform":"3783|~","terraincognita":"3784|~","cloth-api":"3785|~","ingameime":"3786|游戏内输入法 (IngameIME)|1158421","yungs-better-strongholds-fabric":"3787|YUNG的要塞重制 (YUNG's Better Strongholds)","mojangdark":"3788|暗色加载界面 (MojangDark)","astromine-technologies":"3789|天体矿工:科技 (Astromine: Technologies)","astromine-transportations":"3790|天体矿工:运输 (Astromine: Transportaions)","azuredooms-chunk-loader":"3791|~","creeper-spores":"3792|苦力怕孢子 (Creeper Spores)","more-dragon-eggs":"3793|更多的龙蛋 (More Dragon Eggs)","more-red":"3794|更多红石 (More Red)","craftable-items":"3797|~|1166161","ex-nihilo-sequentia-mekanism-addon":"3798|无中生有:传承 - 通用机械扩展 (Ex Nihilo: Sequentia - Mekanism Addon)","panorama":"3799|全景图 (Panorama)","atomicstrykers-infernal-mobs":"380|稀有精英怪 (Infernal Mobs)|592395","bgcore":"3800|~","induction-charger":"3801|~","tiered-forge":"3802|~","c-o-m-b-a-t":"3803|~","burden-of-time":"3804|~","gamemenumodoption":"3805|游戏菜单模组设定 (Game Menu Mod Option)","game-menu-remove-gfarb":"3806|游戏菜单移除GFARB (Game Menu Remove GFARB)","randomdeathmessage":"3807|随机死亡消息 (RandomDeathMessage)","ex-nihilo-sequentia-ae2-addon":"3808|无中生有:传承 - 应用能源2扩展 (Ex Nihilo: Sequentia - AE2 Addon)","sweetmagic":"3809|甜蜜与魔法 (SweetMagic)|1255490","applecore":"381|苹果核 (AppleCore)","astromine-discoveries":"3810|天体矿工:探索 (Astromine: Discoveries)","azuredooms-angel-ring-fabric":"3811|AzureDoom的天使指环 (AzureDooms Angel Ring)","togglelib":"3812|列车手柄库 (ToggleLib)|1189685","regrowth":"3813|再生 (Regrowth)","mobs-main-menu":"3814|~","chaos-awakens":"3816|混沌觉醒 (Chaos Awakens)","hot-or-not":"3817|~","playerpig":"3818|~","tumble-dryer":"3819|~","cat-jammies":"3820|~","rhino":"3821|犀牛 (Rhino)","fastsuite":"3822|配方性能优化 (FastSuite)","twerkitmeal":"3823|跳舞生长一切 (Twerk To Grow All The Things)","thermal-integration":"3824|热力系列 (Thermal Series)","piggybanks":"3825|存钱罐 (Piggybanks)","in-control":"3826|~","mystical-agriculture-refabricated":"3827|神秘农业:Fabric版 (Mystical Agriculture: Refabricated)","pedestals":"3828|~","aerial-affinity-fabric":"3829|~","communism-life-and-art":"3830|共产主义:生活与艺术 (Communism:Life and Art)","project-war-dance":"3831|战舞计划 (Project: War Dance)|1176754","faster-ladder-climbing":"3832|更快的爬梯 (Faster Ladder Climbing)","infinitymending":"3833|无限+经验修补 (InfinityMending)","better-than-mending":"3834|更好的经验修补 (Better Than Mending)","elenai-dodge-2":"3835|~","taterzens-forge":"3837|~|1242114","dragons-survival":"3838|龙之生存 (Dragon Survival)","no-lan-cheats":"3840|禁用局域网作弊 (No LAN Cheats)","dashloader":"3841|疾速加载 (DashLoader)","caveworld-2":"3842|洞穴世界 (Caveworld 2)","break-progress":"3844|破坏进度 (Break Progress)","item-model-fix":"3845|物品模型修复 (Item Model Fix)","additional-pipes-for-buildcraft":"3847|附加管道 (Additional Pipes for Buildcraft)","lolasm":"3848|~","rftools-utility":"3849|RF工具:实用设备 (RFTools Utility)","thaumic-energistics":"385|神秘能源 (Thaumic Energistics)|791638","ctm-fabric":"3850|连接材质Fabric版 (ConnectedTexturesMod for Fabric)","whats-that-slot":"3851|~","pmmo-and-nbt-compat":"3852|~","techstacks-heavy-machinery-mod":"3853|~","enhanced-mushrooms-fabric":"3854|蘑菇增强 (Enhanced Mushrooms)","versatile-portals":"3855|~","spawn-egg-recipes":"3856|刷怪蛋配方注册 (Spawn Egg Recipes)","configurable-extra-mob-drops-fabric":"3857|可配置的额外怪物掉落 (Configurable Extra Mob Drops)","enhanced-mob-spawners":"3858|刷怪笼增强 (Enhanced Mob Spawners)","autorun":"3860|~","animania-farm":"3861|动物谷:农场 (Animania Farm)","animania-extra":"3862|动物谷:额外动物 (Animania Extra Animals)","animania-cats-dogs":"3863|动物谷:猫猫狗狗 (Animania Cats & Dogs)","better-foliage-renewed":"3864|更好的树叶重制版 (Better Foliage Renewed)","block-swap-fabric":"3865|~","basalt-walker":"3866|玄武岩行者 (Basalt Walker)","endless-oceans-adventures-fabric":"3868|无尽海洋:冒险 (Endless Ocean: Adventures)","bpm":"3869|~","chisel":"387|凿子 (Chisel)|641383","stone-circles":"3870|~","phase-potion":"3871|相位药水 (Phase Potion)","marblegates-exotic-enchantment-flowing-agony":"3872|白门的奇异附魔:苦痛长河 (MarbleGate's Exotic Enchantment: Flowing Agony)|1198067","measurements":"3873|~","armor-slots-in-other-inventories":"3874|可见装备槽 (Visible Armor Slots)|1191226","moon-and-space-dimensions-fabric":"3875|星际次元 (Space Dimensions / Moon and Space Dimensions)|1348102","winged":"3877|~","mob-stages":"3879|生物阶段 (Mob Stages)|854619","nuclearcraft-mod":"388|核电工艺 (NuclearCraft)","refooled":"3880|~","fabric-seasons":"3882|~","dehydration":"3883|脱水 (Dehydration)","easy-villagers":"3884|村民物品化/简单村民 (Easy Villagers)|1097287","largebar":"3885|~","tis-3d":"3886|~","entity-nan-health-fix":"3887|假死修复 (Entity NaN Health Fix)","ferritecore-fabric":"3888|铁氧体磁芯 (FerriteCore)","thaumcraft-research-patcher":"3889|~","opencomputers":"389|开放式电脑 (Open Computers)|618383","masterful-machinery":"3890|~|1245140","minecraft-earth-mod":"3891|Derec的地球生物 (Derec's Earth Mobs)","scotts-essential":"3892|~|1151637","drawerfps":"3893|储物抽屉渲染配置 (DrawerFPS)","cursed-earth":"3895|~","sll":"3896|逆向交易 (sɹǝƃɐllᴉΛ)","lagmeter":"3897|延迟表 (LagMeter)","hexxit-gear-2":"3898|Hexxit装备2 (Hexxit Gear 2)","scootys-plants-vs-zombies":"3899|Scooty的植物大战僵尸重生 (Scootys Plants Vs. Zombies Regrown)","elemental-stones":"390|元素之石 (Elemental Stones)","custom-machinery":"3903|~","bonsai-tree-crops":"3904|~","rpgz":"3905|~","scavenge-timing-addon":"3909|~","cull-particles-fabric":"3910|粒子渲染机制优化 (Cull Particles)","majos-broom":"3911|魔女的扫帚 (Majo's broom)|1182237","seamless-loading-screen-forge":"3912|无缝加载界面 (Seamless Loading Screen)","curios-quark-oddities-backpack":"3913|夸克背包饰品 (Curios Quark Oddities Backpack)","nature-expansion":"3914|~","electromagnetic-coherence":"3917|~","amaleafs-expantion-world-mod":"3918|~","the-elemelon-mod":"3919|元素西瓜 (The Elemelon Mod)","waila-nbt":"392|万用高亮显示 (Waila NBT)","dcsp":"3920|钻石压缩 (Diamonds Compressor SP)","corpse-complex":"3921|~","modularvoicechat":"3922|模块化语音聊天 (ModularVoiceChat)","curious-elytra-fabric":"3923|鞘翅插槽 (Curious Elytra / Elytra Trinket)","incubation":"3927|~","thaumcraft-node-tracker":"393|神秘节点追踪 (Thaumcraft Node Tracker)","create-plus":"3931|~","coloured-tooltips":"3933|~","magicraft-magic":"3934|魔法材料 (Magical Materials)","glowstone-ores":"3935|荧石矿石 (Glowstone Ores)","more-wires":"3936|~","alexandrite-and-more":"3937|~","endgame-materials":"3938|终局材料 (Endgame Materials)","more-cobblestone":"3939|更多圆石 (More Cobblestone)","geochests":"394|箱载世界 (Geochests)","wild-netherwart":"3940|野生地狱疣 (Wild Netherwart)","the-periodic-table-mod":"3941|元素周期表 (The Periodic Table)","adamantium-in-minecraft":"3942|~","forgerocks":"3943|~","ballistix":"3944|弹道学 (Ballistix)","wireless-industry":"3945|~|1338617","spice-of-life-tonio-edition":"3946|生活调味料:托尼欧版 (Spice of Life: Tonio Editon)","husk-spawn-fabric":"3947|尸壳生成微调 (Husk Spawn)","artisan-tools-1-16":"3948|工匠工具 (Artisan Tools)","yttr":"3949|~","parachutemod":"395|降落伞 (Parachute)","wisla":"3950|~","mixin-0-7-0-8-compatibility":"3951|兼容Mixin0.7-0.8 (Mixin 0.7-0.8 Compatibility)","farplanetwo":"3952|远平面2 (Far Plane Two)","xenoclus-one":"3953|~","satako-library":"3954|~","unique-enchantments-utils":"3955|独特的附魔:效用扩展 (Unique Enchantments - Utils)","forge-ae2-additional-opportunity":"3956|~","iconexporter":"3957|~","curious-shulker-boxes-fabric":"3958|潜影盒插槽 (Curious Shulker Boxes/Trinket Shulker Boxes)","xenoclus-2":"3959|~","darker-depths":"3960|深岩之下 (Darker Depths)","terracraft-journey":"3961|~","solar-cooker":"3962|太阳灶 (Solar Cooker)","create-addon":"3964|~","boat-contraptions":"3965|~","ender-rift":"3966|~","splashanimation":"3968|~","continue-button":"3969|继续按钮 (Continue Button)","rftools":"397|RF工具箱 (RFTools)|416167","chem-craft":"3970|化学工艺 (Chem Craft)","time-in-a-bottle-standalone":"3971|时间之瓶 (Time in a bottle standalone)","compressed-grass":"3973|压缩草 (Compressed Grass)","applepie":"3974|苹果派 (ApplePie)","doles-mod":"3975|~","ex-nihilo-sequentia-thermal-addon":"3976|无中生有:传承 - 热力扩展 (Ex Nihilo: Sequentia - Thermal Addon)","ex-naturae":"3977|无中生有:传承 - 植物魔法扩展 (Ex Naturae)","ex-nihilo-sequentia-tinkers-addon":"3978|无中生有:传承 - 匠魂扩展 (Ex Nihilo: Sequentia - Tinkers Addon)","iron-jetpacks-fabric":"3979|~","custom-discs":"3980|自定义唱片 (Custom Discs)|1256463","playtime-counter-fabric":"3981|游戏时长计数器 (Playtime Counter)","entity-banners":"3982|实体旗帜 (Entity Banners)","curious-jetpacks":"3983|~","curious-armor-stands":"3984|~","trinkets-fabric":"3985|~","occultism":"3986|神秘学 (Occultism)|1077431","stray-spawn-fabric":"3987|流浪者生成微调 (Stray Spawn)","mooshroom-spawn-fabric":"3988|哞菇生成微调 (Mooshroom Spawn)","cardinal-components":"3989|~","grimoire-of-gaia":"399|盖亚魔典3 (Grimoire of Gaia 3)|679274","integrated-proxy":"3992|集成代理器 (Integrated Proxy)","a-cobblestone-crafting-table":"3993|圆石工作台 (A Cobblestone Crafting Table)","colored-iron":"3994|~","final-kobold":"3995|~","ears":"3996|耳朵 (Ears)","wildfires-female-gender-mod-fabric":"3997|~","modularwarfare":"3999|模块化战争/模块化武装 (ModularWarfare)","BuildCraft":"4|建筑 (BuildCraft)|884720","mputils-basic-tools":"4000|~","the-agartha-mod":"4001|~","falling-with-style":"4002|花式降落 (Falling With Style)","valhelsia-core":"4003|~","alwayseat":"4005|吃不停 (AlwaysEat)","aquarium":"4009|深海 (Aquarium)","mixin-booter":"4010|~","jrds-moneymod":"4012|~","skeletdimension":"4013|骷髅维度 (SkeletDimension)","sushigocrafting":"4014|巧制寿司 (Sushi Go Crafting)","shrines-structures":"4015|~","valhelsia-tweaks":"4016|~","lazierae2":"4017|懒人AE2 1.16+ (Lazier AE2)","magical-crops-core":"4018|~","magical-crops-decorative":"4019|~","academycraft":"402|超能力/学园都市 (AcademyCraft)|421967","magical-crops-armoury":"4020|~","simpleeco":"4022|简单经济 (SimpleEconomy)","vistas":"4023|~","fish-in-planks":"4025|~","fish-on-the-line-fabric":"4026|~","fish-traps":"4027|鱼栅 (Fish Traps)","combustive-fishing":"4028|~","fabric-survival-island":"4029|~","sonicraft":"4030|索尼克工艺 (SoniCraft)","islands":"4031|~","origins-forge":"4032|起源非官方Forge版 (Origins (Forge))","magic-feather":"4033|~","alet":"4034|~","netheriteplus":"4035|~","the-survivalists-mod":"4036|~","campfire-overhaul":"4037|~","shatter":"4038|~","electric-self-balance-scooters":"4039|电动平衡车 (Electric Self-balance Scooters)","the-spice-of-life":"404|生活调味料 (The Spice of Life)|722595","rats-mischief":"4040|~","dream-rng":"4041|~","wandering-trader-improvements":"4042|~","wasteland-reborn":"4044|不毛之地:重生 (Wastland Reborn)","skds-core":"4045|~","endertech":"4046|末影科技 (Ender Tech)","enderpig-mod":"4047|末影猪 (Enderpig Mod)","atomic-bomb-1-16":"4050|枪,炮,原子弹! (Guns, Rockets and Atomic Explosions)","se-sign-shop":"4051|简单经济:牌子商店 (SE: Sign Shop)","fancymenu-fabric":"4053|~|1236106","halogen":"4054|卤素 (Halogen)","zetamod":"4055|泽塔 (ZetaForged/Zeta's Mod)","wholetreeaxe":"4058|~","fabrishot":"4059|高清截图Fabric (Fabrishot)","materialisation":"4060|物质化 (Materialisation)","recipebuffers":"4061|配方缓冲 (RecipeBuffers)","portal-gun-fabric":"4063|传送枪 Fabric (Portal Gun Fabric)","incendium":"4064|~","cooperative-advancements-fabric":"4066|合作进度 (Cooperative Advancements)","lightstones":"4067|~","openbackup":"4068|~","fat-experience-orbs":"4069|肥胖经验球 ([Fabric] Fat Experience Orbs)","automagy":"407|自动化魔法 (Automagy)","better-pipes":"4070|更好的管道 (Better Pipes)","truetype-font-replacement":"4071|~|616658","fluidlogged-api":"4072|~","spark":"4073|火花 (spark)","saoui":"4074|~","guardians-galore":"4075|~","cogwheel-tweaker":"4076|~","ultra-amplified-dimension-fabric":"4077|超大群系维度 (Ultra Amplified Dimension)","classical-art-fabric":"4078|经典艺术 (Classical Art)","emc-baubles":"4079|等价饰品 (EMC Baubles)","storage-drawers":"408|储物抽屉 (Storage Drawers)|798307","lag-removal":"4081|~","gender":"4082|~","ticktock":"4084|~","fps-reducre-for-fabric":"4086|FPS减速器(Fabric) (FPS Reducer (For Fabric))","art-artillery":"4087|艺术?火炮! (Art? Artillery!)","minemenufabric":"4088|我的菜单Fabric版 (MineMenuFabric)","wintercraft-gruntpie224":"409|冬天的世界 (Wintercraft)","afkpeace":"4090|~","secret-rooms-fabric":"4092|~","smooth-chunks":"4093|~","saturationoverflow":"4094|饱和度溢出 (Saturation Over flow)|838721","phantom-blood":"4096|幻影之血 (Phantom Blood)","searchable-containers":"4098|可搜索容器 (Searchable Containers)","notenoughitems":"41|NEI物品管理器 (Not Enough Items)|389937","integrated-additions":"4101|集成扩展 (Integrated Additions)","matchlock-guns":"4102|火绳枪 (Matchlock Guns)","fabric-autoswitch":"4103|自动切换工具 (AutoSwitch)","inventory-profiles-next":"4104|一键背包整理Next (Inventory Profiles Next)","drill":"4105|钻头 (Drill)","ore-tree":"4106|矿物树 (Ore Tree)|1214379","ferdinands-flowers":"4107|~","clear-water":"4108|清澈的水 (Clear Water)","applied-energistics-2-wireless-terminals-forge":"4109|AE2无线终端Forge版 (Applied Energistics 2 Wireless Terminals Forge)","ferroustry":"4110|~","village-employment":"4111|村庄就业 (Village Employment)","deathlog":"4113|死亡日志 (Deathlog)","automatic-elytra":"4114|自动鞘翅 (Automatic Elytra)","axolotl-bucket-fix":"4115|美西螈桶修复 (Axolotl Bucket Fix)","xks-decoration":"4116|XK的装饰 (XK's Deco)|1214362","endgame-materials-addons":"4117|更多终局材料 (Endgame Materials Addons)","ravage-and-cabbage":"4118|~","stackup":"4119|~|1026496","shincollecraft":"412|深海舰队收藏 (ShinColle)|420381","simple-anti-x-ray":"4120|~","breakme":"4121|~","mod-info-command":"4122|~","hexxit-gear-fabric":"4123|~","buffed-tools":"4124|属性工具 (Buffed Tools)","thaumcraft-nei-plugin":"4125|神秘时代NEI插件 (Thaumcraft NEI Plugin)|357554","moarrecipes":"4126|更多的配方 (MoarRecipes)","luminium":"4127|~","iguanatweaks-reborn":"4130|蜥蜴微调重生 (IguanaTweaks Reborn)","enter-the-void":"4131|进入虚空 (Enter the void)","tensura-mod-that-time-i-got-reincarnated-as-a-slime":"4132|关于我转生变成史莱姆这档事 (Tensura Mod -That time I got reincarnated as a Slime)","speedometer":"4134|速度表 (Speedometer)","falling-leaves-forge":"4135|落叶 (Falling Leaves)","custom-entity-models-cem":"4138|自定义实体模型 (Custom Entity Models)","tweakmyclient":"4139|~","unicode-font-fixer":"414|Unicode字体修复 (UnicodeFontFixer)|398402","lovely-snails":"4140|可爱蜗牛 (Lovely Snails)","ourse-mod":"4141|~","clipboard":"4142|备忘录 (Clipboard)","crimson-nbt-tags":"4143|~","water-physics-overhaul":"4145|~","netherless":"4146|~","auto-ore-dictionary-converter":"4147|~","elytraboosters":"4148|~","cobblegenrandomizer":"4149|~","lanteacraft":"415|星际之门 (LanteaCraft)","unified-resources":"4150|~","wooden-buckets":"4151|木桶 (Wooden Buckets)","no-nether-portals":"4152|~","beehivetooltips":"4153|蜂巢工具提示 (BeehiveTooltips)","buddycards":"4154|巴迪卡牌 (Buddycards)","expanded-caves":"4155|~","inventorio-forge":"4157|~","more-curios-totems-of-undying":"4158|~","selene":"4159|~","matteroverdrive-legacy":"416|超能物质 (Matter Overdrive)|802474","compatibilitylayerforcustomskinloader":"4160|万用皮肤补丁兼容层 (CompatibilityLayerForCustomSkinLoader)|1109996","no-potion-shift":"4161|~","no-potion-offset":"4162|~","demonslayer":"4163|鬼灭之刃 (Kimetsu no Yaiba)|1220110","nautilium":"4164|鹦鹉螺 (Nautilium)","auto-attack":"4165|自动攻击 (Auto Attack)","tamagotti":"4166|~","signal":"4168|讯号 (Signal)","realistic-horse-genetics":"4169|真实马匹遗传 (Realistic Horse Genetics)","tainted-magic":"417|污秽魔法 (Tainted Magic)|807351","timeless-and-classic-guns":"4170|永恒枪械工坊 (Timeless and Classics)|1264237","tool-progression":"4171|工具进阶 (Tool Progression)","a-paimon":"4174|派蒙 (A Paimon)","music-maker-mod":"4176|~","penguin-lib":"4177|~","flywheel":"4178|飞轮 (Flywheel)","minetweaker3":"418|~|304800","coralreef":"4180|珊瑚礁 (CoralReef)","simply-seasons":"4182|简单季节 (Simply Seasons)","bclib":"4183|~","actually-baubles":"4184|实用拓展饰品 (Actually Baubles)","alexs-mobs-battle-music":"4185|~","lava-waders-bauble":"4186|熔岩魔靴饰品 (Lava Waders Bauble)","hardcore-revival":"4187|硬核复活 (Hardcore Revival)","additional-guns":"4188|更多的枪 (Additional Guns)","oh-my-minecraft-client":"4189|~","treecapitator":"419|砍树 (Tree Capitator)","wooden-armors-stone-armor":"4190|木制盔甲 (Wooden Armors Mod)","insanelib":"4192|~","daydreamer":"4193|~","phantomfaces":"4194|幻灵接口 (Phantomfaces)","improved-villagers":"4195|改进的村民 (Improved Villager Mod)","equipment-compare-fabric":"4196|~","PickupWidely":"4198|~","insta-house":"420|即时建造 (Insta House)","lilliputian":"4200|~","sampler":"4201|~","custom-splash-screen":"4202|自定义加载界面 (Custom Splash Screen)","masa-gadget":"4203|~","meet-your-fight":"4204|迎战 (Meet Your Fight)","hot-or-not-plus":"4205|~","macaws-furniture-tfc":"4206|~","tfc-florae":"4207|~","tfc-elementia":"4208|~","infinity-water-bucket":"4209|无限水桶 (Infinity Water Bucket)","multi-page-chest":"421|多页箱子 (Multi-Page Chest)|101511","tfc-caffeine-addon":"4210|~","tfc-cellars-add-on":"4211|~","boats-and-beeps":"4212|~","konkrete":"4213|~","xp-from-harvest":"4214|收获经验 (XP From Harvest)|930878","modern-beta":"4215|~","tfcflux":"4216|~","tfc-medicinal":"4217|~","water-flasks":"4218|~","markdownmanual":"4219|~","structure-world":"4220|~","macaws-lights-and-lamps":"4221|~","terrarian-slimes":"4222|~","create-gears":"4223|~","simple-big-backpack":"4224|~","croptopia-fabric":"4225|作物盛景 (Croptopia)|1192701","firmalife":"4226|~","supermartijn642s-core-lib":"4227|~","cherished-worlds-fabric":"4228|存档置顶 (Cherished Worlds)|1104346","ironfist":"4229|铁拳 (Ironfist)|399076","draconic-evolution":"423|龙之进化/龙之研究 (Draconic Evolution)|724610","simply-acceleration":"4231|简单加速 (Simply Acceleration)","creeper-habitats":"4232|~","husbandry":"4233|~","its-the-little-things":"4234|~","fruitful-fabric":"4235|硕果累累 (Fruitful)","environmental-energy":"4236|环境科技-发电机 (Environmental Energy)","nakranoths-herdcraft":"4237|群兽行为 (Nakranoth's Herdcraft)","lambdabettergrass":"4238|Lambda的更好的草方块 (LambdaBetterGrass)","galacticraft-add-on-more-planets":"424|更多行星 (More Planets)|453885","bright-ore":"4240|矿石高亮 (Bright Ore)|1201226","chinese-style-sword":"4241|中式剑 (Arsenal Core)","heroic-armory":"4243|英雄武器 (Heroic Armory)","colossal-battery":"4244|巨型电池 (ColossalBattery)","industrial-meat":"4245|~","biomancy":"4246|血肉重铸 (Biomancy)","extra-generators":"4247|额外发电机 (Extra Generators)","horticulture":"4248|园艺 (Horticulture)","mr-pineapples-food-mod":"4249|~","thermal-foundation":"425|热力基本 (Thermal Foundation)","legacyvault":"4252|~","shopaholic":"4253|~","ok-zoomer":"4255|~","untitled-duck-mod-fabric":"4256|无题鸭 (Untitled Duck)","v-tweaks":"4257|~","fairenchanting":"4258|公平附魔 (FairEnchanting)","bedspreads-fabric":"4259|~","piglib":"4260|~","nether-portal-spread-fabric":"4261|~","x-hp":"4262|~","mr-pineapples-toy-guns":"4264|~","feywild":"4266|~|1285921","The-final-sword":"4267|最终之剑重置版 (The final sword)|1201880","gog-skybox":"4269|~","lemon-lib":"4271|~","custom-entity-models-kaimyentity-reborn":"4272|自定义玩家和实体模型 / KAI我的实体:重生 (Custom Player & Entity Models/KAIMyEntity-Reborn)","miniutilities":"4273|迷你实用设备 (Mini Utilities)","stumble-upon-campsites":"4274|邂逅:营地 (Stumble Upon: Campsites)","nomad-books":"4275|游牧之书 (Nomad Books)","yungs-extras-fabric":"4276|~","stoneholm":"4277|地下村庄 (Stoneholm, Underground Villages)","inspecio":"4279|~","ding":"428|界面进入提醒 (Ding)","special-ai":"4280|特殊AI (Special AI)|457169","dream-waifu-mod":"4281|梦中情人 (Dream Waifu mod)","help-wanted":"4282|求助 (Help Wanted)","off-hand-combat":"4283|副手战斗 (Off Hand Combat)","reaping-mod-fabric":"4284|收割 (Reaping Mod)","gilding":"4285|镀金 (Gilding)","grims-transportables":"4286|格里姆的便捷交通工具 (Grim's Transportables)","reroll":"4287|刷新附魔 (Reroll)","tax-free-levels":"4288|免税附魔 (Tax Free Levels)","portable-dimensions":"4289|便携式传送门 (Portable Dimensions)","ender-utilities":"429|末影设备 (Ender Utilities)","stone-age-by-yanny":"4290|~","terra-world-generator":"4291|~","omnis":"4293|灾厄 (Omnis)","omnis-backpacks":"4294|~","superhotmc":"4295|~","bag-of-yurting":"4296|帐篷袋 (Bag of Yurting)|1194614","better-combat-rebirth":"4297|更好的战斗:重生 (Better Combat Rebirth)|813690","iron-and-gold-from-1-17":"4298|来自 1.17 的铁和金 (iron and gold from 1.17)","immersive-cooking":"4299|沉浸烹饪 (Immersive Cooking)","magical-crops":"430|魔法作物 (Magical Crops)|440898","structured-crafting":"4300|~","random-shulker-colours-fabric":"4301|随机潜影贝颜色 (Random Shulker Colours)","create-automated":"4302|~","random-sheep-colours-fabric":"4303|随机绵羊颜色 (Random Sheep Colours)","sleep-sooner-fabric":"4304|早点睡 (Sleep Sooner)","respawning-shulkers-fabric":"4305|潜影贝重生 (Respawning Shulkers)","respawn-delay-fabric":"4306|延迟重生 (Respawn Delay)","realistic-bees":"4307|真实的蜜蜂 (Realistic Bees)","recast-fabric":"4308|持续钓鱼 (Recast)","softer-hay-bales-fabric":"4309|柔软的干草块 (Softer Hay Bales)","headcrumbs":"431|更多头颅 (Headcrumbs)","portable-jukebox-fabric":"4310|便携式唱片机 (Portable Jukebox)","spiders-produce-webs-fabric":"4311|蜘蛛吐网 (Spiders Produce Webs)","gravestone-mod-graves":"4313|墓碑坟墓 (Gravestone mod Graves)","the-earth-mod":"4314|地球 (The Earth Mod)","lifts":"4315|电梯 (Lifts)","corail-recycler":"4316|Corail的回收站 (Corail Recycler)|1161400","move-minecarts":"4317|可移动的矿车 (Move Minecarts)","inventory-totem-fabric":"4318|更好的图腾 (Inventory Totem)","lava-picker-upper":"4319|熔岩收集器 (Lava Picker Upper)","ex-astris":"432|星辉生万物 (Ex Astris)","nethers-exoticism":"4320|~","everpotion":"4321|永恒药水 ⚗️ (EverPotion ⚗️)","quick-shulker":"4322|快捷潜影盒 (Quick Shulker)","respawnable-pets":"4323|宠物可重生 (Respawnable Pets)","schmucks":"4324|小阿呆 (Schmucks!)","automatic-doors-fabric":"4325|自动门 (Automatic Doors)","configurable-despawn-timer":"4326|~","chunkmap":"4327|区块加载小地图 (ChunkMap)|1225181","inventory-tabs":"4328|~","bottle-your-xp-fabric":"4329|装瓶你的经验 (Bottle Your Xp)","xelitez-frostcraft":"433|冰冻工艺 (FrostCraft)","gravestone-mod-extended":"4330|墓碑坟墓 - 拓展 (Gravestone mod - Extended)","better-enchanted-books":"4331|更好的附魔书 (Better Enchanted Books)","easy-steel-forge":"4332|~","fabric-waystones":"4333|Fabric版传送石碑 (Fabric Waystones)|1129480","dark-enchanting":"4336|暗黑附魔 (Dark Enchanting)","better-wandering-traders":"4338|更好的流浪商人 (Better Wandering Traders)","superflat-world-no-slimes-fabric":"4339|没有史莱姆的超平坦世界 (Superflat World No Slimes)","hardcore-ender-expansion":"434|极限末地生存 (Hardcore Ender Expansion)|456093","scorge":"4340|~","beaconoverhaul":"4342|信标改革 (Beacon Overhaul)","contact":"4343|往来 (Contact)|1233489","blockshifter-forge":"4344|~","vanilla-builders-extension":"4346|~","big-beacons":"4348|大信标 (Big Beacons)","wooden-hopper":"4349|~","more-fun-quicksand-mod":"435|更多流沙 (More Fun Quicksand Mod)|449666","ages-api":"4351|~","spiffy-hud-fabric":"4352|~","advanced-compass":"4353|高级指南针 (Advanced Compass)","salutem":"4354|~","the-sol":"4355|太阳系 (The Sol)","better-beds":"4356|更好的床 (Better Beds)","world-lives-mod":"4357|~","lib":"4358|~","fastcraft":"436|快速工艺 (FastCraft)|343542","just-some-chocolate":"4360|只是一些巧克力 (Just some Chocolate)","vacuum-horizon":"4362|~","unique-enchantments-battle":"4363|独特的附魔:战斗扩展 (Unique Enchantments - Battle)","balanced-enchanting":"4364|平衡附魔 (Balanced Enchanting)","pipe":"4365|管道 (Pipe)","simple-ambients":"4366|~","forgeautoshutdown-1-12-2":"437|~","modern-loading-screen":"4370|现代加载界面 (Modern Loading Screen)|1235709","transliterationlib":"4374|~","rpmtw-update-mod":"4376|RPMTW自動中文化模組 (RPMTW Update Mod)|1238681","farsight-spyglasses":"4377|~","not-enough-animations":"4378|更多动画 (Not Enough Animations)","better-beacon":"4379|更好的信标与潮涌核心 (Better Beacon / Conduit)","easy-emerald-tools":"4382|~","cold-sweat":"4383|冷汗 (Cold Sweat)","witchery-rewitched":"4384|巫术:重生 (Witchery: Rewitched)","majou-densetsu-3d":"4385|魔城传说3D (Majou Denetsu 3D)","icarus-wings":"4386|伊卡洛斯之翼 (Icarus Wings)|1240656","keyboard-wizard":"4387|按键精灵 (Keyboard Wizard)|695626","piscary":"4388|~","sao-ui":"439|刀剑神域UI (Sword Art Online UI)|473756","storage-cabinet":"4390|储藏柜 (Storage Cabinet)","first-person-model":"4391|更真实的第一人称模型 (First-person Model)","randore-forge":"4392|~","rising-uppercut-fabric":"4393|上勾拳 (Rising Uppercut)|1240641","jackie-chan-s-weapon":"4394|成龙的武器 (Jackie Chan`s weapon)|1237674","explorers-compass":"4395|探险者指南针 (Explorer's Compass)|1286168","gravestones":"4396|墓碑 (Gravestones)","crafting-dead-survival":"4397|行尸走肉:生存 (Crafting Dead: Survival)","redstone-control-2":"4398|红石控制2 (Redstone Control 2)","csenchants":"4399|~","extratic":"440|匠魂扩展 (Extra TiC)","mystical-customization":"4400|~","lucky-blocks-project-e":"4402|等价交换幸运方块 (Lucky Blocks:ProjectE)|1150908","fmprojecte-fmpe":"4403|等价交换重制-EMC上限扩展版 (FMProjectE)","ibe-editor":"4405|~","exotic-critters":"4406|~","archers-paradox":"4407|弓箭手悖论 (Archer's Paradox)","dynamic-trees-neapolitan":"4408|动态的树:那不勒斯风味附属 (Dynamic Trees - Neapolitan)","dimensional-pockets":"441|四次元口袋 (DimensionalPockets)","randomite-classic":"4410|~","wilds":"4412|~","roughly-searchable":"4413|~","cull-leaves":"4414|树叶渲染优化 (Cull Leaves)","dynamic-trees-atum-2":"4415|动态的树:阿图姆2附属 (Dynamic Trees - Atum 2)","randomtweaker":"4416|~","iron-chests-fabric":"4418|~","steamworld":"4419|~","falling-leaves-fabric":"4421|落叶 (Falling Leaves (Fabric))","craftable-creative-ability":"4422|可合成的创造能力强化 (Craftable Creative Ability)","not-enough-energistics":"4423|~","terracore":"4424|~","seeker-compass":"4426|~","ghosts-explosives":"4427|~","power-drop":"4428|蓄力投掷 (Power Drop)","yungs-better-dungeons-fabric":"4429|YUNG的地牢优化 (YUNG's Better Dungeons)","security-craft":"443|安全工艺 (Security Craft)|774616","ore-controller":"4431|~","morechickens":"4432|更多鸡 (MoreChickens)","ghosts-explosives-2":"4433|~","weaponthrowlite":"4434|武器投掷 (Weapon Throw)","more-villagers-fabric":"4435|更多村民 (More Villagers)","dungeons-mobs":"4436|地下城生物 (Dungeons Mobs)","buildcraft-additions":"444|建筑扩充 (Buildcraft Additions)","uusi-aurinko":"4445|新日 (Uusi Aurinko)|1236639","bedrockium-mod":"445|基岩工艺 (Bedrockium Mod)","chronicler-the-key-of-stellaris":"4456|历史记录者·星之匙 (Chronicler: The Key of Stellaris)|1244435","neubulaeko-slime":"4458|星云子史莱姆 (Neubulaeko Slime)","blocksteps":"446|~","fantasysoup":"4463|~","just-enough-professions-jep":"4464|JEI工作方块 (Just Enough Professions)","plumed-belt":"4467|~","better-with-minecolonies":"4468|~","calemis-utilities":"4469|Calemi的实用设备 (Calemi's Utilities)","thaumic-horizons":"447|神秘视界 (Thaumic Horizons)","botanical-cowardice":"4470|~","travelers-titles-fabric":"4471|~","expand-chinese-sword":"4472|中式剑拓展 (Arsenal Integration)","littleframes":"4474|小画 (LittleFrames)","lavalogged-blocks":"4475|岩浆充填 (Lavalogged blocks)","awoken-world":"4476|~","gt4-reimagined":"4477|格雷科技4:重构想 (GregTech 4 Reimagined)","camouflaged-creepers":"4478|~","ore-tweaker":"4479|~","modtweaker":"448|~","openpython":"4480|~","jei-lotr":"4481|~","capes":"4482|~","attack-speed-enchantment":"4483|攻击速度附魔 (Attack Speed Enchantment)","natures-minerals":"4484|~","balm":"4485|~","resource-hogs":"4486|资源猪 (Resourse Hogs)|1037377","advanced-xray-fabric-edition":"4487|高级透视 (Advanced XRay)","ring-of-attraction-fabric":"4489|吸引戒指 (Ring of Attraction)","lootbags":"449|战利品 (Loot Bags)|720841","customhud":"4490|自定义HUD (CustomHud)","deadly-world":"4491|致命世界 (Deadly World)|457226","fastdecay":"4492|~","essential-commands":"4493|~","caves-and-cliffs-backport":"4494|~","that-future-mod-glow-squid-axolotl-moobloom-etc":"4495|~","diamond-buildcraft":"4496|钻石装饰 (Diamond Buildcraft)","apocalypse-rebooted":"4497|启示录重制 (Apocalypse Rebooted)|1254381","mcwifipnp":"4498|更高级联机设置 (LAN World Plug-n-Play)|1244608","requious-frakto":"4499|~","custom-npcs":"45|自定义NPC (Custom Npcs)|936521","compact-lava-generator":"450|高级地热发电机 (Compact Lava Generator)|522808","capsule":"4503|~","isometric-renders":"4504|~","enchanting-secretaire":"4506|附魔记录 (Enchanting Secretaire)|1250073","sync-fabric":"4507|克隆(Fabric) (Sync (Fabric))","tale-of-kingdoms-a-new-conquest":"4508|王国:新征程 (Tale of Kingdoms: A new Conquest)","project-zulu":"451|祖鲁 (Project Zulu)","schwarz":"4510|黑 (Schwarz)","megane":"4511|~","crusade":"4512|~","vending-machine":"4513|售货机 (Vending Machine)","modernxl":"4514|~","taiga2":"4515|匠魂合金附加2 (Tinkers Alloying Addon Port)","chunkgenlimited":"4516|区块生成限制 (ChunkGenLimiter)|1041769","more-crafting-tables-for-forge":"4517|~","repurposed-structures":"4518|结构变体 (Repurposed Structures)","ezpas":"4519|~","electrona":"4520|~|1314239","reasonable-sorting":"4522|合理排序 (Reasonable Sorting)","chat-heads":"4523|聊天头像 (Chat Heads)","hidden-armor":"4524|隐藏盔甲 (Hidden Armor)","majruszs-progressive-difficulty":"4525|Majrusz的进阶难度 (Majrusz's Progressive Difficulty)","pharmacist":"4526|药师 (Pharmacist)","kappa":"4527|~","equivalent-integrations":"4528|等价集成 (Equivalent Integrations)","keep-equipment":"4529|保留装备 (Keep Equipment)","chinacraft":"453|华夏文明 (ChinaCraft)|518660","herobrines-origin":"4530|Herobrine的起源 (Herobrine's Origin)","the-abyss":"4531|深渊:远古 (The Abyss: Legacy)","sekiro-sense-symbols":"4532|~","lurker":"4533|Cold的潜伏者 (Colds: Lurker)","cavebiomeapi-fabric":"4534|~","extended-block-shapes":"4535|扩展方块形状 (Extended Block Shapes)","passive-mobs":"4536|~","sponsor":"4537|赞助者 (Sponsor)|1080837","between-ores":"4540|~","black-hole":"4541|黑洞 (Black Hole)|1179600","more-and-more-minerals":"4542|越来越多的矿物 (more and more minerals)","permafrost":"4543|~","scootys-plants-vs-zombies-2":"4545|Scooty的植物大战僵尸2 (Scooty's Plant Vs. Zombies 2)","better-furnaces-reforged":"4546|更好的熔炉重铸版 (BetterFurnaces Reforged)","schools-of-magic-second-semester":"4549|魔法学校:第二学期 (Schools of Magic: Second Semester)","dark-loading-screen":"4550|~","hals-exploration-mod":"4551|~","farmers-delight-cookbook-addon":"4552|农夫乐事:烹饪书拓展 (Farmer's Delight Cookbook Addon)","heads-down-display":"4553|~","mrcrayfish-more-furniture-mod":"4554|MrCrayfish 的更多家具 (MrCrayfish's More Furniture Mod)","multi-world":"4555|~","terralith":"4557|~","overworld-two-forge":"4558|~","xl-packets-fabric":"4559|XL数据包 (XL Packets)","betterbeginnings-mod":"456|更好的开局 (Better Beginnings)","rftools-storage":"4560|RF工具:存储 (RFTools Storage)","rftools-builder":"4561|RF工具:建造机 (RFTools Builder)","nethers-delight":"4563|下界乐事 (Nether's Delight)","farmers-extra-foods":"4564|农夫的拓展食物 (Farmer's Extra Foods)","tinkers-delight":"4565|工匠乐事 (Tinker's Delight)","majruszs-accessories":"4568|Majrusz的配件 (Majrusz's Accessories)","water-2-mana":"4569|~","utility-mobs":"457|工具怪物 (Utility Mobs)","craft-and-hunt":"4572|狩猎工艺 (Craft and Hunt)","tmats":"4573|~","the-afterlight":"4574|隐光之域 (The Afterlight)","tinkers-planner":"4575|匠魂蓝图 (Tinker's Planner)","playing-cards":"4576|~","rainbow-oak-trees-2":"4577|彩虹橡树2 (Rainbow Oak Trees 2)","mapfrontiers":"4578|地图边界 (MapFrontiers)","customizable-elytra-fabric":"4579|可自定义鞘翅 (Customizable Elytra)","hunger-overhaul":"458|饥饿改革 (Hunger Overhaul)|785119","puzzles-lib-fabric":"4580|~","unique-enchantments-base":"4581|独特的附魔:基础 (Unique Enchantments Base)","ore-stages":"4582|矿石阶段 (Ore Stages)","krays-magic-candles":"4583|~","thaumcraft-localization-optimizer":"4584|神秘时代本地化优化 (Thaumcraft Localization Optimizer)","drink-beer-forge":"4585|喝啤酒啦 (Drink Beer)","emerald-tools-armour":"4586|~","hidden-recipe-book":"4587|隐藏配方书 (Hidden Recipe Book)","kibe":"4588|羊肉面饼实用设备 (Kibe Utilities)","poisoncraft":"4589|毒药工艺 (Poison craft)","jei":"459|JEI物品管理器 (Just Enough Items)|1175372","detail-armor-bar-forge":"4590|细节盔甲 (Detail Armor Bar)","wings-horns-hooves-the-ultimate-unicorn-mod":"4591|~","project-rankine":"4592|兰金计划 (Project Rankine)","tinkers-mechworks":"4593|~","qdc-quantum-dis-assembly-craft":"4594|量子拆解工艺 (Quantum Dis-Assembly Craft)","william-wythers-overhauled-overworld":"4595|~","infinite-music":"4596|~","cobbler":"4597|可靠的潜影贝工厂 (Shulker's Faithful Factories/Cobbler)","nether-fast-transport-layer":"4598|~","the-outer-end":"4599|~","millenaire":"46|千年村庄 (Millénaire)|93223","jeiaddons":"460|~","hamncheese":"4600|~","buzzy-drones":"4601|~","morevanillaarmor":"4602|~","eternal-tales":"4604|~","oh-the-biomes-youll-go-fixes":"4605|“你将去的生物群系”修复模组 (Oh The Biomes You'll Go Fixes)","wild-world":"4606|~","miskatonic-mysteries-legacy":"4608|~","harvesters-night":"4609|收割者之夜 (Harvester's Night)","magneticraft":"461|磁场工艺 (MagnetiCraft)","slotlock":"4610|锁定槽 (SlotLock)","panorama-tweaker":"4612|~","simple-tomb":"4613|简单坟墓 (Simple Tomb)","modern-life":"4614|摩登生活 (Modern Life)","paxi":"4615|~","waveycapes":"4617|飘扬披风 (Wavey Capes)","skin-layers-3d":"4618|3D皮肤层 (Skin Layers 3D)|1333790","all-the-discs":"4619|唱片大全 (All the Discs)","chromaticraft":"462|缤纷纪元 (ChromatiCraft)","cryptic-cosmos":"4620|~","bayou-blues-fabric":"4621|长沼蓝调 (Bayou Blues)","hex-lands":"4622|六边形地貌 (Hex Lands)","fixrtm":"4623|~","serene-tweaks":"4624|~","ScalingGuis":"4625|界面缩放 (ScalingGUIs)","ide-better-command-block-fabric-editor":"4626|更好的命令方块 (Better Command Block IDE)","tinkers-mechworks-fork":"4628|~","extended-nether-backport":"4629|~","immersive-engineering":"463|沉浸工程 (Immersive Engineering)|450097","borderless":"4630|无边框全屏 (Borderless Window)","lifted-restrictions-structure-block":"4631|更好的结构方块 (Better Structure Block)","entity-model-json":"4632|实体模型JSON (Entity Model JSON)","death-coords":"4633|死亡坐标显示 (Death Coords)","never-enough-currency":"4635|货币多多 (Never Enough Currency)","never-enough-currency-lite":"4636|货币多多:精简版 (Never Enough Currency Lite)","create-chunkloading":"4637|~","name-pain":"4638|~","wireless-chargers":"4639|无线充电器 (Wireless Chargers)","armourers-workshop":"464|时装工坊 (Armourer's Workshop)|382319","bouncier-beds-fabric":"4640|弹力床 (Bouncier Beds)","hexlands-ii":"4641|六边形地貌 2 (HexLands II)","gold-in-river-mod":"4642|河中淘金 (Gold In River Mod)","lorespawn":"4644|怪物巢穴 (Lorespawn)","creatuures":"4645|~","fabrics-biome-api-reforged":"4646|~","stalwart-dungeons":"4647|坚固地牢 (Stalwart Dungeons)","maidens-marvelous-materials":"4648|~","nekoration":"4649|猫咪装饰 (Nekoration)","tomb-many-graves-2":"4650|~","fins-and-tails":"4651|鳍和尾巴 (Fins and Tails)","smarter-farmers-farmers-replant":"4652|更聪明的农夫 (Smarter Farmers/Farmers Replant)|1285789","peculiars":"4653|独特风味 (Peculiars)","draggable-resource-packs":"4654|可拖动资源包 (Draggable Resource Packs)","fastchest":"4655|快速箱子渲染 (FastChest)","yuushya-townscape-fabric":"4656|方块小镇 (Yuushya Townscape)|1255783","architects-palette":"4657|建筑师的调色板 (Architect's Palette)","whisperwoods":"4658|低语之森 (Whisperwoods)","dimensional-dungeons":"4659|~","slash":"466|命令强化 (Slash)","bosses-of-mass-destruction":"4660|~","neoelfeos-medieval-pub-decoration":"4661|~","dustrial-decor":"4662|~","feders-scarecrows":"4663|Feder的稻草人 (Feder's Scarecrows)","zetter":"4664|~","mystical-pumpkins":"4665|神秘南瓜 (Mystical Pumpkins)","skinned-lanterns-fabric":"4666|灯笼皮肤 (Skinned Lanterns)","scarecrows":"4667|稻草人 (Scarecrows)","seasonals":"4668|季节风味 (Seasonals)","mimi-mod":"4669|~","et-futurum":"467|把未来带回现实 (Et Futurum)|459404","blocktuner":"4670|音符盒调音助手 (BlockTuner)|1253993","caged-mobs":"4671|~","advanced-rifles":"4672|~","tome-of-blood":"4673|血之宝典 (Tome of Blood)","blockfront-world-war-ii":"4674|方块前线 (BlockFront)","archaic-guns":"4675|~","blockcarpentry":"4676|~","survival-overhaul":"4677|~","raining-cats-and-dogs":"4678|猫狗雨 (Raining Cats and Dogs)","melt":"4679|~","cooking-for-blockheads":"468|懒人厨房 (Cooking for Blockheads)|545680","stuff-a-sock-in-it":"4681|日志过滤器 (Stuff A Sock In It)","supermartijn642s-config-lib":"4682|~","small-ships":"4683|~","sound-engine-reloader":"4684|重新加载声音 (Sound Engine Reloader)","crystal-caves":"4685|~","increasemobs":"4686|~","scarecrows-territory":"4687|稻草人领域 (Scarecrow's Territory)","dungeons-mod-lite":"4689|~","loot-beams":"4690|战利品光束 (Loot Beams)|1245184","theurgy":"4691|~","better-badlands":"4692|恶地改善 (Better Badlands)","the-mysthical-reworked":"4694|~","villagers-and-monsters-mod-legency":"4695|~","repair-chests":"4696|修损宝盒 (Repair Chests)","relics-of-gaming":"4698|游戏遗物 (Relics Of Gaming)","modular-controller":"4699|模块化控制器 (Modular Controller)","clay-soldiers-mod":"47|粘土士兵 (Clay Soldiers Mod)","psi":"470|~","Item-Collectors":"4701|~","gamemodeoverhaul":"4702|旧版指令 (GamemodeOverhaul)|897542","dash":"4704|~","minecraft-dungeons-content":"4705|地下城内容 (Dungeons Content)","old-beacon":"4706|旧信标 (Old Beacon)","oc2":"4707|开放式电脑 II (OpenComputers II)","botany-pots-tiers":"4708|~","compatchedstorage":"4709|紧凑存储修复 (ComPatchedStorage)","good-nights-sleep":"471|夜眠梦境/晚安的梦境 (Good Night's Sleep)|965322","iseedragons":"4710|~","psionic-peripherals":"4711|~","malum":"4712|灵灾 (Malum)","allomancy":"4713|镕金术 (Allomancy)","steamcraft2":"4714|~","boilerplate":"4715|~","meldexuns-crystalic-void":"4716|~","recipes-and-more":"4717|~","llama-steeds":"4718|骑羊驼 (Llama Steeds)","levellib":"4719|~","enigmatic-graves":"4720|~","boat-item-view":"4721|边划边看 (Boat Item View)","forge-creeper-heal-unofficial":"4722|Forge苦力怕坑修复[非官方版] (Forge Creeper Heal [Unofficial])","desolation":"4723|荒芜 (Desolation)","ma-astral":"4724|~","zaraklib":"4725|~","chipped":"4726|~","mending-for-1-7-10":"4728|给老版本的经验修补 (Mending for Older Version)","unreachable-fantasy-mod":"4729|~","baubles":"473|饰品栏 (Baubles)","ai-reducer":"4730|AI减速器 (AI Reducer)","simple-teleporters-fabric":"4731|简易传送器 (Simple Teleporters)|1099992","killmods":"4732|~","big-brain":"4733|~","adaptive-performance-tweaks":"4734|适应性性能调整 (Adaptive Performance Tweaks)","rltweaker":"4735|~","multibags":"4736|多重背包 (MultiBags)|897303","lavalib":"4737|~","ftb-banners-forge":"4738|~","overpowered-armor-bar":"4739|~","more-swords-mod":"474|更多剑 (MoreSwords)","tinkers-rapier":"4740|匠魂西洋剑 (Tinkers' Rapier)|1261187","earth-reworked":"4741|土方工程重制版 (Earth Reworked)","cinderscapes-reforged":"4742|余烬奇景Forge版 (Cinderscapes Reforged)","better-diving":"4743|~","auto-sprint":"4744|自动冲刺:一键切换 (Auto Sprint : key toggle)","nebula-rpg":"4745|~","betternether-reforged":"4746|更好的下界Forge版 (BetterNether Reforged)","item-stitching-fix":"4747|物品模型修复移植版 (Item Stitching Fix)","blood-and-madness":"4748|~","afraid-of-the-dark":"4749|~","thaumic-bases-unofficial":"475|神秘基础学 (Thaumic Bases)","ores-above-diamonds":"4750|~","crafting-automat":"4751|~","ingotter":"4752|~","presence-footsteps":"4753|脚步声 (Presence Footsteps)","walk-the-air":"4754|~","castle-dungeons":"4755|~","mobs-properties-randomness":"4756|~","iguana-tweaks":"4757|~","enhanced-ai":"4758|~","vulcanite":"4759|软碲铜 (vulcanite)","essentialcraft-3":"476|源质魔法3 (EssentialCraft 3)","ziheasymodding":"4760|~","path-to-dirt":"4761|~","dirt2path":"4762|~","carbonado":"4763|~","strange":"4764|~","tfctweaker":"4765|~","scaling-feast":"4766|~","delete-item":"4767|~","stexcraft-1-12-2-mod":"4768|~","longerdays":"4769|~","mob-heads":"4770|~","compass-coords":"4771|~","neverdark":"4772|~","stats-keeper-fabric":"4773|~","vanillatweaks":"4774|~","bacodifficulty":"4775|~","immersiveposts":"4776|沉浸长杆 (Immersive Posts)","fyres-youwilldiemod":"4777|必死无疑 (The You Will Die Mod)|309230","old-walking-animation":"4778|旧版行走动画 (Old Walking Animation)","enders-magic":"4779|末影魔法 (Ender's magic)","hardcore-questing-mode":"478|困难任务 (Hardcore Questing Mode)|1101667","anvil-patch-lawful":"4780|~","elegant-networking":"4781|~","gemsplusplus":"4782|宝石++ (GemsPlusPlus)","defaultsettings-fabric":"4783|默认设置 (DefaultSettings)","draylars-battle-towers":"4784|Draylar的战斗高塔 (Draylar's Battle Towers)|898001","leos-craftable-chainmail":"4786|可制作的锁链甲 (Leo's Craftable Chainmail)","time-to-die":"4787|~","better-survival-mod":"4788|更好的生存 (Better Survival mod)","unidict":"479|矿辞统一 (UniDict)|600649","tschipplib":"4790|~","the-deep-dark-ocean-dimension":"4791|~","online-picture-frame":"4792|在线相框显示2 (Modern Online Picture Frame)","pyromancer":"4793|~","mekanism-fission-recipe":"4794|~","macaws-fences-and-walls":"4795|~","lunae-silva":"4797|~","rainbow6":"4799|我的六号 (Rainbow6:Minesiege)|1117023","mo-creatures":"48|更多生物 (Mo' Creatures)|121946","thermal-dynamics":"480|热动力学 (Thermal Dynamics)","friendlyendermite":"4800|友好的末影螨 (FriendlyEndermite)","food-expansion":"4801|食物扩展 (Food Expansion)","forgotten-items":"4802|被遗忘的物品 (Forgotten Items)","food-expansion-reimagined":"4803|食物扩展:重构想 (Food Expansion: Reimagined)","redstone-igniter":"4804|~","enchanting-tweaks":"4805|~","thrown-slime":"4806|~|780689","inventory-auto-fill":"4808|~","queen-bee":"4809|蜂后 (Queen Bee)","zoology":"481|动物学 (Zoology)","better-barrels":"4810|~","enderbeetles":"4811|~","customport":"4812|~|897492","more-sound-config":"4813|~","undead-expansion":"4814|~","hourglass":"4815|沙漏 (Hourglass)","relics-mod":"4816|遗物 (Relics)","comfortable-nether":"4817|舒适下界 (Comfortable Nether)","arcanecraft-ii":"4818|奥法工艺2 (ArcaneCraft II)","presence-footsteps-forge":"4819|脚步声Forge版 (Presence Footsteps (Forge))","aardvarks-weird-wonderful-wild":"4820|~","ee3-helper":"4824|~","save-your-pets":"4825|拯救你的宠物 (Save Your Pets)","main-menu-scale":"4826|~","potion-fingers":"4827|~","reload-audio-driver-fabric":"4828|音频驱动重载 (Reload Audio Driver)","shieldbreak":"4829|~","thaumic-revelations":"483|神秘启示录 (Thaumic Revelations)","holiday-helper":"4830|~","fabric-tickratechanger-mod":"4831|Fabric版运算变速 (Fabric TickRateChanger)","observable":"4832|可视性能侦测 (Observable)","disenchantment-edit-table":"4833|祛魔编辑台 (Disenchantment Edit Table)","cit-resewn":"4835|~","lazy-language-loader":"4836|~","clef":"4837|~","zettai-magic-2":"4838|~","wotw-mod":"4840|世界之战 (The War of the Worlds Mod)","craftable-netherrack":"4841|可合成的下界岩 (Craftable netherrack)","simple-camp-fire":"4844|简单营火 (Simple Camp Fire)","biome-locator":"4845|生物群系定位器 (Biome Locator)","extra-coals":"4846|~","dark-caverns":"4847|暗黑深穴 (Dark Caverns)","warp-book":"485|传送书 (Warp Book)","ender-ring":"4850|末影环 (Ender Ring)|1264325","milk-all-the-mobs-fabric":"4851|~","roadrunner":"4852|~","pokecube-aoi":"4853|~","grim-statues":"4854|Grim雕像 (Grim Statues)","oauth-fabric":"4855|~","omaypaty-japan-mod":"4856|~","demon-slayer-mod-kimetu-no-yaiba":"4857|鬼灭之刃 (DEMON SLAYER MOD)|1086930","tipthescales":"4858|~","xplosives-mod":"4859|~","ex-compressum":"486|压缩工具 (Ex Compressum)|676165","arkys-environment":"4860|~","candylands":"4861|~|1283253","elements-of-power":"4862|~","aquafina":"4863|~","way-through-dimension":"4864|~","journeymap-integration":"4865|~","damage-tint":"4867|伤害色调 (Damage Tint)","mo-spells":"4868|~","simply-jetpacks":"487|简易喷气背包 (Simply Jetpacks)","blade-works":"4870|剑制 (Blade Works)","create-confectionery":"4871|机械动力甜食 (Create Confectionery)","rotten-piglins-mod":"4875|~","ex-nihilo-random":"4876|无中生有:随想 (Ex Nihilo: Random)","fabrictailor":"4879|离线皮肤切换 (Fabric Tailor)","blood-arsenal":"488|血液兵工厂 (Blood Arsenal)|958995","ambientworld":"4880|~","apple-trees-revived":"4882|苹果树:复生 (Apple Trees Revived)","potatos-lucky-block":"4883|马铃薯幸运方块 (Potato's Lucky block)","even-more-tnt":"4884|~","fun-tnt":"4885|有趣的TNT (Fun TNT)","chilean-craft-bedrock-edition":"4887|智利工艺 (Chilean Craft)","canals":"4888|水渠 (Canals)","sim-u-kraft":"489|模拟城市 (Sim-U-Kraft)","underground-loot-crates":"4890|地下战利品箱 (Underground Loot Crates)","smooth-scrolling-everywhere-fabric":"4892|平滑滚动 (Smooth Scrolling Everywhere)","sword-blocking":"4893|持剑格挡 (Sword Blocking)","better-mount-hud":"4894|更好的骑乘HUD (Better Mount Hud)","fire-overlay-controller":"4895|火焰叠加层调整 (Fire Overlay Controller)","particle-rain":"4897|粒子雨 (Particle Rain)","sodium-reforged":"4898|镁 (Magnesium/Sodium Reforged)","phosphor-reforged":"4899|硫 (Sulfuric/Phosphor Reforged)","superheroes-unlimited":"490|超级英雄无限 (Superheroes Unlimited)|693397","hydrogen-reforged":"4900|氦 (HeIium)","xl-food-mod-plus":"4901|超多食物+ (XL Food Mod+)","botconnect":"4903|群服互联🔗 (Bot Connect🔗)|1267022","ice-and-fire-dragonseeker":"4904|~","reeses-sodium-options":"4905|Reese的钠视频界面 (Reese's Sodium Options)","continuity":"4906|~","airportmod":"4907|~","better-gui-scaling":"4908|更好的界面缩放 (Better GUI Scaling)","titles":"4909|~","skiing":"4910|~","cave-biomes":"4911|~","tatami":"4912|~","final-fantasy-12-mod":"4913|~","mojangster":"4914|加载界面动画 (Mojangster (Animated Loading Screen))","anvil-tweaks":"4915|~","asphaltmod":"4916|沥青 (Asphalt Mod)|1012064","reroll-forge":"4918|刷新附魔Forge版 (Reroll-Forge)","swordenlarger":"4919|剑模型扩大 (SwordEnlarger)","castle-in-the-sky-the-fairytale-of-laputa":"4920|天空之城 (Castle in the Sky)","dimore":"4921|维度矿石 (DimensionalOres)","illagers":"4922|更多的灾厄村民 (Illagers+)","villagers-follow-emeralds-fabric":"4926|~","diabloloot":"4928|暗黑破坏神战利品 (DiabloLoot)","yggdrasil":"4929|世界树 (Yggdrasil)","ftb-dripper-forge":"4930|~","fabric-snad":"4931|子沙1.14+ (Snad)","opentoall":"4933|~","torchbowmod":"4936|火把弓 (TorchBowMod)|786206","esencia":"4937|~","weirdmobs":"4938|~","enchantment-level-language-patch":"4939|附魔等级语言补丁 (EnchLevel-LangPatch)|1266496","witching-gadgets":"494|巫师宝具 (Witching Gadgets)","open-to-lan":"4940|~","simple-translation":"4941|简单翻译 (Simple Translation)","fx-control":"4942|效果控制 (Fx control)","what-are-you-voting-for":"4943|~","steam-powered-create":"4944|蒸汽动力 (Create: Steam Powered)|1272372","creepers-burn":"4945|~","pretty-game-enhhancing-gobblet-pgeg-remake":"4947|魔法森林重置版 (Pretty, Game-Enhhancing Gobblet Remake)|1237458","kvc-equipment":"4949|蛋挞君的原版补全装备篇 (KVCEquipment)|1224426","mooshroomcraft":"4950|哞菇工艺 (Mooshroomcraft)|990356","unearthed-fabric":"4951|出土 (Unearthed)","terrestria-reforged":"4952|~","simplex-terrain-generation":"4953|Simplex地形生成器 (Simplex Terrain Generation)","enderscape":"4954|~","goblin-traders-fabric":"4955|哥布林商人Fabric版 (Goblin Traders (Fabric))","lakeside":"4956|湖畔 (Lakeside)","chenziqius-originality":"4957|CHENZIQIU的创意 (CHENZIQIU's Originality)","alloy-forgery":"4958|~","mechanical-tech":"4959|机械科技 (Mechanical Tech)|1347516","buildcraft-compat":"496|建筑兼容 (Buildcraft Compat)","hadesgame":"4960|阴间游戏 (HadesGame)|1211612","one-block-forge":"4961|~","human-reborn":"4963|~","additional-additions-forge":"4964|额外扩展 (Additional Additions)","earlygame":"4965|~","happiness-is-a-warm-gun":"4966|~","kvc-blocks":"4968|蛋挞君的原版补全方块篇 (KVCBlocks)|1239534","enigtech2-util":"4969|蝙蝠快乐:ET2专版 (EnigTech2 Util)","extrabotany":"497|额外植物学 (ExtraBotany)|596279","environmental-creepers":"4970|环保型苦力怕 (Environmental Creepers)","look-at-that":"4972|~","advanced-peripherals":"4973|~","nether-chest-fabric":"4974|~","levelz":"4976|~","betterend-re-forked":"4977|更好的末地Forge重铸版 (BetterEnd Reforged)","mining-gadgets":"4978|采矿小工具 (Mining Gadgets)","ponderjs":"4979|~","botania-unofficial":"498|植物魔法非官方版 (Botania Unoffical)","majrusz-library":"4980|~","ydms-coppergolem":"4981|YDM的铜傀儡 (YDM's CopperGolem)","chococraft-3":"4982|~","chococraft-plus":"4983|~","travel-huts":"4984|~","expandability":"4985|~","squirrels":"4986|松鼠 (Squirrels)","ftb-power-pots":"4987|~","the-graveyard-fabric":"4988|墓园 (The Graveyard)","nether-agriculture":"4989|下界农业 (Nether Agriculture)","angry-pixel-the-betweenlands-mod":"499|交错次元/黑暗沼泽 (The Betweenlands)|804242","conjuring":"4990|~","awesome-dungeon-datapack":"4991|~","out-of-sight":"4992|~","decorative-blocks-modded-compat":"4993|装饰方块模组兼容 (Decorative Blocks modded compat)","camp-chair":"4994|~","size-matters":"4995|~","chalk":"4996|~","chalk-fabric":"4997|~","yarcf":"4999|合成冲突消除 (Yet Another Recipe Conflict Fixer)","forestry":"5|林业 (Forestry)|708812","extrabiomesxl":"50|更多生态群系 (ExtraBiomesXL)","real-first-person-render":"500|真实的第一人称 (Real First-Person Render)|773042","drones":"5000|~","ticbc":"5001|~","meetle":"5003|~","tarot":"5004|塔罗 (Tarot)","forcecraft":"5005|力量工艺 (ForceCraft)","right-click-harvest":"5006|右击收割 (Right-Click-Harvest)","custom-content-packs":"5007|~","cake-chomps":"5008|~","lod-level-of-detail":"5009|~","betterp2p":"5010|更好的P2P支持 (Better P2P)|1270402","ob-aquamirae":"5011|~","nuclear-tfc":"5012|~","just-more-cakes":"5013|只是更多的蛋糕! (Just More Cakes!)","image-mod":"5014|~","reinforced-barrels":"5015|增强木桶 (Reinforced Barrels)","spyglass-zoom":"5016|望远镜变焦 (Spyglass Zoom)","npc-variety-port":"5017|NPC变体 (NPC Variety)","just-enough-effects":"5018|~","incorporeal-2-rhododendrite":"5019|幻想多媒体2 (Incorporeal 2 + Rhododendrite)","einsteins-library":"5021|~","worldshape":"5022|~","rslargepatterns":"5023|精致存储大样板 (Refined Storage Large Patterns)","gendustry-jei-addon":"5024|~","statement":"5025|~","mutant-more":"5026|更多突变生物 (Mutant More)","just-enough-keg":"5028|~","paleolithic-revolution":"5029|~","custom-stuff-3":"503|自定义物品3 (Custom Stuff 3)","better-shields":"5030|更好的盾牌 (Better Shields)","yungs-bridges-fabric":"5031|YUNG的桥 (YUNG's Bridges)","project-red-transmission":"5032|红石计划:传导 (ProjectRed - Transmission)","day-dream":"5033|~","savage-ender-dragon":"5034|~","age-of-weapons":"5036|武器时代 (Age of Weapons)|789398","drawerstorage-keychain":"5037|抽屉钥匙扣 (DrawerStorage Keychain)","fracdustry":"5038|分形工业 (Fractal Industry)","magical-forest":"5039|魔法森林 (Magical Forest)","lockdown":"504|地图生成锁定 (Lockdown)","skin-swapper":"5040|皮肤更换器 (Skin Swapper)","owo-lib":"5043|~","picturesign":"5044|~","divine-missions":"5045|神圣任务 (Divine Missions)","gregsieves":"5046|格雷筛子 (GregSieves)","gregtech-food-option":"5047|格雷科技食物优选 (GregTech Food Option)","converting-industrial-wires":"5048|工业线缆:转化版 (Converting Industrial Wires)","tinkers-oredict-cache":"5049|匠魂矿辞缓存 (Tinkers OreDict Cache)","avaritia-1-10":"505|无尽贪婪 (Avaritia)|734399","mentalillness":"5050|精神病 (Mental illness)","better-magnesium-video-settings-button":"5051|更好的镁视频设置按钮 (Better Magnesium Video Settings Button)","adventurez":"5052|~","mobz":"5053|~","villagerquests":"5054|村民任务 (VillagerQuests)","environmentz":"5055|~","homing-ender-eye":"5057|回归之眼 (Homing Ender Eye)|1275011","magical-crops-regrowth-1-16-5":"5058|魔法作物:重生 (Magical Crops: Regrowth)","voidz":"5059|~","transport-simulator-official-vehicle-set":"506|飞行模拟 (Minecraft Flight Simulator)","mining-master":"5060|~","victus":"5062|~","lots-of-food-revived":"5063|更多食物:复生 (Lots of Food Revived)","dontstarve":"5064|不要饿死2 (DontStarve2)|1275610","steves-universe-space-mod":"5065|~","candy-world-recaramelized":"5066|糖果世界:重制版 (Candy World - ReCaramelized)","carrier":"5067|搬运 (Carrier)","undo":"5069|撤销! (Undo!)","essential-thaumaturgy":"507|源质神秘学 (Essential Thaumaturgy)","unnamed-animal-mod":"5070|无名动物模组 (Unnamed Animal Mod)","camels":"5071|骆驼 (Camels)","food-effects":"5072|~","item-borders-fabric":"5073|物品边框 (Item Borders)","iceberg-fabric":"5074|冰山 (Iceberg)","worldeditcui-forge-edition-3":"5076|~","enhanced-farming":"5077|增强农业 (Enhanced Farming)","abyssalcraft":"508|深渊国度 (AbyssalCraft)|664279","lava-clear-view":"5080|熔岩下清晰视野 (Lava Clear View)","global-xp":"5081|~","universal-graves":"5082|~","more-bows-restrung":"5084|更多弓:重振旗鼓! (More Bows: Restrung!)","nimble":"5085|灵活 (Nimble)","metal-barrels":"5086|金属储物桶 (Metal Barrels)","calculator":"509|运算工艺 (Calculator)|440074","motiono":"5090|~","vanillarecipe":"5092|香草食谱 (VanillaRecipe)","fantastic-fish-alpha-v1-4":"5095|神奇的鱼 (Fantastic Fish)|400280","more-mounted-storages":"5098|更多存储挂载 (More Mounted Storages)","minecraft-comes-alive-testing":"5099|凡家物语:重生 (MCA Reborn)|1288951","sextiarysector2":"510|~","noodles-apex":"5100|面条的Apex (Noodles'Apex)|1305636","ftb-beast-coin-miner":"5101|货币矿机 (Beast Coin Miner)","scape-and-run-parasites-addon-by-nocube":"5102|~","vanilla-degus":"5103|八齿鼠 (Vanilla Degus)","ksyxis":"5104|~","metallurgy-4-reforged":"5105|冶金4:重铸 (Metallurgy 4: Reforged)","harder-natural-healing":"5106|~","extra-bit-manipulation":"5107|~","spartan-weaponry-twilight-forest":"5108|斯巴达的武器:暮色森林 (Spartan Weaponry: Twilight Forest)","iris-reforged":"5109|~","warpdrive":"511|曲率驱动 (WarpDrive)|713261","additional-lanterns":"5110|更多灯笼 (Additional Lanterns)","bottled-air-fabric":"5111|瓶装空气 (Bottled Air)","fabricproxy-lite":"5112|~","abyssal-depths":"5113|~","tomes":"5114|秘典 (Tomes)","budschies-morph-mod":"5115|~","parzis-star-wars-mod":"5116|帕尔奇的星球大战 (Parzi's Star Wars Mod)|1275203","aquatic-abyss":"5117|~|361152","slimier-slimes":"5118|~","wacky-weapons":"5119|~","futurepack":"512|飞向未来 (Futurepack Mod)|1102237","slime-carnage":"5120|史莱姆杀戮 (Slime Carnage)|381624","portal-tags":"5121|~","eden-ring":"5122|伊甸星环 (Eden Ring)","placement-tweaks":"5123|放置调整 (Placement Tweaks)","kimetsu-animation-demon-slayer-animation":"5124|鬼灭动作 (Kimetsu Animation)","hals-enhanced-biomes":"5125|~","improvedbackpacks":"5126|改良背包 (Improved Backpacks)","ender-skills":"5127|末影技能 (Ender Skills)","useful-railroads":"5128|实用铁轨 (Useful Railroads)","Voluminous-Energy":"5129|~","hbms-nuclear-tech-mod":"513|HBM的核科技 (HBM's Nuclear Tech)","flaminco":"5130|~","simple-graves":"5131|~","wi-zoom":"5134|WI变焦 (WI Zoom)","forge-carpet":"5135|~","fabric-tree-chopper":"5137|砍树 (Fabric Tree Chopper)","i-see-lava":"5138|~","two-players-one-horse":"5139|~","agricraft":"514|农业工艺 (AgriCraft)|1315462","refined-relocation-2":"5140|简单分类2 (Refined Relocation 2)","ftb-sluice":"5141|~","sky-villages-fabric":"5142|天空村庄 (Sky Villages)","gui-clock-fabric-version":"5143|~","hand-over-your-items-fabric":"5144|~","koopas-critters":"5145|~","krypton-reforged":"5146|氪Forge版 (Krypton Reforged)","item-counter":"5147|物品计数器 (Item Counter)|1279592","reality-check-real-life-timer":"5149|~","arcane-engineering":"515|奥法工程学 (Arcane Engineering)","retail":"5150|~","time-core-lib":"5152|~","mclogin":"5154|~","rereskillable":"5155|~","kubejs-blood-magic":"5156|~","kubejs-create":"5157|~","kubejs-ui-forge":"5158|~","kubejs-thermal":"5159|~","immersive-integration":"516|~","kubejs-immersive-engineering":"5160|~","kubejs-mekanism":"5161|~","starter-kit-fabric":"5162|初始套件 (Starter Kit)","stacker":"5164|~","gcm":"5165|~","ocean-floor-clay-sand-and-dirt":"5166|~","linfox-stacked-dimensions-warden-edition":"5167|~","experience-bottler":"5168|~","gregicality-ore-addon":"5169|Gregicality矿物拓展 (Gregicality Ore Addon)","ae2-stuff":"517|~","gregtech-battery-buffer-driver-for-opencomputers":"5170|格雷科技电池箱的开放式电脑驱动 (GregTech Battery Buffer Driver for OpenComputers)","orimod":"5171|~","htm":"5172|~","gtce-inventory":"5173|格雷物品管道 (GregTech CE Inventory Pipes)","mechtech":"5174|机械工程 (MechTech)","gregtech-energistics":"5175|格雷能源 (GregTech Energistics)","empatic":"5176|~","nukepowered-utils":"5177|~","gtce2oc":"5178|格雷科技开放式电脑兼容 (gtce2oc)","azure-rpg-items":"5179|Azure的RPG风格物品 (Azure RPG Items)","minetweaker-recipemaker":"518|可视化合成表编辑器 (MineTweaker RecipeMaker)","mine-and-slash-expansion":"5180|挖矿与砍杀拓展 (Mine and Slash - Expansion Mods)","devil-may-cry-weapons":"5181|鬼泣武器 (Devil May Cry Weapons)","craft-to-exile-custom-uniques":"5182|放逐之路定制物品 (Craft to Exile Custom Uniques)","terraria-arsenal":"5183|泰拉瑞亚装备 (Terraria Arsenal)","world-of-warcraft-weapons":"5184|魔兽世界装备 (World of Warcraft Weapons)","mcdoom":"5185|毁灭战士物品 (MCDoom)","bleach-weapons":"5186|死神装备 (Bleach Weapons)","behgameon":"5187|~","into-the-maelstrom":"5188|冒险漩涡 (Into The Maelstrom)","create-deco":"5189|~","thaumic-dyes":"519|神秘染料 (Thaumic Dyes)","warp-pipes":"5190|~","fertile-farmland":"5191|沃壤千里 (Fertile Farmland)","luckperms":"5192|~","inv-view":"5193|~","ftb-industrial-contraptions":"5194|FTB工业奇械 (FTB Industrial Contraptions)","more-respawn-anchors-forge":"5195|更多重生锚 (More Respawn Anchors)","werewolves-become-a-beast":"5196|狼人 (Werewolves)|1205326","omnipotent-card":"5197|万用卡牌 (Omnipotent Card)|1281444","does-it-tick":"5199|~","gadomancy":"520|魔像秘经 (Gadomancy)","public-gui-announcement":"5200|公开GUI显示 (Public Gui Announcement)","wet-lava-sponge":"5201|~","ripples-of-the-past":"5202|~","cursor-mod":"5204|自定义光标 (Cursor Mod)","amplified-nether":"5205|放大化下界 (Amplified Nether)","oreberries-replanted":"5206|矿莓重制版 (Oreberries Replanted)","eye-contact-prohibited":"5208|禁止眼神交流! (Eye contact prohibited)|1282818","inventory-pets":"521|背包宠物 (Inventory Pets)|437983","modular-assembly":"5210|模块化组装 (Modular Assembly)","healer":"5211|~","calcium":"5212|钙 (Calcium)","from-the-shadows-forge":"5213|~","l_ender-s-cataclysm":"5214|灾变 (L_Ender 's Cataclysm)","brighter-block-light":"5215|亮光 (Brighter)|1281920","pick-up-notifier-fabric":"5216|拾取提示 (Pick Up Notifier)","talkbubbles":"5218|~","servux":"5219|~","levels":"522|装备等级 (Levels)","config-menus-forge":"5220|~","saplanting":"5221|落苗生根 (Saplanting)","login":"5222|~","edible-bugs":"5223|~","farsight-fabric":"5224|~","atlantis":"5226|亚特兰蒂斯 (Atlantis)","gaia-dimension":"5227|~","pwem":"5228|~","akisephilas-bosses":"5229|~","keeping-inventory":"523|~|592605","fluffys-farming":"5232|~","aquatic-odyssey-mod":"5233|~","vanilla-cookbook":"5234|原版烹饪书 (Vanilla Cookbook)","edible-nether-wart":"5235|可食用下界疣 (Edible Nether Wart)","plasmo-voice":"5236|Plasmo语音 (Plasmo Voice)","armor-sound-tweak":"5237|盔甲音效调整 (Armor Sound Tweak)","hexerei":"5238|~","orespawn":"524|矿石菌种 (OreSpawn)|464954","give-me-water-or-give-me-death":"5240|~","lost-and-found":"5241|~","better-fps-render-distance-fabric":"5242|~","armor-chroma-for-fabric":"5243|盔甲颜色显示Fabric版 (Armor Chroma for Fabric)","ore-reeds":"5244|矿石甘蔗 (Ore Reeds)","connected-glass":"5245|~","blockui":"5246|~","storage-racks":"5247|~","Dung-Pipe":"5248|~","extra-armor":"5249|~","reliquary":"525|圣遗物 (Reliquary Reincarnations (Reliquary))","pig-poop":"5250|~","stupid-horse-stand-still":"5251|~","ceramic-bucket":"5252|陶瓷桶 (Ceramic Bucket)","durability101":"5253|~","ceramic-shears":"5254|陶瓷剪刀 (Ceramic Shears)","torch-bandolier":"5255|火把弹药袋 (Torch Bandolier)","rapid-leaf-decay":"5256|~","netherite-horse-armor-mod":"5257|下界合金马铠 (Netherite Horse Armor Mod)","ambient-environment":"5258|~","glass-cutter":"5259|~","mo-bends":"526|更多弯曲 (Mo' Bends)|205695","dicemc-tiered-armors":"5260|~","tetranomicon":"5261|~","more-observers":"5262|更多侦测器 (More Observers)","villagers-respawn":"5263|村民重生 (Villagers Respawn)","hot-swappable-armor":"5264|热切换护甲 (Hot-Swappable Armor)","advancement-plaques-fabric":"5265|进度牌匾 (Advancement Plaques)","minceraft-mod":"5267|~","alexs-delights":"5268|~","better-bedrock-generator-fabric":"5269|~","quark":"527|夸克 (Quark)|1155355","prehistoric-fauna":"5270|史前生物 (Prehistoric Fauna)","better-conduit-placement-fabric":"5271|更好的潮涌核心放置 (Better Conduit Placement)","death-counter":"5272|死亡计数器 (Death Counter)","dimension-stages":"5273|维度阶段 (Dimension Stages)","passive-dragon":"5274|~","i-want-to-die-at-home":"5275|~","morevanillaweapons":"5276|更多原版武器 (MoreVanillaWeapons)","ore-tree-reborn-fabric":"5277|矿物树:重制 (Ore Tree:Reborn)","player-tracking-compass":"5278|~","tooltipfix":"5280|信息提示修复 (ToolTipFix)","extended-noteblock-fabric":"5281|音符盒扩展 (Extended Noteblock)","ore-prospecting-stick-fabric":"5282|探矿棒 (Ore Prospecting Stick)","worldedit-express-fabric":"5283|~","awesome-dungeon-edition-ocean-fabric":"5284|~","pistorder":"5285|~","escape-rope-pokemon-item-fabric":"5286|~","awesome-flooring-fabric":"5287|~","medievial-entity-fabric":"5288|中世纪生物 (Medieval Entity)","upgraded-shulkers":"5289|更多潜影盒 (Upgraded Shulkers)","official-divinerpg":"529|神圣RPG (DivineRPG)|1080271","bobby":"5291|服务器区块缓存 (Bobby)","boosted-brightness":"5292|亮度增强 (Boosted Brightness)","effective-forge":"5293|~","voidtotem-fabric":"5295|虚空图腾 (Void Totem)","tool-leveling-plus-fabric":"5296|~","mythicmetals":"5297|神话金属 (Mythic Metals)","creeper-firework":"5298|烟花苦力怕 (Creeper Firework)|1285741","second-chance-forge":"5299|~","harvest-festival":"530|丰收物语 (Harvest Festival)|658968","promenade":"5300|~","london-underground":"5301|~","dynamiclights-reforged":"5302|镁/铷:动态光源 (Magnesium/Rubidium Dynamic Lights)","the-wild-mod":"5303|荒野更新 (The Wild Mod)","tuff-depth":"5304|凝灰岩深度 (Tuff Depth)","minefantasy-reforged":"5305|我的幻想重铸版 (MineFantasy Reforged)","framework":"5307|~","tough-as-nails":"531|意志坚定 (Tough As Nails)|849264","anointed-items":"5310|~","golden-age-combat":"5311|黄金时代的战斗 (Golden Age Combat)","magnesium-extras":"5312|镁/铷:附属 (Magnesium/Rubidium Extras)","chest-tracker":"5313|箱子追踪 (Chest Tracker)","advancementinfo":"5314|进度信息展示 (Advancementinfo)","animatica":"5315|~","all-dimension-height-increase":"5316|全维度建筑高度提升 (All Dimension Height Increase)","merchant-markers-fabric":"5317|商人标记 (Merchant Markers)","loot-bag":"5318|战利品袋子 (Loot Bag)","miner-watcher":"5319|矿工监视者 (Miner Watcher)","non-update":"532|不再有更新 (Non Update)","memento-mori-remember-death":"5320|人终有一死/记住死亡 (Memento Mori / Remember Death)","not-enough-gamerules-fabric":"5321|~","archmagus":"5324|~|320407","slimyboyos":"5325|~","fireplace-lib":"5326|~","immersive-geology":"5327|~","wool-tweaks-fabric":"5328|羊毛调整 (Wool Tweaks)","tools-complement":"5329|~","clayium":"533|粘土工业 (Clayium)","adventtic":"5330|~","questionably-immersive":"5331|~","long-fall-boots":"5332|~","total-darkness":"5333|~","true-darkness":"5334|~","starlight-x-create":"5335|~","grand-economy":"5336|~","chinacraft2":"5337|华夏文明2 (ChinaCraft2)|1288124","interactic":"5338|~","fnars-roguelike-dungeons":"5339|冒险地牢-Fnar版 (Roguelike Dungeons -- Fnar's Edition)","better-storage":"534|更好的储存 (Better Storage)","playerex":"5340|~","data-attributes":"5341|~","hardcore-buoyance":"5342|~","gregtech-ce-unofficial":"5343|格雷科技社区版:非官方版 (GregTech CE: Unofficial)","eggtab-forge":"5344|独立刷怪蛋列表 (Egg Tab)","always-a-wither-skull":"5345|必得凋灵骷髅头颅 (Always a Wither Skull)","anvil-restoration":"5346|铁砧修复 (Anvil Restoration)","hide-hands":"5347|隐藏主副手 (Hide Hands)","better-beacon-placement-fabric":"5348|更好的信标放置 (Better Beacon Placement)","dead-totems":"5349|~","davincis-vessels":"535|达芬奇之舟/达芬奇的船 (Davincis Vessels)|475292","functional-storage":"5350|功能性存储 (Functional Storage)","the-wild-update":"5351|荒野更新1.19 (The Wild Update 1.19)","archeology":"5352|考古学 (Archeology Mod)","trinkets-and-baubles":"5354|饰品与小玩意 (Trinkets and Baubles)","rope-ladders":"5356|绳梯 (Rope Ladders)","skewers-updated":"5357|烤串更新版 (Skewers Updated)","keep-my-soil-tilled":"5358|保持肥沃 (Keep My Soil Tilled)","double-doors":"5359|双开门 (Double Doors)","expanded-armor-enchanting":"5360|盔甲附魔扩展 (Expanded Armor Enchanting)","expanded-weapon-enchanting":"5361|武器附魔扩展 (Expanded Weapon Enchanting)","expanded-axe-enchanting":"5362|斧附魔扩展 (Expanded Axe Enchanting)","expanded-trident-enchanting":"5363|三叉戟附魔扩展 (Expanded Trident Enchanting)","urns":"5364|~","pylons":"5365|~","on-soul-fire":"5366|~","wizard-staff":"5367|~","kambrik":"5368|~","additional-bars":"5369|更多的栏杆 (Additional Bars)","techguns":"537|科技枪 (Techguns)|631578","leap":"5370|~","cameraoverhaul":"5371|~","enchantment-id-extender":"5372|~","creeper-overhaul":"5373|苦力怕改革 (Creeper Overhaul)","cool-elytra-roll":"5374|~","camera-overhaul-forge":"5375|~","blame-fabric":"5376|~","patboxs-banhammer":"5377|~","terraformed-api-reforged":"5378|~","multiblocktweaker":"5379|~","Iron-Backpacks":"538|特殊背包 (Iron Backpacks)","good-ol-currency":"5380|~","macaws-bridges-atmospheric":"5381|Macaw的桥梁:悠然一派附属 (Macaw's Bridges - Atmospheric)","leadvillagers":"5382|~","fabric-shield-lib":"5383|~","frys-things-guns-and-more":"5384|~","quickbind":"5385|功能集成 (Quick Bind/Command GUI buttons)","ompd":"5386|开放式模块化被动防御 (Open Modular Passive Defense)","basic-shields-fabric":"5387|~","borderless-mining":"5388|~","ledger":"5389|~|1207255","openmodularturrets":"539|开放式炮台 (OpenModularTurrets)","pet-owner":"5390|~","spartan-hud-baubles":"5391|斯巴达饰品栏HUD (Spartan HUD: Baubles)","mekanism-matter":"5392|通用机械:物质拓展 (Mekanism Matter)","inzhefop-core":"5393|~","legendary-tooltips-fabric":"5396|传说工具提示 (Legendary Tooltips)","myrtrees":"5397|~","tiny-redstone":"5399|~","technomancy":"540|量子魔法 (Technomancy)","icarus-fabric":"5401|伊卡洛斯之翼Fabric版 (Icarus (Fabric))","the-splash-milk":"5402|喷溅牛奶 (Splash Milk)|1289975","fastbench-for-fabric":"5403|工作台性能优化Fabric版 (FastBench for Fabric)","mob-buckets-fabric":"5404|生物桶 (Mob Buckets)","enchantable":"5407|~","glass-doors":"5408|玻璃门 (Glass Doors)","glasscutter":"5409|玻璃切割器 (Glass Cutter)","quantumflux":"541|量子通量 (QuantumFlux)|668576","upgradable-crystal-tools":"5410|~","no-dragon-cheese":"5411|~","glassware":"5412|玻璃制品 (Glassware)","milk-plus":"5413|~","modifiers":"5414|重铸 (Modifiers)","customnpc-plus":"5415|自定义NPC+ (CustomNPC+)","ingredient-extension-api":"5416|~","wireless-networks":"5418|~","compass-manhunt":"5419|~","blocksniffer":"542|方块探测 (Block Sniffer)","exlines-furniture":"5420|~","tinkers-archery":"5421|工匠箭术 (Tinkers' Archery)","designer-modeling":"5422|设计师建模 (Designer Modeling)","netherite-horse-armor-fabric":"5424|下界合金马铠 (Netherite Horse Armor)","netherite-elytra":"5425|下界合金鞘翅 (Netherite Elytra)","more-tcon":"5427|更多匠魂材料 (Moar TCon)","exlines-emerald-equipment":"5428|~","exlines-candy-mod":"5429|~","dragonapi":"543|~","renamer":"5430|代号名称 (Renamer)","the-herobrine-mod-1-7-10":"5432|~","aquatic-armors":"5433|~","immersive-industry":"5434|沉浸工业 (Immersive Industry)","lightmans-currency":"5435|~","hellfire-fireball-launcher-fabric":"5436|地狱火:火焰弹发射器 (Hellfire: Fireball Launcher)","guild":"5437|~","endless-deep-space":"5438|无尽深空 (Endless Deep Space)","electricraft":"544|电力工艺 (ElectriCraft)","dynamic-trees-for-sakura":"5440|动态的树:樱附属 (Dynamic Trees for Sakura)","advanced-fishing":"5441|~","bettertabs":"5443|~","classy-hats":"5444|时髦帽子 (Classy Hats)","bedbreakbegone":"5445|~","bq-multiblock-structure-integration":"5446|更好的任务-多方块与结构扩展 (Better Questing - Multiblock and Structure Integration)","bqtweaker":"5447|~","hypnos":"5448|~","collision-damage":"5449|~","candycraft":"545|糖果世界 (CandyCraft)|459723","project-74246":"5450|毁灭地牢 (Doomlike Dungeons)","dynamic-trees-defiled-lands":"5451|动态的树:污秽之地附属 (Dynamic Trees - Defiled Lands)","xaero-map-addition":"5452|~","lambdacontrols":"5453|Lambda 的控制优化 (LambdaControls)","ducky-mod":"5454|~","quartz":"5456|~","all-the-blocks":"5457|~","allthemodium":"5458|~","ato":"5459|~","just-enough-effect-descriptions-jeed":"5460|JEI药水效果 (Just Enough Effect Descriptions)","hostile-neural-networks":"5461|~","mo-cakes":"5462|更多蛋糕 (Mo' Cake)","fishing-made-better":"5463|更好的钓鱼 (Fishing Made Better)","neon-craft-2-mod":"5464|霓虹灯艺2 (Neon Craft 2 Mod)","architects-dream":"5465|建筑师之梦 (Architect's Dream)","ignition-enderbags":"5466|~","correlated":"5467|~","no-mob-spawning-on-trees":"5469|~","minefantasy2":"547|我的幻想2 (MineFantasy2)","rf-lux":"5470|~","easy-normal-and-magic-foods":"5474|~","tiefix":"5475|~","more-chat-history":"5476|更多聊天记录 (More Chat History)","phosphor-reloaded":"5477|磷重制版 (Phosphor Reloaded)","pigstep-backport":"5479|~","agadars-brewing-api":"5480|~","ae-shield":"5483|奕 秉甲 (Ae Shield)","giant-player-boss":"5485|巨人玩家Boss (Giant Player Boss)","set-bonus":"5486|~","tntutils":"5487|~","giant-swords":"5488|巨剑 (Giant Swords)","terrablender-fabric":"5489|~","rails-of-war":"549|铁路战争 (Rails of War)","commandhelper":"5490|命令助手 (CommandHelper)|1294868","bilibili":"5491|~","creatures":"5493|~","mcdw":"5494|我的世界:地下城武器 (MC Dungeons Weapons)","beta-creepers":"5496|~","macaws-paintings":"5498|~","dyenamics":"5499|~","tale-of-kingdoms":"55|王国 (Tale Of Kingdoms)","actually-additions":"550|实用拓展 (Actually Additions)|841281","multi-piston":"5500|~","resolutioncontrol":"5502|分辨率控制 (Resolution Control)","domum-ornamentum":"5506|~","methodicalmilking":"5507|~","save-and-load-inventories":"5509|~","galaxy-space-addon-for-galacticraft":"551|星空 (Galaxy Space)|857805","forge-config-api-port-fabric":"5510|~","pams-cookables":"5511|~","end-metals":"5512|~","vitality":"5513|~","featured-servers":"5514|~","oldjavawarning":"5515|~","mercurius":"5516|~","all-the-swords":"5517|~","pams-simple-recipes":"5518|~","bow-infinity-fix":"5519|无限附魔修复 (Bow Infinity Fix)","latiao-craft":"552|辣条工艺 (Latiao Craft)|720880","enchanting-infuser-fabric":"5521|附魔灌注台 (Enchanting Infuser)","menumobs":"5522|主菜单生物渲染 (MenuMobs)","tiny-skeletons-fabric":"5524|小骷髅变种 (Tiny Skeletons)","matter-overdrive-community-edition":"5526|超能物质社区版 (Matter Overdrive: Community Edition)","cavetweaks":"5527|洞穴调整 (CaveTweaks)","cosmetic-armor-fabric":"5528|时装盔甲 (Cosmetic Armor)","crimson-chickens":"5531|~","drippy-loading-screen-fabric":"5532|自定义游戏加载界面 (Drippy Loading Screen)","extreme-sound-muffler-fabric-official":"5533|~","dragonloot":"5534|龙战利品 (DragonLoot)","wtfcore":"5535|~","ore-remover":"5536|~","betweenlands-redstone":"5537|~","more-peripherals":"5538|~","ageing-spawners":"5539|~","meteorcraft":"554|陨石工艺 (MeteorCraft)","loot-extra":"5540|战利品表拓展 (LootExtra)","cloud-boots-mod":"5541|云靴 (Cloud Boots Mod!)","better-compatibility-checker":"5542|~","fastfurnace-minus-replacement":"5543|~","harvest":"5544|~","craftpresence":"5545|~","stonecutter-recipe-tags":"5546|~","customnpcsreborn":"5547|自定义NPC:重生 (Custom NPCs Reborn)","nightmare-craft-survival":"5548|梦魇工艺:生存 (Nightmare Craft: Survival)","brassamberbattletowers":"5549|~","jags":"5550|~","sedna":"5551|~","fog-tweaker":"5552|~","squid233s-elevator":"5553|squid233的电梯 (squid233's Elevator)","nullscape-end-reborn":"5555|空无之景 (Nullscape)","brutal-bosses-dungeon":"5556|~","guerrilla-vs-command-mod-high-difficulty-addition":"5557|游击队员vs突击队员 (Guerrilla vs Command)|716532","super-tools-reloaded-reloaded":"5558|超级工具重置版重制版 (Super Tools Reloaded-Reloaded)|1323730","lychee-fabric":"5559|~","arrow-cam":"556|箭矢视角 (Arrow Cam Mod)","morepaths":"5560|~","extended-mushrooms":"5561|~","shear-madness":"5562|~","missing-pieces":"5563|~","hatchery":"5564|~","alexs-delight":"5565|~","creatures-and-beasts":"5566|~","dead-guys-deep-dark":"5567|~","towers-of-the-wild-reworked-datapack":"5568|旷野之息高塔:重制 (Towers of the Wild: Reworked)","towers-of-the-wild-reloaded":"5569|旷野之塔:重置 (Towers of the Wild: Reloaded)","2668920":"557|茶风·纪事 (Tea the Story)|562372","bansoko":"5570|创可贴 (Bansōkō)","inventory-backpack":"5572|~","reinforced-shulker-boxes":"5575|增强潜影盒 (Reinforced Shulker Boxes)","fastopenlinksandfolders":"5576|快速打开链接和文件夹 (FastOpenLinksAndFolders)","reinforced-chests":"5577|增强箱子 (Reinforced Chests)","biome-staff":"5578|~","dynamic-trees-quark":"5579|动态的树:夸克附属 (Dynamic Trees - Quark)","techreborn":"558|科技复兴 (Tech Reborn)|777062","radium-reforged":"5580|镭 (Radium Reforged)","backpackmod":"5581|~","untamedwilds":"5583|不羁野性 (UntamedWilds)|1211422","advancements-tracker":"5584|~","no-null-processors":"5585|~","ma-enchants":"5587|Ma 附魔 (Ma Enchants)","bits-and-chisels":"5588|~","trading-post-fabric":"5589|交易站 (Trading Post)","infusinbrewing":"559|注魔酿造 (Infusion Brewing)","nourished-nether":"5590|~","furnus":"5591|~","permanent-light-generator-fabric":"5592|恒久光发电机 (Permanent Light Generator)","immortuos-calyx":"5594|~","claim-chunk":"5595|~","dicemc-money-mod":"5596|~","client-command-aliases":"5597|~","interactive-corporea":"5598|交互多媒体 (Interactive Corporea)","just-another-auto-clicker":"5599|~","jurassicraft":"560|侏罗纪时代 (JurassiCraft)|831791","better-sneak":"5601|更好的潜行 (Better Sneak)","crapping-copper":"5602|压缩升级铜 (Crapping Copper)","botany-pots-ore_planting-forge":"5603|植物盆栽矿石种植 (Botany Pots Ore_planting)","satin-api":"5605|~","easy-magic-fabric":"5606|~","enlightened-end":"5607|~","rubidium":"5608|铷 (Rubidium)","cultural-delights":"5609|多元乐事 (Cultural Delights)","eternal-singularity":"561|永恒奇点 (Eternal Singularity)","jer-integration":"5611|JER集成 (JER Integration)","just-enough-beacons":"5612|JEI信标 (Just Enough Beacons)","windowed-fullscreen":"5613|~","helpful-hitboxes-forge":"5615|~","vein-mining-fabric":"5616|连锁采集 (Vein Mining)","ars-creo":"5617|~","it-fell-from-the-sky":"5618|~","codechicken-lib-1-8":"562|~","lyonheart":"5626|~","genshin-12":"5627|原神12 (Genshin 12)","ae-additions-extra-cells-2-fork":"5628|~","silent-addons":"5629|~","codechickencore":"563|鸡块核心 (CodeChickenCore)","ars-arsenal":"5630|~","gps-mod-stalker-mod":"5631|~","extended-armor-bars":"5632|~","atom-economy":"5633|基石-经济 (Atom-Economy)","just-enough-piglin-bartering":"5634|JEI猪灵以物易物 (Just Enough Piglin Bartering)","primal-magick":"5637|原初魔法 (Primal Magick)","ore-creeper":"5638|矿石苦力怕 (Ore Creeper)","panthalassa":"5639|泛古洋 (Panthalassa)","stardew-armory":"5640|星露谷武器 (Stardew Armory)","no-more-nether-desert-edition":"5641|~","blaze-gear":"5642|烈焰装备 (Blaze Gear)","rhodonite-tools-armour":"5644|~","more-minecarts":"5645|~","corn-delight":"5646|玉米乐事 (Corn Delight)","blast-craft":"5649|防爆工艺 (Blastcraft)","aobd-singularities":"565|~","zdgx":"5650|mod自动更新|1302410","ore-highlight":"5653|矿石发亮 (Ore Highlight)|1302603","sodium-shadowy-path-blocks":"5654|钠 · 土径阴影 (Sodium Shadowy Path Blocks)","polymer":"5656|~","elytra-bombing":"5657|鞘翅轰炸 (Elytra Bombing)","cuboiddroids-support-mod":"5658|~","universal-singularities":"566|通用奇点 (Universal Singularities)","litematica-tool":"5662|投影工具 (litematica tool)","frozen-up-fabric":"5663|千里冰封 (Frozen Up)","carpet-tis-addition":"5664|~","more-banner-features":"5666|更多旗帜功能 (More Banner Features)","horsestatsvanilla":"5667|马匹状态 (Horse Stats Vanilla)","biome-id-extender":"5668|~","rereskillable-reborn":"5669|~","academy-monster":"567|超能力怪物 (Academy Monster)|677849","rereskillable-rereforked":"5670|~","tetra-pak":"5671|~","ars-magica-legacy":"5672|~","compressium":"5673|~","talking-villagers":"5674|会说话的村民 (Talking Villagers)","artifality":"5675|~","boat-container":"5676|箱船 (Boat Container)","delogger":"5677|~","just-another-vanilla-addon-java":"5678|迫真原版增强 (Just Another Vanilla Addon)|1312820","spectrite-mod":"5679|彩虹 (Spectrite)","sonar-core":"568|声呐核心 (Sonar Core)","genshin-nature":"5680|原神:自然 (Genshin Nature)","power-utilities-remastered":"5681|能源转换重制 (Power Utilities Remastered)","create-gear-addon":"5682|~","gun-mod-tl":"5683|~","energymeter":"5685|~","quantum-generators":"5687|量子发电机 (Quantum Generators)","simply-quarries":"5688|简易采石场 (Simply Quarries)","lethal-peaceful":"5689|~","armorstatushud":"569|耐久信息显示 (ArmorStatusHUD)|138426","storage-drawers-crafting-recipe":"5692|~","enhanced-attack-indicator":"5693|增强攻击提示器 (Enhanced Attack Indicator)","parasites-addon-overlast":"5694|寄生兽:末世扩展 (OverLast)","franciscofunari":"5696|中世纪工艺 (Medieval Craft)","d3core":"5697|~","green-thumb-v1-2-03":"5698|~","greenthumb":"5699|~","wanionlib":"570|~","tfc-adventure":"5700|群峦冒险 (TFC+ Adventure)","just-zoom-forge":"5701|~","eidolons-hexblades":"5704|幻梦咒剑 (Eidolon's Hexblades)","monke-madness":"5705|~","put-ingot-down":"5706|把锭放在地上吧! (Put Ingot Down!)|1313541","torchtools":"5707|~","lottweaks":"5708|~","quests-additions":"5709|任务拓展 (Quests Additions)","llibrary":"571|~","custom-mob-spawner":"5710|自定义生物生成器 (Custom Mob Spawner)","rpg-hud-fabric":"5711|~","the-wild-update-concept-mod":"5712|~","oreregen":"5715|再生矿石 (OreRegen)","eidolon_tweaker":"5716|~","herodotusutils":"5718|~","platypuses":"5719|~","hostile-villages":"5720|敌对村庄 (Hostile Villages)","throwability":"5721|投掷 (Throwability)","biomeinfo-fabric":"5722|生物群系信息 (BiomeInfo)","clickable-advancements":"5723|可点击的进度 (Clickable advancements)","factory0-resources":"5724|~","epic-knights-armor-and-weapons":"5725|史诗骑士:盾牌,盔甲和武器 (Epic Knights: Shields, Armor and Weapons)","youre-an-expert-harry":"5726|你是个专家,哈利! (You're an Expert, Harry!)","dragon-mounts-3":"5727|龙骑士3 (Dragon Mounts 3)","viaforge":"5728|~","happy-trails":"5729|~","naturesaura_tweaker":"5730|~","death-finder-fabric":"5731|~","portable-craft":"5733|便携工艺 (Portable Craft)","etched":"5735|~","caves-cliffs-backport-additions":"5736|~","cobblefordays":"5737|~","admin-shop":"5738|官方商店 (Admin Shop)","vanillamagic":"5739|纯净魔法 (Vanilla Magic)|1307461","deep-mob-learning-simulacrum":"5740|~","oculus":"5741|~","simple-planes-tfc":"5742|~","mishang-urban-construction":"5743|迷上城建 (Mishang Urban Construction)","phi":"5745|~","ae2-utilities":"5746|AE2实用设备 (AE2 Utilities)","epic-psi":"5748|~","missingmagic":"5749|~","enchanting-convergence":"5750|~","magical-psideas-model-replacer":"5751|~","linkout":"5752|~","copper-pot":"5758|铜锅! (Copper Pot!)","viarewind":"5761|~","viabackwards":"5762|~","thaumic-isorropia":"5763|~","loading-manager":"5764|更多加载信息 (Loading Manager)","psitools":"5765|~","psionic-upgrades":"5766|~","psionicolor":"5767|~","reskillable-psi-compat":"5768|~","zettai-psi":"5769|~","psicaster":"5770|~","tweakermore":"5771|~","legacy-display":"5772|~","the-backrooms":"5773|~","creatures-of-the-snow":"5774|雪地里的生物! (Creatures From The Snow!)","collisions-lib":"5775|~","wooled-boots":"5776|羊毛靴子 (Wooled Boots)","zawa-evolved":"5777|野生动物园:进化 (Zoo and Wild Animals: Evolved)","bongo":"5778|~","impersonate":"5779|~","calemi-core":"5780|~","visual-workbench-fabric":"5783|可视化工作台 (Visual Workbench)","stylish-effects-fabric":"5784|~","death-compass-fabric":"5785|~","portable-stonecutter":"5786|便携式切石机 (Portable Stonecutter)","enchanted-book-redesign":"5788|~","quick-hotbar":"5789|~","modular-augment":"5790|~","lumberjack":"5791|~","better-mods-button":"5792|更好的模组按钮 (Better Mods Button)","improved-mount-hud-forge":"5793|改进的骑乘HUD (Improved Mount HUD)","advancement-frames":"5794|~","dynmapforge":"5796|~","spellbind":"5797|物品魔法 (Spellbind)|1311578","bumpkinbatch":"5799|~","beekeeper":"5800|养蜂人 (Beekeeper)","some-assembly-required":"5801|~","ladylucs-critters-mod":"5802|~","better-signs":"5805|~","create-irrigation":"5815|~","delete-worlds-to-trash-fabric":"5816|~","simple-magnets":"5819|简易磁铁 (Simple Magnets)","guns-without-roses":"5820|~","buddycards-expansions":"5821|巴迪卡牌扩展 (Buddycards Expansions)","zettai-ars":"5822|~","cant-sleep-clowns-will-eat-me":"5823|夜不能寐 (Can't Sleep Clowns Will Eat Me)","colony-cards":"5824|殖民地卡牌 (Colony Cards)","autoharvest":"5825|自动收获 (AutoHarvest)","realistic-block-physics":"5826|~","domestication-innovation":"5827|驯养革新 (Domestication Innovation)","snuffles":"5828|~","flan":"5829|~","environmental-tech":"583|环境科技 (Environmental Tech)|644622","awesome-dungeon-the-end-edition-datapack":"5830|~","tehnuts-torcherino":"5831|~","library-ferret-fabric":"5832|~","awesome-dungeon-nether-edition-datapack":"5833|~","ae2-extended-life":"5834|~","refined-cooking":"5836|精致厨房 (Refined Cooking)","jade-addons":"5837|~","feature-nbt-deadlock-be-gone":"5838|~","real-infinity-bow-allow-inf-mending":"5840|真正的无限弓 (Real Infinity Bow)|1148331","drink-it-forge":"5841|喝下去! (Drink It!)","foxlib":"5842|~","tails":"5843|~","howling-moon-rebooted-fabric":"5844|~","furnish":"5848|~","iammusicplayer":"5849|~","magic-cookies":"585|魔法饼干 (Magic Cookies)|710008","notenoughheroes":"5850|~","pirates":"5851|海盗 (Pirates)","comics-bubbles-chat":"5852|~","fabric-extended-armor-bars-forked":"5853|~","eating-animation-fabric":"5854|~","dripsounds-fabric":"5855|~","better-horse-hud":"5856|~","thermopolium":"5857|汤饮铺 (Thermopolium)|1314208","thaumic-potatoes":"586|神秘土豆 (Thaumic Potatoes)","orderly-fabric-2-0":"5860|~","entity-texture-features-fabric":"5862|~","sculk-plus":"5863|~","creeper-confetti-fabric":"5864|烟花苦力怕Fabric版 (Creeper Confetti Fabric)","double-jump-attribute":"5865|~","overweight-farming":"5866|~","healthcare":"5867|~","betterloadingscreen":"5868|加载画面改良 (Better Loading Screen)|1314925","fabric-title-changer":"5869|~","torcherino":"587|加速火把 (Torcherino)|788894","window-title-changer":"5870|~","robins-ruby-mod":"5876|~","just-needed-fabric":"5879|~","craftable-nether-star":"588|~","nodami-remake":"5880|伤害免疫机制移除重制版 (NoDamIRemake)","had-enough-items":"5881|HEI物品管理器 (Had Enough Items)","worldinfo":"5882|~","block-helper":"5884|~","gregicprobe":"5887|~","travelers-index":"5889|~","veinminer":"589|连锁采矿/矿脉矿工 (Vein Miner)|387183","dimension-data-fix":"5891|维度数据修复 (Dimension Data Fix)","gtce-bees":"5892|~","armory-expansion-bits-and-pieces":"5895|~","electrostatic-tinkers-toys":"5896|~","banhammer":"5897|~","slabgen":"5898|~","potioncraft":"5899|~","atlas-lib":"5900|~","blood-smeltery":"5901|~","tinkers-memes":"5902|~","tinkers-golems-addon":"5903|~","tinkers-addons-fork":"5904|~","reagenchant":"5905|~","sim-u":"5907|模拟城市 (Simulated town)|1317405","thorium":"5909|钍 (Thorium)|1314572","another-one-bites-the-dust":"591|~","creative-one-punch":"5910|~","radon":"5911|氡 (Radon)","ars-omega":"5912|~","game-stages-conditions":"5913|~","tinkers-construct-tool-leveling-with-random":"5914|~","odd-water-mobs":"5915|~","glowsquids-begone":"5916|~","theundead":"5917|~","framedblocks":"5918|~","nekos-enchanted-books":"5919|~","istc":"5920|我说了算 (I Said The Calculation)","dracovita-farm-life":"5922|~","no-enchant-cap":"5923|~","artisan-automation":"5925|工匠自动化 (Artisan Automation)","enchanted-wolves":"5926|~","rain-growth":"5928|~","scape-and-run-monstress":"5929|逃逸:魔物娘 (Scape and Run: Monstress)","mine-mine-no-mi":"593|恶魔果实 (Mine Mine no Mi)|828931","raised":"5930|~","resetchunks":"5931|~","moreblocksforyou":"5934|~","trident-return":"5935|~","bettertridentreturn":"5936|~","multibeds":"5937|~","enhanced-armaments-reload":"5938|增强装备重制版 (Enhanced Armaments Reload)","entangled":"5939|~","advanced-rocketry":"594|高级火箭 (Advanced Rocketry)|671760","createplus":"5941|~","custom-fluid-mixin":"5942|~","slender-reimagined":"5943|~","doors-by-ichun":"5944|~","slender-man-mod":"5945|~","cookielicious":"5946|曲奇佳味 (Cookielicious)","the-forbidden":"5947|禁忌者 (The Forbidden)","memory-usage-screen":"5948|~","vics-modern-warfare-mod":"595|维克的现代战争 (Vic's Modern Warfare Mod)|692842","blue_skies_tcon":"5953|~","tdv-tweaks":"5954|~","picture-in-picture-pip":"5956|~","guilt-trip":"5957|~","parcool":"5958|~","legacy-mc-kotlin":"5959|~","chance-cubes":"596|机会方块 (Chance Cubes)","minimepets":"5960|~","ugly-scoreboard-fix":"5961|~","pig-grinder":"5966|~","photoreal":"5967|~","keygrip-mocap-mod":"5968|~","gun-customization":"597|~","attachable-grinder":"5970|~","hat-stand":"5971|~","chunk-copy-fabric":"5972|~","inventory-home":"5973|回归箱 (Inventory Home)","nether-hexed-kingdom":"5974|~","talking-ben-mod":"5977|~","in-backpack-eat":"5978|背包内食用 (In-backpack Eat)","endercore":"598|末影核心 (EnderCore)","smooth-swapping":"5980|~","tinkering-with-blood-magic":"5981|~","tinker-toolcasts":"5982|~","thermal-tinkering":"5983|~","deuf-duplicate-entity-uuid-fix":"5984|~","corundum-meadows":"5985|~","millenaire-extended-inuits":"5986|~","mct-smeltery-io":"5987|~","opencomputers-drivers-for-tinkers-construct":"5988|~","oedldoedl-construct":"5989|~","brandons-core":"599|~","millenaire-extended-byzantine":"5990|~","millenaire-extended-normans":"5991|~","millenaire-extended-indians":"5992|~","millenaire-extended-maya":"5993|~","oedldoedl-core":"5994|~","oedldoedl-resources":"5995|~","oedldoedl-gear":"5996|~","disguiseheads":"5997|~","simple-tcon":"5998|~","enchanted-tooltips":"5999|~","railcraft":"6|铁路 (Railcraft)|603270","cofh-core":"600|CoFH核心 (CoFH Core)","stackablepotions":"6000|~","mobifier-fabric":"6001|~","art-of-forging-a-tetra-datapack":"6002|锻造之艺 (Art of Forging)","harder-staged-difficulty":"6003|~","material-changer":"6004|~","tree-harvester-fabric":"6005|~|1123514","itemfx":"6006|~","mekanism-ce":"6007|通用机械1.7.10社区版 (Mekanism 1.7.10 Community Edition)","property-modifier":"6009|~","statuseffecthud":"601|状态信息显示 (StatusEffectHUD)|63123","grimoire-of-tetra":"6010|~","prehistoric-delight-by-nocube":"6011|史前乐事 (Prehistoric Delight)","simple-stations":"6013|~","ars-elemental-elemental-spell-foci":"6014|元素魔艺 (Ars Elemental)","too-many-glyphs":"6015|~","create-cafe":"6016|机械动力:奶茶店 (Create Cafe)","ic2-rpg":"6018|工业RPG (IC2 RPG)|821438","drop-the-meat":"6019|~","lambdalib":"602|~","better-invisibility":"6020|~","tweakerplus":"6021|~","autorun-fabric":"6022|~","fpv-drone":"6023|~","campfire-backport":"6024|~","skip-transitions":"6025|~","just-load":"6026|~","cheese-dragon":"6027|~","boatjump":"6028|~","redstonic":"603|红石电子 (Redstonic)|623471","torched":"6030|~","nyfs-quivers":"6031|Nyf的箭袋 (Nyf's Quivers)","party-parrots":"6032|~","patina-pipeworks":"6033|古铜管道 (Patina Pipeworks)","brewevolution":"6034|酿造进化🍺 (Brewevolution 🍺)","devil-fruits":"6035|恶魔果实 (Devil Fruits)","trail-mix":"6037|~","multiplayer-server-pause-forge":"6038|~","noshelter-reborn":"6039|无庇护所:重生 (NoShelter Reborn)","libvulpes":"604|~","initial-spawn-dimension":"6040|~","the-one-probe-fabric":"6041|~","gehenna-super-spooky-nether-overhaul-for-forge":"6042|~","draconicminus":"6043|~","hygiene":"6044|~","external-view-reload":"6046|~","fluid-drawers-legacy":"6047|储液抽屉:遗产 (Fluid Drawers Legacy)","my-server-is-compatible":"6048|~","medieval-siege-machines":"6049|中世纪攻城机器 (Medieval Siege Machines)","ye-gamol-chattels#t1:description":"605|伊加墨的财产 (Ye Gamol Chattels)|617588","leapoffaith-forge":"6050|信仰之跃 (Leap of Faith)","top-plus":"6051|~","refined-storage-fluxified":"6052|~","quit-confirm":"6053|~","compressedcreativity":"6054|~","applied-mekanistics":"6055|~","craftdumper":"6056|~","immersive-weathering-forge":"6057|沉浸式风化 (Immersive Weathering)","replay-mod-for-forge":"6058|~","bigtrees":"6059|~|376937","ivtoolkit":"606|~","absolutely-not-a-zoom-mod":"6060|绝对不是一个缩放模组 (Absolutely Not A Zoom Mod)","glymworld-lush-caves":"6061|~","colored-crafting-stations":"6062|~","harvest-scythes":"6063|~","croptosis":"6064|~","weeping-angels-mod":"6065|~","hardcore-item-stages":"6066|~","game-stages-viewer":"6067|~","mpm-lotr":"6068|~","guard-villagers-fabric":"6069|警卫村民Fabric版 (Guard Villagers (Fabric))","wolf-armor-and-storage":"607|狼铠 (Wolf Armor and Storage)|672655","item-highlighter":"6071|物品高亮 (Item Highlighter)","origins-environmental-armor-1-18-1-port":"6073|~","health-levels":"6075|~","the-comfort-zone":"6076|~","mekatweaker":"6078|~","smithing-in-the-90s":"6079|~","better-records":"608|更好的播放器 (Better Records)","embellished-enchanting":"6080|~","better-snowball-fight":"6082|更好的打雪仗 (Better Snowball Fight)|1323495","onastick":"6083|~","tradernpcs":"6084|~","more-pads":"6085|更多Pad (More Pads)|1323848","texture-dump":"6086|~","spartan-weaponry-ice-and-fire":"6087|斯巴达的武器:冰火传说 (Spartan Weaponry: Ice and Fire)","hefty-crops":"6088|~","worldedit":"609|创世神 (WorldEdit)","custom-player-models-bukkit":"6090|自定义玩家模型 (Customizable Player Models)","extrachampions":"6091|强敌扩充 (ExtraChampions)|1325026","another-origins-mod":"6095|~","just-another-void-dimension":"6096|~","player-weight-mod":"6097|玩家重量 (Player Weight Mod)","chunk-loaders":"6098|区块加载器 (Chunk Loaders)","tinkerstages":"6099|~","the-twilight-forest":"61|暮色森林 (The Twilight Forest)|733312","eccentric-tome":"6101|~","arnicalib":"6102|~","gregicality-multiblocks":"6104|~","the-box-trot":"6106|~","better-biome-blend":"6107|~","forever-enough-items":"6108|FEI物品管理器 (Forever Enough Items)","chess":"6109|象棋 (Chess)","immersive-fx":"6110|~","ydms-weapon-master":"6111|YDM的武器大师 (YDM's Weapon Master)","galacticrafttweaker":"6112|~","moreleads":"6113|拴绳增强 (More Leads)","simple-discord-rpc":"6115|~","excore":"6117|~","messmod":"6118|~","log4j2-jndi-exploit-fix":"6119|~","worldeditcui-fabric":"612|~|1013295","woodcutter-forge":"6120|~","origins-classes-forge":"6121|起源:职业非官方Forge版 (Origins: Classes (Forge))","tool-stats":"6122|~","thatched":"6123|~","fumo-mod":"6124|~","basement-origins":"6125|~","no-weak-attack":"6126|~","bettas":"6127|搏鱼 (Bettas)","baby-fat":"6128|婴儿肥 (Baby Fat)","quickplant-fabric":"6129|顷刻吐芽 (QuickPlant)","ztones":"613|~","infinite-dungeons":"6130|~","wpo-addon-mod":"6131|~","just-the-binding-of-isaac-pills":"6132|~","pendant-of-life":"6133|~","the-binding-of-isaac-tears-mod":"6134|~","humbling-bundle":"6135|~","grindstone-sharper-tools":"6136|~","nutritious-milk":"6137|~","extract-poison-fabric":"6138|~","zombie-villagers-from-spawner":"6139|~","vine-climber":"6140|~","healing-soup-fabric":"6141|~","idas":"6142|~","mob-sunscreen":"6143|~","decorative-winter":"6145|~","looot":"6146|~","wmch":"6147|~","block-event-separator":"6148|~","no-damage-immunity-reload":"6149|伤害免疫机制移除重制版 (No Damage Immunity Reload)","dummycore":"615|~","sheve":"6150|~","chromatic-currents":"6151|~","dropfullcarts":"6152|~","are-you-blind":"6153|~","alwayseat-reload":"6154|吃不停重制版 (AlwaysEat Reload)","tps-hud-fabric":"6156|~","orcz":"6158|~","sandwichable":"6159|~","extra-utilities":"616|更多实用设备|377817","mod-erate-loading-screen":"6161|~","shrink_":"6162|~","cable-tiers":"6163|~","jumbo-furnace":"6164|~","no-villager-death-messages":"6165|~","tank-null":"6166|~","trajans-tanks-fabric-wip":"6167|~","colds-easy-paxel-lite":"6168|~","openmodslib":"617|开放式模组库 (OpenModsLib)","smooth-chunk-save":"6170|平滑区块保存 (Smooth Chunk Save)","rigoranthus-emortis-mod-compatibility-progression":"6171|~","jei-utilities":"6172|JEI实用设备 (JEI Utilities)","plummet":"6173|~","stackone-mod":"6174|禁止堆叠 (StackOne)|1328904","spectrum":"6175|光谱世界 (Spectrum)|1342883","kitteh6660s-morecraft":"6176|~","angel-ring":"6177|天使指环 (Angel Ring)","nomowanderer":"6179|~","embers":"618|余烬 (Embers)","allthecompressed":"6180|~","cave-enhancements":"6181|~","creative-apiary":"6182|创造蜂场 (Creative Apiary)","creative-crafter":"6183|~","mcmod-search-reborn":"6184|MC百科资料搜索-重生 (MCMOD Search Reborn)","proxy-server":"6185|~","multithreaded-noise":"6186|~","spelling-table-mod":"6187|拼写台 (Spelling Table Mod)","advancedchatcore":"6189|~","neat":"619|极简血量显示 (Neat)|938958","dirt-deco":"6190|~","multiblocked":"6191|~","arcanus":"6192|~","armor-weight":"6193|~","all-the-tweaks":"6194|~","runelic":"6195|~","alexs-cloud-storage":"6196|云存储 (Cloud Storage)","visuality":"6197|~","ecologics":"6198|丰富的生态 (Ecologics)","mob-scarecrows":"6199|~","mob-properties":"620|怪物属性 (Mob Properties)","trolls-community":"6200|~","g4mespeed":"6201|~","ogres-community":"6202|~","goblin-community":"6203|~","kobolds-community":"6204|~","mutant-villager":"6205|~","pick-your-poison":"6206|~","illager-expansion-fabric":"6207|~","immersive-armors":"6208|沉浸式盔甲 (Immersive Armors)","seeds":"6209|~","ganys-surface":"621|Gany的世界 (Gany's Surface)|450171","unusual-drill":"6210|~","frosted-friends":"6211|~","hover-pets":"6212|~","ic2-patcher":"6213|~","useless-sword":"6214|~","jei-professions":"6215|~","atm-additions":"6216|~","extra-tags":"6217|额外标签 (Extra Tags)","advancedchatlog":"6218|~","crafting-station":"6219|合成站 (Crafting Station)","sons-of-sins":"6220|~","advancedchathud":"6221|~","fuzes-relics":"6222|~","chirpys-wildlife":"6223|~","megaparrot":"6224|~","nourish":"6225|~","village-box":"6226|村庄盒子 (Village Box)","waila-stages":"6227|~","steves-vanilla":"6228|~","ezstorage":"623|EZ存储 (EZStorage)","duckling":"6230|~","wandering-bag":"6231|~","friends-and-foes-forge":"6232|~","dynamic-trees-the-betweenlands":"6233|动态的树:交错次元附属 (Dynamic Trees - The Betweenlands)","pyrologer-and-friends":"6235|~","tree-hollows":"6236|~","solar-apocalypse-refabricated":"6237|~","ancient-beasts":"6240|上古凶灵/远古野兽 (Ancient Beasts)","easyauth":"6241|~","depth":"6242|~","slimy-stuff":"6243|~","netheriteroad":"6244|下界之路 (Netherite Road)","organics":"6245|~","kaliastyle":"6247|卡利亚式附魔 (CarianStyle)|1332545","wmitaf":"6249|~","intangible":"625|~","depth-meter":"6250|深度计 (Depth Meter)","omni-hopper":"6251|~","jumpy-boats":"6252|~","carpetclient":"6254|~","dynamic-trees-vampirism":"6256|动态的树:吸血鬼附属 (Dynamic Trees - Vampirism)","connectible-chains-forge":"6259|~","birds-nests-fabric":"6261|鸟巢Fabric版 (Birds Nests (Fabric))","hot-or-not-tfc":"6262|~","eye-of-dragons":"6263|~","paperdoll":"6264|纸娃娃 (PaperDoll)","little-logistics":"6265|~","show-me-what-you-got":"6266|~","herdspanic":"6267|~","extrasounds":"6268|~","brooms":"6269|~","forge-multi-part":"627|~","the-stormlight-archive-mod":"6270|飓光志 (The Stormlight Archive Mod)","extrae":"6271|~","projecte-integration":"6272|~","mekajs":"6273|~","antique-dragons":"6274|~","badpackets":"6275|~","undead-army":"6277|~","ironagefurniture":"6278|~","minekea-fabric":"6279|~","the-titans-mod":"628|泰坦生物 (The Titans)|730072","aeble":"6280|~","trident-mod":"6281|三叉戟 (Trident)","custom-professions":"6282|自定义村民职业 (Custom Villager Professions)","nextspring-fabric":"6284|化作春泥更护花 (NextSpring)","psionic-utilities":"6285|~","lucent":"6286|~","togglesneak":"6287|~","iron-apples":"6288|~","actually-additions-fluxified":"6289|~","enchiridion":"629|~","dank-storage-fabric":"6290|~","pixelgamewizards-banded-torches":"6291|~","dynamic-trees-byg":"6292|动态的树:你将去的生物群系附属 (Dynamic Trees - Oh The Biomes You'll Go)","comfort-magic":"6294|~","colored-lights-fabric":"6295|~","biomes-far-away":"6296|~","better-runtime-resource-pack":"6297|更好的运行时资源包 (Better Runtime Resource Pack)","natures-starlight":"6299|~","portal-gun":"63|传送枪 (Portal Gun)|777495","stimmedcow-nomorerecipeconflict":"630|合成冲突消除 (NoMoreRecipeConflict)|237776","alloygery-and-you":"6300|~","custom-game-rules":"6301|~","lava-walker":"6302|~","pretty-pipes":"6303|更好的管道 (Pretty Pipes)","victorymod":"6305|~","cryptic-assets-pack":"6306|~","dynamicregistries":"6307|~","among-us-mobs":"6308|~","among-us":"6309|在我们之中 (Among Us)","tinker-i-o":"631|工匠接口 (Tinker I/O)|727609","universal-ores-fabric":"6310|~","project-copper":"6312|~","pirates-and-looters-mod":"6313|~","itemchat":"6315|~","resident-evil-8-mod":"6317|生化危机8 (Resident Evil 8)|1206189","solar-forge":"6318|~","colored-allays":"6319|染色悦灵 (Colored Allays)","woot":"632|生物工厂 (Woot)","phantasm":"6321|~","roughly-enough-professions-rep":"6323|REI工作方块 (Roughly Enough Professions)","sophisticated-core":"6324|精妙核心 (Sophisticated Core)","edibles":"6325|~","reach-fix":"6326|~","lootjs-forge":"6327|~","chat-sounds":"6328|~","advancement-screenshot":"6329|~","all-loot-drops":"6330|~","better-taskbar":"6332|~","storage-network":"6333|~","snr-more-metal":"6336|~","gate-of-babylon":"6337|王之财宝 (Gate of Babylon)","evocation":"6339|~","the-illusioners-cabin":"6340|~","gw-pillager-outpost":"6341|~","mercs-and-menaces":"6342|~","illage-and-spillage":"6343|~","more-illagers":"6344|~","probably-chests":"6345|~","illager-plushies-fabric":"6346|~","pillageplunder":"6347|~","extended-illagers-mod":"6348|~","realistic-terrain-generation":"635|真实地形生成 (Realistic Terrain Generation)|681294","wonderful-enchantments":"6350|~","a-lot-of-useless-stuff":"6351|~","lankaster-origins":"6352|~","priority-target":"6355|优先目标 (Priority Target)","advanced-botany":"6356|~","charred":"6357|~","incorporeal-3":"6358|幻想多媒体3 (Incorporeal 3)","mob-rebirth":"636|怪物重生 (Mob Rebirth)|519229","oxygen":"6361|氧 (Oxygen)","better-combat-revamped":"6362|沉浸式战斗 (Immersive Combat)","mystical-index":"6364|~","combat-commons":"6365|~","corail-woodcutter":"6366|~","nolocalizationconflict":"6368|本地化冲突消除 (NoLocalizationConflict)","enhanced-celestials-mobifier-integration-fabric":"6369|~","diseasecraft":"637|疾病 (Disease Craft)|406682","twilightdecor":"6370|~","midas-hunger-fabric":"6371|~","pretty-pistons":"6373|~","more-beautiful-trapdoors":"6374|~","project-expansion":"6375|~","the-corners":"6376|~","deep-mob-learning-reforged":"6377|深度怪物学习:重铸 (Deep Mob Learning: Reforged)","apotheosis-fabric":"6378|神化Fabric版 (Apotheosis (Fabric))","extended-drawers":"6379|~","zombie-infection":"638|僵尸感染 (Zombie Infection)|410512","supplementary-accessories":"6380|~","never-enough-currency-fabric":"6381|货币多多2 (Never Enough Currency 2)","quartz-chests":"6382|石英箱子 (Quartz Chests)","frozen-delight":"6383|冰封乐事 (Frozen Delight)","clean-creative-mod":"6385|~","this-rocks-forge":"6386|~","motschens-puddles":"6387|~","dense-ores-reborn":"6388|致密矿石:重生 (Dense Ores Reborn)","astral-sorcery":"639|星辉魔法 (Astral Sorcery)","tfctreatedwood":"6390|群峦·防腐木 (TFC Treated Wood)","double-hotbar":"6392|双重快捷栏 (Double Hotbar)","lavatech":"6393|熔岩科技 (Lava Tech)","fragile-torches":"6395|~","come-closer":"6397|~","creeper-chain-reaction":"6398|~","tiffitlib":"6399|~","simpleores":"64|简单矿石 (SimpleOres)","neotech":"640|全新科技 (NeoTech)","sanity":"6400|~","dynamic-trees-the-aether-legacy":"6402|动态的树:天境附属 (Dynamic Trees - The Aether Legacy)","dynamic-trees-cuisine":"6403|动态的树:料理工艺附属 (Dynamic Trees - Cuisine)","ancient-classes":"6404|~","bigger-stacks":"6405|~","silence":"6406|快速静音 (Silence!)","dynamic-trees-extra-utilities-2":"6407|动态的树:更多实用设备2附属 (Dynamic Trees - Extra Utilities 2)","platforms-fabric":"6408|~","easierchests":"6409|简便箱子 (EasierChests)","apocalypse-mod":"641|启示录 (Apocalypse)|433738","crackers-wither-storm-mod":"6410|Cracker的凋灵风暴 (Cracker's Wither Storm)","ore-canes-mod":"6411|~","spartan-defiled":"6412|~","mcmtfabricce":"6413|Minecraft多线程增强Mod兼容性增强分支 (Minecraft Multi-Threading Mod Fabric Port Compatibility Enhancement)","dynamic-trees-roots":"6414|动态的树:根源魔法附属 (Dynamic Trees Roots)","dynamic-trees-voyage":"6415|动态的树:Voyage附属 (Dynamic Trees - Voyage)","mystical-biomes":"6416|~","forgero":"6418|~","disenchantingforge":"6419|~","bookshelf-api-library":"642|~","redstone-pen":"6420|红石笔 (Redstone Pen)","ae2-things-forge":"6421|~","endless-fake":"6422|无尽贪婪·伪 (Endless)","dynamic-trees-jurassicraft":"6423|动态的树:侏罗纪时代附属 (Dynamic Trees - JurassiCraft)","dynamic-trees-natures-aura":"6424|动态的树:自然灵气附属 (Dynamic Trees - Nature's Aura)","dynamictreesplus":"6425|动态的树:拓展 (Dynamic Trees +)","dynamic-trees-forbidden-arcanus":"6426|动态的树:禁忌与奥秘附属 (Dynamic Trees - Forbidden And Arcanus)","dynamic-trees-terraforged":"6427|动态的树:TerraForged附属 (Dynamic Trees - TerraForged)","dynamic-trees-corvus":"6428|动态的树:Corvus附属 (Dynamic Trees - Corvus)","dynamic-trees-mystical-biomes":"6429|~","corvus":"6430|~","goat-horns-copper-horns":"6431|山羊角与铜制号角 (Goat Horns & Copper Horns)","mystical-powers":"6432|~","wooden-bucket":"6435|木桶 (Wooden Bucket)","compressed-barrels":"6436|压缩木桶 (Compressed Barrels)","advanced-netherite-fabric":"6438|高级下界合金 (Advanced Netherite)","avaritia-reforged":"6439|无尽贪婪:重铸 (Avaritia:Reforged)","movingworld":"644|~","simply-conveyors-more":"6440|简易传送带 (Simply Conveyors & More)","expanded-delight":"6442|~","spell-bundle":"6443|~","nightmareesm":"6444|~","simply-no-shading":"6445|~","hexcasting":"6446|~","paucal":"6447|~","uneffectual":"6448|~","loot":"6449|~","botania-garden-of-glass":"645|水晶花园 (Garden of Glass)|541959","crafting-dead-immerse":"6450|行尸走肉:沉浸 (Crafting Dead: Immerse)","extended-clouds":"6452|~","distinct-damage-descriptions":"6453|~","technicalities-lib":"6454|~","fantasys-furniture":"6455|Fantasy的家具 (Fantasy's Furniture)","touhou-spell-card-additional":"6456|东方符卡附加包 (Touhou Spell Card Additional Pack)","registrator":"6457|~","apexcore":"6458|~","magiclib":"6459|~","cull-less-leaves":"6460|更好的树叶渲染优化 (Cull Less Leaves)","with-craft":"6462|手工艺 (With Crafts)","fluidconverters":"6463|流体转化器 (FluidConverters)","multiblock-stages":"6464|~","waterskin":"6467|~","realism-thirst":"6468|~","dungeons-libraries":"6469|~","tiny-progressions":"647|微型自动化 (Tiny Progressions)","dynamic-trees-for-hungteens-plants-vs-zombies-mod":"6475|动态的树:HungTeen的植物大战僵尸附属 (Dynamic Trees for PVZ)","elemental-items":"6477|~|456944","onekeyminer":"6479|一键矿工 (OneKeyMiner)|1342383","boathud":"6480|~","ninjaxxs-needs":"6481|~","pixelmon-gui-blocks":"6482|~","more-mekanism-processing":"6484|~","item-banning":"6485|~","probejs":"6486|~","impaled":"6487|更多三叉戟 (Impaled🔱)","laserio":"6488|~","villager-tools":"6489|~","baubles-stuff":"649|更多首饰 (Baubles Stuff)|620576","mcsa":"6491|~","slime-mimic":"6494|~","ldlib":"6498|~","shimmer":"6499|微光 (Shimmer)","smart-moving":"65|灵活动作 (Smart Moving)|292877","thaumaturgical-knowledge":"650|神秘奥义 (Thaumaturgical Knowledge)|690813","ducts":"6500|~","nosiphus-furniture-mod":"6503|~","tf2-engineer-buildings-mod":"6504|~","kubejs-botania":"6505|~","advancements-enlarger":"6506|~","better-muffling":"6507|更好的消音器 (Better Muffling)","lightest-lamps-fabric":"6508|~","bigbuckets-fabric":"6509|大铁桶 (Big Buckets)","advanced-thaumaturgy-2":"651|高等神秘学 (Advanced Thaumaturgy 2)","dimstorage":"6510|~","spawner-imbuer":"6511|~","unnamed-delight":"6513|~","monsters-girls-mushroom-update":"6515|~","ftb-tutorial-mod-forge":"6516|~","mc-terrain-editor":"6517|~","extra-gems":"6518|额外的宝石 (ExtraGems)","various-world":"6519|~","INpureCore":"652|~","better-impaling-forge":"6520|更好的穿刺Forge版 (Better Impaling Forge)","bucketlib":"6521|~","aquatic-torches":"6522|~","better-sponges":"6523|~|1343107","easyexcavate":"6524|~","wooden-shears":"6525|木剪刀 (Wooden Shears)","brick-furnace":"6526|砖熔炉 (Brick Furnace)","brick-hopper":"6527|砖漏斗 (Brick Hopper)","human-companions":"6528|~","odysseyhud":"6529|~","atomicstrykers-battle-towers":"653|战斗高塔 (AtomicStryker's Battle Towers)|142832","colorblindness":"6530|~","aether-addon":"6531|~","server-redirect":"6534|~","city-blocks":"6535|~","useful-hats":"6536|~","modern-splash":"6538|高版本加载界面 (Modern Splash)","babel":"6539|~","reborncore":"654|重生核心 (Reborn Core)","ivan-carpet-addition":"6543|~","food-funk":"6544|~|1189925","wumpleutil":"6545|~","recruits":"6547|~","the-true-backrooms":"6548|~","webstreamer":"6549|~","steves-carts-reborn":"655|史蒂夫矿车:重生 (Steve's Carts Reborn)|728591","op-items-tab":"6550|~","treechop":"6554|~","entity-collision-fps-fix-fabric":"6556|~","hollowwoods":"6557|~|1346623","dynamic-crosshair":"6559|~","refined-relocation":"656|简单分类 (Refined Relocation)","raiders":"6560|~","better-animals-plus-plus":"6561|~","block-overlay-fix":"6562|~","mini-effects-fabric":"6563|~","nature-overhaul":"6564|~","ae2-fluid-crafting-rework":"6565|AE2流体合成套件重置 (AE2 Fluid Crafting Rework)","better-village-fabric":"6569|~","gilded-games-util":"657|~","transparent-cosmetics":"6573|~","right-click-get-crops":"6575|~","oh-my-gourd":"6576|~","v0ids-smart-backpacks":"6579|V0id的智能背包 (V0id's Smart Backpacks)","dangerrpg":"658|危险RPG (Danger RPG)","better-f1":"6585|更好的F1 (Better F1)","removehudbutnothand":"6586|~","tool-part-stages":"6587|~","iron-backpacks-redone":"6589|特殊背包重做版 (Iron Backpacks Redone)","malisisdoors":"659|更多门 (MalisisDoors)","b0bgarys-biome-remover-v-1-0-0-1":"6590|B0bGary的生物群系禁用器 (B0bGary's Biome Remover)","dualwielding":"6591|~","easycrafting":"66|轻松合成 (Easy Crafting)","starflight-innovation":"6604|~","better-rocks":"6609|~","jaffa-foods-a-harvestcraft-addon":"661|更多有趣的食物 (Just Another Fun Food Addon)|500121","horse-combat-controls":"6610|~","simply-houses":"6612|~|1348787","yungs-better-desert-temples-fabric":"6613|YUNG的沙漠神殿优化 (YUNG's Better Desert Temples)","modern-dynamics":"6614|现代动力学 (Modern Dynamics)","doggo-mod":"6615|~","tan-huge-trees":"6616|~","yungs-better-witch-huts-fabric":"6618|YUNG的沼泽小屋优化 (YUNG's Better Witch Huts)","panorama-creator":"6619|全景图创建器 (Panorama Creator)","thermal-smeltery":"662|热力冶炼厂 (Thermal Smeltery)","ui-input-undo-forge":"6620|~","paimeng":"6621|应急食物 (PaiMeng)","nyfs-quivers-expanded":"6622|~","zoomify":"6624|~","golemania":"6625|~","sledgehammer":"6627|~","quilt-loading-screen":"6628|Quilt加载画面 (Quilt Loading Screen)","amethyst-imbuement":"6629|~","nuclear-contraptions":"6631|~","tooltiptweaks":"6633|~","more-babies":"6635|~","armor-visibility":"6639|~","malisiscore":"664|~","the-chicken-came-first":"6641|先有鸡 (The Chicken Came First)","hardcore-dungeons":"6643|~","block-relocation-forge":"6644|~","norecipebook-fabric":"6645|没有配方书Fabric版 (NoRecipeBook (Fabric))","fpsdisplay":"6647|~","microdurability":"6649|~","valkyrielib":"665|~","fishy-delight-a-farmers-delight-add-on":"6651|~","simple-delights":"6652|~","color-me-outlines":"6653|~","upstream-fabric":"6656|~","astemirs-fireflies":"6657|~","ender-crop":"6659|~","waila-harvestability":"666|~","modupdater":"6660|~","fivehead":"6661|~","attained-drops":"6663|可种植掉落物 (Attained Drops)","attained-drops-2":"6664|可种植掉落物2 (Attained Drops 2)","auth-me":"6666|~","runesword":"6669|~","mixed-magic":"667|混合魔法 (Mixed Magic)","autopackager":"6671|~","dynamx":"6672|~","mob-cards":"6673|~","mavm":"6674|~","hidden-names":"6676|隐藏名称 (Hidden Names)","doph":"6677|~","keybinds":"6678|~","hwyla":"668|~|648893","raven-brews-core":"6681|~","raven-coffee":"6682|Raven咖啡 (Raven Coffee)","cqc":"6683|~","geode":"6684|~","realistic-spiders":"6685|真实蜘蛛 (Realistic Spiders)","biome-particle-weather":"6687|~","ftb-backups-2":"6688|FTB备份2 (FTB Backups 2)","crafttweaker":"669|~|769481","illagers-wear-armor":"6692|~","hudium":"6693|~","cobblegen":"6695|~","zombie-extreme":"6696|~","modularmovements":"6697|模块化动作 (ModularMovements)","uncle-js":"6698|~","wither-bones":"6699|~","sleep-warp":"6700|~","diagonal-fences":"6701|~","jumpy-boats-fabric":"6702|跳跃的船(Fabric/Quilt) (Jumpy Boats(Fabric/Quilt))","velocity-based-damage":"6704|~","no-telemetry":"6705|~","create-chromatic-return":"6708|~","coffee-spawner":"6709|~","real-time-chat-translation-mod":"671|实时聊天翻译 (Real Time Chat Translation Mod)","timber-mod":"6710|~","sophisticated-storage":"6711|精妙存储 (Sophisticated Storage)","advanced-lootable-weapons#c6":"6712|~","what-the-bucket":"6713|~","quickhomes":"6714|~","real-time-clock":"6715|~","tardim":"6716|~","aether-extra-structure":"6717|天境结构拓展 (Aether Extra Structures)","luckytnt":"6719|~","pickle-tweaks":"6721|~","dps-chaoscraft":"6722|~","moyai":"6724|~","mega-meteors-mod":"6725|~","mixinbootstraplegacy":"6728|~","freecam":"6729|~","practical-logistics-2":"673|实用物流监控2 (Practical Logistics 2)","fishing-overhaul":"6733|~","kronhud":"6734|~","shared-ender-chest":"6735|~","no-beacon-beams":"6736|~","farmers-respite":"6737|农夫暇事 (Farmer's Respite)","crafting-mania":"6739|~","energyadditions":"674|高级能源 (EnergyAdditions)","loot-goblins":"6740|~","skylib":"6741|~","tbscclick":"6743|~","modern-elevators-and-escalators":"6744|现代电梯与扶梯 (Modern Elevators and Escalators)","extra-inventory":"6746|~","chroma-concrete":"6747|~","dracovita-delight-a-farmers-delight-add-on":"6748|~","gobber-delight-a-farmers-delight-add-on":"6749|~","advanced-generators":"675|高级发电机 (Advanced Generators)","bdlib":"676|~","pressure-pipes":"678|压力管道 (Pressure Pipes)","onlinepictureframe":"679|在线相框显示 (OnlinePictureFrame)","super-circuit-maker":"680|超级电路 (Super Circuit Maker)","switch-bow":"681|~","minecolonies":"682|模拟殖民地 (Minecolonies)|1169256","mcjtylib":"684|~","mcmultipart":"685|~","aroma1997s-dimensional-world":"686|Aroma1997的维度世界 (Aroma1997's Dimensional World)","akashic-tome":"688|阿卡什宝典 (Akashic Tome)|805606","morph-o-tool":"689|变形工具 (Morph-o-Tool)","decocraft":"690|装饰工艺 (Decocraft)","refined-storage":"691|精致存储 (Refined Storage)|612538","deep-resonance":"692|深度共振 (Deep Resonance)","clockwork-phase":"696|时之沙 (Clockwork Phase)","autoreglib":"698|~","roots":"699|根源魔法 (Roots)","guide-api":"700|指南 (Guide-Api)","fraghappy-reborn":"701|~","genetics-reborn":"702|基因重生 (Genetics Reborn)","router-reborn":"704|路由重生 (Router Reborn)","coroutil":"706|~","vanilla-magic":"707|原生魔法 (Vanilla Magic)","taoism":"708|御灵 (Taoism)|668355","essentialcraft-4-unofficial":"709|源质魔法4非官方版 (EssentialCraft 4 Unofficial)","computercraft":"71|电脑 (Computer Craft)|473694","celestial-craft":"710|天体 (Celestial Craft)","lost-thaumaturgy":"711|失落神秘 (Pengu's Lost Thaumaturgy)","compact-machines":"712|更多空间/压缩空间 (Compact Machines)","ex-nihilo-omnia":"714|无中生有-世间万物 (Ex Nihilo Omnia)|631637","last-sword-you-will-ever-need-mo":"715|最终之剑 (The Last Sword You Will Ever Need Mod)","the-last-sword-you-will-ever-need-reboot":"716|最终之剑:重生 (The Last Sword You Will Ever Need Reboot)","ftb-library-legacy-forge":"718|FTB Library(旧版) (FTB Library (Forge) (Legacy))","thaumic-potatoes-2":"721|神秘土豆2 (Thaumic Potatoes 2)","extraplanets":"722|额外行星 (Extra Planets)|799074","xtracraft-mod":"724|X工艺 (XtraCraft Mod)","icbm-classic":"727|洲际导弹经典版 (ICBM - Classic)","voltz-engine":"728|~","blocklings":"729|方块酱 (Blocklings)|831446","inventory-tweaks":"73|R键整理 (Inventory Tweaks)|877466","sbm-wooden-shears":"734|木剪刀 (Wooden Shears)","schools-of-magic":"736|魔法学院 (Schools of Magic)","aether-aspects":"737|天境要素扫描 (Aether Aspects)","arcane-arteries":"738|奥法献祭学 (Arcane Arteries)","thaumic-palmistry":"739|~","one-click-crafting":"740|一键合成 (One click crafting)|943364","essential-thaumaturgy-unofficial":"741|源质神秘学(非官方版) (Essential Thaumaturgy Unofficial)","wireless-crafting-terminal":"742|无线合成终端 (Wireless Crafting Terminal)","waila-plugins":"743|Waila插件 (Waila Plugins)","appleskin":"744|苹果皮 (AppleSkin)|1141428","tcbotaniaexoflame":"745|奥术投射 (TCBotaniaExoflame)","thaumic-equivalence":"746|奥法置换 (Thaumic Equivalence)","thaumcraft-research-helper":"747|神秘研究小助手 (Thaumcraft Research Helper)","thaumic-upholstry":"748|神秘装饰 (Thaumic Upholstry)","thaumic-expansion":"749|神秘膨胀 (Thaumic Expansion)","minecraft-minions":"75|召唤奴仆 (Minecraft Minions)","nodal-mechanics":"750|节点力学 (Nodal Mechanics)","transmute-liquids-addon-for-thaumcraft-4":"751|液体嬗变 (Transmute Liquids)","thaumores":"752|奥能矿物 (ThaumOres)","notenoughthaumcrafttabs":"753|无限神秘标签页 (Not Enough Thaumcraft Tabs)","natures-compass":"754|自然罗盘/生物群系指南针 (Nature's Compass)|977694","warp-theory":"755|神秘扭曲学 (Warp Theory)","hammer-lib":"756|锤子核心 (Hammer Core/Hammer Lib)","thermal-casting":"758|热力铸造室 (Thermal Casting)","thermal-smeltery-redux":"759|热力冶炼厂重置版 (Thermal Smeltery Redux)","ender-storage-1-8":"76|末影存储 (Ender Storage)|870812","brcore":"760|~","industrial-expansion-te-addon":"761|工业扩充(TE附属) (Industrial Expansion [TE Addon])","spmodapi":"764|~","quantum-pack":"765|量子工具包 (Quantum Pack)","netherores":"766|下界矿石 (NetherOres)","tesla":"767|特斯拉 (TESLA)","vanillafoodpantry-mod":"768|食品储藏室 (VanillaFoodPantry Mod)|683091","the-elysium":"769|极乐世界 (The Elysium)","ice-and-fire-dragons":"770|冰火传说 / 冰与火之歌 (Ice and Fire)|847008","yabba":"772|~","useful-nullifiers":"773|实用销毁器 (Useful Nullifiers)","xtones":"774|~","xnet":"775|~","wireless-crafting-grid":"776|无线合成网络 (Wireless Crafting Grid)","top-addons":"778|~","torchmaster":"779|火炬大师 (Torchmaster)","ZeroCore":"780|~","sleeping-bag":"781|睡袋 (Sleeping Bag)","the-one-probe":"782|检测器 (The One Probe)|1155343","simply-jetpacks-2":"784|简易喷气背包2 (Simply Jetpacks 2)","snad":"785|子沙 (Snad)","storage-drawers-extras":"786|~","solar-flux-reborn":"787|日光通量:重制版 (Solar Flux Reborn)","simple-void-world":"788|简单虚空世界 (Simple Void World)|1089311","shetiphiancore-fabric":"789|~","shadowmc":"790|~","scannable":"791|扫描器 (Scannable)|692037","rebornstorage":"792|存储重置 (Reborn Storage)","quantumstorage":"793|量子存储 (QuantumStorage)","p455w0rds-library":"794|~","mtlib":"795|~","open-glider":"797|滑翔翼 (Open Glider)","mputils":"798|~","shadowfacts-forgelin":"799|~","eleccore":"800|ElecCore - Rendering Library","infinitylib":"801|~","dark-utilities":"802|~","flux-networks":"803|通量网络 (Flux Networks)","flat-colored-blocks":"804|平滑色块 (Flat Colored Blocks)","jei-bees":"805|~","chisels-bits-for-fabric":"806|雕凿工艺 (Chisels & Bits)","architecturecraft":"807|建筑师工艺 (Architecture Craft)","chameleon":"808|变色龙 (Chameleon)","mrtjpcore":"809|~","cyclops-core":"810|~","netherportalfix-fabric":"811|下界传送门修正 (NetherPortalFix)|1004332","rftools-dimensions":"812|RF工具:维度 (RFTools Dimensions)","signals":"813|信号 (Signals)","extreme-reactors":"814|极限反应堆 (Extreme Reactors)|841782","et-lunar-environmental-tech-addon":"815|ET:月光发电 (Environmental Lunar Tech)","angel-ring-to-bauble":"816|可装备的天使指环 (Angel Ring To Bauble)","mob-grinding-utils":"817|刷怪塔实用设备 (Mob Grinding Utils)","rftools-control":"818|RF工具:控制 (RFTools Control)","immersive-petroleum":"819|沉浸原油 (Immersive Petroleum)","more-shearables":"820|更多的剪刀用途 (More Shearables)","gregtech-gt-gtplusplus":"821|~","teletoro":"829|远程传送 (TeleToro)","re-zero-kara-hajimeru-isekai-seikatsu":"831|RE:从零开始的异世界 (Re: Zero kara hajimeru isekai seikatsu)","minewatch":"832|~|730508","thaumcraft-inventory-scanning":"833|神秘时代物品栏扫描 (Thaumcraft Inventory Scanning)","cyclic":"834|循环 (Cyclic)|648189","redstoneplusplus":"836|红石++ (Redstone++)","ctm":"837|连接纹理 (ConnectedTexturesMod)","simulated-nights":"838|夜晚模拟 (Simulated Nights)","ftb-utilities":"839|FTB 实用工具 (FTB Utilities)","just-enough-characters":"840|通用拼音搜索 (Just Enough Characters)|639271","redstone-flux":"842|~","cofh-world":"843|~","ancient-warfare-2":"844|古代战争2 (Ancient Warfare2)|665422","integrated-dynamics":"845|动态联合/集成动力 (Integrated Dynamics)","common-capabilities":"846|~","tan-campfire-spit":"848|意志坚定-篝火烤架 (TAN Campfire Spit)","super-solar-panels":"849|超级太阳能发电机 (Super Solar Panels)|699953","rotarycraft":"85|旋转工艺 (RotaryCraft)","ngtlib":"850|~","geomastery":"851|征服大地 (Geomastery)","afsu-mod":"852|~","lightningcraft":"854|雷电工艺 (LightningCraft)|692998","just-enough-resources-jer":"855|~","morpheus":"856|~","wall-jump-fabric":"857|飞檐走壁 (Wall Jump)","condensed-block-mod-reborn":"858|凝结成块 (Condensed Block Mod Reborn)|359511","refined-avaritia":"859|~","weather-storms-tornadoes":"860|局部气候&风暴 (Weather, Storms & Tornadoes)","new-things":"861|~","survivalist":"862|生存主义 (Survivalist)","mystic-divination":"863|秘契占星术 (Mystic Divination)","cofh-lib":"864|~","tabula-rasa":"865|~","cofhtweaks":"866|~","ender-zoo":"867|末影动物园 (Ender IO Zoo)","simple-usage-log":"868|简易日志 (Simple Usage Log)","omnis-core":"869|~","applied-energistics-1":"87|应用能源 (Applied Energistics)|378640","auto-paths":"870|自动路径 (Auto Paths)","react":"871|~","shared-resource-packs":"872|共享材质包 (Shared Resource Packs)","i-know-what-im-doing":"873|我知道我在干什么 (I Know What I'm Doing)","Leather-Works":"874|皮革加工厂 (Leather Works)","cyberware":"875|机械改造 (Cyberware)|618353","thermal-cultivation":"876|热力农业 (Thermal Cultivation)","better-builders-wands":"877|更好的建筑之杖 (Better Builder's Wands)|831822","jaopca":"878|~","chickens":"879|更多鸡 (Chickens)|570570","tragicmc2":"880|悲惨世界2 (TragicMC2)|643050","mobdrip":"881|~","customskinloader":"883|万用皮肤补丁 (CustomSkinLoader)|102922","saltymod":"884|盐 (SaltyMod)|562144","mct-immersive-technology":"885|沉浸科技 (Immersive Technology)|724918","funky-locomotion":"887|~","compatlayer":"888|版本兼容 (CompatLayer)","wopper":"889|木制漏斗 (Wopper)","gorgecore":"890|食用强化 (GorgeCore)","chineseworkshop":"891|中式工坊 (Chinese Workshop)|639428","modular-routers":"892|模块化路由器 (Modular Routers)","darkcore":"893|暗黑核心 (Darkcore)","tardis-mod":"894|时间和空间的相对维度 (TARDIS MOD)","another-one-bites-the-dust-berry-bushes":"897|~","gokistats":"898|天赋技能树 (GokiStats)|674690","tropicraft":"900|热带世界 (Tropicraft)","sumsang":"903|亖圼 (Sumsang)","moblocks":"904|~","creepypasta-1-0-0":"905|蠕动意面 (CreepyPasta)","grue":"906|~","googlyeyes":"908|金鱼眼 (GooglyEyes)","lycanites-mobs":"909|恐怖生物 (Lycanites Mobs)|980282","back-to-eco":"910|生态回归 (Back to Eco)","world-of-warcraft":"911|魔兽世界 (World Of Warcraft)","the-witcher-adventure":"912|猎魔人 (The Witcher Adventure)","fancy-battleaxes":"913|华丽战斧 (Fancy Battleaxes)","zora-no-densha":"914|Zora的电车 (Zora no Densha)|1085883","roguelike-dungeons":"915|冒险地牢 (Roguelike Dungeons)|300785","first-aid":"916|医疗护理 (First Aid)|850687","bonfires":"917|篝火 (Bonfires)|772983","immersive-craft":"918|沉浸工艺 (Immersive Craft)","aroma1997core":"919|~","Universal-Electricity":"92|通用电力 (Universal Electricity)|405261","tatw":"920|~","hostile-mobs-and-girls":"921|敌对生物和女孩们 (Hostile Mobs and Girls)","better-hud":"922|更好的HUD (Better HUD)","custom-stuff-4":"923|自定义物品4 (Custom Stuff 4)","powered-thingies":"924|特斯拉科技 (Tesla Powered Thingies)","mcmusicplayer#t1:description":"926|~","obsidian-suite":"927|~","wizards-of-lua":"928|Lua魔导师 (Wizards of Lua)","mystical-agriculture":"929|神秘农业 (Mystical Agriculture)|707360","vampirism-become-a-vampire":"930|吸血鬼/血族传说 (Vampirism)|982006","itemphysic":"932|物品物理掉落 (ItemPhysic)","minenautica":"933|~","improved-extraction":"934|矿物获取改进 (Improved Extraction)","ecology-mod":"935|生态 (Ecology Mod)","cakeisalie-mod":"936|蛋糕是个谎言 (CakeIsALie)","ex-nihilo-adscensio":"937|无中生有:Adscensio (Ex Nihilo Adscensio)","bookshelf":"938|~","the-aether":"94|天境 (The Aether)|797941","random-things":"940|随意作品 (Random Things)|938101","netherex":"942|下界拓展 (NetherEX)|918772","engender-mod":"943|召唤师 (Engender - The Age of Minecraft)|796593","better-questing":"944|更好的任务 (Better Questing)|695339","ct-mortar":"947|~","ct-watercan":"948|~","totemic":"949|图腾 (Totemic)|1073074","grimoire-of-alice":"950|爱丽丝的魔法书 (Grimoire of Alice)","journey-to-gensokyo":"951|幻想乡之旅 (Journey to Gensokyo)","danmakucore":"952|弹幕核心 (DanmakuCore)","angel-of-vengeance":"953|复仇天使 (Angel of Vengeance)","tammodized":"954|~","ex-nihilo-creatio":"955|无中生有:创世 (Ex Nihilo: Creatio)|727225","colossal-chests":"957|巨型箱子 (Colossal Chests)","auto-pickup":"958|自动拾取 (Auto Pickup)","all-u-want":"959|背包编辑器 (All-U-Want)","potion-core":"960|药水核心 (Potion Core)","solar-expansion":"961|~|541525","blue-power":"962|蓝石力量 (Blue power)|501014","redstone-armory":"963|红石军械库 (Redstone Armory)|600195","qmunitylib":"964|~","the-last-smith":"966|最后的太刀匠人 (The Last Smith)|710736","mineamp":"967|我的音乐 (MineAmp)","quiverbow-restrung":"968|~|283240","cookiecore":"969|~","assassincraft-assassins-creed-mod":"97|刺客信条 (AssassinCraft)|334358","farseek":"970|~","meecreeps":"971|使命必达先生 (MeeCreeps)","streams":"972|溪流 (Streams)","blockcraftery":"974|方块工匠 (Blockcraftery)","bedrockores":"975|基岩矿簇 (Bedrock Ores)|776822","chat-bubbles":"976|聊天泡泡 (Chat Bubbles)","refined-storage-addons":"977|精致存储附属 (Refined Storage Addons)","foamfix-for-minecraft":"978|泡沫修复 (FoamFix)|678442","industrial-foregoing":"979|工业先锋 (Industrial Foregoing)|774112","expanded-armory":"980|扩展装备 (Expanded Armory)","voxelmap":"981|体素地图 (VoxelMap)|177583","mowzies-mobs":"984|Mowzie的生物 (Mowzie's Mobs)","thaumcraft-mob-aspects":"985|更多要素 (More Aspects/Polybius)","magical-psi":"986|~","starcraft-mod-scmc":"987|星际争霸2 (StarCraft II in MineCraft)","covens-reborn":"988|~","grappling-hook-mod":"989|抓钩 (Grappling Hook Mod)","custom-recipes":"99|自定义合成表 (Custom Recipes)","tabbychat-2":"990|~","yoyos":"992|悠悠球 (Yoyos)|932192","cd4017be-library":"993|~","iberia":"994|~","reforged":"995|重铸 (Reforged)|774739","cavern":"996|洞穴 (Cavern)|775036","block-drops-jei-addon":"997|~","iron-tanks":"998|铁储罐 (Iron Tanks)|776893","colorutility#t1:description":"999|颜色代码 (ColorUtility)"} \ No newline at end of file +{"better-gui-scaling":"4908|更好的界面缩放 (Better GUI Scaling)","jei-lotr":"4481|~","reskillable-psi-compat":"5768|~","mob-origins":"3603|生物起源*","lods-of-emone":"3166|很多钱 (Lods of Emone)","loottweaker":"2304|~","fnars-roguelike-dungeons":"5339|冒险地牢-Fnar版 (Roguelike Dungeons -- Fnar's Edition)","hunterillager":"2735|邪猎者 (HunterIllager)|936480","all-the-tweaks":"6194|~","health-overlay":"1871|更美观的血条*","nyfs-quivers-expanded":"6622|~","zettai-psi":"5769|~","titles":"4909|头衔*","capes":"4482|~","fabric-language-scala":"3167|~","better-storage":"534|更好的储存*","better-default-biomes":"3604|更好的默认生物群系*","make-zoom-zoom":"1440|更快的加载 (MakeZoomZoom)","runelic":"6195|~","auto-feeder-helmet":"1872|自动进食头盔*","projecte":"577|等价交换重制版 (ProjectE)|1109380","rediscovered":"2305|特性重现*|359096","attack-speed-enchantment":"4483|攻击速度附魔*","playerex":"5340|~","pocket-apocalypse-mod":"2737|便携式天灾 (Pocket Apocalypse mod)","kaimyentity":"3605|KAI我的实体 (KAIMyEntity)|1170874","re-chiseled-compat":"7051|~","alexs-cloud-storage":"6196|云存储 (Cloud Storage)","zoomify":"6624|~","fluid-physics":"3168|流体物理*","minecraft-virtual-machines":"1441|Minecraft虚拟机*","psicaster":"5770|~","cc-tweaked-fabric":"1873|~","skiing":"4910|~","kitchen-mod":"2306|厨房 (The Kitchen Mod)|295019","data-attributes":"5341|~","cavern2":"1442|洞穴 II (Cavern II)|782780","minecraft-comes-alive-mca":"100|虚拟人生/凡家物语 (Minecraft Comes Alive)|727273","natures-minerals":"4484|~","compass":"2738|指南针 (compass)|1067220","auto-leveling":"7052|~","tablechair":"3606|桌椅 (TableChair)","golemania":"6625|~","playeranimator":"7487|~","cave-biomes":"4911|~","atomic-bomb-1-16":"4050|枪,炮,原子弹! (Guns, Rockets and Atomic Explosions)","tweakermore":"5771|~","hardcore-buoyance":"5342|~","simple-farming":"1874|简单农业*|988997","visuality":"6197|~","notenoughids":"1443|增加ID上限 (NotEnoughIDs)","legacy-display":"5772|~","balm-fabric":"4485|~","tinkers-evolution":"2739|匠魂进化 (Tinkers' Evolution)|1118159","packed-inventory":"7053|~","apathy-mod":"7488|~","digimobs":"1000|数码宝贝*","tatami":"4912|~","se-sign-shop":"4051|简单经济:牌子商店 (SE: Sign Shop)","zettai-grimoires":"3169|~","baubles-reborn":"2308|饰品栏重置版*","bigger-packets-please":"1875|~","vulkanmod":"6626|~","when-dungeons-arise-fabric":"3607|地牢浮现之时 (When Dungeons Arise)","ecologics":"6198|丰富的生态*","resource-hogs":"4486|资源猪 (Resourse Hogs)|1037377","pchan3-steamship-steamboat-pirates":"274|飞艇与汽船 (SteamShip - SteamBoat and Pirates)","auudio-fabric":"7489|~","storage-boats-mod":"1001|存储船 (Storage Boat Mod)|798267","final-fantasy-12-mod":"4913|~","gregtech-ce-unofficial":"5343|格雷科技社区版:非官方版 (GregTech CE: Unofficial)","avaritia-recipe-generator":"1444|可视化无尽配方编辑器*","thaumic-expansion":"749|神秘膨胀*","crafting-on-a-stick":"7055|~","tinkers-exporter":"2740|匠魂数据导出器*|1071348","sledgehammer":"6627|~","mob-scarecrows":"6199|~","eggtab-forge":"5344|独立刷怪蛋列表 (Egg Tab)","animal-feeding-trough":"3608|动物喂养槽*","mojangster":"4914|加载界面动画 (Mojangster (Animated Loading Screen))","mo-withers":"1002|更多凋灵 (Mo' Withers)","Traincraft":"317|火车工业*","advanced-xray-fabric-edition":"4487|高级透视 (Advanced XRay)","lockyz-extra-dimensions-mod":"1876|更多维度世界 (Lockyz Extra Dimensions)","trapcraft":"1445|陷阱*|260090","the-backrooms":"5773|后室*","pams-brewcraft":"2309|潘马斯酿造工艺 (Pam's Brewcraft)","quilt-loading-screen":"6628|Quilt加载画面*","wiki-zoomer":"3609|~","binnies-mods":"472|宾尼的模组合集 (Binnie's Mods)","anvil-tweaks":"4915|~","always-a-wither-skull":"5345|必得凋灵骷髅头颅 (Always a Wither Skull)","fancymenu-fabric":"4053|~|1367170","farlanders":"2741|更多末影人 (The Farlanders)|425192","mob-properties":"620|怪物属性*","amethyst-imbuement":"6629|~","psi-combat-magic":"1877|~","runorama":"3170|全景截图背景*|910751","easy-shulker-boxes":"7491|~","the-autologin-mod-for-authme-server":"1004|自动登录 (AutoLogin)","trolls-community":"6200|~","creatures-from-the-snow-forge":"5774|雪地里的生物! (Creatures From The Snow!)","asphaltmod":"4916|沥青 (Asphalt Mod)|1012064","dirtcraft":"2310|泥土工艺 (DirtCraft)","anvil-restoration":"5346|铁砧修复*","halogen":"4054|卤素*","vials":"2742|瓶瓶罐罐*","item-stages":"3171|物品阶段*","mod-name-tooltip":"1446|模组名称显示*","dtphc":"1878|动态的树:潘马斯附属 (Dynamic Trees - Pam's Harvestcraft Compat)","water-power":"361|水力科技*|190676","ring-of-attraction-fabric":"4489|吸引戒指 (Ring of Attraction)","g4mespeed":"6201|~","collisions-lib":"5775|~","zetamod":"4055|泽塔 (ZetaForged/Zeta's Mod)","hide-hands":"5347|隐藏主副手*","emi":"6630|~","advanced-lightsabers":"2743|高级光剑*","rocksalt":"3172|~","ROOST":"1005|鸡窝 (Roost)","personality":"3610|~","qu-enchantments":"7493|~","minihud":"2311|迷你HUD (MiniHUD)|966793","wooled-boots":"5776|羊毛靴子*","cycle-paintings-fabric":"7059|~","reroll-forge":"4918|刷新附魔Forge版 (Reroll-Forge)","gpick-2":"1447|进化之镐2 (GPickaxe 2)|795644","nuclear-contraptions":"6631|~","lootbags":"449|战利品 (Loot Bags)|720841","ogres-community":"6202|~","better-beacon-placement-fabric":"5348|更好的信标放置 (Better Beacon Placement)","largefluidtank-fabric":"1879|大型储罐 (Large Fluid Tank)","cazfps-the-dead-sea":"3173|~","fall_attack":"2744|下落击杀 (fall_attack)|1068034","ironchests":"7494|~","allurement":"3611|~","zawa-evolved":"5777|野生动物园:进化 (Zoo and Wild Animals: Evolved)","potato-craft":"2312|土豆工艺*|604304","goblin-community":"6203|~","customhud":"4490|自定义HUD (CustomHud)","coroutil":"706|~","dead-totems":"5349|~","swimsuit":"2745|泳装 (swimsuit)|1069305","cxlibrary":"1448|~","tooltiptweaks":"6633|~","bongo":"5778|~","pouch-of-unknown":"3174|未知之袋 (Pouch of Unknown)","dwarf-miner-totem":"3612|矮人矿工*","croparia":"1006|矿石作物/魔种之咏*|1300400","piercing-paxels":"7495|~","swordenlarger":"4919|剑模型扩大 (SwordEnlarger)","kobolds-community":"6204|~","impersonate":"5779|~","more-overlays-updated":"2746|~","wizardry-fates":"3175|~","bed-patch":"2314|~","tumbleweed":"1880|风滚草*","icy-incitement":"7496|~","fire-spread-tweaks-fabric":"7061|~","yungs-better-portals":"3613|YUNG的传送门机制重构 (YUNG's Better Portals)","deadly-world":"4491|致命世界*|457226","mutant-villager":"6205|~","more-babies":"6635|~","simple-corn":"1007|简单玉米*|778746","wholetreeaxe":"4058|~","visible-librarian-trades":"7497|~","cubicdynamictreescompat":"1881|~","thaumic-jei":"1008|~","fastdecay":"4492|~","the-mighty-architect":"3176|~","pick-your-poison":"6206|~","dothack-hack-weapons":"2747|~","castle-in-the-sky-the-fairytale-of-laputa":"4920|天空之城 (Castle in the Sky)","davincis-vessels":"535|达芬奇之舟/达芬奇的船*|475292","german-road-signs-mod":"3614|德国交通标志*","logistics-pipes":"145|物流管道*","fabrishot":"4059|高清截图Fabric*","calemi-core":"5780|~","thermallogistics":"1882|热力物流学 (Thermal Logistics)","phosphophyllite":"3177|~","anger-management":"7062|~","functional-storage":"5350|功能性存储*","illager-expansion-fabric":"6207|~","data-loader":"2316|~","essential-commands":"4493|~","immersive-energy":"2748|沉浸能源*","unlimited-chisel-works-tfc1":"7498|~","dimore":"4921|维度矿石 (DimensionalOres)","iguana-in-a-blanket":"3615|真实调整 (Iguana in a Blanket)","materialisation":"4060|物质化*","bithop":"1883|~","immersive-armors":"6208|沉浸式盔甲*","the-wild-update":"5351|荒野更新1.19 (The Wild Update 1.19)","biggerreactors":"3178|~","level-up-hp-easy-start":"2317|~","easy-elytra-takeoff-fabric":"7063|~","recipebuffers":"4061|配方缓冲 (RecipeBuffers)","enchantedshulkers":"7499|~","caves-and-cliffs-backport":"4494|~","illagers":"4922|更多的灾厄村民 (Illagers+)","crimson-moon":"2749|绯红之月*","anthill-inside":"3616|蚂蚁物流*","ftb-teams-fabric":"3179|FTB 团队 (FTB Teams)","integrated-tunnels":"1450|集成管道*|944541","tinkers-construct":"3725|匠魂 (Tinkers' Construct)|661201","swordskillsapi":"1884|~","archeology":"5352|考古学 (Archeology Mod)","seeds":"6209|~","armor-visibility":"6639|~","stack-refill-fabric":"7064|~","minecraft-minions":"75|召唤奴仆*","simply-light":"2318|更好的灯*","that-future-mod-glow-squid-axolotl-moobloom-etc":"4495|~","unmending":"1451|经验不修补*","visual-workbench":"5783|可视化工作台*","portal-gun-fabric":"4063|传送枪 Fabric*","nei-integration":"3617|~","ganys-surface":"621|Gany的世界 (Gany's Surface)|450171","malisiscore":"664|~","hydraulicraft":"318|液压工艺*","nodal-mechanics":"750|节点力学*","light-meals":"7065|轻食物语*","mobs-attempt-parkour":"2750|~","unicode-font-extension":"1010|Unicode字体扩展*|733474","lightning-bolt-mod":"2319|雷电攻击*","diamond-buildcraft":"4496|钻石装饰*","unusual-drill":"6210|~","dynamic-sword-skills":"1885|动态剑技*|906987","incendium":"4064|~","uncrafting-grinder":"3618|分解磨床*","electro-magic-tools":"232|电力魔法工具 (Electro-Magic Tools)","stylish-effects-fabric":"5784|~","identity-on-forge":"2751|化身 (Identity)|1097458","trinkets-and-baubles":"5354|饰品与小玩意 (Trinkets and Baubles)","waveaway":"3180|挥挥手 (WaveAway)","noits-simple-sorting":"7500|~","spartan-and-fire":"2320|斯巴达之冰与火 (Spartan and Fire)","no-advancements":"3181|移除进度机制*","magical-instruments":"1886|魔法乐器*","frosted-friends":"6211|~","the-creeping-nether":"1452|蔓延的下界*","death-compass-fabric":"5785|~","apocalypse-rebooted":"4497|启示录重制*|1254381","placeable-items":"1011|可放置物品*|775353","colds-gauntlets":"7501|~","emendatus-enigmatica":"3619|~","industrial-revolution":"2752|工业革命*|1069869","custom-backgrounds":"7067|~","hover-pets":"6212|~","tfc_rocksplus":"3182|群峦岩石 (TFC Rocksplus)","villagers-follow-emeralds-fabric":"4926|村民跟随绿宝石 (Villagers follow Emeralds)","portable-stonecutter":"5786|便携式切石机*","enderspawn":"1887|末影龙再生成 (EnderSpawn)|501726","the-chicken-came-first":"6641|先有鸡*","random-psideas":"1453|Psi随想 (Random PSIdeas)","cooperative-advancements-fabric":"4066|合作进度 (Cooperative Advancements)","mcwifipnp":"4498|更高级联机设置 (LAN World Plug-n-Play)|1244608","ydms-allay":"7068|YDM的悦灵 (YDM's Allay)","compendium":"1012|工匠防御 (Tinkers' Compendium (Tinkers' Defense))|686520","ic2-patcher":"6213|~","art-of-alchemy":"2753|炼金艺术 (Art of Alchemy)|1017647","rope-ladders":"5356|绳梯*","lightstones":"4067|~","realtrainmod":"362|真实火车 (RealTrainMod)|781058","level-one":"7502|~","animus":"1888|~","beacons-for-all-fabric":"2322|~","starmaker":"7069|~","requious-frakto":"4499|~","mars-mod-reborn":"3183|~","expetrum":"1454|真实世界 (ExPetrum)|818194","useless-sword":"6214|~","openbackup":"4068|~","skewers-updated":"5357|烤串更新版*","stargate-network":"1013|格雷的星门 (Greg's SG Craft)|319182","enchanted-book-redesign":"5788|~","lan-server-properties":"2754|自定义局域网联机*|1056335","diabloloot":"4928|暗黑破坏神战利品 (DiabloLoot)","wilder-wild":"7503|~","vanilla-magic":"707|原生魔法*","scootys-scp-lockdown-extras":"1889|scp重型收容区扩展 (SCP: Lockdown Heavy Containment Zone Expansion)","jei-professions":"6215|~","hardcore-dungeons":"6643|~","keep-my-soil-tilled":"5358|保持肥沃*","quick-hotbar":"5789|~","fat-experience-orbs":"4069|肥胖经验球 ([Fabric] Fat Experience Orbs)","yggdrasil":"4929|世界树*","equivalent-energistics-patched":"1455|等价能源学 (Equivalent Energistics)","paintings-with-dragons":"7504|~","custom-npcs":"45|自定义NPC*|936521","damage-indicators-mod":"1014|伤害显示 (Damage Indicators)|75581","block-relocation-forge":"6644|~","atm-additions":"6216|~","ftb-library-fabric":"3184|~","customthings":"579|自定义物品 (CustomThings)","double-doors":"5359|双开门*","more-flowers":"2324|更多功能花*","more-redstone-lamps":"7505|更多红石灯*","compact-lava-generator":"450|高级地热发电机*|522808","automagy":"407|自动化魔法*","norecipebook-fabric":"6645|没有配方书Fabric版 (NoRecipeBook (Fabric))","immersive-intelligence":"2756|沉浸智能*","extra-tags":"6217|额外标签*","thedragonlib":"1456|~","enchanting-with-thaumcraft":"2325|神秘附魔学*","torohealth-damage-indicators":"1015|伤害显示 (ToroHealth Damage Indicators)|1106212","crossroads-mc":"3185|交错道途 (Crossroads)","placeable":"7506|可放置植物 (Placeable Plants)","modular-augment":"5790|~","areas":"7072|~","better-pipes":"4070|更好的管道*","jousting":"3623|马术*","analyzeio":"2757|~","advancedchatlog":"6218|~","bspkrscore-updated":"536|bspkrs核心 (bspkrsCore)|430478","hot-or-not-tfc-with-sticks":"7507|~","lemonlib":"1891|柠檬库 (lemonlib)","config-checker":"3186|整合包配置检测 (Modpack Configuration Checker)","buzzier-bees":"2326|~","emberroot-zoo":"7073|~","lumberjack":"5791|~","omni-ocular":"1016|~","ftb-dripper-forge":"4930|~","fpsdisplay":"6647|~","crafting-station":"6219|合成站*","bamboo-blocks":"3624|~","expanded-armor-enchanting":"5360|盔甲附魔扩展*","truetype-font-replacement":"4071|~|616658","wool-buttons":"2758|羊毛按钮*","better-mods-button":"5792|更好的模组按钮*","statues-rechiseled":"1892|雕像:重置 (Statues: Rechiseled)","quick-elytra":"7508|~","repose":"1457|自动上坡*","thaumic-speedup":"3187|~","mctimeextendsfabric":"7074|~","capsule":"4503|~","wrapup":"1017|~","fabric-snad":"4931|子沙1.14+ (Snad)","expanded-weapon-enchanting":"5361|武器附魔扩展*","fluidlogged-api":"4072|~","trashslot-fabric-edition":"1893|垃圾槽 (TrashSlot)","improved-mount-hud-forge":"5793|改进的骑乘HUD (Improved Mount HUD)","total-tinkers":"2759|统合匠艺*","l2library":"7075|~","armor-curve":"3188|盔甲曲线修改*","other-berries":"7509|~","lollipop":"2328|棒棒糖*","nuclear-physics":"1018|~","expanded-axe-enchanting":"5362|斧附魔扩展*","isometric-renders":"4504|等轴渲染*","scape-and-run-parasites":"3625|逃逸:寄生兽 (Scape and Run: Parasites)","sons-of-sins":"6220|~","unstructured":"7076|~","advancement-frames":"5794|~","botanic-additions":"1458|植物学拓展*","player-plates-fabric":"1894|更多压力板 (Player Plates)","spark":"4073|火花 (spark)","betterfarming":"276|农业增强 (Better Farming)|167515","microdurability":"6649|~","ambience-extras":"3189|环境音乐:附加 (Ambience - Extras)","wither-skeleton-tweaks":"1019|凋灵骷髅调整*","transmute-liquids-addon-for-thaumcraft-4":"751|液体嬗变 (Transmute Liquids)","enemyz":"2329|敌意显示*","expanded-trident-enchanting":"5363|三叉戟附魔扩展*","colorful-cut":"7077|~","just-enough-drags":"3626|更多JEI拖拽*|1179845","advancedchathud":"6221|~","opentoall":"4933|~","thaumic-wands":"2761|神秘法杖*|1082168","just-sleep":"1895|我就睡个觉*","valkyrielib":"665|~","utilities3":"319|流体能量 (Utilities³)","saoui":"4074|~","itank":"7510|~","urns":"5364|~","fuzes-relics":"6222|~","forbidden-magic":"233|禁忌魔法*","enchanting-secretaire":"4506|附魔记录*|1250073","dynmapforge":"5796|~","exnihilo-automation":"3627|无中生有:自动化 (Exnihilo: Automation)","guardians-galore":"4075|~","indicatia":"6650|~","additions-mod":"3190|~","snowy-spirit":"7511|~","auto-network-lib":"1896|~","pylons":"5365|~","chirpys-wildlife":"6223|~","thaumic-restoration":"2330|~","japanese-food-mod":"2762|日式料理*|1089344","environmental-materials":"7079|~","sync-fabric":"4507|克隆(Fabric) (Sync (Fabric))","spellbind":"5797|物品魔法*|1311578","world-handler-command-gui":"3628|世界管理器:图形交互 (World Handler - Command GUI)","fishy-delight-a-farmers-delight-add-on":"6651|~","no-tutorial-toasts":"7512|~","cogwheel-tweaker":"4076|~","extracpus":"3191|更多CPU (Extra CPUs)","on-soul-fire":"5366|~","megaparrot":"6224|~","click-machine":"1897|自动连点器*","simple-delights":"6652|~","wizard-staff":"5367|~","torchbowmod":"4936|火把弓 (TorchBowMod)|786206","extra-crafting-storage":"3192|~","experience-ores":"7513|~","tale-of-kingdoms-a-new-conquest":"4508|王国:新征程 (Tale of Kingdoms: A new Conquest)","taoism":"708|御灵*|668355","heat-and-climate":"1020|热量与气候*","pandoras-creatures":"2763|潘多拉生物*|944141","entityculling":"3629|实体渲染机制优化 (Entity Culling Fabric/Forge)","nourish":"6225|~","kambrik":"5368|~","ultra-amplified-dimension-fabric":"4077|超大群系维度 (Ultra Amplified Dimension)","mystical-adaptations":"1898|更好的神秘农业*|887221","color-me-outlines":"6653|~","bumpkinbatch":"5799|~","the-veggie-way":"1460|素食主义者*","esencia":"4937|~","anvil-player-heads-fabric":"7514|~","horse-tweaks":"7080|~","conquest-reforged":"3193|征服者 (ConquestReforged)|992711","status-tags":"2764|名称标签状态栏*","artisan-integrations":"7515|~","village-box":"6226|村庄盒子*","additional-bars-fabric":"5369|更多的栏杆 (Additional Bars)","classical-art-fabric":"4078|经典艺术 (Classical Art)","project-zulu":"451|祖鲁*","applemilktea2":"363|苹果奶茶2 (AppleMilkTea2)|466114","reinforcedtools":"1899|强化工具 (ReinforcedTools)|674729","gargoyles-mod":"1461|石像鬼 (Gargoyles)","auto-workstations-fabric":"7081|自动化工作站 (Auto Workstations)","primal-boat":"2333|原始船舶*","underground-city-engineering":"3194|地下城市工程*|943842","waila-stages":"6227|~","just-enough-dimensions":"2765|维度配置*","seemyname":"7516|~","exgregilo":"1022|格雷矿筛 (ExGregilo)","weirdmobs":"4938|~","schwarz":"4510|黑*","techguns":"537|科技枪*|631578","hydrophobia":"1462|恐水症*","emc-baubles":"4079|等价饰品 (EMC Baubles)","eyes-in-the-darkness":"2334|~","steves-vanilla":"6228|~","essentials":"3195|~","applied-energistics-2":"580|应用能源2*|798231","multishot":"2766|延时摄影*","upstream-fabric":"6656|~","biomes-o-plenty-tools":"7517|~","enchantment-level-language-patch":"4939|附魔等级语言补丁 (EnchLevel-LangPatch)|1266496","tea-kettle":"3631|茶壶*","megane":"4511|~","leap":"5370|~","placebo":"1023|~","l2-backpack":"7082|莱特兰-背包*","dimensional-edibles":"1463|维度食物*","ezstorage":"623|EZ存储 (EZStorage)","storage-drawers":"408|储物抽屉*|798307","astemirs-fireflies":"6657|~","thaumic-augmentation":"2335|神秘进阶*|1063250","beekeeper":"5800|养蜂人*","enhanced-block-entities":"3632|方块实体优化*","soul-shards-respawn":"3196|~","bedrockcraft":"7518|~","cameraoverhaul":"5371|~","lost-magic":"2336|失落的魔法*","tweakers-construct":"2767|匠魂调整*","plants":"1024|~","magic-crusade-rpg-mod":"190|魔法远征:魔法十字军 (Magic Crusade)","duckling":"6230|~","passable-leaves":"1464|叶间穿行*|799088","some-assembly-required":"5801|~","witching-gadgets":"494|巫师宝具*","gun-customization-infinity":"3633|~","lag-removal":"4081|~","thaumic-arcana":"2337|~","better-mobgriefing-gamerule":"7519|~","soul-shards-the-old-ways":"3197|~","crusade":"4512|~","enchantment-id-extender":"5372|~","swingthroughgrass":"1465|穿草攻击 (SwingThroughGrass)|691271","valhelsia-structures":"2768|~","killing-fall":"1900|~","ender-crop":"6659|~","wandering-bag":"6231|~","ladylucs-critters-mod":"5802|~","open-to-lan":"4940|~","chinjufumod":"1026|镇守府 (ChinjufuMod +JapaneseBlock)|776626","thaumores":"752|奥能矿物 (ThaumOres)","steves-bizarre-adventure":"1466|史蒂夫的奇妙冒险 (Steve's Bizarre Adventure)|839550","unnamed-animal-mod-capybara-only":"7085|~","dungeons-gear":"3634|地下城装备*","gender":"4082|~","creeper-overhaul":"5373|苦力怕改革*","more-dogs":"1901|更多狗狗*","vending-machine":"4513|售货机*","simple-translation":"4941|简单翻译*","friends-and-foes":"6232|~","just-enough-petroleum":"7086|~","track-api":"1027|~","the-flying-things":"3199|~","waila-harvestability":"666|~|608318","frozen-fiend":"7520|~","cool-elytra-roll":"5374|~","integrated-nbt":"3635|NBT 联合 (Integrated NBT)","animania":"1467|动物谷:基础 (Animania Base)|817915","snow-variants":"1902|更好的雪*","thaumic-wonders":"2338|神秘奇境*|920375","modernxl":"4514|~","fx-control":"4942|效果控制 (Fx control)","dynamic-trees-the-betweenlands":"6233|动态的树:交错次元附属 (Dynamic Trees - The Betweenlands)","diamethysts":"7087|~","ticktock":"4084|~","modupdater":"6660|~","camera-overhaul-forge":"5375|~","better-signs":"5805|~","minefactory-reloaded":"7|我的工厂重置版 (MineFactory Reloaded)","crimson-warfare":"2339|~","endertweaker":"1468|~","taiga2":"4515|匠魂合金附加2 (Tinkers Alloying Addon Port)","pillagers-plus":"3636|~","searchable-chests":"1903|箱子搜索栏*","what-are-you-voting-for":"4943|~","fivehead":"6661|~","twigs":"7088|~","immersive-railroading":"1028|沉浸铁路*|783016","gateways-to-eterrnity":"7522|~","blame-fabric":"5376|~","pyrologer-and-friends":"6235|~","chunkgenlimited":"4516|区块生成限制 (ChunkGenLimiter)|1041769","cofh-vanilla-tools":"1469|~","axolotl-bucket-fix":"6662|美西螈桶修复*","essentialcraft-4-unofficial":"709|源质魔法4非官方版 (EssentialCraft 4 Unofficial)","steam-powered-create":"4944|蒸汽动力 (Create: Steam Powered)|1272372","just-enough-reactors":"2771|~","fps-reducre-for-fabric":"4086|FPS减速器(Fabric) (FPS Reducer (For Fabric))","mobtalker2":"234|怪物交谈2 (MobTalker 2)|193844","gate-of-babylon-additions":"7523|王之财宝附加 (Gate of Babylon Additions)|1381630","patboxs-banhammer":"5377|~","tree-hollows":"6236|~","more-crafting-tables-for-forge":"4517|~","attained-drops":"6663|可种植掉落物*","bad-mobs":"1904|~|568141","creepers-burn":"4945|~","aoa-infobundle":"2772|虚无世界信息包 (AoA InfoBundle)","ftb-ranks-fabric":"3200|~","terra-1-to-1-minecraft-world-project":"2340|~","art-artillery":"4087|艺术?火炮! (Art? Artillery!)","solar-apocalypse-refabricated":"6237|~","repurposed-structures-fabric":"4518|结构变体 (Repurposed Structures)","rarmor":"1471|功能装甲*","attained-drops-2":"6664|可种植掉落物2*","crafting-bench":"7525|~","terraformed-api-reforged":"5378|~","mc-paint":"1905|涂鸦 (MC Paint)","minemenufabric":"4088|我的菜单Fabric版 (MineMenuFabric)","morebeeinfo":"7526|~","immersive-io":"1472|沉浸接口 (Immersive IO)|839807","ftb-chunks-fabric":"3201|~","multiverse-pouch":"2341|多元宇宙袋*","ezpas":"4519|~","multiblocktweaker":"5379|~","forge-essentials-74735":"103|~","mana-and-artifice":"2773|魔法艺术3:巧工魔艺 (Mana and Artifice)","chunky-pregenerator":"6239|预生成区块 (Chunky)","pretty-game-enhhancing-gobblet-pgeg-remake":"4947|魔法森林重置版 (Pretty, Game-Enhhancing Gobblet Remake)|1237458","goprone-fabric":"1906|匍匐前进 (GoProne)|1107815","wintercraft-gruntpie224":"409|冬天的世界 (Wintercraft)","abundance":"3640|~","tickratechanger":"1473|运算变速 (TickrateChanger)|731107","auth-me":"6666|~","ftb-essentials":"3202|~","bq-forestry":"7527|~","electroblobs-wizardry-twilight-forest-spell-pack":"2343|巫术学:暮色森林法术包 (Electroblob's Wizardry: Twilight Forest Spell Pack)|1001020","Iron-Backpacks":"538|特殊背包*","custom-main-menu":"1030|自定义主菜单*|769607","ichunutil":"624|~","ceiling-torch":"1907|倒置火把*|885948","botania-needs-these-things":"1474|植物魔法需要它! (Botania Needs These Things!)|838714","spongemixins":"7094|~","silveroak-outpost":"3203|银橡前哨*","kvc-equipment":"4949|蛋挞君的原版补全装备篇 (KVCEquipment)|1224426","afkpeace":"4090|~","slab-helper":"2776|半砖小帮手*|1075292","electrona":"4520|~|1314239","ancient-beasts":"6240|上古凶灵/远古野兽*","blockbuster":"2344|~","good-ol-currency":"5380|~","create-infinidrill":"7529|~","air-hop-fabric":"1908|多段跳 (Air Hop)","mooshroomcraft":"4950|哞菇工艺*|990356","pehkui":"3204|~","nock-enough-arrows":"7095|~","no-jumping-allowed":"2777|禁止跳跃*","secret-rooms-fabric":"4092|~","easyauth":"6241|~","nocubes":"1475|~","macaws-bridges-atmospheric":"5381|Macaw的桥梁:悠然一派附属 (Macaw's Bridges - Atmospheric)","notenoughthaumcrafttabs":"753|无限神秘标签页 (Not Enough Thaumcraft Tabs)","fishs-undead-rising":"2345|Fish的不死崛起 (Fish's Undead Rising)|984184","every-compat":"7096|~","jeitweaker":"3205|~","better-combat-mod":"1909|更好的战斗*","unearthed-fabric":"4951|出土 (Unearthed)","wildycraft":"1032|~|526348","swan-boats":"2778|天鹅船*","depth":"6242|~","runesword":"6669|~","smooth-chunks":"4093|平滑区块加载*","just-enough-calculation":"3643|~|561503","orelib":"1476|~","leadvillagers":"5382|~","yungs-law":"3206|~","offline-mode":"7097|~","create-irrigation":"5815|~","invasions":"191|入侵 (Invasion)","reasonable-sorting":"4522|合理排序*","slimy-stuff":"6243|~","primal-winter":"2779|原始寒冬*","mixed-magic":"667|混合魔法*","terrestria-reforged":"4952|~","cloth-config":"2346|~","saturationoverflow":"4094|饱和度溢出 (Saturation Over flow)|838721","libx":"3207|~","fabric-shield-lib":"5383|~","mythicbotany":"3644|神话植物学 (MythicBotany)|1190745","ghastly-wail":"7098|~","tick-dynamic":"1477|动态Tick (Tick-Dynamic)","delete-worlds-to-trash-fabric":"5816|~","chat-heads":"4523|聊天头像*","netheriteroad":"6244|下界之路 (Netherite Road)","attribute-tooltip-fix":"7533|~","simplex-terrain-generation":"4953|Simplex地形生成器*","my-little-mob-grinder":"1035|小怪物粉碎机*|783333","immersive-weapons#c71":"7099|~","frys-things-guns-and-more":"5384|~","atmospheric":"3208|悠然一派*","ftb-money":"1910|FTB交易 (FTB Money)","hidden-armor":"4524|隐藏盔甲*","just-map":"2347|~","organics":"6245|~","surge":"1478|潮涌*|923335","autopackager":"6671|~","phantom-blood":"4096|幻影之血*","enderscape":"4954|~","restricted-portals":"1911|传送门限制*","quickbind":"5385|功能集成 (Quick Bind/Command GUI buttons)","majruszs-progressive-difficulty":"4525|Majrusz的进阶难度 (Majrusz's Progressive Difficulty)","monospace-font":"3209|等宽字体 (Monospace font)","improved-mobs-fabric":"3645|怪物增强 (Improved Mobs)","computercraft":"71|电脑 (Computer Craft)|473694","lots-of-food":"278|更多食物*|149310","resource-loader":"1036|资源加载*|670173","too-realistic-inventory":"2348|真实背包 (Realistic Inventory)","more-avaritia":"1479|~","goblin-traders-fabric":"4955|哥布林商人Fabric版 (Goblin Traders (Fabric))","dynamx":"6672|~","pharmacist":"4526|药师*","vampirelib":"1912|~","simple-magnets":"5819|简易磁铁*","ompd":"5386|开放式模块化被动防御 (Open Modular Passive Defense)","limitless":"3646|无上限附魔*|1118079","mob-farm":"2349|生物农场 (Mob farm)","better-burning":"2780|更好的燃烧机制*","celestial-craft":"710|天体*","kaliastyle":"6247|卡利亚式附魔 (CarianStyle)|1332545","searchable-containers":"4098|可搜索容器*","lakeside":"4956|湖畔*","mob-cards":"6673|~","kappa":"4527|~","ingameconfigmanager":"1913|游戏内配置器 (InGameConfigManager)","compact-void-miners":"2781|紧凑型虚空采矿机*","crumbs-fabric":"7536|~","basic-shields-fabric":"5387|~","no-sleeping-allowed":"1037|禁止睡觉*|784121","minefantasy2":"582|我的幻想2 (MineFantasy2)","vpn-blocker":"3647|禁用VPN (VPN Blocker)","mavm":"6674|~","magic-bees":"148|魔法蜜蜂*","chenziqius-originality":"4957|CHENZIQIU的创意 (CHENZIQIU's Originality)","mana-liquidizer":"3211|魔力液化器*","equivalent-integrations":"4528|等价集成*","icbm":"235|洲际导弹 (ICBM)","probe":"2782|~","italian-delights-add-on-for-farmers-delight":"7537|~","borderless-mining":"5388|~","playersdropheads":"1038|玩家掉落头颅 (PlayersDropHeads)|783991","playerrevive":"1914|玩家救援 (PlayerRevive)","premium-wood":"3648|~","wmitaf":"6249|~","guns-without-roses":"5820|~","keep-equipment":"4529|保留装备*","alloy-forgery":"4958|~","clear-skies":"7101|~","mekanism-fluxified":"2783|“通量”机械*","immersivemc":"7538|~","neapolitan":"3212|那不勒斯风味*","hidden-names":"6676|隐藏名称*","ledger":"5389|~|1207255","acceleratorcraft":"2350|加速器工艺 (AcceleratorCraft)","memory-bar":"1039|~","notenoughitems":"41|NEI物品管理器 (Not Enough Items)|389937","ai-improvements":"1480|AI改进 (AI Improvements)","tenshilib-fabric":"3649|~","farlands":"1915|边境之地 (FarLands)","buddycards-expansions":"5821|巴迪卡牌扩展*","intangible":"625|~","mc-vr-api":"7539|~","mechanical-tech":"4959|机械科技*|1347516","doph":"6677|远程命中提示 (Ding On Projectile Hit)","chinacraft":"453|华夏文明 (ChinaCraft)|518660","stepup":"2784|平滑自动上坡 (StepUp)","clear-despawn-fabric":"3213|~","zettai-ars":"5822|~","minecraft-spongebob-squarepants-mod-for-the-1-7-10":"2351|~","depth-meter":"6250|深度计*","inworldcrafting":"1916|世界合成 (InWorldCrafting)","flaxbeards-steam-power":"365|FSP蒸汽动力 (Flaxbeard's Steam Power)|315722","openmodularturrets":"539|开放式炮台 (OpenModularTurrets)","ShretNether":"7103|~","project-ex":"1481|等价交换升级 (Project EX)|1168453","keybinds":"6678|~","buildcraft-compat":"496|建筑兼容*","herobrines-origin":"4530|Herobrine的起源 (Herobrine's Origin)","tinkers-modifier-modifier":"3214|匠魂强化修改 (Tinkers' Modifier Modifier)","natures-compass":"754|自然罗盘/生物群系指南针 (Nature's Compass)|977694","sodium":"2785|钠*|1079347","cant-sleep-clowns-will-eat-me":"5823|夜不能寐 (Can't Sleep Clowns Will Eat Me)","toxicrain":"1040|有毒的雨 (ToxicRain)|783727","omni-hopper":"6251|~","food-editor":"1917|食物编辑器*","randomportals":"3650|随意传送门 (RandomPortals)","utility-worlds":"2352|实用世界*|1009400","pet-owner":"5390|~","pling":"7104|~","colony-cards":"5824|殖民地卡牌*","jumpy-boats":"6252|~","the-abyss":"4531|深渊:远古 (The Abyss: Legacy)","randomtweaks":"3215|随意微调 (RandomTweaks)|776232","justthetips":"7105|~","custom-starter-gear":"1918|自定义初始装备*","configured":"3651|配置界面*","goblin-traders":"2353|哥布林商人*","autoharvest":"5825|自动收获 (AutoHarvest)","spartan-hud-baubles":"5391|斯巴达饰品栏HUD (Spartan HUD: Baubles)","xaeros-world-map":"1483|Xaero的世界地图 (Xaero's World Map)|616156","sekiro-sense-symbols":"4532|~","zihlaunchpads":"7541|~","one-block-forge":"4961|~","netherlicious":"2787|~|1104913","hwyla":"668|~|648893","zettai-magic":"3216|~","realistic-block-physics":"5826|~","ct-tinycoal":"1919|CT 小型煤炭 (CT TinyCoal)","mekanism-matter":"5392|通用机械:物质拓展*","divine-favor":"2354|神的恩惠*","lurker":"4533|Cold的潜伏者 (Colds: Lurker)","wizardry-mod":"1484|巫师艺术 (Wizardry)|910980","carpetclient":"6254|~","strawgolem-reborn":"3217|稻草傀儡重制版 (Straw Golem Reborn)","integrated-additions":"4101|集成扩展*","notenoughitems-gtnh":"7107|NEI物品管理器非官方版 (NotEnoughItems Unofficial)","domestication-innovation":"5827|驯养革新*","inzhefop-core":"5393|~","thermal-innovation-cyclic-compat":"7543|~","cavebiomeapi-fabric":"4534|~","raven-brews-core":"6681|~","mb-battlegear-2":"192|挖矿与砍杀:双持与战备2 (Mine & Blade: Battlegear 2)","human-reborn":"4963|~","volumetric-flask":"2355|量瓶*","yungs-better-mineshafts-fabric":"2788|YUNG的矿井优化 (YUNG's Better Mineshafts)","cannibalism":"1043|割肉小刀/同类相食*|381013","jellyfishing":"3653|抓水母*","snuffles":"5828|~","flan":"5829|~","dynamic-trees-vampirism":"6256|动态的树:吸血鬼附属 (Dynamic Trees - Vampirism)","matchlock-guns":"4102|火绳枪*","raven-coffee":"6682|Raven咖啡*","fastfurnace":"1485|熔炉性能优化 (FastFurnace)","extended-block-shapes":"4535|扩展方块形状*","tweaker-gui":"1920|~|816003","rare-ice":"3218|冰中有宝*|1267712","loot-bag-mod":"2356|战利品包*","terrible-chest":"2789|可怕的箱子/可怖箱子*|922554","sketchbook-attributes":"7109|~","quick-consume":"1044|快速消耗*|784670","accurate-block-placement":"3654|~","additional-additions-forge":"4964|额外扩展 (Additional Additions)","cqc":"6683|~","fabric-autoswitch":"4103|自动切换工具 (AutoSwitch)","fastworkbench":"1486|工作台性能优化 (FastWorkbench)","transcend":"6257|超越*","passive-mobs":"4536|~","create-integration":"3219|~","pro-placer":"3655|放置专家*","earlygame":"4965|~","noel-christmas-mod":"7545|~","environmental-tech":"583|环境科技*|644622","lost-thaumaturgy":"711|失落神秘 (Pengu's Lost Thaumaturgy)","crafttweaker-editor":"1921|CraftTweaker 编辑器 (CraftTweaker Editor)","geode":"6684|~","unbreaken":"1487|工具保护 (UnbreakEn)","happiness-is-a-warm-gun":"4966|~","farmers-delight-compats":"3656|~","legendary-tooltips-fabric":"5396|传说工具提示 (Legendary Tooltips)","inventory-profiles-next":"4104|一键背包整理Next*","sponsor":"4537|赞助者*|1080837","better-combat-by-daedelus":"7110|~","awesome-dungeon-the-end-edition-datapack":"5830|~","minecraft-dungeons-mod":"2358|我的世界地下城*","moar-fps":"7546|~","realistic-spiders":"6685|真实蜘蛛*","planting-dirt-for-saplings":"1045|自动植树机 (Planting dirt for saplings)|784640","spartan-shields":"2790|斯巴达之盾*|672959","unforgiving-void":"1922|不那么仁慈的虚空*","connectible-chains-forge":"6259|~","metallurgy":"322|冶金*","myrtrees":"5397|~","bitcoin":"1488|比特币*","drill":"4105|钻头*","farmers-tea":"3657|农夫的茶 (Farmer's Tea)","custom-stars":"7111|~","tehnuts-torcherino":"5831|~","flighthud":"7547|~","moretweaker":"1923|~","farmers-delight-integration":"3658|~","kvc-blocks":"4968|蛋挞君的原版补全方块篇 (KVCBlocks)|1239534","thaumic-infusion":"236|神秘注魔*","ore-tree":"4106|矿物树*|1214379","hungering-darkness":"1489|~","library-ferret-fabric":"5832|~","meal-api":"7548|~","the-magic-mirror":"3220|魔镜*","riteclicker-mod":"1924|小石子 (RiteClicker Mod)","magical-psi-redux":"3659|~","carpenters-blocks":"149|木匠方块 (Carpenter's Blocks)|461134","biome-particle-weather":"6687|~","silent-gear":"2791|寂静装备*","tiny-redstone":"5399|~","ice-and-fire-tweaker":"7113|~","seasonal-bees":"2360|季节性蜜蜂*|799196","ferdinands-flowers":"4107|~","thaumcraft":"956|神秘时代*|776706|776706","enigtech2-util":"4969|蝙蝠快乐:ET2专版 (EnigTech2 Util)","seed-drop":"7549|~","awesome-dungeon-nether-edition-datapack":"5833|~","roots-classic":"1490|根源魔法经典版*","slashblade":"2843|拔刀剑 (SlashBlade)|726664","wg-block-replacer":"1925|方块生成替换器 (WorldGen Block Replacer)|785486","ftb-backups-2":"6688|FTB备份2 (FTB Backups 2)","custom-crosshair-mod":"1047|自定义准心*|607354","soaring-clouds":"7114|~","technomancy":"540|量子魔法*","warp-theory":"755|神秘扭曲学*","between-ores":"4540|~","ae2-extended-life":"5834|~","birds-nests-fabric":"6261|鸟巢Fabric版 (Birds Nests (Fabric))","clear-water":"4108|清澈的水*","darkkore":"6689|~","extra-boats":"3222|额外船只 (Extra Boats / Boatload)","anvil-fix":"3660|铁砧修复*","extrabotany":"497|额外植物学 (ExtraBotany)|596279","forgedcarpet":"2361|~|1098345","better-blink":"1048|更好的传送*|785164","black-hole":"4541|黑洞*|1179600","lapis-stays-in-the-enchanting-table":"7115|~","simple-smeltery-accelerator":"2793|匠魂冶炼炉加速器*","fishery-expansion":"7550|~","no-increasing-repair-cost":"3661|~","hot-or-not-tfc":"6262|~","applied-energistics-2-wireless-terminals-forge":"4109|AE2无线终端Forge版*","embers-rekindled":"1491|余烬复刻版*|681929","biobomb":"1049|生物炸弹 (BioBomb)|785148","forgiving-void-fabric":"1926|仁慈的虚空 (Forgiving Void)","environmental-creepers":"4970|环保型苦力怕*","more-and-more-minerals":"4542|越来越多的矿物 (more and more minerals)","goodall":"7116|~","refined-cooking":"5836|精致厨房*","handmadegunsmodex":"2362|自定义枪械 (HandmadeGuns)|853957","outvoted":"3223|落选生物*|1144693","crafttweaker":"669|~|769481","wool-temples":"3662|羊毛神殿*","portality":"2794|~|963035","icarus-fabric":"5401|伊卡洛斯之翼Fabric版 (Icarus (Fabric))","eye-of-dragons":"6263|~","translocators-1-8":"105|转运器 (Translocators)","vending-machines-revamped":"1492|自动贩卖机 (VendingMachinesRevamped)|482613","permafrost":"4543|~","freecam-by-zergatul":"7117|~","bread-craft":"1927|面包工艺*","jade-addons-fabric":"5837|~","ferroustry":"4110|~","arrowcamfabric":"7552|~","paperdoll":"6264|纸娃娃 (PaperDoll)","equivalent-additions":"2363|等价拓展*|838238","natural-absorption":"2795|伤害吸收天赋*","the-splash-milk":"5402|喷溅牛奶 (Splash Milk)|1289975","exp-bottling":"3663|经验装瓶 (EXP Bottling)","ender-hopper":"1050|末影漏斗*|784833","thaumic-alchemy":"1493|神秘炼金学*|713264","overpowered-mending":"7553|~","feature-nbt-deadlock-be-gone":"5838|~","attribute":"3225|属性修复 - Fabric版 (Attribute Fix {FABRIC})","little-logistics":"6265|~","look-at-that":"4972|~","fastbench-for-fabric":"5403|工作台性能优化Fabric版 (FastBench for Fabric)","village-employment":"4111|村庄就业*","mixinbootstrap":"2364|~","unique-enchantments":"2796|独特的附魔*","buildersaddition":"3664|~","alchemistry":"1928|炼金化学*","mine-souls":"1051|黑魂战斗*|683570","woof":"7554|~","packmodemenu":"3226|PackMode菜单 (PackModeMenu)","illagers-wear-armor":"6692|~","scootys-plants-vs-zombies-2":"4545|Scooty的植物大战僵尸2 (Scooty's Plant Vs. Zombies 2)","show-me-what-you-got":"6266|~","advanced-peripherals":"4973|~","mob-buckets-fabric":"5404|生物桶 (Mob Buckets)","tombstone-revived":"2797|墓碑:复生 (Tombstone: Revived)","powah":"2365|~|1000888","gt-remastered":"3665|格雷科技重制版 (GT: Remastered)","simple-gamemodes":"3227|游戏模式短指令*","macaws-bridges-oh-the-biomes-youll-go":"7119|~","instant-blocks-fabric":"7555|~","damage-control":"1929|伤害控制*","hudium":"6693|~","herdspanic":"6267|~","radixcore":"1052|~","move-plus":"1495|移动方式增强*","nether-chest-fabric":"4974|~","better-furnaces-reforged":"4546|更好的熔炉重铸版 (BetterFurnaces Reforged)","deathlog":"4113|死亡日志*","travelers-backpack-integrations":"2798|旅行者背包集成 (Traveler's Backpack Integrations)","grimoire-of-gaia":"6886|盖亚魔典 (Grimoire of Gaia)|679274|679274","uniq":"3228|流体统一/物品统一 (UniQ)","better-sprinting":"7556|~","tips":"3666|提示*","extrasounds":"6268|~","compact-machines":"712|更多空间/压缩空间*","Baby-Mobs":"2799|Baby生物*","dlt2":"1053|动态蓄水槽 (Dynamic Liquid Tanks)","natural-pledge":"2366|自然誓约*|1010943","real-infinity-bow-allow-inf-mending":"5840|真正的无限弓 (Real Infinity Bow)|1148331","future-minecraft":"1496|未来的版本 (FutureVersions)","rpglevels":"7557|~","brooms":"6269|~","automatic-elytra":"4114|自动鞘翅*","Interactio":"3667|~","cobblegen":"6695|~","levelz":"4976|~","enchantable":"5407|~","macaws-fences-oh-the-biomes-youll-go":"7120|~","zombie-extreme":"6696|~","prestige":"1930|成就点*","more-berries":"2367|更多浆果*","drink-it-forge":"5841|喝下去! (Drink It!)","snow-under-trees":"7558|~","familiar-fauna":"1054|熟悉的动物*|785558","compressedblock":"2800|压缩方块 (Compressed Block)","harder-ores":"3230|更难的矿物处理*","glass-doors":"5408|玻璃门*","betterend-re-forked":"4977|更好的末地Forge重铸版 (BetterEnd Reforged)","advancement-book":"3668|进度之书*","forge-multi-part":"627|~","contenttweaker":"1497|~","modularmovements":"6697|模块化动作 (ModularMovements)","schools-of-magic-second-semester":"4549|魔法学校:第二学期 (Schools of Magic: Second Semester)","drawers-tooltip":"3669|抽屉提示*","alternate-current":"7121|~","xks-decoration":"4116|XK的装饰 (XK's Deco)|1214362","foxlib":"5842|~","elytra-physics":"7559|~","zeiyocraft":"2368|~","rune-craft":"3231|~","glasscutter":"5409|玻璃切割器 (Glass Cutter)","tinkers-tool-leveling":"1056|匠魂工具升级 (Tinkers' Tool Leveling)|646118","mining-gadgets":"4978|采矿小工具*","wildnature":"2801|狂野自然 (Wild Nature)","the-stormlight-archive-mod":"6270|飓光志*","uncle-js":"6698|~","no-unused-chunks":"7122|~","from-the-ground-up":"1498|白手起家*|830883","tails":"5843|~","endgame-materials-addons":"4117|更多终局材料*","yukarilib":"1932|~","time-stages":"2369|阶段时间*","steves-factory-manager-reborn":"367|史蒂夫工厂管理 (Steve's Factory Manager)","hammer-lib":"756|锤子核心 (Hammer Core/Hammer Lib)","novam-terram":"2802|~","wither-bones":"6699|~","quantumflux":"541|量子通量 (QuantumFlux)|668576","ponderjs":"4979|~","extrae":"6271|~","no-fade":"7123|~","geckolib":"3232|~","howling-moon-rebooted-fabric":"5844|~","arcana-rpg-final-version":"1057|神秘RPG (Arcana RPG)|529452","ravage-and-cabbage":"4118|~","energy-converters":"1933|能量桥接器 (EnergyConverters)","scout":"7560|~","thaumic-exploration":"237|神秘探险*","upgradable-crystal-tools":"5410|~","paradise-lost":"3670|天境:重生*","terrafirmathings":"2803|群峦作品 (Terra Firma Things)|1155379","botania-unofficial":"498|植物魔法非官方版 (Botania Unoffical)","projecte-integration":"6272|~","no-dragon-cheese":"5411|~","signpost":"1934|路标*","stackup":"4119|~|1026496","memory-cleaner-mod":"3233|内存自动清理*","additional-events":"2370|~","ingame-info-xml":"1058|游戏信息显示XML版 (InGame Info XML)","clumps":"1499|经验机制改革*|769015","zenstages":"7561|~","radioactive-universe":"7124|~","dark-loading-screen":"4550|深色加载界面*","mekajs":"6273|~","glassware":"5412|玻璃制品*","mechanization-datapack":"2804|机械工厂 (Mechanization)|1085049","diagonal-panes":"1935|对角线玻璃板*","majrusz-library":"4980|~","ore-flowers":"3234|矿物花卉*","artemislib":"2371|~","powerconverters-portablejims-fork":"15|能源转换 (PowerConverters)","shincollecraft":"412|深海舰队收藏 (ShinColle)|420381","antique-dragons":"6274|~","hals-exploration-mod":"4551|~","milk-plus":"5413|~","sleep-warp":"6700|~","simpledifficulty":"2805|坚定意志 (SimpleDifficulty)|1105340","farmers-delight-cookbook-addon":"4552|农夫乐事:烹饪书拓展 (Farmer's Delight Cookbook Addon)","ydms-coppergolem":"4981|YDM的铜傀儡 (YDM's CopperGolem)","forgelin":"1936|~","aqua-creepers":"3235|水下苦力怕 (Aqua Creepers!)","simple-anti-x-ray":"4120|~","completeconfig":"7126|~","badpackets":"6275|~","pams-harvestcraft-2-food-extended":"2930|潘马斯农场2 - 食物拓展 (Pam's HarvestCraft 2 - Food Extended)","diagonal-fences":"6701|~","minema":"2806|~","more-jellyfish":"3673|更多水母*","chococraft-3":"4982|~","heads-down-display":"4553|~","craftguide":"106|G键合成表 (CraftGuide)|117634","all":"1937|~","extrastorage":"3236|更多存储 (ExtraStorage)","furnish":"5848|~","fixmyspawnr":"7127|~","modifiers":"5414|重铸*","breakme":"4121|~","wondrous-wilds":"7563|~","mystcraft":"150|神秘岛*","iammusicplayer":"5849|~","easy-ladders":"3674|~","jumpy-boats-fabric":"6702|跳跃的船(Fabric/Quilt) (Jumpy Boats(Fabric/Quilt))","easy-retrogen":"2373|简易重生成*|793640","chococraft-plus":"4983|~","tfctech-unofficial":"2807|群峦工业非官方版 (TFCTech Unofficial)","mrcrayfish-more-furniture-mod":"4554|MrCrayfish 的更多家具 (MrCrayfish's More Furniture Mod)","thermal-locomotion":"3237|热力运输*","truly-treasures":"7564|~","customnpc-plus":"5415|自定义NPC+ (CustomNPC+)","mod-info-command":"4122|~","undead-army":"6277|~","exp-ore-block-mod":"1938|经验矿石 (Exp Ore)","beta-dannys-expansion":"3675|~","travel-huts":"4984|~","dynamic-surroundings-huds":"1500|动态环境:信息显示 (Dynamic Surroundings: HUDs)","magic-cookies":"585|魔法饼干*|710008","extraplayerrenderer":"2374|额外玩家渲染 (ExtraPlayerRenderer)","external-tweaker":"3238|~","hexxit-gear-fabric":"4123|~","critters-and-companions":"7129|~","ironagefurniture":"6278|~","multi-world":"4555|~","where-is-it":"7565|~","lovelyrobot":"1060|萌化机器人 (LovelyRobot)|680093","velocity-based-damage":"6704|~","ingredient-extension-api":"5416|~","inventory-tweaks-renewed":"3676|~","notenoughheroes":"5850|~","expandability":"4985|~","rwbym":"2375|~|998968","arrp":"3677|高级运行时资源包 (Advanced Runtime Resource Packs)","minekea-fabric":"6279|~","morebiomesxl":"3239|~","buffed-tools":"4124|属性工具*","invmove-forge":"2809|边拿边走 (InvMove)","relicex":"7566|~","crafting-tweaks-fabric":"1501|合成辅助 (Crafting Tweaks)|682072","no-telemetry":"6705|~","pirates":"5851|海盗*","the-titans-mod":"628|泰坦生物 (The Titans)|730072","squirrels":"4986|松鼠*","tameable-arachne":"1061|萌化女妖*|445196","tougher-glass-fabric":"3678|~","libnonymous":"2376|~","thaumcraft-nei-plugin":"4125|神秘时代NEI插件 (Thaumcraft NEI Plugin)|357554","led":"7567|发光二极管 (Light Emitting Diode)","school-mod-forge-1-14":"324|学校 (School Mod)","comics-bubbles-chat":"5852|~","memorytester":"7130|~","aquaculture":"281|水产业2/水产品2 (Aquaculture 2)","ftb-power-pots":"4987|~","skillable":"1062|~","wireless-networks":"5418|~","aeble":"6280|~","galacticraft-legacy":"194|星系 (GalactiCraft)|802464","differentiate":"3679|~","moarrecipes":"4126|更多的配方 (MoarRecipes)","shattered-moon":"2377|~","i-dont-need-stone":"7568|再见 圆石 (I DON'T Need Stone)","terralith":"4557|~","limelib":"1502|~","notes":"3240|笔记*","fabric-extended-armor-bars-forked":"5853|~","compass-manhunt":"5419|~","autofish-for-forge":"2810|自动钓鱼Forge版 (AutoFish for Forge)","lunatriuscore":"1063|~","trident-mod":"6281|三叉戟 (Trident)","the-graveyard-fabric":"4988|墓园 (The Graveyard)","cookie-core-fabric":"3680|~","luminium":"4127|~","overworld-two-forge":"4558|~","sparks-hammers":"1503|重锤火花*|658384","create-chromatic-return":"6708|~","image-world-generator":"3681|图片地图转换器*","tinkersurvival":"2378|匠魂生存 (Tinkers' Survival)|811651","stare-till-they-grow":"3241|盯到它们熟为止! (Stare Till They Grow!)","custom-professions":"6282|自定义村民职业 (Custom Villager Professions)","spin-to-win":"1064|旋转剑技 (Spin to Win)","nether-agriculture":"4989|下界农业*","inductive-logistics":"3682|集成物流*","eating-animation-fabric":"5854|进食动画 (Eating Animation)","gregic-additions":"1941|~","xl-packets-fabric":"4559|XL数据包 (XL Packets)","fogbox":"7133|~","portablecraft":"2379|便携物品 (PortableCraft)|784442","vm-computers":"3242|虚拟电脑 (VM Computers)","deadly-monsters":"1504|致命怪物*|666749","industrial-upgrade":"2811|工业升级*|1038987","coffee-spawner":"6709|~","dripsounds-fabric":"5855|~","vanillaautomation":"1505|原版自动化 (VanillaAutomation)","inventory-free":"3243|无物品栏 (Inventory-Free)","instantlava":"1942|无限岩浆 (InstantLava)|684726","betterbeginnings-mod":"456|更好的开局 (Better Beginnings)","soft-blocks":"1065|柔软方块*|785967","colorize":"7570|~","blocksniffer":"542|方块探测 (Block Sniffer)","rpgstats":"2812|~","deconstruction-table":"238|解构工作台*|825992","real-time-chat-translation-mod":"671|实时聊天翻译*","better-horse-hud":"5856|~","automatic-path":"3684|~","nextspring-fabric":"6284|化作春泥更护花 (NextSpring)","angry-pixel-the-betweenlands-mod":"499|交错次元/黑暗沼泽 (The Betweenlands)|804242","lots-of-shields":"7135|~","no-magic-milk":"7571|~","timber-mod":"6710|~","datapackrecipemaker":"2813|数据包配方助手 (Datapack Recipe Maker)|1087231","rftools-storage":"4560|RF工具:存储 (RFTools Storage)","thermopolium":"5857|汤饮铺*|1314208","psionic-utilities":"6285|~","exlines-furniture":"5420|~","randompatches-integration":"3245|~","vanilla-immersion":"1507|立体工具方块*|726263","iguanatweaks-reborn":"4130|蜥蜴微调重生 (IguanaTweaks Reborn)","conjuring":"4990|~","powered-food":"7572|~","sophisticated-storage":"6711|精妙存储*","never-needed-or-wanted":"2814|~","lucent":"6286|~","rftools-builder":"4561|RF工具:建造机 (RFTools Builder)","bubble-column-elevator-backport":"3246|1.13水域机制 (1.13 Water Mechanics)","enter-the-void":"4131|进入虚空 (Enter the void)","umu-little-maid":"7137|~","heartblock":"1066|生命方块 (HeartBlock)|786355","advanced-lootable-weapons":"6712|~","awesome-dungeon-datapack":"4991|~","morevanillalib":"3686|~","enchantment-descriptions":"1945|附魔描述*","better-than-bunnies":"2381|给兔子戴上礼帽*|769012","tinkers-archery":"5421|工匠箭术 (Tinkers' Archery)","spirit":"7573|~","togglesneak":"6287|~","ama-damage-indicator":"2815|~","basic-nether-ores":"3247|基础下界矿石*|1136294","what-the-bucket":"6713|~","terraqueous":"1509|地灵云心/海树山花*","vanilla-excavators-forge":"3687|~","designer-modeling":"5422|设计师建模*","tensura-mod-that-time-i-got-reincarnated-as-a-slime":"4132|关于我转生变成史莱姆这档事 (Tensura Mod -That time I got reincarnated as a Slime)","streak":"1946|残影*","iron-apples":"6288|~","spawncontroller":"1067|自定义怪物生成 (SpawnController)|786558","loot-games":"7138|战利品游戏*","thaumic-potatoes":"586|神秘土豆*","nuclearcraft-reactor-builder":"3248|核电工艺反应堆建造机 (NuclearCraft Reactor Builder)","arcane-essentials":"2382|奥术精要*|878611","nethers-delight":"4563|下界乐事 (Nether's Delight)","netherite-horse-armor-mod":"5423|下界合金马铠*","actually-additions-fluxified":"6289|~","quickhomes":"6714|~","dttc":"1947|动态的树:神秘时代附属 (Dynamic Trees - Thaumcraft Compat)","out-of-sight":"4992|~","elytra-bounce":"7575|~","orderly-fabric-2-0":"5860|~","real-time-clock":"6715|~","wearable-backpacks":"1068|可穿戴背包*|664777","farmers-extra-foods":"4564|农夫的拓展食物 (Farmer's Extra Foods)","pams-harvestcraft-2-food-core":"3249|潘马斯农场2 - 食物核心 (Pam's HarvestCraft 2 - Food Core)|1000336","netherite-horse-armor-fabric":"5424|下界合金马铠 (Netherite Horse Armor)","speedometer":"4134|速度表*","dtbop":"1948|动态的树:超多生物群系附属 (Dynamic Trees - Biomes O' Plenty Compat)|798337","morevanillatools":"3689|更多原版工具 (MoreVanillaTools)","initial-inventory":"1510|自定义初始物品*|1037306","decorative-blocks-modded-compat":"4993|装饰方块模组兼容 (Decorative Blocks modded compat)","no-report-button":"7576|~","the-aurorian":"2383|极光幽境*","ex-nihilo-omnia":"714|无中生有-世间万物*|631637","magic-circle":"2817|阵法*|929326","enchiridion":"629|~","tardim":"6716|~","tinkers-delight":"4565|工匠乐事 (Tinker's Delight)","netherite-elytra":"5425|下界合金鞘翅*","mana-wizardry":"7577|~","interaction-wheel":"1511|~","camp-chair":"4994|~","dynamic-trees-compatibility-for-climatic-biomes":"1949|动态的树:气候生态群系附属 (Dynamic Trees Compatibility for Climatic Biomes)","ydms-scorpions":"7140|YDM的蝎子 (YDM's Scorpions)","egg-auto-hatch":"2384|鸡蛋自动孵化*","witchery":"325|巫术*|314815","crash-utilities":"2818|~","aether-extra-structure":"6717|天境结构拓展 (Aether Extra Structures)","dank-storage-fabric":"6290|~","falling-leaves-forge":"4135|落叶 (Falling Leaves (Forge))","entity-texture-features-fabric":"5862|~","auto-reconnect":"7141|~","aileron":"7578|~","size-matters":"4995|~","eki-lib":"3250|~","water-strainer":"1512|滤水器*","capability-adapter":"1950|ME功能适配器 (ME Capability Adapter)","sculk-plus":"5863|~","heart-drop":"1069|生命汲取*","colorful-health-bar":"3690|~","eldritch-mobs":"2819|~","performant":"2385|性能优化*","pixelgamewizards-banded-torches":"6291|~","chalk":"4996|~","text-damage-indicators":"7142|~","more-tcon":"5427|更多匠魂材料 (Moar TCon)","creeper-confetti-fabric":"5864|烟花苦力怕Fabric版*","tipline":"3691|~","tube-transport-system":"2386|管道传输系统*","recall":"7143|~","luckytnt":"6719|~","project-bench":"282|高级工作台*","tf2-stuff-mod":"1951|军团要塞2 (TF2 stuff mod)|887461","dynamic-trees-byg":"6292|动态的树:你将去的生物群系附属 (Dynamic Trees - Oh The Biomes You'll Go)","chalk-fabric":"4997|~","majruszs-accessories":"4568|Majrusz的配件 (Majrusz's Accessories)","tinkers-skyblock":"1513|匠魂空岛 (Tinkers' Skyblock)","exlines-emerald-equipment":"5428|~","double-jump-attribute":"5865|~","monster-coin":"7144|~","mob-control-wands":"1952|怪物控制魔杖*","nodami":"3252|伤害免疫机制移除 (No Damage Immunity)","thermal-casting":"758|热力铸造室*","omlib":"1070|开放式炮台库 (OMLib)","ultimate-plane-mod":"3692|终极飞机*","water-2-mana":"4569|~","exlines-candy-mod":"5429|~","overweight-farming":"5866|~","custom-entity-models-cem":"4138|自定义实体模型 (Custom Entity Models)","dotcoin-mod":"7145|~","gamma-utils":"6720|~","transmutation-alchemy-revival":"2388|~","comfort-magic":"6294|~","astrological-sorcery":"3253|星占魔法*","healthcare":"5867|~","farmers-delight-fabric":"2820|农夫乐事 (Farmer's Delight)","yarcf":"4999|合成冲突消除 (Yet Another Recipe Conflict Fixer)","simple-voice-chat":"3693|简单的语音聊天*|1232171","utility-mobs":"457|工具怪物*","pickle-tweaks":"6721|~","betterloadingscreen":"5868|加载画面改良 (Better Loading Screen)|1314925","dragonapi":"543|~","super-potato":"7146|超级土豆*","colored-lights-fabric":"6295|~","immersive-weapons-compatibility-bridge":"7581|~","efab-ct-bindings":"3254|~","tweakmyclient":"4139|~","diet-hoppers":"1514|漏斗碰撞箱修复*","athenaeum-1-16":"1954|~","not-enough-milk":"3694|~","artifacts-fabric":"2821|奇异饰品 (Artifacts)","extra-spells-electroblobs-wizardry":"2389|额外咒语 (Extra Spells)","dps-chaoscraft":"6722|~","dynamictrees":"1071|动态的树/有活力的树 (Dynamic Trees)|771545","fabric-title-changer":"5869|~","renamer":"5430|代号名称*","custom-fog":"7147|~","biomes-far-away":"6296|~","forestry":"5|林业*|708812","gameidiots-craftable-wizardry-items":"7582|~","merry-christmas":"1072|圣诞箱子 (Merry Christmas!)|786210","unicode-font-fixer":"414|Unicode字体修复 (UnicodeFontFixer)|398402","ancient-spellcraft":"2390|古代咒法*","golden-hopper":"3255|金漏斗*|1109760","mechanized-steam-power":"2822|机械化蒸汽动力*","ewewukeks-musket-mod":"3695|ewewukek的火枪模组 (ewewukek's Musket mod)","ore-excavation":"1955|矿石挖掘*|1033991","extrabiomesxl":"50|更多生态群系 (ExtraBiomesXL)","better-runtime-resource-pack":"6297|更好的运行时资源包*","craft-hacks":"7583|~","xl-food-mod":"1515|超多食物 (XL Food Mod)","torcherino":"587|加速火把*|788894","cloud-control":"1073|可控制的云*|785903","lovely-snails":"4140|可爱蜗牛*","wizardry-golems":"3256|巫术傀儡*","dynamictreestfc":"2823|动态的树:群峦传说附属 (Dynamic Trees-TFC)","moyai":"6724|~","oc-xnet-driver":"7149|~","stone-chests":"1956|石箱子*","serene-seasons-harvestcraft2-compat":"7584|~","the-herobrine-mod-1-7-10":"5432|~","ends-delight":"6298|末地乐事 (End's Delight)","moving-elevators":"2391|~|1009680","window-title-changer":"5870|~","ourse-mod":"4141|~","irisshaders":"3697|~|1161271","craft-and-hunt":"4572|狩猎工艺 (Craft and Hunt)","mega-meteors-mod":"6725|~","real-first-person-render":"500|真实的第一人称 (Real First-Person Render)|773042","soot":"1516|烟尘*","goat":"7585|~","lucky-block-avaritia":"2824|无尽幸运方块 (Lucky block avaritia)","zombie-ore":"1074|矿石僵尸 (Zombie ore)|786883","kjlib":"1957|KJ库 (KJLib)","last-sword-you-will-ever-need-mo":"715|最终之剑 (The Last Sword You Will Ever Need Mod)","aquatic-armors":"5433|~","clipboard":"4142|备忘录*","natures-starlight":"6299|~","immersive-industry":"5434|沉浸工业*","tmats":"4573|~","drones":"5000|~","dynamic-trees-the-twilight-forest":"2825|动态的树:暮色森林附属 (Dynamic Trees-The Twilight Forest)","iron-chest-minecarts":"1958|更多箱子矿车*","interstellar-exoplanets":"2392|星际:系外行星 (Interstellar: Exoplanets)|1105540","crimson-nbt-tags":"4143|~","meanmobs":"1075|残忍怪物 (MeanMobs)|786377","hp-spells":"1517|哈利·波特:法术 (Harry Potter Spells)|843371","lightmans-currency":"5435|~","ticbc":"5001|~","chambers":"3699|处理仓*","simple-autofish":"7587|~","zyins-hud":"1076|~","the-afterlight":"4574|隐光之域*","devtech":"3259|GTCEu-CrT开发套件*","nether-chest":"1959|下界箱子*","portal-gun":"63|传送枪*|777495","hellfire-fireball-launcher-fabric":"5436|地狱火:火焰弹发射器 (Hellfire: Fireball Launcher)","mixinbootstraplegacy":"6728|~","infini-tic":"2393|~","recurrent-complex":"1518|自然建筑生成*|923814","drp-global-datapack":"2826|全局数据包 (DRP - Global Data Pack)","thaumcraftgates":"370|神秘管道 (ThaumcraftGates)","growthcraft-community-edition":"326|生长工艺 (GrowthCraft)","ydms-glare":"7153|YDM的怒目怪 (YDM's Glare)","guild":"5437|~","tinkers-planner":"4575|匠魂蓝图 (Tinker's Planner)","extra-disks":"2394|更多磁盘*","freecam":"6729|~","caupona":"7154|分茶*|1370419","stimmedcow-nomorerecipeconflict":"630|合成冲突消除 (NoMoreRecipeConflict)|237776","mob-farm-nerfer":"2827|~","capabilityproxy":"1519|功能代理 (CapabilityProxy)","meetle":"5003|~","water-physics-overhaul":"4145|~","playing-cards":"4576|~","mob-kill-messages":"1960|击杀信息通知*","endless-deep-space":"5438|无尽深空*","ydms-iceologer":"7155|YDM的冰术师 (YDM's Iceologer)","optiforge":"2395|~","alloygery-and-you":"6300|~","blood-in-the-water":"2828|~","robins-ruby-mod":"5876|~","omo":"7589|~","tarot":"5004|塔罗*","netherless":"4146|~","practical-logistics-2":"673|实用物流监控2*","rainbow-oak-trees-2":"4577|彩虹橡树2*","fabric-sculk-worm":"7156|~","betterdispenser":"1962|能喂食的发射器 (Better Dispenser)","custom-game-rules":"6301|~","rough-tweaks":"1078|难度调整*","electricraft":"544|电力工艺 (ElectriCraft)","magic-seeds-for-electroblobs-wizardry":"2396|巫术学魔法种子 (Magic seeds for Electroblobs Wizardry)","forcecraft":"5005|力量工艺 (ForceCraft)","thermal-smeltery-redux":"759|热力冶炼厂重置版*","auto-ore-dictionary-converter":"4147|~","sodium-extra":"3701|钠 · 扩展*","bio-technik":"2829|~","mapfrontiers":"4578|地图边界 (MapFrontiers)","lava-walker":"6302|~","shulkerboxdisplay":"1963|潜影盒显示器 (ShulkerBoxDisplay)|912440","reauth-fabric":"1520|~","right-click-harvest":"5006|右击收割 (Right-Click-Harvest)","dynamic-trees-for-sakura":"5440|动态的树:樱附属 (Dynamic Trees for Sakura)","animationrecorder":"6731|动图记录 (AnimationRecorder)|1353791","apex-guns":"7157|Apex 枪械工艺*","grind-enchantments":"3702|砂轮增强*","pretty-pipes":"6303|更好的管道*","elytraboosters":"4148|~","advanced-fishing":"5441|~","custom-content-packs":"5007|~","just-needed-fabric":"5879|~","customizable-elytra-fabric":"4579|可自定义鞘翅 (Customizable Elytra)","mycommands":"1964|我的命令 (MyCommands)|588293","voice-chat":"3703|语音聊天*","autoverse":"1521|~","extra-alchemy":"2397|扩展炼药*|871236","mushroom-additions":"7590|~","craftable-nether-star":"588|~","cobblegenrandomizer":"4149|~","cake-chomps-fabric":"5008|~","xnet-gases":"3705|~","hunger-overhaul":"458|饥饿改革*|785119","beyond-the-veil":"2398|帷幕彼端*|1109481","transprot":"1522|运输*","victorymod":"6305|~","nodami-remake":"5880|伤害免疫机制移除重制版 (NoDamIRemake)","kronhud":"6734|~","bettertabs":"5443|~","filing-cabinets-refurbished":"3706|~","biomes-o-plenty":"108|超多生物群系 (Biomes O' Plenty)|814732","lod-level-of-detail":"5009|~","puzzles-lib-fabric":"4580|~","jurassic-world-reborn-mod":"3265|侏罗纪世界重生*","cryptic-assets-pack":"6306|~","had-enough-items":"5881|HEI物品管理器*","shared-ender-chest":"6735|共享末影箱*","unique-enchantments-base":"4581|独特的附魔:基础*","lanteacraft":"415|星际之门 (LanteaCraft)","project-the-void":"7592|项目 -虚空- (Project the Void)","classy-hats":"5444|时髦帽子*","the-disenchanter-mod":"1080|祛魔台 (The Disenchanter)","the-last-sword-you-will-ever-need-reboot":"716|最终之剑:重生*","default-world-generator-port":"1523|~","dynamicregistries":"6307|~","worldinfo":"5882|~","no-beacon-beams":"6736|无信标光柱*","better-questing-standard-expansion":"1524|更好的任务-基础扩展 (Better Questing - Standard Expansion)","hwyla-addon-horse-info":"7160|~","hearth-well":"1968|~|909385","unified-resources":"4150|~","bedbreakbegone":"5445|~","dropz":"3708|~","ice-and-fire-rotn-edition":"7593|~","maple-syrup":"2399|枫糖*|1014291","ore-stages":"4582|矿石阶段*","astromine-fabric":"2832|天体矿工 (Astromine: Complete)|1068634","betterp2p":"5010|更好的P2P支持 (Better P2P)|1270402","postal-pigeons":"7161|~","bq-multiblock-structure-integration":"5446|更好的任务-多方块与结构扩展 (Better Questing - Multiblock and Structure Integration)","minescript":"7594|~","among-us-mobs":"6308|~","carry-on":"1081|搬运*","figura":"3709|~","nuclear-control-2":"24|核电控制2*","farmers-respite":"6737|农夫暇事 (Farmer's Respite)","block-helper":"5884|~","rustic-thaumaturgy":"2833|神秘乡村*","ob-aquamirae":"5011|~","krays-magic-candles":"4583|~","cardboard":"3267|~","bqtweaker":"5447|~","exchangers":"1525|方块交换器*","no-capes":"7595|禁用披风*","among-us":"6309|在我们之中*","wooden-buckets":"4151|木桶*","swagoween":"7162|~","nuclear-tfc":"5012|~","thaumcraft-localization-optimizer":"4584|神秘时代本地化优化*","hypnos":"5448|~","no-nether-portals":"4152|~","tea-and-biscuits":"1970|茶和饼干*|820208","flexible-tools":"1526|灵活的工具*","better-than-llamas":"1082|更好看的羊驼*","no-lag-tickratechanger":"7163|~","crafting-mania":"6739|~","tinker-i-o":"631|工匠接口 (Tinker I/O)|727609","apocalypsecraft":"7596|~","blood-particles":"2400|血液粒子效果*|990913","collision-damage":"5449|~","crimson-revelations":"3269|血腥启示 (Crimson Revelation)","thallium":"2835|铊*|1088212","beehivetooltips":"4153|蜂巢工具提示 (BeehiveTooltips)","drink-beer-forge":"4585|喝啤酒啦 (Drink Beer)","alcocraft-beer-and-stuff":"7164|~","energyadditions":"674|高级能源 (EnergyAdditions)","gregicprobe":"5887|~","universal-ores-fabric":"6310|~","mcree_highnoons-enchantments":"7597|McRee_HighNoon的附魔 (McRee_HighNoon's Enchantments)","controllable":"1971|手柄控制*","autopilot-fabric":"3711|~","loot-goblins":"6740|~","just-more-cakes":"5013|只是更多的蛋糕! (Just More Cakes!)","dimensional-control":"1527|维度控制*","dynamic-surroundings-fabric-edition":"1083|动态环境/动态环绕 (Dynamic Surroundings)|813490","candycraft":"545|糖果世界 (CandyCraft)|459723","nyx":"2401|~","emerald-tools-armour":"4586|~","haema":"2836|~","genetic-animals":"1972|遗传动物*","skylib":"6741|~","gregtech-5-unofficial":"327|格雷科技5 (GregTech 5)|352465","image-mod":"5014|~","canary":"7598|~","applied-energistics-2-wireless-terminals":"3712|AE2无线终端*","project-74246":"5450|毁灭地牢 (Doomlike Dungeons)","lieutenant":"2402|~","environmental-core":"3270|~","hidden-recipe-book":"4587|隐藏配方书*","evil-ores":"2837|~","valkyrien-warfare":"1528|瓦尔基里天空/瓦尔基里战争 (Valkyrien Skies/Valkyrien Warfare)|804503","project-copper":"6312|~","stone-chest":"1973|石头箱子*","alfheim":"1084|亚尔夫海姆*|809440","appliedenergisticstweaker":"3713|~","buddycards":"4154|巴迪卡牌*","dynamic-trees-defiled-lands":"5451|动态的树:污秽之地附属 (Dynamic Trees - Defiled Lands)","better-give":"7599|~","travelers-index":"5889|~","autoreconnect":"7167|~","matthews-difficulty-mod":"2403|~","reinforced-barrels":"5015|增强木桶*","tbscclick":"6743|~","bigger-crafting-tables":"3271|~","pirates-and-looters-mod":"6313|~","unsuspicious-stew":"2838|炖菜解谜/炖菜效果显示*","iron-shulker-boxes":"1974|更多潜影盒*","sleeping-bags":"3714|睡袋*","xaero-map-addition":"5452|~","tfc-seasonal":"2839|~","covers-everywhere":"3272|万用覆盖板*","spyglass-zoom":"5016|望远镜变焦*","old-combat-system":"2404|旧版战斗系统*|983861","expanded-caves":"4155|~","kibe":"4588|羊肉面饼实用设备 (Kibe Utilities)","veinminer":"589|连锁采矿/矿脉矿工 (Vein Miner)|387183","ender-storage-1-8":"76|末影存储 (Ender Storage)|870812","mob-battle-mod-fabric":"1085|怪物大乱斗 (Mob Battle Mod)|582695","mass-inscriber":"3715|~","item-scroller":"1529|~","modern-elevators-and-escalators":"6744|现代电梯与扶梯 (Modern Elevators and Escalators)","dusk":"7169|~","mob-dismemberment":"1975|怪物肢解*","lambdacontrols":"5453|Lambda 的控制优化 (LambdaControls)","npc-variety-port":"5017|NPC变体 (NPC Variety)","mo-villages":"3273|更多村庄 (Mo' Villages)|814563","poisoncraft":"4589|毒药工艺 (Poison craft)","vampires-need-umbrellas":"2405|~","apples-plus":"284|更多苹果 (Apples+)","copper-craft":"7170|铜制工艺*","brcore":"760|~","inventorio-forge":"4157|~","itemchat":"6315|~","ducky-mod":"5454|~","just-enough-effects":"5018|~","zoo-wild-animals-rebuild":"1976|野生动物园:重制版 (Zoo & Wild Animals Rebuilt)","smooth-font":"1086|平滑字体*|781290","extrabotany2":"7171|额外植物学重置版 (ExtroBotany)","zonkos-monsters":"7600|~","dimension-data-fix":"5891|维度数据修复*","extra-inventory":"6746|~","hypnotics":"2406|安眠药 (hypnotics)","inventoryneko":"3274|~","kottle":"1977|~","incorporeal-2-rhododendrite":"5019|幻想多媒体2 (Incorporeal 2 + Rhododendrite)","random-title":"3717|随机标题*|980991","dude-wheres-my-blocks":"1087|谁动了我的合成表 (Dude where's my blocks)","imblockerfabric":"2840|输入法冲突修复 (IMBlockerFabric)|1090731","resident-evil-8-mod":"6317|生化危机8 (Resident Evil 8)|1206189","better-advancements":"1530|更好的进度*|1109188","gtce-bees":"5892|~","chroma-concrete":"6747|~","tetratic-combat":"7601|~","villager-market":"2407|村民市场*","terramine":"7172|~","more-curios-totems-of-undying":"4158|~","quartz":"5456|~","solar-forge":"6318|~","astikorcarts":"3718|~","lucraft-core":"1531|~","customdrones":"1978|自定义无人机 (Custom Drones)|608228","saomclib":"2841|~","aeinfinitybooster":"7173|~","jei":"459|JEI物品管理器 (Just Enough Items)|1175372","dracovita-delight-a-farmers-delight-add-on":"6748|~","loading-screens":"3275|自定义加载画面*","reskillable":"1088|~","colored-allays":"6319|染色悦灵*","all-the-blocks":"5457|~","invsync-fabric":"3719|背包同步 (InvSync)","survival-utilities":"2842|生存工具*","fastload":"7602|~","endertech-infinity":"7174|~","gobber-delight-a-farmers-delight-add-on":"6749|~","selene":"4159|~","einsteins-library":"5021|~","call-to-battle-2-authentic-world-war-2-experience":"1979|战争召唤2 (Call To Battle 2)","progressive-bosses":"1532|进化的BOSS*|843928","detail-armor-bar-forge":"4590|细节盔甲 (Detail Armor Bar)","ofms-crisis-ridden":"3276|OFMS:危机重重 (OFMS:crisis-ridden)","allthemodium":"5458|~","armory-expansion-bits-and-pieces":"5895|~","more-frogs-fabric":"7175|更多青蛙 (More Frogs)","dramatictrees":"7603|~","betteroffhand":"1089|更好的副手 (BetterOffhand)|788841","worldshape":"5022|~","woot":"632|生物工厂*","persistent-bits":"1533|~","advanced-generators":"675|高级发电机*","wings-horns-hooves-the-ultimate-unicorn-mod":"4591|~","dupefix-project":"3277|~","ato":"5459|~","matter-overdrive-community-edition":"5526|超能物质社区版 (Matter Overdrive: Community Edition)","journeymap":"198|旅行地图 (Journey Map)|612917","electrostatic-tinkers-toys":"5896|~","robinhood":"7604|~","portal-blocks-2-0":"2844|传送门方块 (Portal Blocks)|1077770","linear":"2409|线性放置*|817264","jea":"3720|JEI进度 (Just Enough Advancements)","rslargepatterns":"5023|精致存储大样板 (Refined Storage Large Patterns)","ore-control":"3278|矿物控制*","rc-roads":"1534|真实公路 (RC Roads)","banhammer":"5897|~","slimecraft-add-tools-etc":"2845|~","project-rankine":"4592|兰金计划*","compatibilitylayerforcustomskinloader":"4160|万用皮肤补丁兼容层 (CompatibilityLayerForCustomSkinLoader)|1109996","trajans-core":"7605|~","b0bgarys-growable-ores":"241|可生长矿石 (B0bGary's Growable Ores)","phantasm":"6321|~","et-futurum-requiem":"3721|~","twitch-chat-integration":"3279|Twitch信息显示*","some-like-it-dry":"1980|~","slabgen":"5898|~","no-potion-shift":"4161|~","emoticons":"1535|动作表情*|831515","stop-hiding":"7606|~","gendustry-jei-addon":"5024|~","just-enough-effect-descriptions-jeed":"5460|JEI药水效果 (Just Enough Effect Descriptions)","emerald-craft-mod":"6322|绿宝石工艺*","tinkers-mechworks":"4593|~","entity-spring":"1090|实体弹簧*|788317","better-op":"3722|更好的OP*","immersive-portals-mod":"2410|沉浸式传送门 (Immersive Portals)|1177771","potioncraft":"5899|~","moreswordonline":"2847|动漫神域 (MoreSwordOnline)","create-big-cannons":"7178|机械动力:火炮*","simple-diving-gear":"1536|简单的潜水装备*","yungs-better-caves-fabric":"1981|YUNG的洞穴优化 (YUNG's Better Caves)","extinguish-by-uss_shenzhou":"6752|灭 (Extinguish)","roughly-enough-professions-rep":"6323|REI工作方块 (Roughly Enough Professions)","statement":"5025|~","hostile-neural-networks":"5461|~","qdc-quantum-dis-assembly-craft":"4594|量子拆解工艺 (Quantum Dis-Assembly Craft)","fastworkbench-minus-replacement":"3723|~","simple-world-timer":"7608|~","fastanim":"7179|~","compatskills":"1091|~","tfcraft":"2104|群峦传说 (TerraFirmaCraft)|887732|887732","camera-mod":"2848|照相机*|1162901","biome-makeover":"6753|生物群系改造*","universalbestiary":"2411|~","just-enough-energistics-jee":"1537|~","sophisticated-core":"6324|精妙核心*","resynth":"1982|神农科技*|916667","mo-cakes":"5462|更多蛋糕 (Mo' Cake)","william-wythers-overhauled-overworld":"4595|~","mutant-more":"5026|更多突变生物*","ftb-library-legacy-forge":"718|FTB Library(旧版) (FTB Library (Forge) (Legacy))","ironman":"1538|钢铁侠 (IronMan)","demonslayer":"4163|鬼灭之刃 (Kimetsu no Yaiba)|1220110","crimson-compass":"3724|绯红指南针*","throwable-blocks":"6754|~","heartdrops":"2849|生命汲取 (Heart Drops)","recursive-resources":"7609|~","edibles":"6325|~","avaritia-lite":"3282|无尽贪婪精简版*","infinite-music":"4596|~","rubidium-extra":"7180|铷 · 扩展*","autumnity":"2412|秋原*|1021372","atlas-lib":"5900|~","chunk-animator":"1539|区块加载动画*","fishing-made-better":"5463|更好的钓鱼*","just-enough-keg":"5028|~","nautilium":"4164|鹦鹉螺*","reach-fix":"6326|~","industrial-expansion-te-addon":"761|工业扩充(TE附属) (Industrial Expansion [TE Addon])","flatworld":"1983|开山棒 (Flat World)|675894","ancient-warfare-3":"6755|古代战争3*","cobbler":"4597|可靠的潜影贝工厂 (Shulker's Faithful Factories/Cobbler)","less-feature":"7181|更少的特性 (Less Features)","avaritia-tweaks":"1092|~","blood-smeltery":"5901|~","minesweeper-mod":"154|扫雷 (Minesweeper)","worldgeneration-profiler":"2413|~","paleolithic-revolution":"5029|~","neon-craft-2-mod":"5464|霓虹灯艺2*","auto-attack":"4165|自动攻击*","packmenu":"3283|~","inventory-actions":"7610|~","nether-fast-transport-layer":"4598|~","lootjs-forge":"6327|~","mores-fabric":"7182|~","tinkers-memes":"5902|~","observerlib":"2850|~","no-chat-reports":"6756|禁用聊天举报*|1355259","mjrlegendslib":"1093|~","craftstudio-api":"1540|~","chunk-in-a-globe":"2414|球内区块*","pymtech":"1984|皮姆科技 (PymTech)","architects-dream":"5465|建筑师之梦 (Architect's Dream)","ryoramas-terraria-mod":"3726|~","tamagotti":"4166|~","chat-sounds":"6328|~","custom-stuff-3":"503|自定义物品3*","bnbgaminglib":"3284|~","tinkers-golems-addon":"5903|~","zen-summoning":"2851|~","valleycraft":"6757|~","tactical-fishing":"7183|~","the-outer-end":"4599|~","dye-it-yourself":"1094|自动染色*|789349","haunted-harvest":"7612|~","steves-workshop":"3727|~","dragon-mounts-legacy":"2415|龙骑士重置版 (Dragon Mounts: Legacy)","advancement-screenshot":"6329|~","travellers-gear":"1541|旅者之器 (Traveller's Gear)","better-shields":"5030|更好的盾牌*","corail-tombstone":"1985|Corail的墓碑 (Corail's Tombstone)|913702","tinkers-addons-fork":"5904|~","ignition-enderbags":"5466|~","console-hud":"3285|原主机版界面特性 (Console Experience)","no-xp-bar":"6758|~","campanion":"2852|野营物品*","upgraded-ender-chests":"3728|高级末影箱*","token-enchanter":"7184|~","yungs-bridges-fabric":"5031|YUNG的桥 (YUNG's Bridges)","piston-expansion":"1095|活塞拓展*|789538","correlated":"5467|~","dungeonsenhanced":"7613|~","ydm-ygo-dueling-mod-ii":"3729|~","fisks-superheroes-2":"1542|菲斯克的超级英雄 (Fisk's Superheroes)|806138","towers-of-the-wild-additions":"6759|~","signal":"4168|讯号*","reagenchant":"5905|~","igiexteneded":"7185|IGI 信息扩展 (IGIExteneded)","fruit-trees":"2416|果树 🍊 (Fruit Trees 🍊)|976516","millenaire":"46|千年村庄 (Millénaire)|93223","wolves-with-armor-forge":"2853|狼铠 (Wolves With Armor)","all-loot-drops":"6330|~","underwater-rails":"1096|水下铁轨*|789443","project-red-transmission":"5032|红石计划:传导 (ProjectRed - Transmission)","create-crystal-clear":"7614|机械动力:晶莹剔透 (Create: Crystal Clear)","journey-into-the-light-mod":"2417|光明之旅·神之本质 (Journey Into the Light · Essence of the Gods)|1128195","notenoughkeys":"373|更好的按键控制 (Not Enough Keys)","bdlib":"676|~","realistic-horse-genetics":"4169|真实马匹遗传*","jeiaddons":"460|~","get-exp-for-everything":"2854|万物皆可获得经验 (Get exp for everything)","day-dream":"5033|~","no-mob-spawning-on-trees":"5469|~","world-of-pure-imagination":"6760|想象界 (World of Pure Imagination)","landofsignals":"7187|~","versioner":"3730|整合包版本工具*","sim-u":"5907|模拟城市 (Sim-U)|1317405","arcane-archives":"1988|奥术档案馆*|1006624","trebuchet":"1097|~","jei-enchantment-info":"2855|JEI附魔信息 (JEI Enchantment Info)","savage-ender-dragon":"5034|~","more-dungeons":"2419|更多地牢*","fix-experience-bug":"7616|~","aiot-botania":"1544|植物魔法全能工具 (AIOT Botania)","connectivity":"6761|~","lootbeams":"7188|~","mite-reborn":"3288|MITE:重生 (MITE:Reborn)","particlelib":"1098|粒子库 (ParticleLib)","project-red-core":"2856|红石计划:核心 (Project Red - Core)","age-of-weapons":"5036|武器时代 (Age of Weapons)|789398","divineweapon":"1989|神兵 (DivineWeapon)","better-taskbar":"6332|更好的任务栏*","rf-lux":"5470|~","hamncheese":"4600|~","tainted-magic":"417|污秽魔法*|807351","botania-tweaks":"1545|植物魔法调整*","more-useful-villagers":"6762|~","engineers-workshop-reborn":"3732|~","thorium":"5909|钍*|1314572","detailed-technology":"3289|细节科技*|1145905","drawerstorage-keychain":"5037|抽屉钥匙扣 (DrawerStorage Keychain)","project-red-fabrication":"2857|红石计划:制作 (Project Red - Fabrication)","voyage":"2420|~","storage-network":"6333|~","albedo":"1546|~","another-one-bites-the-dust":"591|~","buzzy-drones":"4601|~","project-red-integration":"2858|红石计划:集成 (Project Red - Integration)","stepupnext":"7190|~","fracdustry":"5038|分形工业 (Fractal Industry)","idealland":"2421|理想境*|1051328","camera-obscura":"1990|朝花夕拾*","project-red-lighting":"2859|红石计划:照明 (Project Red - Lighting)","timeless-and-classic-guns":"4170|永恒枪械工坊 (Timeless and Classics)|1264237","morevanillaarmor":"4602|~","creative-one-punch":"5910|~","mantle":"329|地幔*","natures-aura":"1547|自然灵气 (Nature's Aura)","simple-bbq":"7191|简易烧烤 (Simple BBQ)","touhou-item-mod":"11|辉夜姬的五难题 (五つの難題MOD+ ~ Touhou Items)|111053","animales":"1991|动物扩充*","radon":"5911|氡*","qcraft":"286|量子物理 (QCraft)","tool-progression":"4171|工具进阶*","magical-forest":"5039|魔法森林*","hyle":"6766|~","oreberries":"3290|矿莓*","snr-more-metal":"6336|~","crimson-xp-charm":"3736|经验护符 (Crimson XP)","ars-omega":"5912|~","easy-normal-and-magic-foods":"5474|~","project-red-world":"2860|红石计划:探索 (Project Red - World)","stone-block-utilities":"3291|~","eternal-tales":"4604|~","mythic-mounts":"7192|~","armor-underwear-mod":"1992|盔甲内衬*","gate-of-babylon":"6337|王之财宝 (Gate of Babylon)","it-takes-a-pillage":"7622|~","lockdown":"504|地图生成锁定*","locatebiome":"3737|~","game-stages-conditions":"5913|~","spice-of-life-sweet-potato-edition":"7193|~","oh-the-biomes-youll-go-fixes":"4605|“你将去的生物群系”修复模组 (Oh The Biomes You'll Go Fixes)","mystical-creations":"3292|~","advanced-solar-panels-patcher":"6768|~","tiefix":"5475|~","void-island-control":"1549|~","a-paimon":"4174|派蒙*","project-red-compat":"2861|红石计划:兼容性 (Project Red - Compat)","assisted-progression":"1993|进度小助手*","tinkers-construct-tool-leveling-with-random":"5914|~","second-screen":"2424|~","enderman-evolution":"3738|~","wool-tweaks-datapack-version":"7623|羊毛调整 - 数据包版 (Wool Tweaks - Datapack)","skin-swapper":"5040|皮肤更换器*","no-recipe-book-reborn":"6769|没有配方书重制版*","evocation":"6339|~","more-buckets":"1994|更多桶*","odd-water-mobs":"5915|~","more-chat-history":"5476|更多聊天记录*","wild-world":"4606|~","multiconnect":"3293|~","sophisticated-backpacks":"3739|精妙背包*","jglrxavpoks-uncrafting-table":"1101|jglrxavpok的拆解台 (jglrxavpok's Uncrafting Table)","get-it-together-drops":"7624|~","phosphor-reloaded":"5477|磷重制版*","minechess":"155|国际象棋 (MineChess)","sneak-through-berries":"7195|~","glowsquids-begone":"5916|~","art-of-alchemy-memoriam":"3294|炼金艺术:纪念版 (Art of Alchemy: Memoriam)|1017647","music-maker-mod":"4176|~","fire-n-blood":"7625|~","thermal-expansion":"634|热力膨胀*|805200|805200","canvas-renderer":"2862|Canvas渲染器*|1211675","winter-overhaul":"7196|冬季改革*","laggoggles":"1995|延迟监视 (LagGoggles)|785024","rustic":"1102|乡村*","ic2-nei-crop-plugin":"1550|IC2育种模拟器/杂交模拟器 (IC2 Crop-Breeding Plugin)","blockphysics":"3295|方块物理 (BlockPhysics)","owo-lib":"5043|~","theundead":"5917|~","miskatonic-mysteries-legacy":"4608|~","the-illusioners-cabin":"6340|~","penguin-lib":"4177|~","chunknogobyebye":"7626|~","arcanecraft":"2427|奥法工艺 (ArcaneCraft)|1022110","age-of-exile":"3740|~","pigstep-backport":"5479|~","offlineskins-fabric":"7197|~","picturesign":"5044|~","better-storage-too":"1551|更好的储存2*","gw-pillager-outpost":"6341|~","beaming-drops":"7627|掉落物光束 (Beaming drops)","stoneblock-dimensions":"3296|~","the-weirding-gadget":"1996|古怪装置*","harvesters-night":"4609|收割者之夜 (Harvester's Night)","shulker-tooltip":"6772|~","whoosh":"3741|~","netherutils":"1103|~","framedblocks":"5918|~","flywheel":"4178|飞轮*","divine-missions":"5045|神圣任务*","retrobees":"2428|~","coolfood":"2864|冷饮 (CoolFood)","prevent-crappy-launcher":"7198|~","mercs-and-menaces":"6342|~","energysynergy":"1997|能源协同 (EnergySynergy)","manaita-plus":"1552|更好的砧板*|900754","charging-gadgets":"3297|充电设备*","agadars-brewing-api":"5480|~","gregsieves":"5046|格雷筛子 (GregSieves)","nekos-enchanted-books":"5919|~","gregtech-intergalactical":"3742|泛银河系格雷科技 (GregTech Intergalactical)","integration-foregoing":"3298|工业先锋集成附属*|937389","beebetteratbees":"2429|育蜂指南 (BeeBetterAtBees)","magneticraft":"461|磁场工艺 (MagnetiCraft)","the-hordes":"7629|~","illage-and-spillage":"6343|~","infinitevillagertrading":"2865|无限村民交易 (InfiniteVillagerTrading)","gregtech-food-option":"5047|格雷科技食物优选 (GregTech Food Option)","bonsai-trees":"1104|盆栽*|785239","bartworks":"1553|巴特的作品 (bartworks)","mine-and-slash-reloaded":"1998|挖矿与砍杀 (Mine and Slash)|869674","enderfuge":"3299|末影熔炉*","catalogue":"3743|模组目录*","slotlock":"4610|锁定槽 (SlotLock)","more-illagers":"6344|~","converting-industrial-wires":"5048|工业线缆:转化版*","infinite-trading-fabric":"2866|无限交易 (Infinite Trading)","ae-shield":"5483|奕 秉甲*","libblockattributes":"3744|~","minetweaker3":"418|~|304800","probably-chests":"6345|~","tinkers-oredict-cache":"5049|匠魂矿辞缓存 (Tinkers OreDict Cache)","midnightlib":"6776|~","istc":"5920|我说了算 (I Said The Calculation)","inverted-enchantments":"2430|负魔书 (InvertedEnchantments)|1003938","better-loading-screen":"2867|自定义加载画面 (Custom Loading Screen)|970911","placeable-motor":"1555|可放置马达*","illager-plushies-fabric":"6346|~","customoregen":"330|自定义矿物生成 (Custom Ore Generation)","coralreef":"4180|珊瑚礁 (CoralReef)","balance-of-exile":"3745|~","avaritia-1-10":"505|无尽贪婪 (Avaritia)|734399","extended-lights-mod":"2868|灯具拓展 (Extended Lights)|903904","general-laymans-aesthetic-spying-screen-glass":"2431|~","pillageplunder":"6347|~","exo-craft":"1556|~","giant-player-boss":"5485|巨人玩家Boss*","calm-down-zombie-guy":"3300|~","dracovita-farm-life":"5922|~","industrial-craft":"2|工业时代2 (Industrial Craft 2)|515771","simple-login":"1557|简单登录*","another-furniture":"7201|~","dungeons-of-exile":"3746|~","misty-world":"1107|朦胧世界*","extended-illagers-mod":"6348|~","set-bonus":"5486|~","mentalillness":"5050|精神病 (Mental illness)","diy_title":"2432|自定义名称前后缀 (diy_title)|998747","more-swords-legacy":"2869|更多剑:传承*","universal-mod-core":"3301|~","soul-fired":"7632|~","no-enchant-cap":"5923|~","panorama-tweaker":"4612|~","grim-pack":"1558|Grim的Mod整合*","tntutils":"5487|~","better-magnesium-video-settings-button":"5051|更好的镁视频设置按钮*","midnightcontrols":"6349|~","more-food-addon-bedrock":"3747|~","iron-chests-for-fabric":"20|更多箱子 (Iron Chests)|372723","faithfulbackrooms":"7633|~","simply-seasons":"4182|简单季节*","tooltweaks":"2433|禁用原版工具 (ToolTweaks)|773523","suspended-server":"3302|挂起服务器*","pressure-pipes":"678|压力管道*","simple-tomb":"4613|简单坟墓*","rayon":"7204|~","artisan-automation":"5925|工匠自动化*","giant-swords":"5488|巨剑*","pe-superheroes-mod":"3748|~","adventurez":"5052|~","ex-machinis":"7634|~","realistic-terrain-generation":"635|真实地形生成*|681294","bclib":"4183|~","monster-swarm":"2000|怪物云集*|439839","atop":"2434|超多生物群系护甲 (Armor for Biomes O' Plenty)","the-undergarden":"2870|深暗之园*","ponder":"7205|~","artisan-worktables":"1559|工匠之作/工匠工作台*|819099","modern-life":"4614|摩登生活*","enchanted-wolves":"5926|~","starlight-forge":"3303|星光 (Starlight)|1216316","terrablender-fabric":"5489|~","necromancy":"3749|~","mobz":"5053|~","actually-baubles":"4184|实用拓展饰品*","pet-bats":"375|宠物蝙蝠 (Pet Bat Mod)|295007","tic-tooltips":"6781|~","paxi":"4615|~","wonderful-enchantments":"6350|~","tinkers-forging":"2435|工匠锻造 (Tinker's Forging)","allure":"2871|诱惑*|1094606","SimplePipes":"2001|~","villagerquests":"5054|村民任务 (VillagerQuests)","alexs-mobs-battle-music":"4185|~","research-table":"3304|研究台 🔬 (Research Table 🔬)|871188","goety":"7635|~","rails-of-war":"549|铁路战争 (Rails of War)","rain-growth":"5928|~","enhanced-portals-3":"111|增强传送门3*","library-of-exile":"3750|~","a-lot-of-useless-stuff":"6351|~","ydms-wizarding-world-of-harry-potter":"6782|~","lava-waders-bauble":"4186|熔岩魔靴饰品*","gravity-gun":"2436|重力枪*","environmentz":"5055|~","ptrlib":"1560|~","scape-and-run-monstress":"5929|逃逸:魔物娘 (Scape and Run: Monstress)","commandhelper":"5490|命令助手 (CommandHelper)|1294868","lucraft-id-extender":"6783|~","lankaster-origins":"6352|~","shoulder-surfing-reloaded":"3305|越肩视角重制*|985499","torch-hit":"7636|~","glibys-voice-chat-reloaded":"2873|Gliby的语音聊天重置版 (Gliby's Voice Chat Reloaded)|832155","amecs":"2003|~","kathairis-alive":"1110|卡塞瑞斯 (Kathairis/Kether)|865377","hardcore-revival-fabric":"4187|硬核复活 (Hardcore Revival)","mekanism-additions":"2437|通用机械附加 (Mekanism Addition)","bilibili":"5491|~","creeper-awareness":"1561|爬行者意识*","waveycapes":"4617|飘扬披风 (Wavey Capes)","modern-flat-colored-blocks":"6784|~","mine-mine-no-mi":"593|恶魔果实 (Mine Mine no Mi)|828931","world-primer":"2004|~","aqua-acrobatics":"3306|水游技艺*","variegated":"3752|~","greater-eye-of-ender-forge":"2874|高级末影之眼 (Greater Eye of Ender)|1022292","signpicture":"2438|木牌图片 (Sign Picture)|698600","homing-ender-eye":"5057|回归之眼*|1275011","thaumic-potatoes-2":"721|神秘土豆2*","silents-mechanisms":"3307|寂静机械 (Silent Mechanisms)","raised":"5930|~","skin-layers-3d":"4618|3D皮肤层 (Skin Layers 3D)|1333790","additional-guns":"4188|更多的枪*","we-got-runners":"7638|~","project-red-mechanical":"2875|红石计划:机械 (Project Red - Mechanical)","manametal":"1111|魔法金属 (ManaMetalMod)|1157795","magical-crops-regrowth-1-16-5":"5058|魔法作物:重生 (Magical Crops: Regrowth)","vampirism-integrations":"2439|吸血鬼联动*","megaplanets":"7210|~","what-fluid-fix":"1562|~","oh-my-minecraft-client":"4189|~","creatures":"5493|~","chest-cavity":"3753|胸腔*","project-potman":"3308|背锅人计划 (ProjectPotman)","resetchunks":"5931|~","all-the-discs":"4619|唱片大全 (All the Discs)","bookworm":"2006|~","cosmic-horizons-gc-addon":"7211|~","neon-craft-mod":"2876|霓虹灯艺*","priority-target":"6355|优先目标*","voidz":"5059|~","avaritiaddons":"1112|无尽收容 / 更多空间箱子*|922743","mcdw":"5494|我的世界:地下城武器 (MC Dungeons Weapons)","extended-note-block":"3754|音符盒扩展 (Extended Noteblocks)","treecapitator":"419|砍树 (Tree Capitator)","nbt-crafting":"3309|数据包NBT合并*","ultris-boss-expansion":"7212|~","openeye":"2007|错误报告器 (OpenEye)","spmodapi":"764|~","blue-skies":"1563|蔚蓝浩空*|850467","arrows-ignite-tnt":"2877|~","advanced-botany":"6356|~","gottschcore":"2440|~","flat-bedrock":"6787|~","transport-simulator-official-vehicle-set":"506|飞行模拟 (Minecraft Flight Simulator)","hbms-nuclear-tech-mod-reloaded":"3755|HBM的核科技重制版 (Hbm's Nuclear Tech Mod Reloaded)","chromaticraft":"462|缤纷纪元 (ChromatiCraft)","bedfix":"7213|~","littlemaidmobx":"331|女仆 (LittleMaidMob)|367058","wooden-armors-stone-armor":"4190|木制盔甲 (Wooden Armors Mod)","charred":"6357|~","dynamic-trees-croptopia":"7640|~","base":"1113|~","enderite-mod-for-forge":"2878|末影合金 (Enderite Mod)","mining-master":"5060|~","let-sleeping-dogs-lie":"2008|嘘,别吵醒狗狗*","loading-timer":"3756|加载时长显示*","cryptic-cosmos":"4620|~","moreblocksforyou":"5934|~","mo-glass":"7214|~","diregoo":"3310|~","beta-creepers":"5496|~","incorporeal-3":"6358|幻想多媒体3*","not-enough-crashes-forge":"2441|崩溃优化 (Not Enough Crashes)|1097535","medieval-music":"7641|~","dans-crafting-tweaks":"6789|~","dynamic-trees-industrial-craft-2":"2879|动态的树:工业2附属 (Dynamic Trees - Industrial Craft 2)","ocrocketry":"3757|~","trident-return":"5935|~","project-vibrant-journeys":"1564|活力之旅 (Project: Vibrant Journeys)","ogdragon":"3311|OG龙+ (OGDragon+)","flans-mod-global-firestorm":"7215|~","bayou-blues-fabric":"4621|长沼蓝调 (Bayou Blues)","crash-to-main-menu":"2442|崩溃返回主菜单*","insanelib":"4192|~","gempire":"7642|~","onlinepictureframe":"679|在线相框显示 (OnlinePictureFrame)","mad-science":"288|疯狂科学*","bettertridentreturn":"5936|~","chime-fabric":"3758|~","turtlemancy":"7216|~","victus":"5062|~","undergroundbiomesconstructs":"201|科学地质 (Underground Biomes)","bed-bugs":"1565|修复卡床*","hex-lands":"4622|六边形地貌*","daydreamer":"4193|~","macaws-paintings":"5498|Macaw的画 (Macaw's Paintings)","immersive-cables":"1114|沉浸线缆*","sevtweaks":"3312|~","tinkers-jei":"2443|~","handle-cane":"6790|手杖*","raw-ores-processing-datapack":"7643|粗矿处理数据包*","dynamic-trees-tinkers-construct":"2880|动态的树:匠魂附属 (Dynamic Trees - Tinker's Construct)","multibeds-fabric":"5937|~","mob-rebirth":"636|怪物重生*|519229","witherite":"3759|凋灵合金*","phantomfaces":"4194|幻灵接口*","fixrtm":"4623|~","dyenamics":"5499|~","lots-of-food-revived":"5063|更多食物:复生 (Lots of Food Revived)","journeymapstages":"3313|旅行地图阶段控制 (JourneyMapStages)","biometweaker":"1566|生物群系修改器 (BiomeTweaker)","sbm-bone-torch":"7644|~","serene-tweaks":"4624|~","improved-villagers":"4195|改进的村民 (Improved Villager Mod)","dontstarve":"5064|不要饿死2 (DontStarve2)|1275610","tale-of-kingdoms":"55|王国*","mega-cells":"6792|MEGA存储单元 (MEGA Cells)","super-ores":"2010|超级矿石*|704620","better-questing-quest-book":"2445|更好的任务 - 任务书 (Better Questing - Quest Book)","textile-backup":"3314|Textile备份*","enhanced-armaments-reload":"5938|增强装备重制版*","linkmyitem":"7645|~","better-title-screen":"1116|更好的标题页*|1207672","oxygen":"6361|氧*","actuallycomputers":"1567|实用电脑 (ActuallyComputers)","ScalingGuis":"4625|界面缩放 (ScalingGUIs)","ex-nihilo-sequentia":"2881|无中生有:传承 (Ex Nihilo: Sequentia)","steves-universe-space-mod":"5065|~","equipment-compare-fabric":"4196|~","mermaid-tail-mod":"3760|~","structory":"6793|~","sprout":"7646|~","engineers-doors":"2446|工程师的门 (Engineer's Doors)","entangled":"5939|~","goopers":"3315|~","enchlevel-langpatch-config2":"6794|附魔等级语言补丁 - 配置扩展 (EnchLevel-LangPatch Config II)","gravelminer-fabric":"2011|沙砾终结者 (GravelMiner)|1126578","extraplanets":"722|额外行星 (Extra Planets)|799074","actually-additions":"550|实用拓展*|841281","better-combat-revamped":"6362|沉浸式战斗 (Immersive Combat)","candy-world-recaramelized":"5066|糖果世界:重制版 (Candy World - ReCaramelized)","resourceful-lib":"7647|~","astromine-core":"3761|天体矿工:核心 (Astromine: Core)","ide-better-command-block-fabric-editor":"4626|更好的命令方块 (Better Command Block IDE)","toms-storage":"2882|汤姆的简易存储 (Tom's Simple Storage Mod)|1085400","mob-drops":"3316|自定义生物战利品 (Mob Drops Your Way)","sound-filters":"1117|声音滤波器*","tps-generator":"2447|TPS发电机 (TPS Generator)","instant-unify":"6795|瞬间统一+ (InstantUnify+)","goblins-dungeons":"7220|~","advanced-rocketry":"594|高级火箭*|671760","multi-piston":"5500|~","fence-overhaul":"1568|斜栅栏*","dungeondq":"3762|~","carrier":"5067|搬运*","client-tweaks-fabric":"2012|客户端微调 (Client Tweaks)|915029","PickupWidely":"4198|~","sneaky-farts":"6796|~","fishing-real":"2883|更真实的钓鱼*","tinkers-mechworks-fork":"4628|~","better-drowning":"2448|更好的溺水*","optigui":"7221|~","blood-magic":"5501|血魔法*|566726","dynamic-trees-integrated-dynamics":"3763|动态的树:动态联合/集成动力附属 (Dynamic Trees - Integrated Dynamics)","mystical-index":"6364|~","just-enough-recipe-integrations":"6797|~","single-use-crafting-table-mod":"2013|一次性工作台 (Single-Use Crafting Table Mod)","zombie-players":"1569|僵尸玩家*","getting-started":"2449|~","maessentials":"2884|~","alexs-mobs":"3318|Alex 的生物 (Alex's Mobs)|1185939","extended-nether-backport":"4629|~","createplus":"5941|~","background-music-selector":"7223|背景音乐选择器*|1372157","quantum-pack":"765|量子工具包*","undo":"5069|撤销! (Undo!)","resolutioncontrol":"5502|分辨率控制 (Resolution Control)","skyblock-builder":"3764|空岛建立者*","hanami":"6798|~","combat-commons":"6365|~","vivecraft-forge-extensions":"1119|~","get-back-to-home":"2014|回家 (Get Back to Home)","custom-fluid-mixin":"5942|~","lingering-loot":"2885|~","dynamic-surrounding-resurrected":"7224|~","all-stackable":"3319|可堆叠物品自定义*","antiportals":"3765|反传送门 (AntiPortals)","essential-thaumaturgy":"507|源质神秘学*","is-a-mod-by-vazkii":"6799|~","corail-woodcutter":"6366|~","immersive-engineering":"463|沉浸工程*|450097","expanded-equivalence":"2015|等价扩展*","slender-reimagined":"5943|~","marg":"7651|~","kubejs-fabric":"2450|~|1207772","trash-cans":"3766|垃圾桶*","ugraded-netherite":"2886|下界合金增强 (Upgraded Netherite)","unnamed-animal-mod":"5070|无名动物模组*","compact-solars":"112|压缩太阳能阵列 (CompactSolars)|807551","borderless":"4630|无边框全屏 (Borderless Window)","camels":"5071|骆驼*","insta-house":"420|即时建造*","spells-shields":"7226|~","botania-fabric":"332|植物魔法 (Botania)|722470","schematica":"2016|~|893275","cozy":"7652|~","mattdahepic-core":"3767|~","doors-by-ichun":"5944|~","tickcentral":"2451|~","nolocalizationconflict":"6368|本地化冲突消除 (NoLocalizationConflict)","exotic-birds":"1570|珍奇鸟类*","super-circuit-maker":"680|超级电路*","player-companions":"7228|~","lifted-restrictions-structure-block":"4631|更好的结构方块 (Better Structure Block)","food-effects":"5072|~","better-piglin-trade":"7653|更好的猪灵交易*","lilliputian":"4200|~","super-sound-muffler":"1120|超级消音器*","thermal-mj":"3320|热力MJ支持 (Thermal MJ)","scp-craft-decline":"2017|SCPCraft - 下降 (SCPCraft - Decline)","slender-man-mod":"5945|~","lowocalizatiwn":"2452|~","mob-farm-helpers-fabric":"3768|刷怪塔小帮手 (Mob Farm Helpers)","enhanced-celestials-mobifier-integration-fabric":"6369|~","inputfix":"6800|输入修正 (InputFix)|71955","domum-ornamentum":"5506|~","charset":"1571|~","technical-engineering-3":"7229|科能工程3*","entity-model-json":"4632|实体模型JSON (Entity Model JSON)","model-gap-fix":"7654|~","item-borders-fabric":"5073|物品边框 (Item Borders)","ctd-core":"3321|~","sampler":"4201|~","redlib":"2453|~","inventory-profiles":"2888|一键背包整理*|920520","metal-bushes":"3769|金属灌木*","inventory-tabs-updated":"6801|~","armorplus":"1121|装备扩充 (ArmorPlus)","methodicalmilking":"5507|~","tetra":"2018|~|804377","biometweakercore":"1572|生物群系修改器扩展 (BiomeTweakerCore)","diseasecraft":"637|疾病 (Disease Craft)|406682","cookielicious":"5946|曲奇佳味*","death-coords":"4633|死亡坐标显示*","iceberg-fabric":"5074|冰山 (Iceberg)","custom-splash-screen":"4202|自定义加载界面*","slimevoid-library":"2889|~","ez-mod-lib":"6802|~","time-speed-mod":"3322|Minecraft地球自转/真实昼夜循环 (Вращение Земли Майнкрафтская (Accurate day/night-cycles Mod))","crafting-pillar-mod":"377|合成柱*","extra-utilities-reborn":"7231|更多实用设备:重生*","the-forbidden":"5947|禁忌者*","minestrappolation-5":"2019|~","posture":"7656|~","modern-ui":"2454|现代化 UI (Modern UI)","trashcans-reborn":"1573|~","twilightdecor":"6370|~","inspirations":"1122|灵感*|940567","armor-toughness-bar-updated":"6803|~","masa-gadget":"4203|~","memory-usage-screen":"5948|~","worldeditcui-forge-edition-3":"5076|~","save-and-load-inventories":"5509|~","little-ants":"7657|~","never-enough-currency":"4635|货币多多*","auto-config-updated-api":"2455|~","fpsplus-lagfixes":"202|FPS优化 (FPS Plus)","midas-hunger-fabric":"6371|~","compactdrawers":"1574|~","mineral-tracker":"3324|~","colorful-health-bar-updated":"6804|~","meet-your-fight":"4204|迎战*","firesafety":"6372|安全用火 (FireSafety)","enhanced-farming":"5077|增强农业*","kotlin-for-forge":"2890|~","hardcore-torches-forge":"7658|~","medieval-madness":"2456|中世纪的疯狂*","blockdispenser":"1575|发射器放置方块 (BlockDispenser)","carpet-extra":"3325|Carpet拓展 (carpet-extra)","never-enough-currency-lite":"4636|货币多多:精简版*","galaxy-space-addon-for-galacticraft":"551|星空 (Galaxy Space)|857805","tree-growing-simulator":"1123|跳舞树成长*|769525","underwater-biome":"2020|深海生态*|923907","create-chunkloading":"4637|~","redstone-paste":"1576|爬墙红石/粘性红石*","forge-config-api-port-fabric":"5510|~","pretty-pistons":"6373|~","vics-modern-warfare-mod":"595|维克的现代战争 (Vic's Modern Warfare Mod)|692842","chatflow":"7234|~","fabric-zero":"2891|~","wizardry-necromancers-delight":"6806|~","unionlib":"2457|~","the-vanilla-experience":"3772|~","hot-or-not-plus":"4205|~","auto-torch":"7659|~","name-pain":"4638|~","more-beautiful-trapdoors":"6374|~","pams-cookables":"5511|~","wizardryutils":"6807|~","auto-third-person":"7235|自动第三人称*","viafabric":"3327|~|1122120","dynamic-trees-traverse-compat":"1577|动态的树:遍历附属 (Dynamic Trees - Traverse Compat)","macaws-furniture-tfc":"4206|~","towers-of-the-wild":"2892|旷野之塔*|1098534","flower-seeds":"3773|~","netherores":"766|下界矿石 (NetherOres)","caelus-fabric":"2458|~","personal-cars":"1125|~","project-expansion":"6375|~","wireless-chargers":"4639|无线充电器*","xp-orb-clump":"6808|~","flowery-structures":"7236|~","double-slabs":"3328|双重台阶*","create-fabric":"2021|机械动力 (Create)|1088970","tfc-florae":"4207|~","nightlights":"7660|~","end-metals":"5512|~","charset-lib":"1578|~","sausagecore":"2893|香肠核心 (SausageCore)","the-corners":"6376|~","inventory-weight":"6809|~","tools-and-armor-bop":"3329|超多生物群系:旧工具和装甲 (Tools And Armor - BOP)","xeocore":"2459|~","thermal-innovation":"1126|热力革新*","armourers-workshop":"464|时装工坊 (Armourer's Workshop)|382319","tfc-elementia":"4208|~","vitality":"5513|~","angry-mobs":"7661|~","chat-up":"7237|~","shadowlands":"2894|暗影之地*","abyssalcraft":"508|深渊国度 (AbyssalCraft)|664279","alternate-terrain-generation":"333|交替性地形生成*","waila":"246|高亮信息拓展 (What am I looking at)|592847","blue_skies_tcon":"5953|~","deep-mob-learning-reforged":"6377|深度怪物学习:重铸 (Deep Mob Learning: Reforged)","switch-bow":"681|~","onlylooking":"7662|~","flowery-core":"7238|~","featured-servers":"5514|~","bouncier-beds-fabric":"4640|弹力床 (Bouncier Beds)","infinity-water-bucket":"4209|无限水桶*","centralized-materials":"3330|集中材料*","betternether":"1579|更好的下界 (BetterNether)|859523","astemirs-forest-craft":"3777|~","lava-clear-view":"5080|熔岩下清晰视野*","tdv-tweaks":"5954|~","bewitchment":"1127|巫师之路*","time-reverse":"6810|~","apotheosis-fabric":"6378|神化Fabric版 (Apotheosis (Fabric))","polymorph-fabric":"2895|多态合成 (Polymorph)","wtbw_lib":"2460|~","the-birdwatching-mod":"7663|~","level-hp":"7239|~","hexlands-ii":"4641|六边形地貌 2 (HexLands II)","oldjavawarning":"5515|~","multi-page-chest":"421|多页箱子 (Multi-Page Chest)|101511","ic2-tweaker":"5955|~","global-xp":"5081|~","energeticsheep":"2024|脉冲羊 (EnergeticSheep)","extended-drawers":"6379|~","nether-tears":"6811|下界遗泪 (NetherTears)","server-sided-chunk-loader":"3331|服务器端区块加载器*","giant-ai":"7664|~","gold-in-river-mod":"4642|河中淘金*","xtracraft-mod":"724|X工艺 (XtraCraft Mod)","dev-world-fabric":"2461|~","mercurius":"5516|~","better-foliage":"1128|更好的树叶*","picture-in-picture-pip":"5956|~","tfc-caffeine-addon":"4210|~","astromine-foundations":"3778|天体矿工:基础 (Astromine: Foundations)","zombie-infection":"638|僵尸感染*|410512","universal-graves":"5082|~","fluid-cows":"3332|流体牛 (Fluid cows)","sanguine-arsenal":"7240|幻梦:血染武装 (Eidolon's Sanguine Arsenal)","otyacraft-engine":"2897|~","unlit-campfire":"7665|~","ensorcellation":"2025|万象*|1016362","tfc-cellars-add-on":"4211|~","all-the-swords":"5517|~","time-machine-mod":"1580|时光机 (Time Machine)","creative-plus":"1129|创造+*","supplementary-accessories":"6380|~","create-stuff-additions":"3779|机械动力:物品附加 (Create : Stuff Additions)|1314047","threecore":"2462|~","shulkerboxviewer":"3333|~","automobility":"7241|飞车奇匠*","guilt-trip":"5957|~","xl-packets-renewed":"7666|~","omega-craft-mod":"2898|~","inventory-sorter":"2026|物品分拣*","boats-and-beeps":"4212|~","lorespawn":"4644|怪物巢穴*","never-enough-currency-fabric":"6381|货币多多2 (Never Enough Currency 2)","ultratech":"378|次元科技 (UltraTech)","africraft":"6814|~|1357400","nameplate":"7667|~","custom-ports":"2899|自定义局域网端口 (Custom LAN Ports)","parcool":"5958|跑酷 (ParCool!)","more-bows-restrung":"5084|更多弓:重振旗鼓! (More Bows: Restrung!)","gameinfo":"3334|游戏信息 (GameInfo)","moddirector":"2463|~","pams-simple-recipes":"5518|~","bibliocraft":"113|收藏馆 (BiblioCraft)","konkrete":"4213|~","creatuures":"4645|~","applied-botanics-addon":"6815|应用能源:植物魔法附属*","quartz-chests":"6382|石英箱子*","slab-machines":"3780|台阶型设备*","legacy-mc-kotlin":"5959|~","speedster-heroes":"2027|闪电侠*|685240","function-api":"2464|~","nimble":"5085|灵活*","arcaea":"3335|Arcaea韵律源点*","rpgdifficulty":"7668|~","bow-infinity-fix":"5519|无限附魔修复*","xp-from-harvest":"4214|收获经验 (XP From Harvest)|930878","frozen-delight":"6383|冰封乐事*","just-a-few-fish":"1130|只是一些鱼 (Just a Few Fish)|529165","fabrics-biome-api-reforged":"4646|~","ftb-quests-localization-keys":"7244|~","more-create-stuffs":"3781|更多机械动力物品*","advanced-tfc-tech":"3336|进阶群峦科技 (Advanced TFC Tech)","targetingapi":"2465|~","metal-barrels":"5086|金属储物桶*","chance-cubes":"596|机会方块*","upsizer-mod":"1582|更大的堆叠数量*","tooltiprareness":"7669|~","latiao-craft":"552|辣条工艺*|720880","ynot":"1131|~","modern-beta":"4215|~","overloaded-armor-bar-updated":"6816|~","rsinfinitybooster":"3782|~","re-targetingapi":"2466|~","minimepets":"5960|~","vanilla-enhanced":"3337|原版增强 (Enriched/Vanilla Enhanced)","enviromine":"290|更多生存要素 (EnviroMine)","fence-jumper":"1583|越过栅栏*|783865","tesla":"767|特斯拉 (TESLA)","stalwart-dungeons":"4647|坚固地牢*","tfcflux":"4216|~","delightful":"6817|~","enchanting-infuser-forge":"5521|附魔灌注台 (Enchanting Infuser)","unlit-realistic-torch-remake":"7246|真实火把:重置 (Realistic Torch Remake)|1373150","cuneiform":"3783|~","libnine":"2467|~","satisforestry":"3338|~","ugly-scoreboard-fix":"5961|~","serene-seasons":"1132|静谧四季/季节*|849266","maidens-marvelous-materials":"4648|~","enchantments-exchanger":"1584|便携附魔替换台*|823400","tfc-medicinal":"4217|~","curios-fabric":"2029|~","menumobs":"5522|主菜单生物渲染 (MenuMobs)","wizardry-tales":"6818|~","chunk-saving-fix":"7247|区块保存修复*","terraincognita":"3784|~","dominionlib":"2468|~","realm-of-the-dragons-rotd":"1133|龙之领域 (Realm Of The Dragons)","asmc":"3339|~","water-flasks":"4218|~","nekoration":"4649|猫咪装饰*","decorative-blocks":"2900|装饰方块*|1099281","additional-enchanted-miner":"1585|~","cloth-api":"3785|~","fullscreeno":"7248|~","ars-magica-2":"203|魔法艺术2*","gendustry":"334|基因工业*|441078","markdownmanual":"4219|~","music-layer":"2901|~","calculator":"509|运算工艺*|440074","tiny-skeletons-fabric":"5524|小骷髅变种 (Tiny Skeletons)","clean-creative-mod":"6385|~","combat-roll":"7671|~","treasure-bags":"1586|藏宝袋*","rockhounding-mod":"1134|地质探秘/岩石狩猎 (RockHounding)","ingameime":"3786|游戏内输入法 (IngameIME)|1158421","simple-generators":"3340|简易发电机*","tomb-many-graves-2":"4650|~","motiono":"5090|~","colored-lux":"2902|彩色照明*","village-spawn-point-fabric":"2030|村庄出生点 (Village Spawn Point)","minecolonies":"682|模拟殖民地*|1169256","chaoscraft-2":"247|混沌工艺 (ChaosCraft)","fins-and-tails":"4651|鳍和尾巴 (Fins and Tails)","this-rocks-forge":"6386|这就是石粒! (This Rocks!)","project-brazier":"7672|~","stevecraft-by-owenpsteve2":"1587|史蒂夫工艺 (SteveCraft)","yungs-better-strongholds-fabric":"3787|YUNG的要塞重制 (YUNG's Better Strongholds)","tfc-bonsai":"3341|群峦盆栽 (TFC Bonsai)","fancy-block-particles":"1135|梦幻方块效果*|678541","tamedrespawn":"6820|驯兽重生 (TamedRespawn)","spawnercraft":"2031|刷怪笼合成 (SpawnerCraft)|692662","hunger-games":"1588|饥饿游戏 (The Hunger Games)","smarter-farmers-farmers-replant":"4652|更聪明的农夫 (Smarter Farmers/Farmers Replant)|1285789","corsair-mccue":"2903|~","motschens-puddles":"6387|~","structure-world":"4220|~","piglin-proliferation":"7250|~","pig-grinder":"5966|~","over-enchanted":"7673|~","tfc-drying-rack":"3342|群峦晾干架 (TFC Drying Rack)","vanillarecipe":"5092|香草食谱 (VanillaRecipe)","mojangdark":"3788|暗色加载 (MojangDark)","thaumic-katana":"1136|神秘之日本刀*","openfm":"2032|开放电台 (OpenFM)|522352","peculiars":"4653|独特风味*","right-click-clear":"2904|右键文本清除*","endergetic":"2470|末地拓展 (The Endergetic Expansion)","dense-ores-reborn":"6388|致密矿石:重生*","tfctech-addon":"1589|群峦工业 (TFCTech Addon)","the-binding-of-isaac-style-consumables":"7251|~","cavetweaks":"5527|洞穴调整 (CaveTweaks)","macaws-lights-and-lamps":"4221|Macaw的灯 (Macaw's Lights and Lamps)","photoreal":"5967|~","creeper-overhual-firework":"7674|烟花苦力怕改革*","astromine-technologies":"3789|天体矿工:科技 (Astromine: Technologies)","wtfs-expedition-cavebiomes-ores-trees-and-tweaks":"2905|~","dumplings-delight":"6822|饺子乐事*","cosmetic-armor-fabric":"5528|时装盔甲 (Cosmetic Armor)","keygrip-mocap-mod":"5968|~","guns-rpg":"7252|~","draggable-resource-packs":"4654|可拖动资源包*","the-dalek-mod":"2033|神秘博士*","terrarian-slimes":"4222|~","spartan-weaponry-bewitchment":"7675|~","swamp-expansion":"2471|~","fastchest":"4655|快速箱子渲染 (FastChest)","thermal_extra":"6823|~","guide-api-village-and-pillage":"2906|~","lumen":"3344|流明 (Lumen 🔥)","the-aether-ii":"1137|天境二 (The Aether II)|797818","astral-sorcery":"639|星辉魔法*","yunomakegoodmap":"1590|~","configuration":"7253|~","no-water-spread":"7676|~","create-gears":"4223|机械动力:齿轮附加*","modular-diversity":"2034|模块化多样性*","fantastic-fish-alpha-v1-4":"5095|神奇的鱼 (Fantastic Fish)|400280","astromine-transportations":"3790|天体矿工:运输 (Astromine: Transportaions)","botanic-bonsai":"2035|植物魔法盆栽*","drcyanos-lootable-bodies":"2907|可拾取尸体 (Dr. Cyano's Lootable Bodies)|406482","yuushya-townscape-fabric":"4656|方块小镇 (Yuushya Townscape)|1255783","visibleraygenerator":"1138|永久光发电机 (VisibleRay Generator)|785459","tfctreatedwood":"6390|群峦·防腐木 (TFC Treated Wood)","organic-creepers":"1591|苦力怕蕨*","shoppy":"7677|~","simple-big-backpack":"4224|~","nether-sky-block":"6824|下界空岛*","galactictweaks":"2472|~","modular-magic":"2036|模块化魔法*","azuredooms-chunk-loader":"3791|~","gun-customization":"597|~","openblocks-elevator":"3345|开放式电梯 (OpenBlocks Elevator)","simply-cats":"2908|~","architects-palette":"4657|建筑师的调色板 (Architect's Palette)","cathedral":"7678|~","arte-magicum":"6825|~","attachable-grinder":"5970|~","double-hotbar":"6392|双重快捷栏*","mmmmmmmmmmmm":"1139|试验假人 (MmmMmmMmmMmm)|708291","crafttweaker-integration":"3346|CrT集成 (CraftTweaker Integration)","dungeon-tactics":"2473|地牢战术*|945504","croptopia":"4225|作物盛景*|1192701","creeper-spores":"3792|苦力怕孢子*","natural-decoration":"7256|~","harder-tinker":"6826|真实匠艺*","pams-harvestcraft-2-crops":"2909|潘马斯农场2 - 作物 (Pam's HarvestCraft 2 - Crops)|1000336","hat-stand":"5971|~","whisperwoods":"4658|低语之森*","firmalife":"4226|~","lavatech":"6393|熔岩科技 (Lava Tech)","more-dragon-eggs":"3793|更多的龙蛋*","more-mounted-storages":"5098|更多存储挂载*","crimson-chickens":"5531|~","villagers-nose":"2474|村民的鼻子 (Villager's Nose)|320049","magic-kingdoms-mod":"2038|魔法王国 (Magic Kingdoms Mod/Schools of Magic Mod)","natura":"114|自然*","spice-of-fabric":"7257|~","vanillafoodpantry-mod":"768|食品储藏室 (VanillaFoodPantry Mod)|683091","chunk-copy-fabric":"5972|~","dimensional-dungeons":"4659|维度地牢*","buildcraft-fluxified":"6828|~","spiders-2-0":"3348|蜘蛛行为增强 (Spiders 2.0)","more-red":"3794|更多红石*","dungeons2":"2475|自定义地牢2*","supermartijn642s-core-lib":"4227|~","minecraft-comes-alive-testing":"5099|凡家物语:重生 (MCA Reborn)|1288951","drippy-loading-screen-fabric":"5532|自定义游戏加载界面 (Drippy Loading Screen)","meowing":"7680|~","base-metals":"2910|基础金属*","slash":"466|命令强化*","nether-hexed-kingdom":"5974|~","hammer-metals":"3350|锤子材料*","zollern-galaxy":"2039|卓伦星系*","brewin-and-chewin":"6829|饮酒作乐 (Brewin' And Chewin')","dog-yeeter":"7259|~","fragile-torches":"6395|~","dogwhistle":"7681|~","extreme-sound-muffler-fabric-official":"5533|~","cherished-worlds-fabric":"4228|存档置顶 (Cherished Worlds)|1104346","aromabackup":"1140|存档备份 (AromaBackup)","industrial-renewal":"1595|工业复兴*","mmd-orespawn":"2911|~","lang_tool":"2476|加长工具 (lang_tool)","bosses-of-mass-destruction":"4660|~","craftable-items":"3797|~|1166161","ironfist":"4229|铁拳*|399076","dragonloot":"5534|龙战利品 (DragonLoot)","bunch-of-biomes":"3351|生物群系扩充 (Bunch Of Biomes!)","sextiarysector2":"510|~","mmdlib":"2912|~","draconicadditions":"1596|龙之进化拓展 (Draconic Additions)|914734","neoelfeos-medieval-pub-decoration":"4661|~","ex-nihilo-sequentia-mekanism-addon":"3798|无中生有:传承 - 通用机械扩展 (Ex Nihilo: Sequentia - Mekanism Addon)","mc122477fix":"7260|~","wtfcore":"5535|~","macaws-bridges":"2040|Macaw的桥梁 (Macaw's Bridges)","talking-ben-mod":"5977|~","come-closer":"6397|~","infinite-source-of-water":"6830|~","noodles-apex":"5100|面条的Apex (Noodles'Apex)|1305636","armors-hud-revived-liteloader-only":"7261|~","dustrial-decor":"4662|~","dramatic-doors":"6831|~","just-poop-mod":"2913|屎! (Poop Mod!)","panorama":"3799|全景图*","ore-remover":"5536|~","orbis-lib":"1142|~","in-backpack-eat":"5978|背包内食用 (In-backpack Eat)","creeper-chain-reaction":"6398|~","draconic-evolution":"423|龙之进化/龙之研究*|724610","better-slimes":"3353|更好的史莱姆*|890364","ftb-beast-coin-miner":"5101|货币矿机 (Beast Coin Miner)","feders-scarecrows":"4663|Feder的稻草人 (Feder's Scarecrows)","emojiful":"2479|~","living-things":"7262|自然生物*","crafttweaker-gui":"6832|~","costumes":"2914|服装*","betweenlands-redstone":"5537|~","tiffitlib":"6399|~","the-eight-fabled-blades":"1143|八大传说之刃*|794723","atomicstrykers-infernal-mobs":"380|稀有精英怪 (AtomicStryker's Infernal Mobs)|592395","trample-stopper-fabric":"2042|防止踩踏 (Trample Stopper)|803109","windowlogging":"3354|玻璃板贴合*","scape-and-run-parasites-addon-by-nocube":"5102|~","beautify-decorate":"7263|~","more-peripherals":"5538|~","hated-mobs":"1598|令人讨厌的生物*","scenter-mod":"248|矿物追踪 (Scenter)","eyemod-a-phone-mod":"2915|~|378083","malisisblocks":"1144|~","the-time-stop-mod":"3355|时间静止*","vanilla-degus":"5103|八齿鼠*","wilder-wilds":"7686|~","zetter":"4664|~","Voodoo":"7264|~","villager-hats-mod":"6834|~","with-thursday":"5979|相约星期四 (WithThursday!)","bgcore":"3800|~","ageing-spawners":"5539|~","simpleores":"64|简单矿石 (SimpleOres)","simply-acceleration":"4231|简单加速*","macaws-roofs":"2043|Macaw的屋顶 (Macaw's Roofs)","item-compatibility":"2480|~","ksyxis":"5104|~","upgrade-aquatic":"2916|碧海新生*|962459","custom-damage-particles":"6835|自定义伤害粒子*","mystical-pumpkins":"4665|神秘南瓜*","endercore":"598|末影核心 (EnderCore)","notenoughluck":"7265|更多幸运 (NotEnoughLuck)","induction-charger":"3801|~","useful-interior":"1145|有用的内饰*|793625","meteorcraft":"554|陨石工艺 (MeteorCraft)","neotech":"640|全新科技 (NeoTech)","aether-lost-content":"2481|天境: 遗失之物 (Aether: Lost Content)","shadows-of-greg":"2044|格雷之影 (Shadows of Greg)","tfc-ambiental":"2917|~","metallurgy-4-reforged":"5105|冶金4:重铸 (Metallurgy 4: Reforged)","better-respawn":"7688|~","creeper-habitats":"4232|~","smooth-swapping":"5980|~","skinned-lanterns-fabric":"4666|灯笼皮肤 (Skinned Lanterns)","sanity":"6400|~","tiered":"3802|~","loot-extra":"5540|战利品表拓展 (LootExtra)","loottabletweaker":"2045|~","gunpowderlib":"2482|~","vanilla-hammers-forge":"3357|原版材质锤 (Vanilla Hammers)","wiki-115-112":"6837|~","harder-natural-healing":"5106|~","essentialgui":"7689|~","husbandry":"4233|~","c-o-m-b-a-t":"3803|~","tinkering-with-blood-magic":"5981|~","macaws-trapdoors":"2918|Macaw的活板门 (Macaw's Trapdoors)","scarecrows":"4667|稻草人*","taiga-tinkers-alloying-addon":"1146|匠魂合金附加 (Tinkers Alloying Addon)|670143","burden-of-time":"3804|~","cloud-boots-mod":"5541|云靴 (Cloud Boots Mod!)","mekanica":"1600|通用机械:DZ版*","imblocker":"3358|输入法冲突修复 (IMBlocker)|935619","nuclearcraft-overhauled":"2483|核电工艺:重制版 (NuclearCraft: Overhauled)|1077507","extra-bit-manipulation":"5107|~","rockycore":"2046|~","dynamic-trees-the-aether-legacy":"6402|动态的树:天境附属 (Dynamic Trees - The Aether Legacy)","tinker-toolcasts":"5982|~","zenutil":"2919|~","its-the-little-things":"4234|~","version-checker":"1147|模组更新检测*","the-elysium":"769|极乐世界*","solid-mobs":"6839|~","gamemenumodoption":"3805|游戏菜单模组设定 (Game Menu Mod Option)","better-compatibility-checker":"5542|~","seasonals":"4668|季节风味*","bancis-enchantments":"7269|~","spartan-weaponry-twilight-forest":"5108|斯巴达的武器:暮色森林 (Spartan Weaponry: Twilight Forest)","hardcore-map-reset":"3359|~","dynamic-trees-cuisine":"6403|动态的树:料理工艺附属 (Dynamic Trees - Cuisine)","nei-lotr":"2484|魔戒NEI插件 (LotR Mod NEI Plugin/NEI LotR)","tree-tweaker":"2047|~","thermal-tinkering":"5983|~","littletiles":"1601|LT小方块 (LittleTiles)|726890","fastfurnace-minus-replacement":"5543|~","game-menu-remove-gfarb":"3806|游戏菜单移除GFARB (Game Menu Remove GFARB)","mimi-mod":"4669|~","fruitful-fabric":"4235|硕果累累 (Fruitful)","mcjtylib":"684|~","the-erebus":"292|混沌之地*|856742","planar-artifice":"1148|镜面艺术: 传承 (Planar Artifice: Continuation)","ancient-classes":"6404|~","iris-reforged":"5109|~","deuf-duplicate-entity-uuid-fix":"5984|~","modern-glass-doors":"2485|时尚玻璃门*|886035","icbm-classic":"727|洲际导弹经典版 (ICBM - Classic)","harvest":"5544|~","randomdeathmessage":"3807|随机死亡消息 (RandomDeathMessage)","environmental-energy":"4236|环境科技-发电机*","worleys-caves":"2048|沃利的洞穴 (Worley's Caves)","tfc-aged-drinks":"3360|群峦陈酿 (TFC Aged Drinks)","bigger-stacks":"6405|~","instant-bubble-studio":"2920|瞬息气泡工坊*|1103368","extended-crafting":"1602|合成拓展*|947515","et-futurum":"467|把未来带回现实*|459404","corundum-meadows":"5985|~","naturalist":"6840|自然主义*","adventure-backpack":"2486|探索者背包*","additional-structures-fabric":"2049|失落废墟 (Additional Structures/Rex's Additional Structures)","craftpresence":"5545|~","nakranoths-herdcraft":"4237|群兽行为 (Nakranoth's Herdcraft)","silence":"6406|快速静音 (Silence!)","buildcraft-rf":"3361|~","ex-nihilo-sequentia-ae2-addon":"3808|无中生有:传承 - 应用能源2扩展 (Ex Nihilo: Sequentia - AE2 Addon)","ice-and-fire-dragons":"770|冰火传说 / 冰与火之歌 (Ice and Fire)|847008","better-beacon-effect":"2921|更好的信标效果*","warpdrive":"511|曲率驱动 (WarpDrive)|713261","prodigy-tech":"1603|奇才妙械*|909679","atomic-science":"115|原子科学*","blocktuner":"4670|音符盒调音助手 (BlockTuner)|1253993","speed-illusion":"2487|~","millenaire-extended-inuits":"5986|~","stonecutter-recipe-tags":"5546|~","dynamic-trees-extra-utilities-2":"6407|动态的树:更多实用设备2附属 (Dynamic Trees - Extra Utilities 2)","c3h6n6o6":"6841|环三亚甲基三硝胺 (Cyclotrimethylenetrinitramine)|1359824","additional-lanterns":"5110|更多灯笼*","youtubers-lucky-blocks":"3362|Youtuber的幸运方块 (Youtuber's Lucky Blocks)","mct-smeltery-io":"5987|~","yabba":"772|~","supertic":"2488|匠魂药水效果 (SuperTiC)","netherite-horse-armor":"2922|下界合金马铠*","customnpcsreborn":"5547|自定义NPC:重生 (Custom NPCs Reborn)","lambdabettergrass":"4238|Lambda的更好的草方块 (LambdaBetterGrass)","platforms-fabric":"6408|~","caged-mobs":"4671|~","sweetmagic":"3809|甜蜜与魔法 (SweetMagic)|1255490","highlands":"205|高地*","syncmatica":"6842|共享原理图*","bottled-air-fabric":"5111|瓶装空气 (Bottled Air)","wandering-trapper":"3363|流浪猎人*","Requiem":"1150|安魂曲 (Requiem/Dissolution/Tartaros)|843736","item-filters-fabric":"1605|物品过滤器 (Item Filters​)","useful-nullifiers":"773|实用销毁器*","opencomputers-drivers-for-tinkers-construct":"5988|~","advanced-rifles":"4672|~","zephs-hammers":"6843|~","tacocraft-fabric":"2923|~","nightmare-craft-survival":"5548|梦魇工艺:生存 (Nightmare Craft: Survival)","easierchests":"6409|简便箱子 (EasierChests)","chocolate-fix":"3364|~","oedldoedl-construct":"5989|~","fabricproxy-lite":"5112|~","the-bumblezone-fabric":"2489|蜜蜂领域/黄蜂领域 (The Bumblezone)|998154","applecore":"381|苹果核 (AppleCore)|808141","eblib":"1606|~","xtones":"774|~","zephs-excavators":"6844|~","tome-of-blood":"4673|血之宝典 (Tome of Blood)","jjthunder-overhauled-world-generation":"7274|~","slashblade-in-tfc":"1151|古刀传 (Slash Blade in TFC)|789943","brassamberbattletowers":"5549|~","lootr-fabric":"2924|~","apocalypse-mod":"641|启示录 (Apocalypse)|433738","notenoughcodecs":"1607|~","abyssal-depths":"5113|~","thaumcraft-4-scrolling":"3365|~","brandons-core":"599|~","astromine-discoveries":"3810|天体矿工:探索 (Astromine: Discoveries)","betterblockoutline":"7275|~","xnet":"775|~","blockfront-world-war-ii":"4674|方块前线 (BlockFront)","iguanas-tinker-tweaks":"555|匠魂增强*|425981|425981","mlp-mythical-creatures":"1152|神话生物 (Mythical Creatures)","crackers-wither-storm-mod":"6410|Cracker的凋灵风暴 (Cracker's Wither Storm)","galacticraft-add-on-more-planets":"424|更多行星 (More Planets)|453885","tomes":"5114|秘典*","azuredooms-angel-ring":"3811|AzureDoom的天使指环 (AzureDooms Angel Ring)","millenaire-extended-byzantine":"5990|~","orderly":"3366|~|996563","wireless-crafting-grid":"776|无线合成网络*","beesourceful":"2490|~","archaic-guns":"4675|~","jags":"5550|~","cat-herder":"6847|~","budschies-morph-mod":"5115|~","biolib":"2925|~","bright-ore":"4240|矿石高亮*|1201226","ore-canes-mod":"6411|~","blockcarpentry":"4676|~","top-addons":"778|~","togglelib":"3812|列车手柄库 (ToggleLib)|1189685","scift":"7277|~","millenaire-extended-normans":"5991|~","command-creative-tab":"6848|~","water-control-extreme":"3367|~","middle-earth-industry":"2491|~","sedna":"5551|~","future-mc":"1608|未来的MC (Future MC)|913598","variant16x":"3368|~","scavenge":"2926|~","regrowth":"3813|再生*","chinese-style-sword":"4241|中式剑 (Arsenal Core)","spartan-defiled":"6412|~","parzis-star-wars-mod":"5116|帕尔奇的星球大战 (Parzi's Star Wars Mod)|1275203","metamorph":"1153|变形*|723273","millenaire-extended-indians":"5992|~","thut-wearables":"2492|~","survival-overhaul":"4677|~","fog-tweaker":"5552|~","umu-backpack":"6849|~|1358515","rope-bridge":"1609|索桥*","reactioncraft-3-rebirth":"1154|世界反应3:重置 (Reactioncraft 3: Rebirth)","aquatic-abyss":"5117|~|361152","open-elevator-fabric":"5553|Fabric版开放式电梯 (OpenElevator (Fabric))","enhancedvisuals":"2054|增强视觉效果/拓展视觉效果 (EnhancedVisuals)","mobs-main-menu":"3814|~","millenaire-extended-maya":"5993|~","mcmtfabricce":"6413|Minecraft多线程增强Mod兼容性增强分支 (Minecraft Multi-Threading Mod Fabric Port Compatibility Enhancement)","raining-cats-and-dogs":"4678|猫狗雨 (Raining Cats and Dogs)","endremastered-fabric":"3369|末地:创世 (End Remastered)","voltz-engine":"728|~","mcmultipart":"685|~","slimier-slimes":"5118|~","torchmaster":"779|火炬大师*","heaven-earth-ring":"2928|乾坤戒指*|1113665","oedldoedl-core":"5994|~","nullscape-end-reborn":"5555|空无之景 (Nullscape)","dynamic-trees-roots":"6414|动态的树:根源魔法附属*","melt":"4679|~","potion-fingers-redux":"2055|药剂环 (Potion Rings)","oedldoedl-resources":"5995|~","wacky-weapons":"5119|~","heroic-armory":"4243|英雄武器*","brutal-bosses-dungeon":"5556|~","the-squid-game-mod":"7280|~","after-the-drizzle":"2493|细雨田园 (After the Drizzle)|1038199","hot-or-not":"3817|~","sbm-oil-ore":"1610|油矿石 (Oil Ore)","futurepack":"512|飞向未来 (Futurepack Mod)|1102237","pewter":"1155|魔法匠魂*","dynamic-trees-voyage":"6415|动态的树:Voyage附属 (Dynamic Trees - Voyage)","oedldoedl-gear":"5996|~","balloon-sheep":"2056|气球羊*|900147","short-stacks":"6851|~","cooking-for-blockheads-fabric":"468|懒人厨房 (Cooking for Blockheads)|545680","ZeroCore":"780|~","colossal-battery":"4244|巨型电池 (ColossalBattery)","datapack-portals":"7281|~","guerrilla-vs-command-mod-high-difficulty-addition":"5557|游击队员vs突击队员 (Guerrilla vs Command)|716532","cmdcam":"2494|CMD指令摄影机 (CMDCam)|1034801","emerald-mod":"293|绿宝石Mod*|282677","playerpig":"3818|~","mystical-biomes":"6416|~","slime-carnage":"5120|史莱姆杀戮*|381624","redstone-minus-redstone":"1611|红石减红石*","disguiseheads":"5997|~","smooth-boot-reloaded":"6852|流畅加载重置版*","redstone-repository-revolved":"1156|红石军械库重制版*","sleeping-bag":"781|睡袋*","farming-for-blockheads-fabric":"2057|农场贸易 (Farming for Blockheads)","more-beautiful-walls":"7282|~","super-tools-reloaded-reloaded":"5558|超级工具重置版重制版 (Super Tools Reloaded-Reloaded)|1323730","industrial-meat":"4245|~","tumble-dryer":"3819|~","climate-control-geographicraft":"2495|气候控制/地理世界 (Climate Control/Geographicraft)|833208","stone-crafting-table":"6853|~","portal-tags":"5121|~","more-furnaces":"1612|更多熔炉*","simple-tcon":"5998|~","unique-crops":"3371|独特作物*|910420","oreexcavation-integration":"2058|矿物开凿 (Ore Excavation Integration)","iris-flywheel-compat":"7283|~","lychee-fabric":"5559|~","cat-jammies":"3820|~","spawncommands-spawn-commands-teleport":"1157|传送指令 (Spawn Commands Teleport)|830035","forgero":"6418|~","lodestonelib":"6854|~","pams-harvestcraft-2-trees":"2931|潘马斯农场2 - 果树 (Pam's HarvestCraft 2 - Trees)|1000336","enchanted-tooltips":"5999|~","eden-ring":"5122|伊甸星环*","stuff-a-sock-in-it":"4681|日志过滤器*","the-one-probe":"782|检测器*|1155343","integrated-crafting":"1613|集成合成学*","cosmetic-armor-reworked":"2497|时装盔甲重置版*","biomancy":"4246|血肉重铸*","yungs-api-fabric":"3372|~","rhino":"3821|犀牛*","engineers-workshop":"2059|工程师工作站*","prism-fabric":"7284|~","arrow-cam":"556|箭矢视角 (Arrow Cam Mod)","witherturnsskeletons":"6855|~","disenchantingforge":"6419|~","placement-tweaks":"5123|放置调整*","supermartijn642s-config-lib":"4682|~","simply-jetpacks-2":"784|简易喷气背包2*","integrated-terminals":"1614|集成终端*","dawn":"3373|~","railcraft":"6|铁路*|603270","fastsuite":"3822|配方性能优化 (FastSuite)","morepaths":"5560|~","twilight-forest-the-lost-blocks":"6856|~","bookshelf-api-library":"642|~","small-ships":"4683|~","extra-generators":"4247|额外发电机*","server-properties-for-lan":"1158|简单联机 (Server.Properties for LAN)|781904","twerkitmeal":"3823|跳舞生长一切 (Twerk To Grow All The Things)","doggy-talents":"206|小狗天才*|713458","better-minecart-rotation-forge":"2933|~","kimetsu-animation-demon-slayer-animation":"5124|鬼灭动作 (Kimetsu Animation)","efab":"2499|~","the-nexus-deep-dark-dimension":"6857|~","extended-mushrooms":"5561|~","map-atlases":"7286|地图册*","snad":"785|子沙*","assembly-line-machines":"3374|装配线*","sound-engine-reloader":"4684|重新加载声音*","horticulture":"4248|园艺*","redstone-pen":"6420|红石笔*","hals-enhanced-biomes":"5125|~","modern-metals":"2934|现代金属*","mekanism-tools":"1615|通用机械工具*","thermal-integration":"3824|热力系列 (Thermal Series)","jepp":"6858|~","the_legend_of_the_brave":"2060|勇者传说 (The Legend of The Brave)|916377","shear-madness":"5562|~","storage-drawers-extras":"786|~","crystal-caves":"4685|~","netherending-ores":"3375|~","cofh-core":"600|CoFH核心 (CoFH Core)","mr-pineapples-food-mod":"4249|~","jaopcaadditions":"1160|JAOPCA附属 (JAOPCAAdditions)","increasemobs":"4686|~","Flex-FOV":"3376|扭曲视野*","ae2-things-forge":"6421|~","missing-pieces":"5563|~","blockrenderer":"2935|~","improvedbackpacks":"5126|改良背包 (Improved Backpacks)","piggybanks":"3825|存钱罐*","twerk-sim-2k16":"2061|~","aroma1997s-dimensional-world":"686|Aroma1997的维度世界 (Aroma1997's Dimensional World)","stackablepotions":"6000|~","scarecrows-territory":"4687|稻草人领域 (Scarecrow's Territory)","ex-nihilo":"250|无中生有*|195925","roboticparts":"1616|机械改造1.12+ (Robotic Parts)","cloche-call":"1161|~","hatchery":"5564|~","hooked":"3377|抓钩*","ender-skills":"5127|末影技能*","in-control":"3826|~","create-curios":"6860|~","fart-generator":"2062|屁能发电机 (Fart Energy Generator)","avaritia-endless":"6422|无尽贪婪·伪 (Endless)","mobifier-fabric":"6001|~","blockus":"2936|~","potion-of-bees-fabric":"2500|蜂群药水 (Potion of Bees)","thermal-foundation":"425|热力基本*","rewired":"1617|~","createtweaker":"3378|~","alexs-delight":"5565|~","ctm-refabricated":"6861|~","dynamic-trees-jurassicraft":"6423|动态的树:侏罗纪时代附属 (Dynamic Trees - JurassiCraft)","ex-nihilo-fabrico":"2063|无中生有:Fabrico*","mouse-tweaks":"1162|鼠标手势*|69677","useful-railroads":"5128|实用铁轨*","solar-flux-reborn":"787|日光通量:重制版*","mystical-agriculture-refabricated":"3827|神秘农业:Fabric版 (Mystical Agriculture: Refabricated)","conjurers-cookbook":"2937|~","blocklings":"729|方块酱*|831446","art-of-forging-a-tetra-datapack":"6002|锻造之艺 (Art of Forging)","iTorch":"3379|~","wyrmroost":"2501|猛龙之居*","dungeons-mod-lite":"4689|~","creatures-and-beasts":"5566|动物和野兽 (Creatures and Beasts)","dynamic-trees-natures-aura":"6424|动态的树:自然灵气附属 (Dynamic Trees - Nature's Aura)","placeable-pumpkin-pie":"6862|可放置南瓜派*","oh-the-biomes-youll-go-fabric":"1618|你将去的生物群系 (Oh The Biomes You'll Go)","jaopcaagriculture":"1163|JAOPCA神秘农业附属 (JAOPCA Agriculture)","holoinventory":"2064|物品显示/物品清单 (HoloInventory)","voluminous-energy":"5129|~","pedestals":"3828|~","smartbrainlib":"7291|~","color-unchained":"2938|~","harder-staged-difficulty":"6003|~","simple-void-world":"788|简单虚空世界*|1089311","dead-guys-deep-dark":"5567|~","productivebees":"2502|资源蜜蜂 (Productive Bees)|1088015","birch-forest-upgrade":"6863|白桦林更新*","dynamictreesplus":"6425|动态的树:拓展 (Dynamic Trees +)","reactor-stuff":"2065|反应堆材料*|927559","twilight-tweaks":"7292|~","vertically-stacked-dimensions":"1619|垂直堆叠的世界*","material-changer":"6004|~","aerial-affinity-fabric":"3829|~","legacyvault":"4252|~","shetiphiancore-fabric":"789|~","sky-resources":"1164|空岛资源*|817623","aportingcore":"2939|移植核心 (APortingCore)|1106002","towers-of-the-wild-reworked-datapack":"5568|旷野之息高塔:重制 (Towers of the Wild: Reworked)","gkolivers-super-tic":"2503|~","hbms-nuclear-tech-mod":"513|HBM的核科技 (HBM's Nuclear Tech)","ok-zoomer-forge":"6864|~","loot-beams":"4690|战利品光束*|1245184","aureus-simple-slabs":"7293|~","shadowmc":"790|~","traitors-better-swampland-mod":"2066|更好的沼泽 (Traitor's Better Swamplands Mod)","dynamic-trees-forbidden-arcanus":"6426|动态的树:禁忌与奥秘附属 (Dynamic Trees - Forbidden And Arcanus)","shopaholic":"4253|~","tree-harvester-fabric":"6005|~|1123514","gullivern":"3381|~","hexxit-gear":"1165|Hexxit装备*","flaminco":"5130|~","theurgy":"4691|~","towers-of-the-wild-reloaded":"5569|旷野之塔:重置 (Towers of the Wild: Reloaded)","just-mob-heads-fabric":"7294|~","lucky-blocks":"294|幸运方块 (Lucky Block)","dynamic-trees-terraforged":"6427|动态的树:TerraForged附属 (Dynamic Trees - TerraForged)","scannable":"791|扫描器*|692037","squid-game-mod":"7295|~","itemfx":"6006|~","simple-graves":"5131|~","soviet-abandoned-lab-mod":"2067|苏维埃风格装饰 (Soviet Era Mod(earlier Soviet Lab))","better-badlands":"4692|恶地改善*","communism-life-and-art":"3830|共产主义:生活与艺术 (Communism:Life and Art)","nbt-manipulator":"3382|~","dynamic-trees-corvus":"6428|动态的树:Corvus附属 (Dynamic Trees - Corvus)","ywlib":"2940|~","rebornstorage":"792|存储重置 (Reborn Storage)","songs-of-war-mod":"2505|战争之歌 (Songs of War)|1003372","cosmicnpcs":"6866|~","mekanism-ce":"6007|通用机械1.7.10社区版 (Mekanism 1.7.10 Community Edition)","netherending-ores-configs":"3383|~","2668920":"557|茶风·纪事 (Tea the Story)|562372","ok-zoomer":"4255|~","dynamic-trees-mystical-biomes":"6429|~","skinrestorer":"6867|~","malisisswitches":"1621|~","quantum-querry-plus":"7297|量子采石场增强 (Quantum Quarry Plus)","project-war-dance":"3831|战舞计划 (Project: War Dance)|1176754","fluidict":"2506|~","quantumstorage":"793|量子存储 (QuantumStorage)","sweet-potato":"2941|烤地瓜 (Sweet Potato Mod)|1132119","automated-redstone":"1622|自动化红石*","magic-clover#t1:other-downloads":"1167|幸运四叶草 (Magic Clover)","hitchhike":"6868|~","bansoko":"5570|创可贴 (Bansōkō)","the-mysthical-reworked":"4694|~","p455w0rds-library":"794|~","faster-ladder-climbing":"3832|更快的爬梯*","redstone-lantern":"2942|红石灯笼*","property-modifier":"6009|~","sulfur-and-potassium-make-more-gunpowder":"3385|~","untitled-duck-mod-fabric":"4256|无题鸭 (Untitled Duck)","squidcraft":"2507|鱿鱼工艺 (SquidCraft)|1025201","infinitymending":"3833|无限+经验修补 (InfinityMending)","food-enhancements":"7298|食物扩增*","charm-reforged":"2069|~","thuts-elevators":"1623|Thutmose的电梯 (Thut's Elevators)|692866","sonic-deflect":"6869|~","wi-zoom":"5134|WI变焦 (WI Zoom)","mtlib":"795|~","villagers-and-monsters-mod-legency":"4695|~","corvus":"6430|~","culinaire":"2943|烹饪*","statuseffecthud":"601|状态信息显示 (StatusEffectHUD)|63123","statues":"3386|雕像*|1119703","v-tweaks":"4257|~","plasmacraft":"207|电浆工艺 (PlasmaCraft)","better-than-mending":"3834|更好的经验修补*","goat-horns-copper-horns":"6431|山羊角与铜制号角 (Goat Horns & Copper Horns)","grimoire-of-tetra":"6010|~","repair-chests":"4696|修损宝盒*","inventory-backpack":"5572|~","furbishcraft":"2944|~","forge-carpet":"5135|~","advanced-mining-dimension":"3387|先进的采矿维度*|1157631","inventory-crafting-grid":"1168|背包工作台*","clothesline-fabric":"2508|晾衣绳 (ClothesLine)|1037838","additional-resources":"1624|~","mpkmod":"6870|~","villager-names-fabric":"2070|村庄名字 (Village Names)","elenai-dodge-2":"3835|~","time-travel-mod":"3388|时间旅行*","inventory-tweaks":"73|R键整理*|877466","kleeslabs-fabric":"1169|更好地破坏半砖 (KleeSlabs)","prehistoric-delight-by-nocube":"6011|史前乐事 (Prehistoric Delight)","open-glider":"797|滑翔翼*","mystical-powers":"6432|~","siege":"2509|~","fairenchanting":"4258|公平附魔 (FairEnchanting)","sky-orchards":"1625|天空果园*","advanced-rocketry-tweaker":"2071|~","relics-of-gaming":"4698|游戏遗物*","backslotaddon":"3389|背用武器拓展 (BackSlotAddon)","taterzens-forge":"3837|~|1242114","supernatural-creatures":"6871|~","mputils":"798|~","modular-controller":"4699|模块化控制器*","fabric-tree-chopper":"5137|砍树*","alternating-flux":"2072|交变磁通*","bedspreads-fabric":"4259|~","plural-lucky-block":"2946|复数幸运方块*|1153085","simple-stations":"6013|~","betterfonts":"339|更好的字体 (BetterFonts)|187674","food-rebalanced":"6872|~","mdxlib":"1626|~","create-ore-excavation":"7300|机械动力:矿石开掘*","atum":"117|阿图姆:沙漠之旅/亚图姆:金沙之旅 (Atum 2: Return to the Sands)|1207987","i-see-lava":"5138|~","ars-elemental-elemental-spell-foci":"6014|元素魔艺 (Ars Elemental)","projectextended":"2073|等价交换扩展 (ProjectExtended)","play-as-dragon":"3838|龙之生存 (Dragon Survival)","shadowfacts-forgelin":"799|~","psi-unofficial":"6873|~","optifabric-1-8-9":"3390|~","reactorcraft":"251|反应堆工艺 (ReactorCraft)","wooden-bucket":"6435|木桶*","just-player-heads-fabric":"7301|~","dual-riders":"5139|~","too-many-glyphs":"6015|~","clay-soldiers-mod":"47|粘土士兵*","piglib":"4260|~","opencubicchunks":"1170|~","tfc-metallum":"2074|群峦合金 (TFC:Metallum)","forge-nbtedit-for-1-7-10":"80|内置NBT编辑器 (In-Game NBTEdit)|800848","fermion-core":"2510|~","compressed-barrels":"6436|压缩木桶*","wireless-utilities":"1627|无线设备*","time-core":"6874|~","survivalplus-lightsabers-fabric":"7302|生存加光剑 (SurvivalPlus Lightsabers)","fastopenlinksandfolders":"5576|快速打开链接和文件夹 (FastOpenLinksAndFolders)","no-lan-cheats":"3840|禁用局域网作弊 (No LAN Cheats)","create-cafe":"6016|机械动力:奶茶店*","ambientsounds":"2947|自然音效 (AmbientSounds)|780518","fclib":"7303|~","psi":"470|~","omnitranslation":"2511|万能翻译 (OmniTranslation)|1007862","reinforced-chests":"5577|增强箱子*","reactor-turbines-mod-for-ic2":"2075|~","tometinkers":"1628|~","agricraft":"514|农业工艺 (AgriCraft)|1315462","dashloader":"3841|疾速加载 (DashLoader)","nether-portal-spread-fabric":"4261|~","biome-staff":"5578|~","gt6-ore-helper":"3392|GT6矿石助手 (GT6 Ore Helper)","unusual-squad-into-the-void":"6876|~","advanced-netherite-fabric":"6438|高级下界合金 (Advanced Netherite)","gregtechce":"1171|格雷科技社区版 (GregTech Community Edition)|818575","mutant-beasts":"2076|突变生物重置版*","ordinary-firearms":"2948|普通枪械2 (Ordinary Firearms 2)|1107541","the-egg-came-first":"2512|先有蛋*","caveworld-2":"3842|洞穴世界*","tinkers-slashblade":"1629|刀锻冶匠魂 (Tinker's SlashBlade)|846907","ic2-rpg":"6018|工业RPG (IC2 RPG)|821438","x-hp":"4262|~","primitive-utilities":"7304|~","refined-relocation-2":"5140|简单分类2*","drop-the-meat":"6019|~","create-supercharged":"6877|~","dynamic-trees-quark":"5579|动态的树:夸克附属 (Dynamic Trees - Quark)","territory":"2949|领地 (MineTerritory)","nuclearcraft-helper":"2513|核电助手 (NuclearCraft Helper)","applied-integrations":"3393|应用集成*","avaritia-reforged":"6439|无尽贪婪:重铸 (Avaritia:Reforged)","Item-Collectors":"4701|~","eleccore":"800|ElecCore - Rendering Library","break-progress":"3844|破坏进度*","jei-integration":"2077|JEI扩展 (JEI Integration)|1101324","gamemodeoverhaul":"4702|旧版指令 (GamemodeOverhaul)|897542","guglecarpetaddition":"7305|Gugle的Carpet附加包 (GugleCarpetAddition)|1378375","ftb-sluice":"5141|~","lambdalib":"602|~","powertool":"6878|电动工具 (PowerTool)","blur-fabric":"1172|界面背景模糊 (Blur)","the-hive-more-bee-content":"2514|~","movingworld":"644|~","item-model-fix":"3845|物品模型修复*","infinitylib":"801|~","dynamic-lights":"295|动态光源*|593066","funny-fruit":"2078|滑稽果 (FunnyFruit)","survivalplus-fabric":"7306|生存加 (SurvivalPlus)","tinkersmiddleearth":"2515|~|1040428","better-invisibility":"6020|更好的隐身*","techreborn":"558|科技复兴 (Tech Reborn)|777062","keymap":"6879|~","sky-villages-fabric":"5142|天空村庄 (Sky Villages)","mr-pineapples-toy-guns":"4264|~","simply-conveyors-more":"6440|简易传送带 (Simply Conveyors & More)","radium-reforged":"5580|镭*","tweakerplus":"6021|~","mrp-library":"7307|~","dark-utilities":"802|~","inventory-pause":"2516|~","life-tech":"2079|生命工艺*","fast-leaf-decay":"1173|树叶快速腐烂*","dash":"4704|~","better-ping-display-fabric":"2950|更好的延迟显示 (Better Ping Display)","audio-death":"1630|死亡音效*","inventory-hud-forge":"3395|物品栏HUD+ (Inventory HUD+)|1116793","gui-clock-fabric-version":"5143|~","akashic-tome":"688|阿卡什宝典*|805606","additional-pipes-for-buildcraft":"3847|附加管道 (Additional Pipes for Buildcraft)","backpackmod":"5581|~","autorun-fabric":"6022|~","bypass-anvil-restriction":"7308|~","snowy-leaves":"2517|霜花叶*","minecraft-dungeons-content":"4705|地下城内容 (Dungeons Content)","enable-cheats":"1174|开启作弊模式*|798217","flux-networks":"803|通量网络*","expanded-delight":"6442|扩充乐事*","feywild":"4266|~|1285921","prehistoric-flora":"4869|史前自然 (Prehistoric Nature)","actually-useful-stonecutter":"6880|~","no-early-loading-progress":"7309|~","hand-over-your-items-fabric":"5144|~","deep-mob-learning":"1631|深度怪物学习*","fpv-drone":"6023|~","turned-the-changed-mod":"2951|~","old-beacon":"4706|旧信标*","materialis":"2518|~","findit":"1175|找到它 (Findit!)|798212","exponential-power":"2080|指数能源*","spell-bundle":"6443|~","flat-colored-blocks":"804|平滑色块*","langsplit":"3397|~","itemphysic-lite-fabric":"6881|~","lolasm":"3848|~","campfire-backport":"6024|~","The-final-sword":"4267|最终之剑重置版 (The final sword)|1201880","untamedwilds":"5583|不羁野性 (Untamed Wilds)|1211422","koopas-critters":"5145|~","survival-tweaks":"2952|生存微调*|1050858","tesseract":"2519|超立方体*|1117511","nightmareesm":"6444|~","oc2":"4707|开放式电脑 II (OpenComputers II)","girl-armor-mod":"2081|女式盔甲 (V-Girl Armor Mod)","skip-transitions":"6025|~","forgotten-treasures":"6882|~","advancements-tracker":"5584|~","rftools-utility":"3849|RF工具:实用设备 (RFTools Utility)","jei-bees":"805|~","wearable-blocks":"1176|可穿戴的方块*","legacy-fabric-api":"3398|~","melon-slabs":"2953|西瓜台阶*","bctools":"252|BC扩展:更多工具 (Buildcraft Tools)","simply-no-shading":"6445|~","botany-pots-tiers":"4708|~","player-health-indicators":"6883|~","just-load":"6026|~","gog-skybox":"4269|~","no-null-processors":"5585|~","krypton":"3399|氪*","krypton-reforged":"5146|氪Forge版*","chisels-bits-for-fabric":"806|雕凿工艺 (Chisels & Bits)","tofucraftreload":"1633|豆腐工艺重制版 (TofuCraftReload)|946310","thaumic-energistics":"385|神秘能源*|791638","hexcasting":"6446|~","carrier-bees":"2520|物流蜜蜂*","block-runner":"7311|~","displaycase":"6884|陈列柜 (Display Case)","compatchedstorage":"4709|紧凑存储修复 (ComPatchedStorage)","lambdynamiclights":"2954|Lambda的动态光源 (LambDynamicLights)|1082100","cheese-dragon":"6027|~","nomadic-tents":"2083|游牧帐篷*","item-counter":"5147|物品计数器*|1279592","renderplayerapi":"34|玩家渲染API (Render Player API)","paucal":"6447|~","ctm-fabric":"3850|连接材质Fabric版 (ConnectedTexturesMod for Fabric)","quick-paths-fabric":"7312|~","architecturecraft":"807|建筑师工艺 (Architecture Craft)","boatjump":"6028|~","auto-look":"6885|~","tinkers-reforged":"2521|工匠再锻 (Tinkers' Reforged)","ma-enchants":"5587|Ma 附魔*","good-nights-sleep":"471|夜眠梦境/晚安的梦境 (Good Night's Sleep)|965322","zetta-industries":"2084|泽它重工*","realistic-torches":"2955|真实火把*|566201","electroblobs-wizardry":"1634|巫术学 (Electroblob's Wizardry)|894070","uneffectual":"6448|~","solar-energy":"7313|~","whats-that-slot":"3851|~","chameleon":"808|变色龙*","zelda-sword-skills":"340|塞尔达剑技 (ZELDA SWORD SKILLS)|500299","bits-and-chisels":"5588|~","reality-check-real-life-timer":"5149|~","iseedragons":"4710|~","kekztech":"2085|~","mystical-world":"2522|魔幻世界*|991631","loot":"6449|~","lemon-lib":"4271|~","ftb-jar-mod-forge":"6887|~","moarsigns":"1635|更多牌子 (MoarSigns)|547700","mrtjpcore":"809|~","pmmo-and-nbt-compat":"3852|~","swissarmyknife":"1179|瑞士军刀 (SwissArmyKnife)","mana-gear":"3400|~","redstonic":"603|红石电子*|623471","trading-post-fabric":"5589|交易站 (Trading Post)","recipes-for-all":"2523|配方书全解锁 (Recipes for All)|795776","restored-earth":"7314|~","arcane-engineering":"515|奥法工程学*","psionic-peripherals":"4711|~","durability-viewer":"2957|耐久显示器*|1086168","by-the-gods":"2086|神迹*","dimensional-paintings":"6888|维度绘画*","custom-entity-models-kaimyentity-reborn":"4272|自定义玩家和实体模型 / KAI我的实体:重生 (Custom Player & Entity Models/KAIMyEntity-Reborn)","botania-garden-of-glass":"645|水晶花园 (Garden of Glass)|541959","techstacks-heavy-machinery-mod":"3853|~","extra-utilities":"616|更多实用设备*|377817|868981","not-enough-enchantments":"3401|~","torched":"6030|~","kamen-rider-craft":"1636|假面骑士工艺 (KamenRiderCraft)","infusinbrewing":"559|注魔酿造 (Infusion Brewing)","item-recycler":"6889|~","retail":"5150|~","malum":"4712|灵灾*","crafting-dead-immerse":"6450|行尸走肉:沉浸 (Crafting Dead: Immerse)","blockphysics_by_id_miner":"118|方块物理学 (BlockPhysics)","bee-angry-est":"2087|愤怒的蜜蜂 (Bee Angry-est)","enhanced-mushrooms-fabric":"3854|蘑菇增强 (Enhanced Mushrooms)","gregicality":"2524|~","bon-appetit-fabric":"3402|祝您好胃口 (Bon Appetit)","nyfs-quivers":"6031|Nyf的箭袋 (Nyf's Quivers)","nourished-nether":"5590|~","avaritia-io":"1637|无尽贪婪:接口 (Avaritia IO)","allomancy":"4713|镕金术*","morph-o-tool":"689|变形工具 (Morph-o-Tool)","cyclops-core":"810|~","pig-pen-cipher":"7317|~","ender-io-addons":"1180|末影接口拓展 (Ender IO Addons)|545556","lucky-block-bow":"2959|~","the-lord-of-the-rings-mod-renewed":"2525|魔戒:复兴 (The Lord of the Rings Mod: Renewed)|1084629","titanium":"2088|钛*","party-parrots":"6032|~","versatile-portals":"3855|~","time-core-lib":"5152|~","miniutilities":"4273|迷你实用设备 (Mini Utilities)","furnus":"5591|~","luckyblock-fabric":"7318|幸运方块 (Lucky Blocks)","netherportalfix-fabric":"811|下界传送门修正 (NetherPortalFix)|1004332","steamcraft2":"4714|~","extended-clouds":"6452|~","patina-pipeworks":"6033|古铜管道*","dense-neutron-collectors-1-7":"1638|致密中子态素收集器 (Dense Neutron Collectors)","modelloader":"2526|~","spawn-egg-recipes":"3856|刷怪蛋配方注册*","mclogin":"5154|~","historicized-medicine":"1181|历史化医学*","stumble-upon-campsites":"4274|邂逅:营地 (Stumble Upon: Campsites)","scuba-gear":"3404|潜水装备*","yarr-cute-mob-models-remake":"296|怪物娘化 (Yarr Cute Mob Models - Remake)|172434","chemlib":"2089|~","distinct-damage-descriptions":"6453|~","boilerplate":"4715|~","rftools-dimensions":"812|RF工具:维度 (RFTools Dimensions)","animal-crops":"2527|动物作物*","rereskillable":"5155|~","adobe-blocks-2":"6892|~","pubgmc-mod":"1639|~","configurable-extra-mob-drops-fabric":"3857|可配置的额外怪物掉落 (Configurable Extra Mob Drops)","nomad-books":"4275|游牧之书*","brewevolution":"6034|酿造进化🍺 (Brewevolution 🍺)","avatar-mod-2-out-of-the-iceberg":"3405|降世神通:突破冰山 (Avatar Mod 2: Out of the Iceberg)","technicalities-lib":"6454|~","infinity-item-editor":"1182|无尽物品编辑器*|791937","meldexuns-crystalic-void":"4716|~","signals":"813|信号*","permanent-light-generator-fabric":"5592|恒久光发电机 (Permanent Light Generator)","fossils":"209|考古与化石 (Fossils and Archeology Revival)|856874","terrafirmacraftneiplugin":"2528|~","menacing-monsters":"6893|~","kubejs-blood-magic":"5156|~","devil-fruits":"6035|恶魔果实*","yungs-extras-fabric":"4276|~","fantasys-furniture":"6455|Fantasy的家具 (Fantasy's Furniture)","ground-item-highlighting":"2961|地面物品高光显示*|1084931","recipes-and-more":"4717|~","extreme-reactors":"814|极限反应堆*|841782","things-fabric":"7320|杂七杂八的东西 (Things)","enhanced-mob-spawners":"3858|刷怪笼增强*","carrots-lib":"2090|胡萝卜库 (Carrots Library)","furenikusroads":"2529|Fureniku的路 (Fureniku's Roads)","stoneholm":"4277|地下村庄 (Stoneholm, Underground Villages)","kubejs-create":"5157|~","packing-tape":"6894|~","extra-rails":"1183|更多功能铁轨*|607938","touhou-spell-card-additional":"6456|东方符卡附加包 (Touhou Spell Card Additional Pack)","llama-steeds":"4718|骑羊驼*","et-lunar-environmental-tech-addon":"815|ET:月光发电 (Environmental Lunar Tech)","exlines-snorkel-mod":"7321|~","immortuos-calyx":"5594|~","lazy-dfu-forge":"3407|DFU载入优化 (LazyDFU)","no-hostiles-around-campfire-fabric":"2091|围火无怪 (No Hostiles Around Campfire)","additional-buildcraft-objects":"253|更多管道*","kubejs-ui-forge":"5158|~","levellib":"4719|~","registrator":"6457|~","the-graveyard-biomes-fabric":"6895|~","gregtania":"1184|~","angel-ring-to-bauble":"816|可装备的天使指环*","two-players-one-horse":"7322|~","mobultion":"1640|进化怪物 (mobultion)|783073","trail-mix":"6037|~","kubejs-thermal":"5159|~","claim-chunk":"5595|~","patchouli-quests":"2530|帕秋莉任务手册*|1046562","real-survivor":"2963|幸存者 (RealSurvivor)|1093190","healing-campfire":"2092|治愈营火*","headshot-forge":"7323|~","origin":"1185|~","inspecio":"4279|~","apexcore":"6458|~","mob-grinding-utils":"817|刷怪塔实用设备*","multiplayer-server-pause-forge":"6038|~","waddles":"1641|~","ridable-ender-pearls":"3409|可骑乘末影珍珠*|1126706","immersive-integration":"516|~","dicemc-money-mod":"5596|~","autorun":"3860|~","armor-toughness-bar":"2964|盔甲韧性显示*","cammies-minecart-tweaks":"6897|~","231455-minetunes":"2093|~","left-hanging":"7324|~","magiclib":"6459|魔法类库 (MagicLib)","rftools-control":"818|RF工具:控制 (RFTools Control)","minecraft-transport-simulator":"1186|沉浸车辆 (Immersive Vehicles)","ding":"428|界面进入提醒*","noshelter-reborn":"6039|无庇护所:重生 (NoShelter Reborn)","gildedarmor":"3410|镀金盔甲 (GildedArmor)|1126586","renderlib":"6898|~","client-command-aliases":"5597|~","jetif":"2094|物品丢入流体 (Just Enough Throwing In Fluids)","animania-farm":"3861|动物谷:农场*","project-intelligence":"1642|PI文档*","extraacademy":"2531|学园附属 (ExtraAcademy)|727182","kubejs-immersive-engineering":"5160|~","enigmatic-graves":"4720|~","thutcore":"1643|~","special-ai":"4280|特殊AI (Special AI)|457169","libvulpes":"604|~","deadly-book":"3411|致命书本*","immersive-petroleum":"819|沉浸原油*","animania-extra":"3862|动物谷:额外动物 (Animania Extra Animals)","time-to-live":"2966|~","nothirium":"6899|~","iitemrenderer-reborn":"2532|~","cull-less-leaves":"6460|更好的树叶渲染优化*","chest-transporter":"1187|搬箱器*|467680","speedy-hoppers":"3412|极速漏斗*","boat-item-view":"4721|边划边看*|1365248","dream-waifu-mod":"4281|梦中情人 (Dream Waifu mod)","rftools-base":"2095|RF工具:基础 (RFTools Base)","kubejs-mekanism":"5161|~","initial-spawn-dimension":"6040|~","interactive-corporea":"5598|交互多媒体*","more-shearables":"820|更多的剪刀用途*","resource-pack-organizer":"1644|资源包管理器*|721005","animania-cats-dogs":"3863|动物谷:猫猫狗狗 (Animania Cats & Dogs)","dual-hotbar-1-12-2":"2967|双重快捷栏1.12.2 (Dual Hotbars 1.12.2)|986000","time-overhaul":"2533|时间改革*","aetherworks":"7327|天华之作 (AetherWorks)","i18nupdatemod":"1188|自动汉化更新 (I18nUpdateMod)|805273","help-wanted":"4282|求助*","starter-kit-fabric":"5162|初始套件 (Starter Kit)","the-one-probe-fabric":"6041|~","indium":"3413|铟*","flopper":"2096|流体漏斗*","forge-creeper-heal-unofficial":"4722|Forge苦力怕坑修复[非官方版] (Forge Creeper Heal [Unofficial])","with-craft":"6462|手工艺 (With Crafts)","just-another-auto-clicker":"5599|~","better-foliage-renewed":"3864|更好的树叶重制版*","slice-and-dice":"7328|~","cha-s":"2968|可合成的马铠和鞍 (Craftable Horse Armour & Saddle)","steamweapon":"2534|梗多武器 (StemWeapon)|932419","gregtech-gt-gtplusplus":"821|~","off-hand-combat":"4283|副手战斗*","gehenna-super-spooky-nether-overhaul-for-forge":"6042|~","realistic-item-drops":"1189|真实物品掉落*","exhausted-stamina":"2097|竭力攻击*","fluidconverters":"6463|流体转化器 (FluidConverters)","block-swap-fabric":"3865|~","desolation":"4723|荒芜*","textrues-rubidium-options":"7329|TexTrue的铷视频界面 (TexTrue's Rubidium Options)|1377003","draconicminus":"6043|~","reaping-mod-fabric":"4284|收割 (Reaping Mod)","dual-hotbar":"2969|双重快捷栏 (Dual Hotbars)|320409","decocraft":"690|装饰工艺*","morcant-ore":"1645|莫桑矿石*","stacker":"5164|~","counter-guns":"2535|~","go-fish":"3416|一起钓鱼吧!*","multiblock-stages":"6464|~","staminaplus":"2098|耐力值 (StaminaPlus)","jurassicraft":"560|侏罗纪时代 (JurassiCraft)|831791","ma-astral":"4724|~","basalt-walker":"3866|玄武岩行者*","hygiene":"6044|~","gilding":"4285|镀金*","gcm":"5165|~","advancedchatbox":"6900|~","force-void-world":"1646|强制虚空世界*","zaraklib":"4725|~","pixelmon":"1190|像素精灵宝可梦 重铸*|291020","monster-hunter-frontier-craft":"297|怪物猎人边境工艺*","metallurgylegend":"6466|冶金传奇 (Metallurgy Legend)|1342308","more-player-models":"3417|更多玩家模型*","enhanced-armaments":"2099|增强装备*|898546","ocean-floor-clay-sand-and-dirt":"5166|~","quick-pick":"6901|~","waterskin":"6467|~","grims-transportables":"4286|格里姆的便捷交通工具 (Grim's Transportables)","i-am-very-smart-forge":"1647|我很聪明 (I Am Very Smart)","loot-overhaul":"3418|~","travellers-boots":"2970|~","chipped":"4726|~","realism-thirst":"6468|~","better-sneak":"5601|更好的潜行*","external-view-reload":"6046|~","gregtech-chill-edition":"2537|格雷科技轻松版 (GregTech: Chill Edition)","linfox-stacked-dimensions-warden-edition":"5167|~","yam-core":"826|~","controlling-for-fabric":"1191|键位冲突显示 (Controlling)|713187","endless-oceans-adventures-fabric":"3868|无尽海洋:冒险 (Endless Ocean: Adventures)","reroll":"4287|刷新附魔*","balkons-weaponmod":"21|更多武器 (Balkon's WeaponMod)","advancements-debug":"6902|~","dungeons-libraries":"6469|~","miners-helmet":"3419|矿工头盔 (Miner's Helmet)","crapping-copper":"5602|压缩升级铜*","far-from-home":"1648|背井离乡*","rubber-duck":"7332|橡皮鸭*","fluid-drawers-legacy":"6047|储液抽屉:遗产*","experience-bottler":"5168|~","custom-player-model-cpm-remake":"2538|自定义玩家模型 (Custom Player Model)|950601","bpm":"3869|~","cofh-vanilla-satchels":"2972|~","randomium-ore":"6903|~","tax-free-levels":"4288|免税附魔*","mending-for-1-7-10":"4728|给老版本的经验修补 (Mending for Older Version)","glenns-gases":"210|格林的气体 (Glenn's Gases)","tiny-progressions":"647|微型自动化*","unlimited-dragon-eggs-fabric":"7333|~","my-server-is-compatible":"6048|~","minemenu":"342|我的菜单 (MineMenu)|302947","degradeexplodedblocks":"6904|~","chisel":"387|凿子*|641383","roughly-enough-resources":"2539|~|1046041","botany-pots-ore_planting-forge":"5603|植物盆栽矿石种植 (Botany Pots Ore_planting)","portable-dimensions":"4289|便携式传送门*","gregicality-ore-addon":"5169|Gregicality矿物拓展*","unreachable-fantasy-mod":"4729|~","spatialcompat":"2100|空间兼容 (SpatialCompat)","cotton":"1649|~","teletoro":"829|远程传送 (TeleToro)","medieval-siege-machines":"6049|中世纪攻城机器*","lightweight-blood-mechanics":"3420|~","betteranimalsplus":"2973|更多动物 (Better Animals Plus)|861155","simpleleather":"1194|腐肉烧皮革 (SimpleLeather)|660382","stone-circles":"3870|~","moreplayermodels-plus":"7334|~","foundry":"254|金属工坊*","ender-utilities":"429|末影设备*","extended-reach":"2101|~","ae2-stuff":"517|~","ye-gamol-chattels#t1:description":"605|伊加墨的财产 (Ye Gamol Chattels)|617588","kbackup-fabric":"3421|~","zeras-scps":"6906|~","baubles":"473|饰品栏*","stone-age-by-yanny":"4290|~","phase-potion":"3871|相位药水*","packagedauto":"2974|封包合成 (PackagedAuto)","satin-api":"5605|~","sync":"1195|克隆*|300110","gregtech-battery-buffer-driver-for-opencomputers":"5170|格雷科技电池箱的开放式电脑驱动 (GregTech Battery Buffer Driver for OpenComputers)","so-many-enchantments":"2540|更多附魔*|927418","no-recipe-book":"2102|没有配方书*","oxygen-teleportation":"1650|~","leapoffaith-forge":"6050|信仰之跃 (Leap of Faith)","re-zero-kara-hajimeru-isekai-seikatsu":"831|RE:从零开始的异世界 (Re: Zero kara hajimeru isekai seikatsu)","terra-world-generator":"4291|~","enderite-lieonlion":"6907|~","ai-reducer":"4730|AI减速器 (AI Reducer)","darknesslib":"2103|~","easy-magic":"5606|~","smooth-boot-forge":"3422|流畅加载 (Smooth Boot)","orimod":"5171|~","chiseled-me":"1196|超级变变变*","marblegates-exotic-enchantment-flowing-agony":"3872|白门的奇异附魔:苦痛长河 (MarbleGate's Exotic Enchantment: Flowing Agony)|1198067","oxygen-core":"1651|氧气核心*","top-plus":"6051|~","advancedchatfilters":"6908|~","packagedexcrafting":"2975|封包合成拓展 (PackagedExCrafting)","simple-teleporters-fabric":"4731|简易传送器 (Simple Teleporters)|1099992","minewatch":"832|~|730508","enlightened-end":"5607|~","htm":"5172|~","custom-void":"7337|~","sisser":"2542|~","refined-storage-fluxified":"6052|~","lead-villagers":"1652|带领村民*","advancedchatmacros":"6909|~","thaumcraft-inventory-scanning":"833|神秘时代物品栏扫描*","redstone-control":"2105|红石控制*","omnis":"4293|灾厄村民拓展*","dynamic-trees-for-hungteens-plants-vs-zombies-mod":"6475|动态的树:HungTeen的植物大战僵尸附属 (Dynamic Trees for PVZ)","measurements":"3873|~","killmods":"4732|~","rubidium":"5608|铷*","gtce-inventory":"5173|格雷物品管道 (GregTech CE Inventory Pipes)","quit-confirm":"6053|~","create-jetpack":"7338|~","netherite-plus-mod":"3424|下界合金拓展*","hxcenchants":"2543|多样化附魔 (HxCEnchants)","progressive-automation-early-miner":"1197|进阶自动化 (Progressive Automation)","snow-real-magic-fabric":"2106|雪!真实的魔法!⛄ (Snow! Real Magic! ⛄)|871191","refined-storage":"691|精致存储*|1303245","armor-slots-in-other-inventories":"3874|可见装备槽 (Visible Armor Slots)|1191226","delta-hard-mode":"1653|Delta 困难模式*|868260","compactstorage":"2977|紧凑存储 (compactstorage)","omnis-backpacks":"4294|~","cultural-delights":"5609|多元乐事*","mechtech":"5174|机械工程 (MechTech)","big-brain":"4733|~","aof-emotes":"6910|~","entity-outliner":"7339|~","better-dropped-items":"2544|更好的掉落物*|1125352","compressedcreativity":"6054|~","chunkpregenerator":"3425|区块预生成器 (Chunk-Pregenerator)|1015490","elemental-items":"6477|~|456944","space-dimensions-forge":"3875|星际次元 (Space Dimensions / Moon and Space Dimensions)|1348102","id-squeezer-tweak":"1654|~","comforts-fabric":"2107|舒适用品 (Comforts)","superhotmc":"4295|~","matmos":"1198|真实环境音效 (MAtmos)","useful-backpacks":"2978|实用背包*","adaptive-performance-tweaks":"4734|适应性性能调整*","cyclic":"834|循环*|648189","gregtech-energistics":"5175|格雷能源 (GregTech Energistics)","eternal-singularity":"561|永恒奇点*","grasslessdirtbackport":"6911|~","sbm-wooden-shears":"734|木剪刀 (Wooden Shears)","hxc-core":"2545|~","applied-mekanistics":"6055|应用能源:通用机械附属*","plasmacannon":"2108|等离子炮 (PlasmaCannon)|930033","rltweaker":"4735|~","antighost":"3426|方块同步修复 (AntiGhost)","food-ores":"1655|食物矿石*|853666","bag-of-yurting":"4296|帐篷袋 (Bag of Yurting)|1194614","ye-olde-tanks":"1199|水箱*","dazzle-2":"6912|~","empatic":"5176|~","winged":"3877|~","onekeyminer":"6479|一键矿工 (OneKeyMiner)|1342383","craftdumper":"6056|~","surrounding-indicators":"2546|~","plasmaengines":"2109|等离子引擎 (PlasmaEngines)|930034","multibags":"4736|多重背包 (MultiBags)|897303","zombie-awareness":"298|僵尸意识*","nukepowered-utils":"5177|~","jer-integration":"5611|JER集成 (JER Integration)","no-name-tags":"7341|隐藏名称标签*","smaller-nether-portals-fabric":"6913|~","better-combat-rebirth":"4297|更好的战斗:重生*|813690","secretroomsmod":"12|密室 (SecretRoomsMod)","redstoneplusplus":"836|红石++ (Redstone++)","lavalib":"4737|~","thaumic-additions":"3076|神秘领域:重构 (Thaumic Additions:Reconstructed)","backslot":"3428|背用武器 (BackSlot)","ranged-wireless-redstone":"7342|~","basic-aiots":"6914|~","immersive-weathering-forge":"6057|沉浸式风化 (Immersive Weathering)","mob-stages":"3879|生物阶段*|854619","steelseries-gamesense":"2980|~","gtce2oc":"5178|格雷科技开放式电脑兼容 (gtce2oc)","just-enough-beacons":"5612|JEI信标*","gobber":"2547|戈伯*|967993|967993","the-lord-of-the-rings-mod-legacy":"211|魔戒:传承 (The Lord of the Rings Mod: Legacy)|1084629","iron-and-gold-from-1-17":"4298|来自 1.17 的铁和金 (iron and gold from 1.17)","ftb-banners-forge":"4738|~","potato-canon-plus-datapack":"7343|~","ctm":"837|连接纹理 (ConnectedTexturesMod)","pokeball":"6915|精灵球 (PokeBall)","sit-fabric":"1656|席地而坐 (Sit)|1088610","replay-mod-for-forge":"6058|~","boathud":"6480|~","azure-rpg-items":"5179|Azure的RPG风格物品 (Azure RPG Items)","windowed-fullscreen":"5613|~","pizzaatimes-timber-mod":"2981|~","minecraftcapes-mod":"3429|~","nuclearcraft-mod":"388|核电工艺 (NuclearCraft)","bonny-food":"2110|~","unusual-end":"7344|~","overpowered-armor-bar":"4739|~","immersive-cooking":"4299|沉浸烹饪*","simulated-nights":"838|夜晚模拟*","ninjaxxs-needs":"6481|~","solar-flux":"7345|日光通量*","iblis":"2549|恶魔 (iblis)|1025597","bigtrees":"6059|~|376937","improving-minecraft":"1200|改善的世界*","tellme":"2982|~","refooled":"3880|~","minetweaker-recipemaker":"518|可视化合成表编辑器 (MineTweaker RecipeMaker)","pixelmon-gui-blocks":"6482|~","ivtoolkit":"606|~","emerging-technology-hydroponics":"2111|新兴技术 (Emerging Technology)|934929","more-swords-mod":"474|更多剑 (MoreSwords)","gravitychanger":"6917|~","ftb-utilities":"839|FTB 实用工具 (FTB Utilities)","helpful-hitboxes-forge":"5615|~","magical-crops":"430|魔法作物*|440898","minerva-library":"2983|~","gravitation-suite":"255|重力装甲*|734193","symcalc":"343|对称度运算仪*","mine-and-slash-expansion":"5180|挖矿与砍杀拓展 (Mine and Slash - Expansion Mods)","wawla":"1201|Wawla高亮显示 (What Are We Looking At)","tinkers-rapier":"4740|匠魂西洋剑 (Tinkers' Rapier)|1261187","custom-background-color":"7347|自定义背景颜色*","absolutely-not-a-zoom-mod":"6060|绝对不是一个缩放模组*","building-wands":"6918|~","devil-may-cry-weapons":"5181|鬼泣武器*","more-mekanism-processing":"6484|~","earth-reworked":"4741|土方工程重制版*","simple-shulker-preview":"7348|~","glymworld-lush-caves":"6061|~","vein-mining-fabric":"5616|连锁采集 (Vein Mining)","fabric-seasons":"3882|~","advancedchat":"6919|~","craft-to-exile-custom-uniques":"5182|放逐之路定制物品 (Craft to Exile Custom Uniques)","item-banning":"6485|~","cinderscapes-reforged":"4742|余烬奇景Forge版*","the-king-of-the-villagers":"2551|村民之王 (The King of the Villagers)","lightarea":"1202|点亮区域 (LightArea)|806149","bygone-nether":"7349|~","spartan-weaponry-arcana":"3431|斯巴达奥法 (SpartanWeaponryArcana)","ars-creo":"5617|~","colored-crafting-stations":"6062|~","random-shulker-colours-fabric":"4301|随机潜影贝颜色 (Random Shulker Colours)","deep-resonance":"692|深度共振*","twilightopia-phantasy":"2114|暮托邦之梦 (Twilightopia)|977230","dehydration":"3883|脱水*","just-enough-characters":"840|通用拼音搜索*|639271","terraria-arsenal":"5183|泰拉瑞亚装备*","probejs":"6486|~","better-diving":"4743|~","bring-me-the-rings":"2552|~","harvest-scythes":"6063|~","it-fell-from-the-sky":"5618|~","aiots-expanded-fabric":"6920|~","dimensionaldoors":"166|次元门 (Dimensional Doors)|896027","create-automated":"4302|~","impaled":"6487|更多三叉戟 (Impaled🔱)","world-of-warcraft-weapons":"5184|魔兽世界装备 (World of Warcraft Weapons)","engineers-decor":"2115|工程师的装饰 (Engineer's Decor)","bloomful":"2553|~","moremcmeta-fabric":"6921|~","greek-fantasy":"3433|希腊幻想*|1143037","auto-sprint":"4744|自动冲刺:一键切换 (Auto Sprint : key toggle)","croptosis":"6064|~","cplpibalds-tweaks":"1660|CplPibald的微调 (CplPibald's Tweaks)","laserio":"6488|~","edit-sign":"2987|编辑告示牌*","easy-villagers":"3884|村民物品化/简单村民*|1097287","random-sheep-colours-fabric":"4303|随机绵羊颜色 (Random Sheep Colours)","kokoalinux-backport":"7351|~","redstone-flux":"842|~","starry-skies":"6922|~","pick-pocketer":"2554|扒手*","engineers-tools":"2116|工程师的工具 (Engineer's Tools)","largebar":"3885|~","nebula-rpg":"4745|~","the-lonely-assassins":"6065|~","logistical-automation":"2988|~","villager-tools":"6489|~","mechanical-clothesline":"7352|机械晾衣绳*","architectury-api":"3434|~","sleep-sooner-fabric":"4304|早点睡 (Sleep Sooner)","cofh-world":"843|~","flesh2leather-fabric":"6923|~","hardcore-item-stages":"6066|~","mcdoom":"5185|毁灭战士物品 (MCDoom)","codechicken-lib-1-8":"562|~","loading-progress-bar":"7353|~","wesleys-roguelike-dungeons":"2117|Wesley的冒险地牢 (Wesley's Roguelike Dungeons)","tis-3d":"3886|~","baubles-stuff":"649|更多首饰*|620576","betternether-reforged":"4746|更好的下界Forge版 (BetterNether Reforged)","terraforged":"2555|~|1157666","dynamic-view-fabric":"2989|动态视距 (Dynamic View)","game-stages-viewer":"6067|~","intercontinental-ballistic-redux":"7354|~","fall-damage-indicator":"6924|~","respawning-shulkers-fabric":"4305|潜影贝重生 (Respawning Shulkers)","bleach-weapons":"5186|死神装备*","stellar-sky":"1204|群星璀璨*|502403","fantastic-beasts-and-how-to-eat-them-butchercraft":"3436|~","entity-nan-health-fix":"3887|假死修复 (Entity NaN Health Fix)","item-stitching-fix":"4747|物品模型修复移植版*","planefix":"7355|~","ancient-warfare-2":"844|古代战争2 (Ancient Warfare2)|665422","mpm-lotr":"6068|~","xp-tome":"2118|经验之书*","remote-io":"299|远程接口 (Remote IO)","aww-man-achievement-mod":"6925|~","ore-biome":"1661|矿石生态群系*","rad-metabolosis":"2556|~","mcsa":"6491|~","blood-and-madness":"4748|~","stellar-api":"1205|恒星API (Stellar API)","createaddition":"3437|~","quick-leaf-decay":"7356|~","fire-extinguisher":"6926|~","ferritecore-fabric":"3888|铁氧体磁芯 (FerriteCore)","behgameon":"5187|~","guard-villagers-fabric":"6069|警卫村民Fabric版 (Guard Villagers (Fabric))","varied-commodities":"2119|~","farmadventure":"1662|农场冒险 (Farm Adventure)","respawn-delay-fabric":"4306|延迟重生 (Respawn Delay)","afraid-of-the-dark":"4749|~","simple-trophies":"7357|~","thaumcraft-research-patcher":"3889|~","into-the-maelstrom":"5188|冒险漩涡*","smithee":"3438|~","thaumic-tinkerer":"212|神秘工匠*","integrated-dynamics":"845|动态联合/集成动力*","realistic-bees":"4307|真实的蜜蜂*","farmers-knives":"6927|~","nei-addons":"1206|NEI扩充 (NEI Addons)","tinkers-things":"2120|匠魂扩增 (Tinkers' Things)","tragicmc3":"2558|悲惨世界3 (TragicMC 3)|1233212","thaumic-computers":"7358|~","dragon-egg-replicator":"3439|龙蛋复制器*","create-deco":"5189|~","common-capabilities":"846|~","instrumental-mobs":"2991|乐器怪物*","thaumic-bases-unofficial":"475|神秘基础学 (Thaumic Bases)","recast-fabric":"4308|持续钓鱼 (Recast)","sullys-mod":"6928|~","opencomputers":"389|开放式电脑 (Open Computers)|618383","wolf-armor-and-storage":"607|狼铠 (Wolf Armor and Storage)|672655","slime-mimic":"6494|~","cucumber":"1207|~","japaricraftmod-2":"1664|加帕里公园 (JapariCraftMod)","just-enough-buttons":"2121|更多的按钮*|678566","thaumic-dyes":"519|神秘染料*","magicaldecorations":"6929|~","ores-above-diamonds":"4750|~","finder-compass":"2992|~","softer-hay-bales-fabric":"4309|柔软的干草块 (Softer Hay Bales)","masterful-machinery":"3890|~|1245140","hunting-dimension":"1208|狩猎维度*|800351","schools-of-magic":"736|魔法学院 (Schools of Magic)","assassins-creed-blocklegend":"4312|刺客信条:方块传奇 (Assassin's Creed Blocklegend)|1168306|1168306","mchorses-mclib":"1665|~","warp-pipes":"5190|~","spacering":"2993|储物戒 (SpaceRing)","clock-hud":"2122|时间显示器 (Clock HUD)","instant-massive-structures-ims":"7360|~","item-highlighter":"6071|物品高亮*","minecraft-earth-mod":"3891|Derec的地球生物 (Derec's Earth Mobs)","lyonheart":"5626|~","headcrumbs":"431|更多头颅*","crafting-automat":"4751|~","tan-campfire-spit":"848|意志坚定-篝火烤架 (TAN Campfire Spit)","runes-of-wizardry":"1209|符文魔法 (Runes-of-Wizardry)","elemental-ingots-ei":"3441|元素锭 (Elemental Ingots)","redstone-arsenal":"256|红石兵工厂*","moss-and-monsters":"6930|~","fertile-farmland":"5191|沃壤千里*","musiccraft-mod":"1666|音乐工艺 (MusicCraft mod)|276475","hunger-remover":"7361|~","ingotter":"4752|~","tektopia":"2123|桃花源记/特克托皮亚 (TekTopia)|980572","scotts-essential":"3892|~|1151637","genshin-12":"5627|原神12*","solargeneration":"3442|太阳能发电机 (Solar Generation)","not-enough-rtgs":"2560|更多RTG (Not Enough RTGs)","remain-in-motion":"121|运动红石机构 (Redstone in motion)","portable-jukebox-fabric":"4310|便携式唱片机 (Portable Jukebox)","detonation":"6931|~","origins-environmental-armor-1-18-1-port":"6073|~","luckperms":"5192|~","super-solar-panels":"849|超级太阳能发电机*|699953","trumpet-skeleton-redooted":"2994|~","hardcore-darkness":"1667|真实的黑夜*","rad-enchants":"7362|~","drawerfps":"3893|储物抽屉渲染配置 (DrawerFPS)","muya1-7-10":"2124|姆亚核心 (MuyaCore)","presence-footsteps":"4753|脚步声*","ae-additions-extra-cells-2-fork":"5628|~","enchant-with-mob":"3443|~","spiders-produce-webs-fabric":"4311|蜘蛛吐网 (Spiders Produce Webs)","inv-view":"5193|~","qmd":"2561|量子块动力学 (Quantum Minecraft Dynamics)","plus-the-end":"7363|~","cola-craft":"1668|可乐工艺*","walk-the-air":"4754|~","rotarycraft":"85|旋转工艺 (RotaryCraft)","silent-addons":"5629|~","health-levels":"6075|~","cursed-earth-fabric":"3895|~","environmental-rads":"2562|~","emotes":"2996|~","coffee-workshop":"1211|咖啡工坊*|808472","runic":"7364|~","ldlib":"6498|~","coal-processing-machine":"6933|~","ngtlib":"850|~","the-comfort-zone":"6076|~","castle-dungeons":"4755|~","ftb-industrial-contraptions":"5194|FTB工业奇械 (FTB Industrial Contraptions)","broken-discs":"7365|~","worldstatecheckpoints":"3445|~","fission-based-neutron-collector":"2563|裂变能中子素收集器*","sll":"3896|逆向交易 (sɹǝƃɐllᴉΛ)","gravestone-mod-graves":"4313|墓碑坟墓 (Gravestone mod Graves)","oc-sensors":"2997|~","codechickencore":"563|鸡块核心 (CodeChickenCore)","shimmer":"6499|微光*","fabric-language-kotlin":"2126|~","forgedfabric":"7366|~","more-respawn-anchors-forge":"5195|更多重生锚 (More Respawn Anchors)","dungeons-plus":"3446|~","joy-of-painting":"6934|~","mobs-properties-randomness":"4756|~","in-game-account-switcher":"1212|游戏内账号切换 (In-Game Account Switcher)|1211916","fabric-for-fabric":"2998|~","trinity":"2564|三位一体*","lagmeter":"3897|延迟表 (LagMeter)","ars-arsenal":"5630|~","geomastery":"851|征服大地*","chicken-chunks-1-8":"167|区块载入器 (ChickenChunks)","consecration":"1213|圣化*|849160","create-extended-flywheels":"7367|~","mekatweaker":"6078|~","iguana-tweaks":"4757|~","storage-tech":"2999|~","the-earth-mod":"4314|地球*","werewolves-become-a-beast":"5196|狼人 (Werewolves)|1205326","hexxit-gear-2":"3898|Hexxit装备2*","smart-moving-reboot":"65|灵活动作 (Smart Moving)|292877","liquid-enchanting":"3447|药水附魔*|844632","gps-mod-stalker-mod":"5631|~","macaws-windows":"2565|Macaw的窗户 (Macaw's Windows)","afsu-mod":"852|~","ftb-backups":"2127|FTB备份 (FTB Backups)","backstab":"1670|背刺 (BackStab)","piggy-bank":"7368|~","ignite-hud":"1214|燃点HUD (Ignite HUD)","smithing-in-the-90s":"6079|~","enhanced-ai":"4758|~","cyclopstek":"2128|独眼巨人 (CyclopsTek)","extended-armor-bars":"5632|~","warden-loot":"6935|~","omnipotent-card":"5197|万用卡牌*|1281444","shutup-experimental-settings":"3448|禁用实验性设置警告 (Shutup Experimental Settings!)","music-player":"2566|音乐播放器*","scootys-plants-vs-zombies":"3899|Scooty的植物大战僵尸重生 (Scootys Plants Vs. Zombies Regrown)","lifts":"4315|电梯*","thaumaturgical-knowledge":"650|神秘奥义*|690813","deeperdarker":"7369|~","better-records":"608|更好的播放器*","vulcanite":"4759|软碲铜 (vulcanite)","atom-economy":"5633|基石-经济 (Atom-Economy)","dynamic-stealth":"1671|动态潜行*|840795","aether-aspects":"737|天境要素扫描*","ducts":"6500|~","datafixerslayer":"3449|~","lightningcraft":"854|雷电工艺 (LightningCraft)|692998","just-enough-piglin-bartering":"5634|JEI猪灵以物易物*","essentialcraft-3":"476|源质魔法3 (EssentialCraft 3)","elemental-stones":"390|元素之石*","corail-recycler":"4316|Corail的回收站*|1161400","csokicraftutil":"2567|~","mrcrayfishs-gun-mod":"1215|MrCrayfish的枪 (MrCrayfish's Gun Mod)","embellished-enchanting":"6080|~","does-it-tick":"5199|~","ziheasymodding":"4760|~","move-minecarts":"4317|可移动的矿车*","large-enchants":"2568|~","electrical-age":"300|电力时代*","just-enough-resources-jer":"855|~","remote-gui-opener-forge":"7371|~","nosiphus-furniture-mod":"6503|~","bloodmoon":"1216|血月 (bloodmoon)|904325","gadomancy":"520|魔像秘经*","path-to-dirt":"4761|~","hexcraft":"3450|~","champions":"2130|冠军/强敌*|998116","inventory-totem-fabric":"4318|更好的图腾 (Inventory Totem)","angrysun":"2569|炙热太阳 (AngrySun)|797244","thaumic-periphery":"3000|神秘外饰*","optifine-checker":"6939|高清修复检测 (OptiFine Checker)|1334261","primal-magick":"5637|原初魔法*","tf2-engineer-buildings-mod":"6504|~","morpheus":"856|~","public-gui-announcement":"5200|公开GUI显示*","roughly-enough-items":"1674|REI物品管理器*|1265546","dirt2path":"4762|~","danger-lies-ahead":"2131|前路危机*|905359","police-mod":"3451|警察*","better-snowball-fight-fabric":"6082|更好的打雪仗 (Better Snowball Fight)|1323495","embellishcraft":"3001|装饰工艺 (EmbellishCraft)","obfuscate":"1217|~","lava-picker-upper":"4319|熔岩收集器*","illagers-pillagers":"7373|~","kubejs-botania":"6505|~","wet-lava-sponge":"5201|~","ore-creeper":"5638|矿石苦力怕*","big-reactors":"257|大型反应堆*|348989","wall-jump-fabric":"857|飞檐走壁 (Wall Jump)","croploadcore":"2132|~","enhanced-celestials-fabric":"3452|月亮事件 (Enhanced Celestials)","carbonado":"4763|~","onastick":"6083|~","runic-dungeons":"1218|符文地牢 (Runic Dungeon)|402813","open-loader":"3002|开放式加载*","paintings":"6940|~","guard-illagers":"7374|~","ex-astris":"432|星辉生万物*","advancements-enlarger":"6506|~","ripples-of-the-past":"5202|~","deep-mob-learning-refabricated":"3003|深度怪物学习:重制版 (Deep Mob Learning: Refabricated)","panthalassa":"5639|泛古洋*","condensed-block-mod-reborn":"858|凝结成块*|359511","custom-machinery":"3903|~","tradernpcs":"6084|~","strange":"4764|~","resourceful-bees":"3453|缤纷蜜蜂*","builtin-servers":"6941|~","modmenu":"1675|模组菜单 (Mod Menu)","moon-light-illager":"7375|~","its-not-long-enough":"2570|与现实相同的昼夜交替 (It's Not Long Enough)|807281","nethers-exoticism":"4320|~","better-muffling":"6507|更好的消音器*","bonsai-tree-crops":"3904|~","defiled-lands":"2133|污秽之地*|965119","poop":"1219|屎 (Poop Mod)|610472","refined-avaritia":"859|~","tfctweaker":"4765|~","more-pads":"6085|更多Pad*|1323848","ftb-ultimine-fabric":"3004|连锁破坏 (FTB Ultimine)","the-extractinator":"6942|~","architectury-quilt":"1676|~","held-item-info":"3454|手持物品信息*|977835","everpotion":"4321|永恒药水 ⚗️ (EverPotion ⚗️)","sunscreen-gel":"2571|防晒霜*|797343","rpgz":"3905|~","the-woodland-update":"7376|~","cursor-mod":"5204|自定义光标*","stardew-armory-fabric":"5640|星露谷武器 (Stardew Armory)","lightest-lamps-fabric":"6508|~","scaling-feast":"4766|~","texture-dump":"6086|~","arcanum":"2134|奥秘*|804291","server-translations":"3005|~","illuminations-forge":"1677|~","choicetheorems-overhauled-village":"6943|~","a-foe-on-fire":"7377|~","no-more-nether-desert-edition":"5641|~","cleancut":"3455|干净利落 (CleanCut)|1231946","quick-shulker":"4322|快捷潜影盒*","amplified-nether":"5205|放大化下界*","delete-item":"4767|~","bigbuckets-fabric":"6509|大铁桶 (Big Buckets)","slurp":"1220|啜饮*","spartan-weaponry-ice-and-fire":"6087|斯巴达的武器:冰火传说 (Spartan Weaponry: Ice and Fire)","image2map":"3006|~","weather-storms-tornadoes":"860|局部气候&风暴 (Weather, Storms & Tornadoes)","respawnable-pets":"4323|宠物可重生*","hunting-delight":"7378|~","blast":"6944|~","random-enchants":"2135|随机附魔*|963657","plus-tweaks":"3456|~","mappy":"1678|~","advanced-thaumaturgy-2":"651|高等神秘学*","blaze-gear":"5642|烈焰装备*","stexcraft-1-12-2-mod":"4768|~","hefty-crops":"6088|~","oreberries-replanted":"5206|矿莓重制版*","new-things":"861|~","schmucks":"4324|小阿呆 (Schmucks!)","macaws-furniture":"2573|Macaw的家具 (Macaw's Furniture)","no-indium":"6945|~","more-barrels":"7379|更多桶*","corpse":"3007|遗体*","much-more-spiders-v2":"2136|更多种类的蜘蛛 (Much More Spiders)|521013","global-gamerules":"3457|全局游戏规则 (Global GameRules)","dimstorage":"6510|~","longerdays":"4769|~","scavenge-timing-addon":"3909|~","mouse-wheelie":"1679|急速滚轮*","tough-expansion":"1221|意志坚定:热力附属*","automatic-doors-fabric":"4325|自动门 (Automatic Doors)","arcane-arteries":"738|奥法献祭学*","survivalist":"862|生存主义*","macaws-doors":"2574|Macaw的门 (Macaw's Doors)|1098241","ring-of-the-miner-forge":"3008|矿工戒指 (Ring of the Miner)","windsweptmod":"6946|~","spawner-imbuer":"6511|~","rhodonite-tools-armour":"5644|~","cull-particles-fabric":"3910|粒子渲染机制优化 (Cull Particles)|1110993","eye-contact-prohibited":"5208|禁止眼神交流! (Eye contact prohibited)|1282818","mystic-divination":"863|秘契占星术*","compressed-items":"2137|~","configurable-despawn-timer":"4326|~","origins-accessibilities":"7380|起源:通行 (Origins: Accessibilities)","mystical-agradditions":"1222|神秘农业扩展*","blueprint":"2575|~","mob-heads":"4770|~","immersive-paintings":"6947|~","save-my-stronghold":"3459|~","cofh-lib":"864|~","majos-broom":"3911|魔女的扫帚 (Majo's broom)|1182237","worldedit":"609|创世神 (WorldEdit)|68815","no-tree-punching":"2138|无树可撸*|1066911","chunkmap":"4327|区块加载小地图 (ChunkMap)|1225181","mrcrayfishs-vehicle-mod":"1680|MrCrayfish的载具 (MrCrayfish`s Vehicle Mod)|867766","tabula-rasa":"865|~","vanillafix":"1223|原版修复 (VanillaFix)|792493","compass-coords":"4771|~","melon-wireless-redstone":"6948|~","geyser-mod":"2576|~","jabba":"346|更好的储物桶 (Just Another Better Barrel Attempt)","unnamed-delight":"6513|无名乐事*","more-minecarts":"5645|~","fuelcanister":"7382|~","custom-player-models-bukkit":"6090|自定义玩家模型 (Customizable Player Models)","inventory-pets":"521|背包宠物*|437983","inventory-tabs":"4328|~","seamless-loading-screen-forge":"3912|无缝加载界面 (Seamless Loading Screen)","cofhtweaks":"866|~","automated-crafting":"6949|~","neverdark":"4772|~","harvest-festival-legacy":"2139|丰收物语移植版*","cc-tweaked":"1681|~","not-enough-pets":"2577|更多宠物*|1007471","extrachampions":"6091|强敌扩充 (ExtraChampions)|1325026","physics-mod":"3460|真实物理 (Physics mod)","curios-quark-oddities-backpack":"3913|夸克背包饰品*","corn-delight":"5646|玉米乐事*","bottle-your-xp-fabric":"4329|装瓶你的经验 (Bottle Your Xp)","just-enough-harvestcraft":"1224|更多潘马斯配方查询 (Just Enough HarvestCraft)|725038","ender-zoo":"867|末影动物园 (Ender IO Zoo/Ender Zoo)","modular-assembly":"5210|模块化组装*","monsters-girls-mushroom-update":"6515|~","stats-keeper-fabric":"4773|~","nature-expansion":"3914|~","xelitez-frostcraft":"433|冰冻工艺 (FrostCraft)","simple-usage-log":"868|简易日志*","charcoal-pit":"1225|~|818165","healer":"5211|~","potionextension":"2578|~","ftb-tutorial-mod-forge":"6516|~","f5-begone":"7385|~","bluemap":"3461|~","vanillatweaks":"4774|~","omnis-core":"869|~","easy-piglins":"6951|简易猪灵*","calcium":"5212|钙*","gravestone-mod-extended":"4330|墓碑坟墓 - 拓展 (Gravestone mod - Extended)","torchslabs-mod":"2579|更好的火把放置 (Torch Slabs Mod)|1098447","uncomplication":"1226|IC2exp还原*|471928","mc-terrain-editor":"6517|~","friendlymobs":"2140|友好的怪物 (FriendlyMobs)|698723","smartvision":"7386|~","bacodifficulty":"4775|~","electromagnetic-coherence":"3917|~","waterlogged-redstone":"6952|~","blast-craft":"5649|防爆工艺 (Blastcraft)","the-wings-of-alfheim-1-7-10":"1227|亚尔夫海姆之翼 (The Wings of Alfheim)|499629","from-the-shadows-forge":"5213|~","aliensvspredator":"1682|异形大战铁血战士 (AliensVsPredator)","applied-energistics-1":"87|应用能源 (Applied Energistics)|378640","dregora":"3462|德雷戈拉*","simplecore-api":"2141|简单前置 (SimpleCore API)","extra-gems":"6518|额外的宝石 (ExtraGems)","amaleafs-expantion-world-mod":"3918|~","immersiveposts":"4776|沉浸长杆 (Immersive Posts)","prehistoric-flora-integration":"6953|~","another-origins-mod":"6095|~","better-enchanted-books":"4331|更好的附魔书*","aobd-singularities":"565|~","dragon-murder":"1683|~","k4lib":"3463|~","l_ender-s-cataclysm":"5214|灾变 (L_Ender 's Cataclysm)","routerrebornlib":"2580|~","kaleido":"3015|~","better-bad-omen":"6954|~","auto-paths":"870|自动路径*","topography":"2142|地形*|926097","fyres-youwilldiemod":"4777|必死无疑 (The You Will Die Mod)|309230","just-another-void-dimension":"6096|~","various-world":"6519|~","easy-steel-forge":"4332|~","deadly-end-phantoms":"3464|~","can-you-trash-it":"6955|~","zdgx":"5650|mod自动更新|1302410","brighter-block-light":"5215|亮光 (Brighter)|1281920","refined-machinery":"1684|精致机械*|867043","the-elemelon-mod":"3919|元素西瓜*","the-magic-doorknob":"2581|~","no-more-purple":"7389|~","old-walking-animation":"4778|旧版行走动画*","jei-villagers":"2143|JEI村民交易查看 (JEI Villagers)|772483","player-weight-mod":"6097|玩家重量*","INpureCore":"652|~","fabric-waystones":"4333|Fabric版传送石碑*|1129480","react":"871|~","thaumic-palmistry":"739|~","croptopias-chocolaterie-fabric":"6956|~","spice-of-life-potato-edition":"3465|生活调味料:马铃薯版 (Spice of Life: Potato Edition)","birds-nests":"1685|鸟巢*","pick-up-notifier-fabric":"5216|拾取提示 (Pick Up Notifier)","waila-nbt":"392|万用高亮显示 (Waila NBT)","ultimate-skyblock-generator":"2582|~","enders-magic":"4779|末影魔法 (Ender's magic)","bnbgamingcore":"2144|~","chunk-loaders":"6098|区块加载器*","better-impaling-forge":"6520|更好的穿刺Forge版*","crawl":"6957|~","crock-pot":"3017|烹饪锅*","shared-resource-packs":"872|共享材质包*","easiervillagertrading-2":"3466|简单村民交易 (EasierVillagerTrading)","mubble-forge":"1230|~","dcsp":"3920|钻石压缩 (Diamonds Compressor SP)","talkbubbles":"5218|~","everyone-poops-dung-fertilizer":"2583|肥料 (Everyone Poops - Dung Fertilizer)|838650","tinkerstages":"6099|~","minecraft-animated":"1686|~","igauntlet":"2145|灭霸手套 (IGauntlet)","bucketlib":"6521|~","fabric-chisel":"6958|~","ore-highlight":"5653|矿石发亮*|1302603","content-creator-integration":"7391|~","wwta":"3467|聊天栏时间显示 (When Was That Again)|1285507","alcatrazcore":"2146|~","corpse-complex":"3921|~","hardcore-questing-mode":"478|困难任务*|1101667","servux":"5219|~","i-know-what-im-doing":"873|我知道我在干什么 (I Know What I'm Doing)","ascension-of-the-divine":"2584|~","libraryex":"1231|MineEx通用库 (LibraryEx)","aquatic-torches":"6522|~","defaultworldtype":"7392|~","the-twilight-forest":"61|暮色森林*|733312","roost-ultimate":"6959|~","debugserverinfo":"2147|~","modularvoicechat":"3922|模块化语音聊天 (ModularVoiceChat)","ars-nouveau":"3468|新生魔艺*","anvil-patch-lawful":"4780|~","Leather-Works":"874|皮革加工厂*","sodium-shadowy-path-blocks":"5654|钠 · 土径阴影*","nebulaecraft":"2585|~","dark-enchanting":"4336|暗黑附魔*","better-sponges":"6523|~|1343107","no-nether":"7393|~","levels":"522|装备等级*","clockwork-phase":"696|时之沙*","elegant-networking":"4781|~","the-midnight":"2148|午夜*|943646","tab-overlay":"2586|背包显示 (Inventory Overlay)|807811","eidolon":"3469|幻梦*","easyexcavate":"6524|~","cyberware":"875|机械改造*|618353","curious-elytra-fabric":"3923|鞘翅插槽 (Curious Elytra / Elytra Trinket)","miniatures":"7394|~","cammies-wearable-backpacks":"6960|~","config-menus-forge":"5220|~","gemsplusplus":"4782|宝石++ (GemsPlusPlus)","polymer":"5656|~","better-wandering-traders":"4338|更好的流浪商人*","wooden-shears":"6525|木剪刀*","ic2magma":"2587|~","moolands":"2149|奶牛世界*","thermal-cultivation":"876|热力农业*","industrial-wires":"1232|工业线缆*","ad-astra":"7395|~","mcheli-minecraft-helicopter-mod":"347|MC直升机 (MC Helicopter MOD)","eccentric-tome":"6101|怪奇宝典*","magicalsculpture":"1689|魔法雕像 (MagicalSculpture)|868224","elytra-bombing":"5657|鞘翅轰炸*","defaultsettings-fabric":"4783|默认设置 (DefaultSettings)","saplanting":"5221|落苗生根*","brick-furnace":"6526|砖熔炉*","iridium-source":"2588|铱矿产*","mystagrad-cloche-compat":"1233|~","egg-craft":"2150|蛋工艺*|952118","big-items-duh":"7396|~","superflat-world-no-slimes-fabric":"4339|没有史莱姆的超平坦世界 (Superflat World No Slimes)","arnicalib":"6102|~","parrying":"6962|~","login":"5222|~","rats-ratlantis":"3470|老鼠:鼠西洲 (Rats: Ratlantis)","better-builders-wands":"877|更好的建筑之杖 (Better Builder's Wands)|831822","draylars-battle-towers":"4784|Draylar的战斗高塔 (Draylar's Battle Towers)|898001","cuboiddroids-support-mod":"5658|~","frogcraft-rebirth":"2589|青蛙化工:重生 (FrogCraft:Rebirth)","scape-and-run-parasite-vaccine":"7397|~","tinkersextras":"2151|~","brick-hopper":"6527|砖漏斗*","back-in-slime-slime-blocks-for-1-7":"6963|~","hardcore-ender-expansion":"434|极限末地生存*|456093","edible-bugs":"5223|~","waitingtime":"1234|加载页面游戏 (WaitingTime)|774325","doge-mod":"7398|~","ash-another-simple-hud":"1690|另一个简单的HUD (Another Simple HUD)","jaopca":"878|~","endertanks":"259|末影水槽 (Ender Tanks)","poke-lucky":"2152|宝可梦幸运方块 (PokeLucky)|791757","human-companions":"6528|~","farsight-fabric":"5224|~","dragontech":"1235|龙之科技/龙鳞实验版 (DragonTech/Dragon Scales EX)","incubation":"3927|~","wthit-forge":"3471|~|1200908","scorge":"4340|~","gregicality-multiblocks":"6104|~","ice-fire-katanas":"7399|~","leos-craftable-chainmail":"4786|可制作的锁链甲 (Leo's Craftable Chainmail)","universal-singularities":"566|通用奇点*","custom-selection-box-port":"1691|自定义选择框 (Custom Selection Box)","odysseyhud":"6529|~","usefultnt":"2153|更有用的TNT (UsefulTNT)","coaxium-mod-1-12-2-ic2-addon":"2590|~","time-to-die":"4787|~","chickens":"879|更多鸡*|570570","gravityfalls-mod":"1237|怪诞小镇 (Gravity Falls)","together-forever":"3026|~","librikka-api":"1692|~","atlantis":"5226|亚特兰蒂斯*","create-alloyed":"6965|机械动力:合金 (Create: Alloyed)","the-box-trot":"6106|~","energy-control":"2591|能源控制*","atomicstrykers-battle-towers":"653|战斗高塔 (AtomicStryker's Battle Towers)|142832","one-click-crafting":"740|一键合成 (One click crafting)|943364","modern-industrialization":"3472|现代工业化*","beaconoverhaul":"4342|信标改革 (Beacon Overhaul)","better-survival-mod":"4788|更好的生存 (Better Survival mod)","tfcbotania":"1238|TFC植物魔法 (TFCBotania)","gulliver-reborn":"2592|~","better-biome-blend":"6107|更好的生物群系过度*","not-enough-wands":"1693|更多魔杖*","iron-furnaces-fabric":"3027|更多熔炉 (Iron Furnaces)","gaia-dimension":"5227|~","crow-flight":"2155|乌鸦坐飞机*","colorblindness":"6530|~","verdure":"6966|郁郁葱葱*","chunk-pregenerator-fabric":"3473|区块预生成器(Fabric) (Fabric Chunk Pregenerator)|1167231","tragicmc2":"880|悲惨世界2 (TragicMC2)|643050","contact":"4343|往来*|1233489","deep-mob-learning-blood-magic-addon":"1694|深度怪物知识-血魔法插件 (Deep Mob Learning - Blood Magic Addon)","forever-enough-items":"6108|FEI物品管理器*","litematica-tool":"5662|投影工具 (litematica tool)","thaumcraft-node-tracker":"393|神秘节点追踪*","aether-addon":"6531|~","pwem":"5228|~","no-recipe-guide":"1239|没有合成指南*|811530","mobdrip":"881|~","blockshifter-forge":"4344|~","findme":"2156|~","jumploader":"3474|~","informed-load-fabric":"1695|更多加载信息 (Informed Load)","frozen-up":"5663|千里冰封*","chess":"6109|象棋*","rationcraft":"2594|~","lenient-creepers":"3029|仁慈的苦力怕*|811522","unidict":"479|矿辞统一 (UniDict)|600649","akisephilas-bosses":"5229|~","brvsb":"7402|更好的铷视频设置按钮 (Better Rubidium Video Settings Button)","create-plus":"3931|~","unloader":"3475|~","carpet-tis-addition":"5664|~","minor-alchemy":"303|小型炼金术*","the-ori-mod":"6969|~","default-options-fabric":"2595|~","tschipplib":"4790|~","huajiage-infinite-galaxy":"1696|滑稽纪元II:无尽星河 (Huaji Age II:Infinite Galaxy)|862800","roughly-enough-trades":"7403|~","modular-powersuits":"124|模块化动力套装*","keeping-inventory":"523|~|592605","vanilla-builders-extension":"4346|~","immersive-fx":"6110|~","better-animal-models":"3476|更真实的动物 (Better animal models)","simple-quarry":"7404|~","customskinloader":"883|万用皮肤补丁 (CustomSkinLoader)|102922","the-deep-dark-ocean-dimension":"4791|~","minecraft-transit-railway":"2157|我的世界铁路*|1173523","treasure2":"3030|寻宝记2 (Treasure2!)","coloured-tooltips":"3933|~","ender-mail":"2596|末影邮递*|1037597","takumi-craft":"1240|爬行者世界/苦力怕世界*","big-beacons":"4348|大信标*","server-redirect":"6534|~","ydms-weapon-master":"6111|YDM的武器大师 (YDM's Weapon Master)","more-overlays":"2597|~|784302","coxinha-utilities":"6970|~","saltymod":"884|盐 (SaltyMod)|562144","online-picture-frame":"4792|在线相框显示2 (Modern Online Picture Frame)","more-banner-features":"5666|更多旗帜功能*","magitek-mechs":"7405|~","galacticrafttweaker":"6112|~","magicraft-magic":"3934|魔法材料 (Magical Materials)","wooden-hopper":"4349|木漏斗*","druidcraft":"3479|德鲁伊工艺*|1162793","city-blocks":"6535|~","random-loot-mod":"2158|随机战利品*","infectum":"7406|~","pyromancer":"4793|~","the-mists-of-riov":"1241|神秘世界 (The Mists of RioV Mod)","stefinus-3d-guns-mod":"2598|3D枪械 (New Stefinus Guns)|441094","mct-immersive-technology":"885|沉浸科技 (Immersive Technology)|724918","dragon-fire-mod":"6972|~","horsestatsvanilla":"5667|马匹状态 (Horse Stats Vanilla)","moreleads":"6113|拴绳增强 (More Leads)","ex-aliquo":"348|~","cqrepoured":"1698|寻找巧克力重铸版 (Chocolate Quest Repoured)","nocubes-sea-dwellers":"7407|~","mekanism-fission-recipe":"4794|~","more-fun-quicksand-mod":"435|更多流沙*|449666","useful-hats":"6536|~","fluffys-farming":"5232|~","structure-gel-api":"3033|~","glowstone-ores":"3935|荧石矿石*","biome-id-extender":"5668|~","berry-good":"3480|~","show-me-your-skin":"7408|~","macaws-fences-and-walls":"4795|Macaw的栅栏与墙 (Macaw's Fences and Walls)","fabricproxy":"1699|Fabric群组支持 (FabricProxy)","ages-api":"4351|~","invulnerable-pigs":"7409|~","modern-splash":"6538|高版本加载界面*","rereskillable-reborn":"5669|~","nsr-no-respawn-screen":"1243|无重生屏幕 (No Respawn Screen)|793776","more-wires":"3936|~","simple-discord-rpc":"6115|~","aquatic-odyssey-mod":"5233|~","the-conjurer":"3034|魔术师*|1122250","spiffy-hud-fabric":"4352|~","savage-and-ravage":"3481|残暴与掠夺 (Savage & Ravage)","funky-locomotion":"887|~","essential-thaumaturgy-unofficial":"741|源质神秘学(非官方版)*","babel":"6539|~","alexandrite-and-more":"3937|~","vanilla-cookbook":"5234|原版烹饪书*","ganys-nether":"3035|Gany的下界 (Gany's Nether)","more-bees":"1244|蜜蜂拓展*|777452","tinkers-aether-dman-edition":"2160|天境工匠 (Tinkers Aether)","advanced-compass":"4353|高级指南针*","lunae-silva":"4797|~","academy-monster":"567|超能力怪物*|677849","better-dungeons":"26|更好的地牢/寻找巧克力 (Better Dungeons / Chocolate Quest)|418940","t88":"7410|~","endgame-materials":"3938|终局材料*","mine-and-slash-auto-compatibility":"2161|挖矿与砍杀自动兼容 (Mine and Slash Auto Compatibility)","excore":"6117|~","sandy-ores":"6976|~","ganys-end":"3036|Gany的末地 (Gany's End)","reborncore":"654|重生核心 (Reborn Core)","edible-nether-wart":"5235|可食用下界疣*","rereskillable-rereforked":"5670|~","evilnotchlib":"1245|~","jade":"3482|玉 🔍 (Jade 🔍)","epic-fight-mod":"3037|史诗战斗 (Epic Fight)|1115564","more-cobblestone":"3939|更多圆石*","k-turrets":"7411|~","metallurgy-core":"2162|冶金核心 (MetallurgyCore)","messmod":"6118|~","compatlayer":"888|版本兼容 (CompatLayer)","cultural-treasures-paintings":"6540|文化瑰宝 - 画作 (Cultural Treasures - Paintings)","tetra-pak":"5671|~","salutem":"4354|~","plasmo-voice":"5236|Plasmo语音*","ex-sartagine":"1700|锅具*|780936","nevertooexpensive":"7412|~","be-quiet-please":"6978|请安静*","attack-missed":"3038|攻击闪避*|1115551","geochests":"394|箱载世界*","wopper":"889|木制漏斗*","blank-planet":"2163|~","somnia":"3483|梦醒时分 (Somnia Awoken)","log4j2-jndi-exploit-fix":"6119|~","rainbow6":"4799|我的六号 (Rainbow6:Minesiege)|1117023","ars-magica-legacy":"5672|~","armor-sound-tweak":"5237|盔甲音效调整*","moderncraft-core":"2600|ModernCraft Core","industrial-reborn":"3484|~","prehistoric-revival-a-prehistoric-fauna-add-on":"6979|史前复生 (Prehistoric Revival)","max-enchant-x":"7413|~","tpalette":"1246|调色板 (TPalette)","betterachievements":"2164|更好的成就 (Better Achievements)","lava-monsters":"3039|熔岩怪*","wild-netherwart":"3940|野生地狱疣*","compressium":"5673|~","hexerei":"5238|~","gorgecore":"890|食用强化 (GorgeCore)","autoreglib":"698|~","worldeditcui-fabric":"612|~|1013295","the-sol":"4355|太阳系*","mo-creatures":"48|更多生物 (Mo' Creatures)|121946","lang_magic":"2601|言灵 (lang_magic)","visible-toggle-sprint":"7414|~","servercore":"6542|~","mo-structures-forge":"3485|更多自然生成结构 (Mo' Structures)","xaeros-minimap":"1701|Xaero的小地图 (Xaero's Minimap)|545145","talking-villagers":"5674|会说话的村民*","the-periodic-table-mod":"3941|元素周期表 (The Periodic Table)","had-enough-characters":"6980|~","woodcutter-forge":"6120|~","better-beds":"4356|更好的床*","let-me-despawn":"7415|~","chineseworkshop":"891|中式工坊 (Chinese Workshop)|639428","ivan-carpet-addition":"6543|~","extra-bows":"2165|更多的弓*|891607","wallpapercraft-a-fresh-roll":"3486|墙纸创造 (Wallpapercraft - A Fresh Roll)","noexpensive":"2602|不昂贵 (NoExpensive)|1055512","thermal-dynamics":"480|热动力学*","artifality":"5675|~","origins-classes-forge":"6121|起源:职业非官方Forge版 (Origins: Classes (Forge))","adamantium-in-minecraft":"3942|~","medieval-origins":"6981|~","tumat":"3040|~","glsl-panorama":"7416|~","world-lives-mod":"4357|~","everlastingabilities-potioncore":"1702|永恒能力-药水核心 (EverlastingAbilities-PotionCore)","clear-despawn":"3487|~","forgotten-relics":"2166|失落遗物学*|937895","orespawn":"524|矿石菌种 (OreSpawn)|464954","friendlyendermite":"4800|友好的末影螨 (FriendlyEndermite)","career-bees":"1248|职业蜜蜂*","modular-routers":"892|模块化路由器*","boat-container":"5676|箱船*","tool-stats":"6122|~","rough-mobs-revamped":"2603|粗暴的怪物重置版*","forgerocks":"3943|~","feyfriends":"7417|~","riddle-chests":"3041|谜题箱*","lib":"4358|~","food-funk":"6544|~|1189925","give-me-water-or-give-me-death":"5240|~","darkcore":"893|暗黑核心*","optifabric":"1703|~|1113013","ore-core":"2167|矿石核心*","delogger":"5677|~","food-expansion":"4801|食物扩展*","thatched":"6123|~","mccalc":"7418|~","fullbright":"2604|充满光明*|803202","ballistix":"3944|弹道学*","wumpleutil":"6545|~","lost-and-found":"5241|~","backpacks":"2605|背包! (backpacks!)|423986","elytra-chestplate-swapper":"6984|~","fumo-mod":"6124|~","ordinary-coins":"2168|普通硬币 (Ordinary Coin)","tardis-mod":"894|时间和空间的相对维度 (TARDIS MOD)","nekeys":"7419|~","the-emerald-haven":"1704|翡翠天堂*|908155","forgotten-items":"4802|被遗忘的物品*","just-another-vanilla-addon-java":"5678|迫真原版增强 (Just Another Vanilla Addon)|1312820","wireless-industry":"3945|~|1338617","twilight-delight":"6546|暮色乐事*|1364206","totem-plus":"3043|图腾增强*","better-fps-render-distance-fabric":"5242|~","fastcraft":"436|快速工艺 (FastCraft)|343542","basement-origins":"6125|~","peanut-mod":"2169|花生! (Peanuts!)","level-up":"1250|升级!重置 (Level Up!Reloaded)","food-expansion-reimagined":"4803|食物扩展:重构想 (Food Expansion: Reimagined)","spectrite-mod":"5679|彩虹 (Spectrite)","wireless-crafting-terminal":"742|无线合成终端*","spice-of-life-tonio-edition":"3946|生活调味料:托尼欧版 (Spice of Life: Tonio Editon)","recruits":"6547|~","no-weak-attack":"6126|~","armor-chroma-for-fabric":"5243|盔甲颜色显示Fabric版 (Armor Chroma for Fabric)","just-some-chocolate":"4360|只是一些巧克力 (Just some Chocolate)","botany-trees":"3491|~","living-enchantment":"2607|生命附魔*|932961","redstone-igniter":"4804|~","level-up-legacy":"1251|升级!前版 (Level Up!Legacy)","chococraft":"217|陆行鸟 (ChocoCraft)","husk-spawn-fabric":"3947|尸壳生成微调 (Husk Spawn)","blockmeterfabric":"3044|方块计量表 (BlockMeterFabric)","sonar-core":"568|声呐核心*","the-true-backrooms":"6548|~","crafted-datapack":"7420|~","another-one-bites-the-dust-berry-bushes":"897|~","ore-reeds":"5244|矿石甘蔗*","bettas":"6127|搏鱼*","enchanting-tweaks":"4805|~","better-third-person":"3492|~","karat-garden":"2608|克拉的花园*|663378","moar-boats":"1252|模块化船*","webstreamer":"6549|~","genshin-nature":"5680|原神:自然*","chimes":"6988|~","cursery":"7421|~","thrown-slime":"4806|~|780689","connected-glass":"5245|~","vacuum-horizon":"4362|~","baby-fat":"6128|婴儿肥*","artisan-tools-1-16":"3948|工匠工具 (Artisan Tools)","gokistats":"898|天赋技能树 (GokiStats)|674690","power-utilities-remastered":"5681|能源转换重制*","in-game-wiki-mod":"2171|~","simple-grinder":"1706|简易研磨机*|801070","survive":"3493|生存要素*","mirage-orb":"7422|~","steves-carts-reborn":"655|史蒂夫矿车:重生 (Steve's Carts Reborn)|728591","numina":"1253|模块化动力装甲前置*","fluid-drawers":"3046|储液抽屉*","yttr":"3949|~","blockui":"5246|~","quickplant-fabric":"6129|顷刻吐芽 (QuickPlant)","unique-enchantments-battle":"4363|独特的附魔:战斗扩展 (Unique Enchantments - Battle)","create-gear-addon":"5682|~","ztones":"613|~","galacticborn-origin":"7423|~","wallpapercraft-a-fresh-roll-stairs":"3494|墙纸创造:楼梯 (Wallpapercraft - A Fresh Roll (Stairs!))","redstone-gauges-and-switches":"1707|红石测量与开关 (Redstone Gauges and Switches)","betterbedrockgen":"2172|更好的基岩 (Better Bedrock Gen)|1109812","creepypastacraft-reborn":"3047|蠕动意面重置版 (CreepyPastaCraft Reborn)","storage-racks":"5247|~","hopper-ducts":"261|漏斗管道*","roots":"699|根源魔法*","inventory-auto-fill":"4808|~","op-items-tab":"6550|~","gun-mod-tl":"5683|~","balanced-enchanting":"4364|平衡附魔*","parachutemod":"395|降落伞 (Parachute)","infinite-dungeons":"6130|~","Dung-Pipe":"5248|~","wsbim-legacy-blocks-and-items":"2173|~","wallpapercraft-a-fresh-roll-slabs":"3495|墙纸创造:台阶 (Wallpapercraft - A Fresh Roll (Slabs!))","itemzoom":"3048|物品缩放 (ItemZoom)","bard-mania":"2610|~","endless-ocean-aquatic-adventures":"6990|~","tinkers-complement":"1254|匠魂补充 (Tinkers' Complement)","wisla":"3950|~","thaumisc":"6551|神秘杂项学*","apotheosis":"1708|神化*|905214","wpo-addon-mod":"6131|~","queen-bee":"4809|蜂后*","extra-armor":"5249|~","energymeter":"5685|~","storage-items-mod":"2174|~","wallpapercraft-a-fresh-roll-walls":"3496|墙纸创造:围墙 (Wallpapercraft - A Fresh Roll (Walls!))","pipe":"4365|管道*","ic2-no":"6991|~","shulkerboxtooltip":"2611|潜影盒工具提示 (Shulker Box Tooltip)","light-overlay":"3049|亮度覆盖*","just-the-binding-of-isaac-pills":"6132|~","zoology":"481|动物学*","lighting-wand-fabric":"1709|照明魔杖 🌟 (Lighting Wand 🌟)","mixin-0-7-0-8-compatibility":"3951|兼容Mixin0.7-0.8 (Mixin 0.7-0.8 Compatibility)","everlastingabilities":"1255|永恒能力 (EverlastingAbilities)","better-barrels":"4810|~","tropicraft":"900|热带世界*","simple-ambients":"4366|~","compact-crafting":"3497|~","what-should-be-in-mc-wsbim":"2175|~","custom-window-title":"7427|~","reliquary":"525|圣遗物 (Reliquary Reincarnations*)","pendant-of-life":"6133|~","origins-plus-plus":"6993|~","enderbeetles":"4811|~","abyssalcraft-heads":"1256|深渊国度头颅 (AbyssalCraft Heads)|673330","morph":"171|变身*","farplanetwo":"3952|远平面2 (Far Plane Two)","quantum-generators":"5687|量子发电机*","bluestone":"2176|~","assembly-lines":"3498|装配线*","pig-poop":"5250|~","treechop":"6554|~","smallerfpsincrements":"3050|~","the-binding-of-isaac-tears-mod":"6134|~","crafting-dead-official":"2613|行尸走肉 (Crafting Dead)","customport":"4812|~|897492","idwtialsimmoedm":"6555|~","crated-foods-farmers-delight":"7429|~","simply-quarries":"5688|简易采石场*","terrarium":"1710|地球*","stupid-horse-stand-still":"5251|~","regex-filters":"3051|正则表达式过滤器*","more-sound-config":"4813|~","effortless-building":"2177|~","botany-pots":"3499|植物盆栽*","xenoclus-one":"3953|~","humbling-bundle":"6135|慈善捆绑包*","overlord":"1257|不死者之王*|657071","mcda":"6995|我的世界:地下城盔甲 (MC Dungeons Armors)","player-api":"35|玩家API (Player API)","entity-collision-fps-fix-fabric":"6556|~","lord-craft":"2614|~","ic2-classic-tweaker":"2178|~","waila-plugins":"743|Waila插件*","satako-library":"3954|~","lethal-peaceful":"5689|~","climatic-biomes":"1711|~","sumsang":"903|亖圼*","undead-expansion":"4814|~","forgeautoshutdown-1-12-2":"437|~","ceramic-bucket":"5252|陶瓷桶*","multifarm-crops":"1258|多功能农场兼容*","hollowwoods":"6557|~|1346623","howling-moon":"1712|狼人*","damage-tilt":"7430|~","grindstone-sharper-tools":"6136|~","steves-carts-2":"350|史蒂夫矿车2 (Steve's Carts 2)","Ic2c-Crop-Overrides":"2179|IC2经典版作物覆盖 (IC2C Crop Overrides)","armorstatushud":"569|耐久信息显示 (ArmorStatusHUD)|138426","moblocks":"904|~","unique-enchantments-utils":"3955|独特的附魔:效用扩展 (Unique Enchantments - Utils)","sun-burns":"6997|~","hourglass":"4815|沙漏*","modern-loading-screen":"4370|现代加载界面*|1235709","fluidsystem":"3053|流体系统 (FluidSystem)","stupid-things":"2617|~","forestry-fermenter-addon":"1259|更多生物质*","upgraded-core":"7431|~","nutritious-milk":"6137|~","callable-horses":"3500|召之马来*","creepypasta-1-0-0":"905|蠕动意面 (CreepyPasta)","durability101":"5253|~","hostile-worlds-invasions":"1713|敌对世界-入侵 (Hostile Worlds - Invasions)","dynamic-crosshair":"6559|~","falling-tree":"3054|伐树 (FallingTree)","battle-tools":"6998|~","relics-mod":"4816|遗物 (Relics)","forge-ae2-additional-opportunity":"3956|~","upgraded-netherite-ultimerite":"7432|~","extract-poison-fabric":"6138|~","more-gems-fabric":"2618|更多宝石 (More Gems)","pams-harvestcraft":"218|潘马斯农场 (Pam's HarvestCraft)|669856","dakimakura-mod":"1260|抱枕*|816801","ceramic-shears":"5254|陶瓷剪刀*","refined-relocation":"656|简单分类*","grue":"906|~","jobsplus":"6999|~","untranslated-items":"3055|物品名称双语同屏*","upgraded-netherite-items":"7433|~","iconexporter":"3957|~","comfortable-nether":"4817|舒适下界*","ultimate-solar-panels":"3502|~","zombie-villagers-from-spawner":"6139|~","minewars":"2619|~","raiders":"6560|~","torch-bandolier":"5255|火把弹药袋*","simple-storage-network":"1714|简单存储*","particle-culling":"3056|粒子渲染机制优化*","upgraded-netherite-creativerite":"7434|~","arcanecraft-ii":"4818|奥法工艺2 (ArcaneCraft II)","curious-shulker-boxes-fabric":"3958|潜影盒插槽 (Curious Shulker Boxes/Trinket Shulker Boxes)","better-animals-plus-plus":"6561|~","rapid-leaf-decay":"5256|~","storage-drawers-crafting-recipe":"5692|~","autofish":"262|自动钓鱼*|630098","googlyeyes":"908|金鱼眼 (GooglyEyes)","aggressive-chickens":"3057|~","slight-gui-modifications":"3503|界面微调 ('Slight' Gui Modifications)|1148951","ic2c-extras":"2180|工业时代2经典版拓展 (IC2C Extras)","block-overlay-fix":"6562|~","presence-footsteps-forge":"4819|脚步声Forge版 (Presence Footsteps (Forge))","scaling-health":"1716|~|1153595","rift":"1262|~|814764","vine-climber":"6140|~","gregicadditionscompatibility":"2620|~","elementary-ores":"7435|~","transliterationlib":"4374|~","enhanced-attack-indicator":"5693|增强攻击提示器*","advanced-solars-classic":"2181|高级太阳能经典版*","ambient-environment":"5258|~","minecoprocessors":"1717|微处理器*","elemental-craft":"3504|元素工艺*","mini-effects-fabric":"6563|~","crop-eating-animals":"1263|动物自动喂食 (Crop-Eating Animals)","entity-culling":"3058|实体渲染机制优化*","xenoclus-2":"3959|~","healing-soup-fabric":"6141|~","combined-potions":"2621|组合药水*|785942","parasites-addon-overlast":"5694|寄生兽:末世扩展 (OverLast)","refraction":"1264|折射*","lycanites-mobs":"909|恐怖生物*|544489","power-chisels":"2182|能量凿子*","glass-cutter":"5259|~","nature-overhaul":"6564|~","minecraft-dark-souls":"7437|黑暗之魂 (MC: Dark Souls)","aardvarks-weird-wonderful-wild":"4820|~","hammerandvil":"3059|锻造锤与锤锻台 (HammerAndVil)","idas-config":"6142|~","gem-buffs-infinite-potion-effects":"396|宝石效果/增益宝石 (Gem Buffs)","rpmtw-update-mod":"4376|RPMTW平台模組 (RPMTW Platform Mod)|1238681","plusticminusbad":"2622|~","just-another-rotten-flesh-to-leather-mod":"3505|腐肉换皮革 (Just Another Rotten Flesh to Leather Mod)","dontmineit":"7438|~","guide-api":"700|指南 (Guide-Api)","ae2-fluid-crafting-rework":"6565|AE2流体合成套件重置 (AE2 Fluid Crafting Rework)","farsight-spyglasses":"4377|~","difficult-life":"1719|~","tmp":"7439|~","mob-sunscreen":"6143|~","darker-depths":"3960|深岩之下*","ic2c-custom-soils":"2183|~","spatial-harvesters-fabric":"3506|~","terracraft-journey":"3961|~","franciscofunari":"5696|中世纪工艺 (Medieval Craft)","baileys-dailies":"2623|~|1047464","mo-bends":"526|更多弯曲 (Mo' Bends)|205695","back-to-eco":"910|生态回归 (Back to Eco)","towns-and-towers-structure-add-on":"7000|~","emotecraft-forge":"3507|表情工艺 (Emotecraft)","librarianlib":"1266|图书馆 (LibrarianLib)","homing-exp-orbs":"2184|经验球归航*","appleskin":"744|苹果皮 (AppleSkin)|1141428","d3core":"5697|~","joshuas-christmas-mod":"2624|~","solar-cooker":"3962|太阳灶*","dicemc-tiered-armors":"5260|~","not-enough-animations":"4378|更多动画*","drg-flares":"7001|~","decorative-winter":"6145|~","pattysmorestuff":"3508|~","feytweaks":"7440|~","simply-backpacks":"3061|简易背包*","mekanismores":"1720|通用机械矿石 (MekanismOres)","green-thumb-v1-2-03":"5698|~","ee3-helper":"4824|~","creeper-confetti":"1267|烟花苦力怕*|775377","enchantmentglint":"2185|自定义附魔光效 (Jabelar's Truly Magical Enchantment Glints)","create-addon":"3964|~","enderio-fluxified":"2625|~","tetranomicon":"5261|~","better-beacon":"4379|更好的信标与潮涌核心 (Better Beacon / Conduit)","world-of-warcraft":"911|魔兽世界*","simple-uncrafting-table-fabric":"7002|~","greenthumb":"5699|~","looot":"6146|~","show-yourself":"7441|~","hats":"3509|帽子*","the-witcher-adventure":"912|猎魔人*","better-placement":"3063|更好的放置*|730136","boat-contraptions":"3965|~","more-observers":"5262|更多侦测器*","save-your-pets":"4825|拯救你的宠物*","skizzik":"2626|~","floricraft":"2186|花卉工艺*|674160","pyrotech":"1721|火种科技*","fat-cat":"3064|大资本家*","caracal-mod":"7003|~","funnels":"1268|液体漏斗*","wmch":"6147|~","better-village-fabric":"6569|~","convenient-name-tags":"7442|~","rats":"1722|老鼠*|1117540","villagers-respawn":"5263|村民重生*","ender-rift":"3966|~","wanionlib":"570|~","fancy-battleaxes":"913|华丽战斧*","mariculture":"351|海洋物语*|321251","main-menu-scale":"4826|~","rough-tweaks-revamped":"7004|~","dungeon-now-loading":"4381|~","block-event-separator":"6148|~","hot-swappable-armor":"5264|热切换护甲 (Hot-Swappable Armor)","waystones2waypoints":"3065|传送石碑路径点 (Waystones2Waypoints)","gilded-games-util":"657|~","anakus-status-bars":"7443|~","weisscore":"2187|~","tfc-adventure":"5700|群峦冒险 (TFC+ Adventure)","zora-no-densha":"914|Zora的电车 (Zora no Densha)|1085883","serversync":"1723|服务器同步 (ServerSync)|1140732","potion-fingers":"4827|~","the-wild-backport":"7005|~","smoother-bedrock":"3510|平滑基岩层*","no-damage-immunity-reload":"6149|伤害免疫机制移除重制版*","trinkets-curios-theme":"6570|~","minemenu-refabricated":"7444|~","beta-days":"3066|B测往昔*","advancement-plaques-fabric":"5265|进度牌匾 (Advancement Plaques)","advent-of-ascension-nevermine":"1269|虚无世界 (Advent of Ascension)|325420","glibys-physics":"2188|Gliby的物理 (Gliby's Physics)","just-zoom-forge":"5701|~","splashanimation":"3968|~","banilla-claws":"6571|~","roguelike-dungeons":"915|冒险地牢*|300785","trajectory-preview-fabric":"3067|弹道预览 (Trajectory Preview)","unvoted-shelved":"7006|~","sandbag":"2629|沙袋*","easy-emerald-tools":"4382|~","reload-audio-driver-fabric":"4828|音频驱动重载 (Reload Audio Driver)","xp-spawner-control":"3068|刷怪笼经验控制*","dummycore-unofficial":"615|~","cfl":"7445|~","c2me-fabric":"3511|C^2M 引擎 (C^2M-Engine/Concurrent Chunk Management Engine)|1188136","electro-magic-tools-ic2-classic":"2189|电子神秘工具 (Electro-Thaumic Tools - IC2 Classic)","creative-fly":"7446|~","continue-button":"3969|继续按钮*","toroquest":"1270|托罗探索 (Toro Quest)|818183","shieldbreak":"4829|~","creatures-from-the-lush-cave-forge":"7007|~","first-aid":"916|急救/医疗护理*|850687","auxilium-equivalence":"1725|等价交换辅助 (Auxilium Equivalence / Auxilium)|1124866","datapack-anvil":"3512|~","minceraft-mod":"5267|~","mob-spawner-control":"3069|刷怪箱控制与修改*","sheve":"6150|~","cold-sweat":"4383|冷汗*","why-does-my-glass-sound-like-that":"7447|~","mrcrayfish-furniture-mod":"263|MrCrayfish 的家具 (MrCrayfish's Furniture Mod)|321693","alexs-delights":"5268|~","chromatic-currents":"6151|~","transparent-cosmetics":"6573|~","bionisation-2":"1726|细菌病毒 (Bionisation)|784253","infohud":"7008|~","bonfires":"917|篝火*|772983","thaumic-revelations":"483|神秘启示录*","rftools":"397|RF工具箱 (RFTools)|416167","witchery-rewitched":"4384|巫术:重生 (Witchery: Rewitched)","itemwallet":"7448|~","dropfullcarts":"6152|~","nuclear-science":"3513|核科学*","better-bedrock-generator-fabric":"5269|~","eidolons-hexblades":"5704|幻梦咒剑 (Eidolon's Hexblades)","tinkers-arsenal":"2630|~","haruhiism":"7009|春日主义*","holiday-helper":"4830|~","tiny-mob-farm":"1727|迷你刷怪场*|838630","immersive-craft":"918|沉浸工艺*","right-click-get-crops":"6575|~","refined-pipes":"3070|精致管道*","chem-craft":"3970|化学工艺*","majou-densetsu-3d":"4385|魔城传说3D (Majou Denetsu 3D)","monke-madness":"5705|~","way-much-faster-oxidize":"7449|更快铜锈蚀*","are-you-blind":"6153|~","glaretorch":"3514|强光火把 (Glare Torch)","fraghappy-reborn":"701|~","garbage-energy":"2631|废品能源炉*","fabric-tickratechanger-mod":"4831|Fabric版运算变速 (Fabric TickRateChanger)","aroma1997core":"919|~","quark":"527|夸克*|1155355","forceasciifont":"2190|强制ASCII字体 (ForceASCIIFont)","tcbotaniaexoflame":"745|奥术投射 (TCBotaniaExoflame)","time-in-a-bottle-standalone":"3971|时间之瓶 (Time in a bottle standalone)","singularities":"3071|奇点*","rikmulds-core-mod":"1272|~","oh-my-gourd":"6576|~","soulus":"1728|~","put-ingot-down":"5706|把锭放在地上吧! (Put Ingot Down!)|1313541","alwayseat-reload":"6154|吃不停重制版 (AlwaysEat Reload)","mrcrayfishs-jumping-castle-mod":"3515|MrCrayfish的充气城堡 (MrCrayfish's Jumping Castle)","better-spawner-control-fabric":"3072|更好的刷怪笼控制 (Better Spawner Control)","icarus-wings":"4386|伊卡洛斯之翼*|1240656","torchtools":"5707|~","observable":"4832|可视性能侦测*","Universal-Electricity":"92|通用电力*|405261","just-enough-pattern-banners":"1273|~","sanlib":"1729|~","quirky-generators":"2632|~","exposer":"3516|~","prehistoric-fauna":"5270|史前生物*","emeraldstuff":"7011|~","lottweaks":"5708|~","skewers":"2191|烤串*|962626","keyboard-wizard":"4387|按键精灵*|695626","disenchantment-edit-table":"4833|祛魔编辑台*","compressed-grass":"3973|压缩草*","tatw":"920|~","primitive-mobs":"1274|远古生物/原始生物*","megaloot":"2633|超级战利品 (MegaLoot)|1014884","quests-additions":"5709|任务拓展*","tps-hud-fabric":"6156|~","to-the-bat-poles":"3517|~","crying-ghasts-fabric":"3073|哭泣的恶魂 (Crying Ghasts)","better-conduit-placement-fabric":"5271|更好的潮涌核心放置 (Better Conduit Placement)","grass-slabs-carpets-stairs":"7012|~","hostile-mobs-and-girls":"921|敌对生物和女孩们 (Hostile Mobs and Girls)","piscary":"4388|~","v0ids-smart-backpacks":"6579|V0id的智能背包 (V0id's Smart Backpacks)","applepie":"3974|苹果派 (ApplePie)","realistic-cobwebs":"1275|~","cc-restitched":"3518|~","dynamic-fps":"3074|动态FPS (Dynamic FPS)","sim-u-kraft-reloaded":"7453|模拟城市重置版 (Sim-U-Kraft Reloaded)|1379164","not-mutually-exclusive":"7013|不冲突 (Not Mutually Exlusive)","get-in-the-bucket-mod-fabric":"2192|进入水桶 (Get In The Bucket Mod)","llibrary":"571|~","doles-mod":"3975|~","cit-resewn":"4835|~","better-hud":"922|更好的HUD (Better HUD)","sao-ui":"439|刀剑神域UI (Sword Art Online UI)|473756","dangerrpg":"658|危险RPG (Danger RPG)","orcz":"6158|~","simpleharvest":"1276|简单收获 (Simple Harvest)|1089377","wearables":"3519|可穿戴设备*","create-factory":"7454|~","builders-delight-forge":"7014|~","mad-villagers":"2635|疯狂的村民*|785126","custom-mob-spawner":"5710|自定义生物生成器*","compact-ores":"3075|致密矿石*","death-counter":"5272|死亡计数器*","ex-nihilo-sequentia-thermal-addon":"3976|无中生有:传承 - 热力扩展 (Ex Nihilo: Sequentia - Thermal Addon)","lazy-language-loader":"4836|~","fertilization-fabric":"2193|施肥 (Fertilization)","custom-stuff-4":"923|自定义物品4*","sandwichable":"6159|~","storage-cabinet":"4390|储藏柜*","horseinboat":"7455|~","logical-drops":"2636|逻辑工艺 (Logical Craft)|1022032","miners-minerals":"7015|~","mrcrayfishs-device-mod":"1277|MrCrayfish的设备 (MrCrayfish's Device Mod)|830159","rpg-hud-fabric":"5711|~","evilcraft":"352|邪恶工艺 (EvilCraft)","ex-naturae":"3977|无中生有:传承 - 植物魔法扩展*","clef":"4837|~","powered-thingies":"924|特斯拉科技 (Tesla Powered Thingies)","travelers-backpack-fabric":"1732|旅行者背包 (Traveler's Backpack)","upgraded-tools":"7456|~","drone-craft":"2637|~","dimension-stages":"5273|维度阶段*","first-person-model":"4391|更真实的第一人称模型 (First-person Model)","forgetmechunk-forge":"6582|~","the-wild-update-concept-mod":"5712|~","days-to-mine":"7016|七日杀 (7 Days to Mine)|1200742","fabric-disable-custom-worlds-advice":"3077|禁用自定义世界警告 (Disable Custom World Advice)","block-armor":"1278|方块盔甲*","ex-nihilo-sequentia-tinkers-addon":"3978|无中生有:传承 - 匠魂扩展 (Ex Nihilo: Sequentia - Tinkers Addon)","water-source":"2638|水源*|1057153","zettai-magic-2":"4838|~","additional-banners":"2194|更多旗帜*","tools-for-caves-and-cliffs":"7457|~","pieces-of-ore":"7017|~","gregtech-classic":"1733|格雷科技经典版 (GregTech Classic)|968064","passive-dragon":"5274|~","iron-jetpacks-fabric":"3979|~","dropt":"2195|~","leaf-decay":"3078|树叶速腐Fabric版*","stockpile":"1279|储物桶*|818298","mcmusicplayer#t1:description":"926|~","i-want-to-die-at-home":"5275|~","aperture":"1734|~|705836","randore-forge":"4392|~","mod-erate-loading-screen":"6161|~","obsidian-suite":"927|~","fast-furnace-for-fabric":"3079|熔炉性能优化Fabric版 (Fast Furnace for Fabric)","the-elven-forest":"2196|精灵森林 (The Elven Forest​)","loot-slash-conquer":"1280|~|805062","better-f1":"6585|更好的F1*","better-weather-fabric":"3522|更好的天气 (Better Weather)","morevanillaweapons":"5276|更多原版武器 (MoreVanillaWeapons)","wr-cbe-universal":"264|无线红石 (Wireless Redstone)|621428","candy-world":"1281|糖果世界*|812603","combo-armors":"1735|组合装甲 (IC2ComboArmors)|86941","rising-uppercut":"4393|上勾拳*|1240641","thaumic-equivalence":"746|奥法置换*","shrink_":"6162|~","oreregen":"5715|再生矿石 (OreRegen)","wizards-of-lua":"928|Lua魔导师 (Wizards of Lua)","removehudbutnothand":"6586|~","genetics-reborn":"702|基因重生*","ore-tree-reborn-fabric":"5277|矿物树:重制 (Ore Tree:Reborn)","the-beneath":"2197|深渊世界*","wotw-mod":"4840|世界之战 (The War of the Worlds Mod)","ultimate-car-mod":"3523|终极汽车*|938477","cable-tiers":"6163|~","hungteens-plants-vs-zombies-mod":"2640|HungTeen的植物大战僵尸 (HungTeen's Plants vs Zombies Mod)|1052460","eidolon_tweaker":"5716|~","infinity-with-mending":"7460|无限与经验修补","custom-discs":"3980|自定义唱片*|1256463","lockdown-additions":"7020|~","diggus-maximus":"3080|连锁挖掘*","tool-part-stages":"6587|~","player-tracking-compass":"5278|~","jackie-chan-s-weapon":"4394|成龙的武器 (Jackie Chan`s weapon)|1237674","not-enough-characters":"2198|NEI 拼音搜索*|614246","craft-time":"3524|耗时合成 (Craft Takes Time)|1159911","jumbo-furnace":"6164|~","mystical-agriculture":"929|神秘农业*|707360","creativecore":"1283|~","pams-desertcraft":"2641|潘马斯沙漠工艺 (Pam's DesertCraft)","playtime-counter-fabric":"3981|游戏时长计数器 (Playtime Counter)","infinity-craft":"7461|~","scp-lockdown-extras":"7021|~","super-sentai-craft":"3081|超级战队工艺*","entity-banners":"3982|实体旗帜*","explorers-compass":"4395|探险者指南针 (Explorer's Compass)|1286168","no-villager-death-messages":"6165|~","hookshot":"7462|~","player-tabs":"7022|~","pams-bonecraft":"2642|潘马斯骨头工艺 (Pam's BoneCraft)","betterf3":"3525|更好的F3 (BetterF3)","herodotusutils":"5718|~","instantunify":"1284|瞬间统一 (InstantUnify)|816966","craftable-netherrack":"4841|可合成的下界岩 (Craftable netherrack)","curious-jetpacks":"3983|~","wildly-eat":"3082|狼吞虎咽*","vampirism-become-a-vampire":"930|吸血鬼/血族传说 (Vampirism)|982006","gravestones":"4396|墓碑*","iron-backpacks-redone":"6589|特殊背包重做版*","tank-null":"6166|~","custom-spawns":"7463|~","curious-armor-stands":"3984|~","platypuses":"5719|~","thermal-singularities":"2643|热力奇点*","cie":"7023|~","trinkets-fabric":"3985|~","advanced-machines":"22|高级机械 (AdvancedMachines)","tooltipfix":"5280|信息提示修复 (ToolTipFix)","create-misc-and-things":"7464|~","gotta-climb-fast":"3083|快速爬梯 (Gotta Climb Fast!)","trajans-tanks-fabric-wip":"6167|~","crafting-dead-survival":"4397|行尸走肉:生存 (Crafting Dead: Survival)","malisisdoors":"659|更多门 (MalisisDoors)","easy-mob-farm":"7024|~","occultism":"3986|神秘学*|1077431","nonausea":"1737|没有反胃 (NoNausea)","mobdrops":"1286|更多掉落 (MobDrops)","opis":"220|~","colds-easy-paxel-lite":"6168|~","minejurassic":"2644|~","hostile-villages":"5720|敌对村庄*","can-i-mine-this-block":"3084|我­­ 能 挖 它 吗? (cAn i MiNe thIS bLOCk?)","redstone-control-2":"4398|红石控制2*","the-abyss-chapter-ii":"3527|深渊:第二章 (The Abyss: Chapter II / The Abyss II - The Other Side)","b0bgarys-biome-remover-v-1-0-0-1":"6590|B0bGary的生物群系禁用器 (B0bGary's Biome Remover)","low-fire":"7465|~","extended-noteblock-fabric":"5281|音符盒扩展 (Extended Noteblock)","itemphysic":"932|物品物理掉落 (ItemPhysic)|638455","material-elements":"7025|~","stray-spawn-fabric":"3987|流浪者生成微调 (Stray Spawn)","rotten-creatures":"3085|腐烂生物*|1094419","states":"1287|城邦*|819991","mine-addons-2":"2200|~","throwability":"5721|投掷*","infinity-buttons":"7466|无限按钮*|1378245","csenchants":"4399|~","mapper-base":"3528|~","ore-prospecting-stick-fabric":"5282|探矿之戒 (Rings Of Prospecting)","minenautica":"933|~","raised-clouds":"7026|~","dualwielding":"6591|~","communism-mod":"1738|苏维埃工坊*","mooshroom-spawn-fabric":"3988|哞菇生成微调 (Mooshroom Spawn)","terraria-craft":"2645|泰拉瑞亚世界*|953855","simple-camp-fire":"4844|简单营火*","fairy-lights":"3086|圣诞彩灯*|1167478","openmodslib":"617|开放式模组库 (OpenModsLib)","i-know-what-im-doing-fabric":"7467|~","biomeinfo-fabric":"5722|生物群系信息 (BiomeInfo)","music-triggers":"7027|~","improved-extraction":"934|矿物获取改进*","worldedit-express-fabric":"5283|~","terrafirmacraftplus":"2201|群峦传说 + (Terrafirmacraft +)|1043715","mirror":"1739|~","bedrockify":"3529|~","modular-machinery":"1288|模块化机械*","biome-locator":"4845|生物群系定位器*","cardinal-components":"3989|~","skin-hotkey":"7468|~","smooth-chunk-save":"6170|平滑区块保存*","packmode":"3087|~","sneaky-screens":"7028|~","colytra-fabric":"2646|鞘翅胸甲 (Colytra)","memoryleakfix":"6593|~","clickable-advancements":"5723|可点击的进度 (Clickable advancements)","awesome-dungeon-edition-ocean-fabric":"5284|~","ecology-mod":"935|生态*","extratic":"440|匠魂扩展 (Extra TiC)","quick-consume-2":"2202|快速摄入2*","extracells2":"174|更多存储单元2 (Extra Cells 2)","dank-null":"3088|~","extra-coals":"4846|~","dyeable-fishing-lines-forge":"7469|~","inmis":"7029|~","rigoranthus-emortis-mod-compatibility-progression":"6171|~","factory0-resources":"5724|~","insects":"2647|昆虫*","pistorder":"5285|~","cakeisalie-mod":"936|蛋糕是个谎言 (CakeIsALie)","dark-caverns":"4847|暗黑深穴*","mystical-customization":"4400|~","compositegear":"1289|复合齿轮/复合装甲 (Composite Gear)","avaritia-complement":"3089|~","thaumcraft-research-helper":"747|神秘研究小助手*","mctitle":"2203|~|725545","jei-utilities":"6172|JEI实用设备 (JEI Utilities)","sound-reloader":"2648|声音重载*|732142","escape-rope-pokemon-item-fabric":"5286|~","ex-nihilo-adscensio":"937|无中生有:Adscensio*","epic-knights-armor-and-weapons":"5725|史诗骑士:盾牌,盔甲和武器 (Epic Knights: Shields, Armor and Weapons)","mgui":"2204|~","rechiseled":"7032|~","mcicraft":"309|MCI工艺 (MCI Craft)","reciperemover":"7471|~","sublib":"2205|~","rftools-power":"3531|RF工具:能量 (RFTools Power)","plummet":"6173|~","durability-tooltip":"7033|~","youre-an-expert-harry":"5726|你是个专家,哈利! (You're an Expert, Harry!)","awesome-flooring-fabric":"5287|~","roughly-enough-loot-tables":"7472|~","ping":"1740|~","tool-belt":"2649|工具皮带*|677629","lucky-blocks-project-e":"4402|等价交换幸运方块 (Lucky Blocks:ProjectE)|1150908","bookshelf":"938|~","dense-ores":"2206|致密矿石*|522248","the-legends-mod":"1741|~","pipez":"3532|~","kiwi-fabric":"1290|~","stackone-mod":"6174|禁止堆叠 (StackOne)|1328904","oreganized-mod":"7034|井然有矿*","fld":"7473|~","medievial-entity-fabric":"5288|中世纪生物 (Medieval Entity)","integrated-proxy":"3992|集成代理器*","better-questing-triggerer":"3090|~","warp-book":"485|传送书*","dragon-mounts-3":"5727|龙骑士3*","archisections":"2207|~","coins-je":"3533|~","riding-utilities":"7035|~","spectrum":"6175|光谱世界*|1342883","lostcities-tfc":"7474|~","upgraded-shulkers":"5289|更多潜影盒*","a-cobblestone-crafting-table":"3993|圆石工作台*","ender-ring":"4850|末影环*|1264325","bad-wither-no-cookie-reloaded-fabric":"1742|~|734965","viaforge":"5728|~","Broken-Wings":"3091|~","compact-help-command-fabric":"7036|~","snowed-fabric":"7475|~","kitteh6660s-morecraft":"6176|~","cavecontrol":"2208|洞穴控制 (Cave Control)","the-aether":"94|天境*|797941","colored-iron":"3994|~","angel-ring":"6177|天使指环*","happy-trails":"5729|~","miners-lung":"7038|~","player-blink":"7476|~","official-divinerpg":"529|神圣RPG (DivineRPG)|1080271","cuisine":"1291|料理工艺 🍳 (Cuisine 🍳)|821999","expandedredstone":"2209|红石扩展 (Expanded Redstone)","fmprojecte-fmpe":"4403|等价交换重制-EMC上限扩展版 (FMProjectE)","milk-all-the-mobs-fabric":"4851|~","beenfo":"3535|蜂巢信息*","final-kobold":"3995|~","random-things":"940|随意作品*|938101","compacter":"3093|压缩者*","greenery":"7039|绿色植物🌿 (Greenery🌿)","better-command-block-ui":"7477|~","world-control":"1292|世界控制*","chest-building-blocks":"3536|~","argentina-food-mod":"2650|阿根廷的食物*","giacomos-fishing-net":"1743|~","router-reborn":"704|路由重生*","simple-cc":"3094|简单清除聊天 (Simple Clear Chat)","ears":"3996|耳朵*","easycrafting":"66|轻松合成 (Easy Crafting)","create-experienced":"7478|~","hospital-mod-theatres-pack":"1744|医院Mod (The Hospital Mod)|873210","bobby":"5291|服务器区块缓存*","nomowanderer":"6179|~","naturesaura_tweaker":"5730|~","zycraft":"3537|~","butchers-delight":"7040|屠夫乐事 (Butcher's Delight)","not-enough-potions":"3095|~","ibe-editor":"4405|~","roadrunner":"4852|~","gotta-go-fast":"7479|~","pet-names-fabric":"2651|宠物名字 (Pet Names)","boosted-brightness":"5292|亮度增强*","tree-chopper":"1294|砍树*|630864","legacycraft":"2210|传统工艺 (LegacyCraft)","embers":"618|余烬*","wildfires-female-gender-mod-fabric":"3997|~","more-charcoal":"1745|更多木炭*","quitconfirm":"3538|退出前确认 (QuitConfirm)|1116784","large-meals-an-add-on-for-farmers-delight":"7041|~","framed-compacting-drawers":"3096|镶框压缩抽屉*","thaumic-upholstry":"748|神秘装饰*","netherex":"942|下界拓展 (NetherEX)|918772","pokecube-aoi":"4853|~","effective-forge":"5293|~","geostrata":"2211|~","exotic-critters":"4406|~","collective-fabric":"2652|~","consistencyplus":"3998|~","allthecompressed":"6180|~","explorers-delight":"7042|~","discordsuite":"3097|~","born-in-a-barn":"1746|~","death-finder-fabric":"5731|~","ruined-equipment":"3539|~","modularwarfare":"3999|模块化战争/模块化武装 (ModularWarfare)","grim-statues":"4854|Grim的雕像*","engender-mod":"943|召唤师 (Engender - The Age of Minecraft)|796593","the-lost-cities":"1295|失落的城市*|833685","cave-enhancements":"6181|~","territoryzone":"2212|~","the-irregular-chef":"7043|~","mikes-mods-library":"3098|~","archers-paradox":"4407|弓箭手悖论 (Archer's Paradox)","giselbaers-durability-viewer":"2653|耐久信息显示 (Durability Viewer)|1007803","mad-particle":"7482|疯狂粒子*","falling-meteors-mod":"354|陨石 (Falling Mateors)","BuildCraft":"4|建筑*|884720","voidtotem-fabric":"5295|虚空图腾 (Void Totem)","portable-craft":"5733|便携工艺*","loottweaks":"2213|~","oauth-fabric":"4855|~","compat-o-plenty":"7044|~","fabrihud":"7483|~","creative-apiary":"6182|创造蜂场*","clickthrough":"3540|穿牌开箱 (ClickThrough)","dynamic-trees-neapolitan":"4408|动态的树:那不勒斯风味附属 (Dynamic Trees - Neapolitan)","starflight-innovation":"6604|~","better-animations-collection":"1748|更好的动物动作*","better-questing":"944|更好的任务*|695339","tool-leveling-plus-fabric":"5296|~","critterpet":"2214|~","snow-pig-fabric":"7045|雪猪 (Snow Pig)","creative-crafter":"6183|~","condensedores":"2215|~","Teslafied":"3099|~","mputils-basic-tools":"4000|~","mythicmetals":"5297|神话金属 (Mythic Metals)","omaypaty-japan-mod":"4856|~","powah-rearchitected":"6605|~","shiny-horses":"7484|~","dimensional-pockets":"441|四次元口袋 (DimensionalPockets)","more-cookies":"2654|更多饼干*","creeper-firework":"5298|烟花苦力怕*|1285741","treeclimbing":"2216|~","the-agartha-mod":"4001|~","binniepatcher":"3542|~","nyx-rotn-edition":"7485|~","ee3":"31|等价交换3 (Equivalent Exchange 3)","demon-slayer-mod-kimetu-no-yaiba":"4857|鬼灭之刃 (DEMON SLAYER MOD)|1086930","ct-mortar":"947|~","proxy-server":"6185|~","falling-with-style":"4002|花式降落*","etched":"5735|~","second-chance-forge":"5299|~","apple-carrot":"2655|苹果胡萝卜*","subterranean-wilderness":"3543|~","caves-cliffs-backport-additions":"5736|~","more-electric-tools":"2217|更多电力装置*|970021","tipthescales":"4858|~","ct-watercan":"948|~","valhelsia-core":"4003|~","multithreaded-noise":"6186|~","shurlin":"3100|仙灵*","quality-tools":"1750|工具品质*","harvest-festival":"530|丰收物语*|658968","spelling-table-mod":"6187|拼写台*","randomite-classic":"4410|~","better-rocks":"6609|~","cobblefordays":"5737|~","wireless-fluid-terminal":"2218|无线流体终端 (AE2 Wireless Fluid Terminal)","xplosives-mod":"4859|~","toolscombine":"1751|工具组合 (Tools Combine)","promenade":"5300|~","totemic":"949|图腾*|1073074","mob-amputation":"3101|怪物截肢*","eat-yo-veg":"2656|~","pollutant-pump":"1752|污染泵*","simple-underground-biomes":"1299|简单地下生物群系*","jaffa-foods-a-harvestcraft-addon":"661|更多有趣的食物 (Just Another Fun Food Addon)|500121","admin-shop":"5738|官方商店*","wireless-interface-terminal":"2219|无线接口终端 (AE2 Wireless Interface Terminal)","advancedchatcore":"6189|~","packguard":"3102|~","construction-wand":"3545|建筑手杖*","ex-compressum":"486|压缩工具*|676165","alwayseat":"4005|吃不停 (AlwaysEat)","london-underground":"5301|伦敦地铁 (The London Underground)","infinite-pollution-filter":"1753|无限污染过滤器*","horse-combat-controls":"6610|~","grimoire-of-alice":"950|爱丽丝的魔法书 (Grimoire of Alice)","vanillamagic":"5739|纯净魔法 (Vanilla Magic)|1307461","neat-fabric-quilt":"619|极简血量显示 (Neat)|938958","wilds":"4412|~","squeedometer":"3546|~","wtfs-texturegeneratorlib":"3103|~","arkys-environment":"4860|~","openblocks":"222|开放式方块 (OpenBlocks)","bountiful-fabric":"2657|赏金 (Bountiful)|1172239","dynamiclights-reforged":"5302|镁/铷:动态光源 (Magnesium/Rubidium Dynamic Lights)","jei-hider":"1754|~","journey-to-gensokyo":"951|幻想乡之旅 (Journey to Gensokyo)","the-camping-mod":"13|野营*|230368","dirt-deco":"6190|~","roughly-searchable":"4413|~","betterenchantment":"2658|更好的附魔 (BetterEnchantment)","skull-craft":"7050|头颅工艺*","simply-houses":"6612|~|1348787","candylands":"4861|~|1283253","wireless-pattern-terminal":"2220|无线样板终端*","forgery":"3547|~","multiblocked":"6191|~","the-wild-mod":"5303|荒野更新*","danmakucore":"952|弹幕核心 (DanmakuCore)","zen-foundry":"1300|禅:金属工坊 🌋 (Zen: Foundry 🌋)","fastflyblockbreaking":"1755|飞行速破 (Fast Fly Block Breaking)","more-totems-of-undying":"3104|更多的不死图腾*|1120388","yungs-better-desert-temples-fabric":"6613|YUNG的沙漠神殿优化 (YUNG's Better Desert Temples)","deep-mob-learning-simulacrum":"5740|~","purified-flesh-mod":"2659|纯净的腐肉*","elements-of-power":"4862|~","better-questing-rf-expansion":"2221|更好的任务-RF拓展 (Better Questing - RF Expansion)","arcanus":"6192|~","fabrication":"3548|~","tuff-depth":"5304|凝灰岩深度*","cull-leaves":"4414|树叶渲染优化*","angel-of-vengeance":"953|复仇天使 (Angel of Vengeance)","modern-dynamics":"6614|现代动力学*","aquafina":"4863|~","dungeon-crawl":"3105|~","armor-weight":"6193|~","oculus":"5741|~","hurt-animation-remover":"2222|~","aquarium":"4009|深海*","minefantasy-reforged":"5305|我的幻想重铸版 (MineFantasy Reforged)","tammodized":"954|~","dynamic-trees-atum-2":"4415|动态的树:阿图姆2附属 (Dynamic Trees - Atum 2)","doggo-mod":"6615|~","tesslocator":"3106|超立方转运器*","mcdj":"3549|~","gotminecraftmod":"2660|权力的游戏 (Game of Thrones Mod)","simple-planes-tfc":"5742|~","way-through-dimension":"4864|~","more-cauldrons":"2223|更多炼药锅*","tan-huge-trees":"6616|~","planttech-2":"1757|植物科技2 (PlantTech 2)|905616","nosleep":"2661|禁止睡觉 (No Sleep)","boost-boots":"3550|~","randomtweaker":"4416|~","iblis-headshots":"3107|爆头击杀*|963706","ex-nihilo-creatio":"955|无中生有:创世 (Ex Nihilo: Creatio)|727225","mishang-urban-construction":"5743|迷上城建*","journeymap-integration":"4865|~","toast-control":"1758|消息框控制*","framework":"5307|~","parabox":"2224|~","galaxyadditions":"1303|~|1103561","mixin-booter":"4010|~","bee-barker":"3108|~|812120","minersadvantage":"2662|矿工的优势 (MinersAdvantage)|845552","better-sodium-video-settings-button":"3551|更好的钠视频设置按钮*","animationapi":"1304|~","iron-chests-fabric":"4418|~","yungs-better-witch-huts-fabric":"6618|YUNG的沼泽小屋优化 (YUNG's Better Witch Huts)","sky-bonsais":"3109|天空盆景*","sky-grid":"2225|~","phi":"5745|~","damage-tint":"4867|伤害色调*","steamworld":"4419|~","realbench":"1305|更好的工作台 (RealBench)","colossal-chests":"957|巨型箱子*","ae2-utilities":"5746|AE2实用设备 (AE2 Utilities)","jrds-moneymod":"4012|~","panorama-creator":"6619|全景图创建器*","artisan-worktables-1-16":"3553|工匠之作2 / 工匠工作台2 (Artisan Worktables 2 / Artisan Worktables 1.16)","cocoa-magic":"1760|可可工艺*|1145375","forbidden-arcanus":"2226|禁忌与奥秘 (Forbidden and Arcanus)","mo-spells":"4868|~","simple-backpack-fabric":"2664|简单背包 (Simple Backpack)","tough-as-nails":"531|意志坚定*|849264","primalcore":"1306|原始核心 (PrimalCore)","auto-pickup":"958|自动拾取*","skeletdimension":"4013|骷髅维度 (SkeletDimension)","thermal-smeltery":"662|热力冶炼厂*","thermal-solars":"3554|~","all-u-want":"959|背包编辑器 (All-U-Want)","mysticalmechanics":"2227|~","anointed-items":"5310|~","betterportals":"1761|更好的传送门 (Better Portals)","origins":"3111|起源 (Origins (Fabric))|1081026","primal-tech":"1307|原始科技*","epic-psi":"5748|~","sushigocrafting":"4014|巧制寿司 (Sushi Go Crafting)","ui-input-undo-forge":"6620|~","supplementaries":"3555|~|1149530","golden-age-combat":"5311|黄金时代的战斗*","alexiillib":"3112|~","backpacked":"2228|背包*","gas-conduits":"2666|气体导管*|1298016","classic-combat":"1762|经典战斗*","simply-jetpacks":"487|简易喷气背包*","missingmagic":"5749|~","falling-leaves-fabric":"4421|落叶 (Falling Leaves (Fabric))","paimeng":"6621|应急食物 (PaiMeng)","shrines-structures":"4015|~","antique-atlas":"1308|古式地图*","potion-core":"960|药水核心*","more-fuels-mod":"3556|~","magnesium-extras":"5312|镁/铷:附属 (Magnesium/Rubidium Extras)","blade-works":"4870|剑制*","starship":"2229|星舰 (StarShip)|692838","feed-a-friend":"3113|~","handgun-from-terraria":"2667|~","valhelsia-tweaks":"4016|~","craftable-creative-ability":"4422|可合成的创造能力强化*","solar-expansion":"961|~|541525","chest-tracker":"5313|箱子追踪*","create-confectionery":"4871|机械动力:甜食*","less-lag":"1764|较少的滞后*|785968","enchanting-convergence":"5750|~","more-discs-mod":"2668|更多唱片 (More discs mod)","lazierae2":"4017|懒人AE2 1.16+ (Lazier AE2)","not-enough-energistics":"4423|~","blue-power":"962|蓝石力量 (Blue power)|501014","pointless-tech-collective":"3558|~","magical-psideas-model-replacer":"5751|~","tweakeroo":"2230|~|973508","advancementinfo":"5314|进度信息展示*","goodbye-grass":"1765|没有草丛 (Grassta la Vista)","magical-crops-core":"4018|~","terracore":"4424|~","edible-honeycombs":"2669|~","xray-1-13-rift-modloader":"1310|~","linkout":"5752|~","redstone-armory":"963|红石军械库*|600195","revampedwolf":"3559|~","integrated-rest":"2231|~","magical-crops-decorative":"4019|~","the-legend-of-herobrine":"3116|~","animatica":"5315|~","per-fabrica-ad-astra-geologica":"267|自合成至星辰:真实地理 (Per Fabrica Ad Astra: Geologica)","qmunitylib":"964|~","overloaded":"1311|超限存储*|817115","all-dimension-height-increase":"5316|全维度建筑高度提升*","bedrock-b-gone":"3560|~","phosphor-forge":"1766|磷 (Phosphor)|1081821","seeker-compass":"4426|~","citadel":"2232|~","academycraft":"402|超能力/学园都市 (AcademyCraft)|421967","emerald-and-ruby":"2670|~","power-tools":"1312|现代工具*","extra-origins":"3117|起源扩展*","clay-bucket":"1767|粘土桶*|632083","merchant-markers-fabric":"5317|商人标记 (Merchant Markers)","rotten-piglins-mod":"4875|~","ghosts-explosives":"4427|~","magical-crops-armoury":"4020|~","screenshot-browser":"2233|内置截图管理器*","craftable-nametag":"2671|可合成的命名牌*|1103800","the-last-smith":"966|最后的太刀匠人*|710736","caves-and-cliffs":"3118|~","elemental-creepers":"3562|元素爬行者 (Больше Криперов)|287856","power-drop":"4428|蓄力投掷*","loot-bag":"5318|战利品袋子*","enchanting-plus":"1314|高级附魔台*|200972","ex-nihilo-random":"4876|无中生有:随想 (Ex Nihilo: Random)","extra-anvils":"1768|更多铁砧/更多砧 (Extra anvils)","miner-golems":"3119|矿工傀儡*","stick-of-death":"1315|死亡之棍 (The Stick Of Death)","mineamp":"967|我的音乐 (MineAmp)","dyeable-flower-pots":"2672|染色花盆*","gymcraft":"3563|~","yungs-better-dungeons-fabric":"4429|YUNG的地牢优化 (YUNG's Better Dungeons)","godweapons":"1316|神的武器 (Gods' Weapons)","miner-watcher":"5319|矿工监视者*","glassential-fabric":"1769|精致玻璃 (Glassential)|1098398","simpleeco":"4022|简单经济 (SimpleEconomy)","quiverbow-restrung":"968|~|283240","engineers-toolbox":"312|工程师工具箱 (Engineer's Toolbox)","graffiti":"2673|涂鸦*","billund-223258":"177|乐高 (Billund)","curio-of-undying-fabric":"2236|不死图腾插槽 (Curio of Undying/Trinket of Undying)","copper-pot":"5758|铜锅! (Copper Pot!)","infernal-expansion":"3564|地狱扩展*","sekwah41s-naruto-mod":"1317|sekwah41的火影忍者 (sekwah41's Naruto Mod)","vistas":"4023|~","non-update":"532|不再有更新*","fabrictailor":"4879|离线皮肤切换 (Fabric Tailor)","cookiecore":"969|~","security-craft":"443|安全工艺*|774616","bunny-boots":"2674|~","tinkers-addons":"1770|匠魂拓展 (Tinkers' Addons)","explorercraft-worldexpansion":"2237|探险者 (Explorercraft)|980848","assassincraft-assassins-creed-mod":"97|刺客信条 (AssassinCraft)|334358","memento-mori-remember-death":"5320|人终有一死/记住死亡 (Memento Mori / Remember Death)","blood-arsenal":"488|血液兵工厂*|958995","constructs-armory":"1318|匠魂盔甲 (Construct's Armory)|786419","barrels-drums-storage-more":"1771|桶,圆桶,存储&更多 (Barrels, Drums, Storage & More)","backported-flora":"2675|~","online-card":"3121|网络卡片*","farseek":"970|~","fish-in-planks":"4025|~","enigmatic-legacy":"2239|神秘遗物*|958575","ore-controller":"4431|~","not-enough-gamerules-fabric":"5321|~","ambientworld":"4880|~","eat-eggs":"2676|~","configurable-mob-potion-effects-fabric":"3567|怪物药水效果自定义 (Configurable Mob Potion Effects)","felling":"3122|连锁砍树*","wings":"1772|翅膀*","fish-on-the-line-fabric":"4026|~","customraidreload":"4881|自定义袭击 (Custom Raid)|1265087","meecreeps":"971|使命必达先生 (MeeCreeps)","wool-plates":"2677|羊毛压力板*","viarewind":"5761|~","morechickens":"4432|更多鸡 (MoreChickens)","sapience":"3568|~","extra-player-render":"3123|额外玩家渲染 (Extra Player Renderer)|1118280","up-and-down-and-all-around":"1773|颠倒世界*","fish-traps":"4027|鱼栅*","netherite-nuggets-forge":"3569|下界合金粒 (Netherite Nuggets)","more-berry-uses":"2678|更多浆果用途*","apple-trees-revived":"4882|苹果树:复生*","ghosts-explosives-2":"4433|~","streams":"972|溪流*","viabackwards":"5762|~","undertale-mod":"1320|传说之下 (UNDERTALE Mod)","end-reborn":"2240|末地:重生 (End: Reborn)|846012","combustive-fishing":"4028|~","fabric-api":"3124|~|835999","lost-souls":"1774|失落的灵魂*","archmagus":"5324|~|320407","weaponthrowlite":"4434|武器投掷 (Weapon Throw)","potatos-lucky-block":"4883|马铃薯幸运方块 (Potato's Lucky block)","elemental-blades":"2679|元素之刃*|1012675","thaumic-isorropia":"5763|~","blockcraftery":"974|方块工匠*","globe":"1321|水晶球*|789706","intelligent-energistics":"1775|智能能源*","coloredlanterns":"3125|多彩灯笼 (ColoredLanterns)","fabric-survival-island":"4029|~","slimyboyos":"5325|~","more-villagers-fabric":"4435|更多村民 (More Villagers)","even-more-tnt":"4884|~","eroding-stone-entities-fabric":"3570|~","loading-manager":"5764|更多加载信息*","sonicraft":"4030|索尼克工艺 (SoniCraft)","bedrockores":"975|基岩矿簇 (Bedrock Ores)|776822","islands":"4031|~","ae2-fluid-crafting":"3126|AE2流体合成套件 (AE2 Fluid Crafting)","fireplace-lib":"5326|~","fun-tnt":"4885|有趣的TNT (Fun TNT)","ezstorage-2":"2242|EZ存储2 (EZStorage 2)","dungeons-mobs":"4436|地下城生物*","psitools":"5765|~","super-stick-sword":"1322|超级木棍剑 (Super Stick sword)","ender-compass":"1776|末影指南针*|785069","chat-bubbles":"976|聊天泡泡*","direbats-fabric":"3571|~","beyond-earth-fabric":"2680|~","origins-forge":"4032|起源非官方Forge版 (Origins (Forge))","psionic-upgrades":"5766|~","cardinal-energy":"3127|能量基本*","immersive-geology":"5327|沉浸地质学*","more-chickens":"2243|更多鸡扩展*","advanced-electric-tools":"3572|高级电动工具*","refined-storage-addons":"977|精致存储附属*","mekanism-generators":"1323|通用机械发电机*","psionicolor":"5767|~","simple-planes-fabric":"2681|简单飞机 (Simple Planes)","magic-feather":"4033|~","travel-anchors":"3128|旅行锚*","the-first-age-submod":"2244|魔戒:第一纪元 (LOTR: Frist Age)","wool-tweaks-fabric":"5328|羊毛调整 (Wool Tweaks)","spider-queen":"1324|蜘蛛女王*|525087","chilean-craft-bedrock-edition":"4887|智利工艺 (Chilean Craft)","thaumic-gadgets":"1778|神秘宝具*","the-rc-mod":"2245|~","foamfix-for-minecraft":"978|泡沫修复 (FoamFix)|678442","tools-complement":"5329|~","world-tooltips":"2682|显示掉落信息*|678452","alet":"4034|~","canals":"4888|水渠*","baublelicious":"1325|美妙饰品*|553597","backpacker":"3574|~","e-tools-redstone-powered-tools":"313|电子工具:红石供电工具 (E-Tools: Redstone Powered Tools)","multi-mine":"1779|多人开采*","clayium":"533|粘土工业*","rubybyimxiaoanag":"2246|红宝石 (Ruby)|949124","triumph":"3130|~","extra-arcane-knowledge-electroblobs-wizardry":"2683|额外巫术知识 (Extra Arcane Knowledge)","netheriteplus":"4035|~","industrial-foregoing":"979|工业先锋*|774112","buildcraft-additions":"444|建筑扩充*","void-monster":"1326|~","adventtic":"5330|~","overloaded-armor-bar-fabric":"3131|护甲上限突破 (Overloaded Armor Bar)|1027870","jojo-hamon-era":"2247|JoJo-波纹时代 (JoJo-Hamon Era)","ynet":"3576|~","the-survivalists-mod":"4036|~","shields-plus":"1327|更多盾牌*","bacteriums":"2684|细菌重置版 (Bacterium)","questionably-immersive":"5331|~","toomanydanyores":"3132|~","simple-drawers":"3577|简单的抽屉*","sim-u-kraft":"489|模拟城市 (Sim-U-Kraft)","campfire-overhaul":"4037|~","extra-foam-for-liteloader":"1780|Liteloader修复 (Extra Foam For LiteLoader)|982739","expanded-armory":"980|扩展装备*","glass-pipe":"3133|玻璃管道*","pillagers":"2685|掠夺者*|786310","shatter":"4038|~","ghost-buster":"1328|~","underground-loot-crates":"4890|地下战利品箱*","charmonium-reforged":"3578|~","long-fall-boots":"5332|~","embersified":"1781|余烬能量转换*","OpenSecurity":"2249|开放式防卫*","origins-classes":"3134|起源:职业 (Origins: Classes)|1129492","xnicex":"3579|~","voxelmap":"981|体素地图 (VoxelMap)|177583","electric-self-balance-scooters":"4039|电动平衡车 (Electric Self-balance Scooters)","guard-villagers":"2686|警卫村民*|995876","culinary-construct":"1329|自定义三明治*","total-darkness":"5333|~","plonk":"3135|世界内物品放置*|1155521","the-spice-of-life":"404|生活调味料 (The Spice of Life)|722595","thaumic-grid":"1783|神秘网络*","smooth-scrolling-everywhere-fabric":"4892|平滑滚动 (Smooth Scrolling Everywhere)","true-darkness":"5334|~","simple-machinery":"2687|简单机器*","baritone-1-18-2":"3136|~","the-legend-era":"2250|传说纪元*","krate":"3580|~","rats-mischief":"4040|~","starlight-x-create":"5335|~","armoreablemobs":"1330|怪物装备自定义 (ArmoreableMobs)","sword-blocking":"4893|持剑格挡*","potionsmaster":"3137|魔药大师 (Potions Master)|1002297","back-tools":"1784|工具后置/后背工具展示*","dream-rng":"4041|~","chickensshed":"3581|鸡棚重置版 (ChickensShed)","tinkered-hegemony":"3138|匠器主导*","level-up-hp-forge":"2251|生命提升 (Level Up HP)|1036332","uusi-aurinko":"4445|新日*|1236639","mowzies-mobs":"984|Mowzie的生物 (Mowzie's Mobs)","wandering-trader-improvements":"4042|~","grand-economy":"5336|~","better-mount-hud":"4894|更好的骑乘HUD*","thaumcraft-mob-aspects":"985|~","mapwriter-2":"1785|地图作者2*|680409","bridge-maker":"2689|桥梁制造者*","better-impaling":"3139|更好的穿刺附魔*","chickenshed":"3582|~","more-planet-extras":"2252|~","dartcraft-reloaded":"1786|达特工艺重置版*|920140","wasteland-reborn":"4044|不毛之地:重生 (Wastland Reborn)","magical-psi":"986|~","fire-overlay-controller":"4895|火焰叠加层调整*","chinacraft2":"5337|华夏文明2 (ChinaCraft2)|1288124","redstone-furnace":"269|红石炉*","starcraft-mod-scmc":"987|星际争霸2 (StarCraft II in MineCraft)","caliper":"3140|~","skds-core":"4045|~","advanced-inventory":"1333|~","expanded-storage-forge":"3583|扩展存储 (Expanded Storage)","randompatches-fabric":"2253|随意修复 (RandomPatches)","interactic":"5338|~","covens-reborn":"988|~","endertech":"4046|末影科技 (Ender Tech)","craft-your-saddle":"2690|~","botanical-machinery":"3141|植物机械*","particle-rain":"4897|粒子雨*","enderpig-mod":"4047|末影猪*","ships-mod":"2254|船*","project-mmo":"3584|~","grappling-hook-mod":"989|抓钩*","demagnetize":"3142|消磁*","ceu":"1788|~","pollution-of-the-realms":"1336|环境污染/领域的污染 (Pollution of the Realms)","never-break":"2692|损坏防护*","bedrockium-mod":"445|基岩工艺*","abnormals-delight":"3585|~","tfc-metric":"2255|公制重量转换 (TFC Metric)","sodium-reforged":"4898|镁 (Magnesium/Sodium Reforged)","custom-recipes":"99|自定义合成表*","simple-villager-spawn-egg":"2693|~","heat-and-climate-lib":"1338|~","phosphor-reforged":"4899|硫 (Sulfuric/Phosphor Reforged)","jojos-bizarre-survival":"3586|~","fantastic-lib":"1789|~","tabbychat-2":"990|~","better-bows":"179|更好弓箭系统 (Better Archery Mod)","banana-decor-forge":"2694|~","somnus":"3588|~","waystones-fabric":"1339|传送石碑/指路石 (Waystones)|1095026","immersive-metal":"2695|沉浸金属*","dm2":"1790|龙骑士2 (Dragon Mounts 2)","yoyos":"992|悠悠球*|932192","superheroes-unlimited":"490|超级英雄无限*|693397","lost-trinkets":"3589|~","coffee-time":"2696|~","cd4017be-library":"993|~","tiquality":"1791|~","hydrogen-reforged":"4900|氦 (HeIium)","cinderscapes":"3147|余烬奇景*","lookingglass":"3590|~","drink-mod":"2697|饮料模组*","tfc-additions":"2259|群峦附加 (TFC-Additions)","iberia":"994|~","tfc-storage":"3148|~","xl-food-mod-plus":"4901|超多食物+ (XL Food Mod+)","thaumic-calculations":"1340|神秘计算器*","environmental":"3591|自然环境*","chronicler-the-key-of-stellaris":"4456|历史记录者·星之匙 (Chronicler: The Key of Stellaris)|1244435","more-zombie-villagers-fabric":"2698|更多僵尸村民 (More Zombie Villagers)","reforged":"995|重铸*|774739","loot-capacitor-tooltips":"1792|电容信息显示*|888624","tfctinkers":"3149|群峦与匠魂 (TFC Tinkers)","cavern":"996|洞穴*|775036","pams-weee-flowers":"1341|潘马斯花园 (Pam's Weee! Flowers)|110931","raolcraft-w":"2260|~","naturally-charged-creepers-fabric":"2699|自然生成闪电苦力怕 (Naturally Charged Creepers)","classic-bars":"1793|经典状态条*","block-drops-jei-addon":"997|~","modular-systems":"315|模块化熔炉2 (Modular Furnaces 2/Modular Systems)","neubulaeko-slime":"4458|星云子史莱姆*","golden-airport-pack-immersive-vehicles-content":"3593|~","botconnect":"4903|群服互联🔗 (Bot Connect🔗)|1267022","iron-tanks":"998|铁储罐*|776893","litematica":"2261|投影*|1015510","flans-mod-5-5-2":"27|Flan的枪械 (Flan's Mod)|1055461","ice-and-fire-dragonseeker":"4904|~","thick-font-fix":"3150|~","telepastries":"2262|传送蛋糕 (TelePastries)","colorutility#t1:description":"999|颜色代码 (ColorUtility)","hole-filler-mod":"3595|洞口填充器 (Hole Filler)","pneumaticcraft-repressurized":"270|气动工艺 (PneumaticCraft: Repressurized)","blocksteps":"446|~","overground-ores":"1795|地表矿石*","reeses-sodium-options":"4905|Reese的钠视频界面 (Reese's Sodium Options)","skinport":"2700|~","touhou-little-maid":"1796|车万女仆*|882845","paragliders":"1344|滑翔伞*|1246990","heroesexpansion":"2263|超级英雄拓展 (HeroesExpansion)|963046","dynamic-trees-traverse":"3152|动态的树:遍历附属 (Dynamic Trees - Traverse)","continuity":"4906|~","dynamic-surroundings-soundcontrol":"2701|动态环境:音效控制 (Dynamic Surroundings: SoundControl)","simply-tea":"3597|简单的茶! (Simply Tea!)|699389","ender-io-endergy":"1345|末影接口:管道拓展 (Ender IO:Endergy)|843550","mcmtfabric":"3153|~|1368087","buttermilk":"3598|~","airportmod":"4907|~","attributefix":"2264|属性修复 (AttributeFix)|939188","chop-down-updated":"2703|~|789214","bwm-core":"3154|~","diet":"3599|均衡饮食*","eureka":"1798|~","bwm-suite":"1346|~","aegis-weapon-system-mod":"2704|宙斯盾作战系统-战舰模组 (Aegis Weapon System -Warship's Mod)","dynamic-transport":"2265|动态运输*|428517","fantasysoup":"4463|~","ice-ice-baby":"3155|冰术师*","advanced-hook-launchers":"2705|高级钩爪发射器*|673881","ambience-music-mod":"1347|环境音乐 (Ambience)|711711","lazy-ae2":"1799|懒人AE2 (Lazy AE2)","just-enough-professions-jep":"4464|JEI工作方块 (Just Enough Professions)","vampire-magic":"2706|~","tool-builder":"2266|铸器师*|967559","hardlib":"3156|~","glacia-dimension":"360|冰河时代 (Glacia)","almost-enough-items":"1348|AEI物品管理器*|812644","modular-forcefield-system":"18|模块化力场系统*","bilingualname":"3157|物品名称双语显示 (BilingualName)","fantasyunderworld":"2707|江湖行 (fantasyunderworld)","bountifulbaubles":"2267|丰富的饰品 (Bountiful Baubles)","mtutils":"1349|~","mumblelink":"180|Mumble语音链接*","chlorine":"3158|氯*|1120009","brazilian-fields":"3600|巴西风情*","stacc":"2708|~","plumed-belt":"4467|~","ae2-extras":"3601|AE2附加 (AE2 Extras)","a-riot-of-colour-craft":"2709|五彩斑斓工艺 (a riot of colour craft)|982406","manacraft":"2269|魔能工艺 (ManaCraft)|841528","better-with-minecolonies":"4468|~","animalium":"3602|动物*","gravestone-mod":"1350|墓碑 (GraveStone)|772774","bedrock-miner":"3160|基岩矿工*|789614","equaldragons":"1801|~","randomcraft-v0-1-0":"227|随机工艺 (RandomCraft)","calemis-utilities":"4469|Calemi的实用设备 (Calemi's Utilities)","atlas-extras":"1351|~","crop-dusting":"2710|排气施肥*|965619","reasonable-realism":"3161|合理的现实主义*|997171","berries":"1802|~","thaumic-horizons":"447|神秘视界*","dynamic-surroundings-mobeffects":"2711|动态环境:生物效果 (Dynamic Surroundings: MobEffects)","horse-power":"1352|马力*","infinity-gauntlet-mod":"1803|无限手套 (Infinity Gauntlet)","botanical-cowardice":"4470|~","passable-foliage":"3162|叶间穿行 🌳 (Passable Foliage 🌳)","better-with-addons":"1353|~","dynamic-surroundings-environs":"2712|动态环境:周边环境 (Dynamic Surroundings: Environs)","mighty-ender-chicken":"1804|强大的末影鸡*","travelers-titles-fabric":"4471|~","tesla-core-lib":"1354|特斯拉核心*","forge-backpacks":"2274|更多背包 (Backpacks)|140940","betterend-forge-port":"3163|更好的末地 (BetterEnd)","recipe-stages":"2713|配方阶段*","expand-chinese-sword":"4472|中式剑拓展 (Arsenal Integration)","armor-chroma":"3164|盔甲颜色显示*|772358","malisisadvert":"1805|广告牌 (MalisisAdvert)","repurpose":"2275|~","voidscape":"1355|虚空工艺 (Voidscape/VoidCraft)|825777","attack-on-minecraft":"2714|自由之翼 (Wings of Freedom)|1071695","interactions":"3165|自定义交互事件*","cavern-miner":"2715|洞穴:矿工 (Cavern: Miner)","unlimited-chisel-works":"2276|~","ido":"1806|移动 (Idō)","littleframes":"4474|小画 (LittleFrames)","stygian-end-biome-expansion":"1356|末地:生物群系扩展 (Stygian End: Biome Expansion)","vanilla-tools":"2716|原版工具+ (Vanilla Plus Tools)","kfc":"2277|~|805566","bat-happy-mod":"1807|🦇蝙蝠快乐MOD (🦇 Bat Happy Mod)","lavalogged-blocks":"4475|岩浆充填 (Lavalogged blocks)","wooden-furnace":"1357|木制熔炉*|827260","server-tab-info":"2717|~|790756","rainbow-oak-trees":"2278|彩虹橡树*","awoken-world":"4476|~","viescraft-airships":"1808|维斯工艺-飞艇! (ViesCraft - Airships!)","moreplates":"1358|更多金属板 (More Plates)","letsencryptcraft":"2718|~","spawntabletweaker":"2279|生成调整 (SpawnTableTweaker)","gt4-reimagined":"4477|格雷科技4:重构想 (GregTech 4 Reimagined)","morelibs":"1359|~","the-ultimate-dimension":"1809|究极次元*|885906","creeperhost-minetogether":"2719|~","camouflaged-creepers":"4478|~","large-ore-deposits":"2280|大型矿床*","flatsigns":"136|平置牌子 (FlatSigns)","thirst-mod":"272|饮水*|483367","ore-tweaker":"4479|~","game-stages":"1360|游戏阶段*|854578","ender-io":"181|末影接口 (Ender IO)|677063","gregtech6-unofficial":"2281|格雷科技6非官方版 (GregTech 6 Unofficial)|1038500","the-building-game":"1361|建筑游戏*","advanced-mortars":"1810|更好的研钵*","modtweaker":"448|~","mahou-tsukai":"2282|魔法使*|929252","fullscreen-windowed-borderless-for-minecraft":"2721|窗口化全屏 (Fullscreen Windowed (Borderless) for Minecraft)|678406","silents-gems":"1362|寂静宝石 (Silent's Gems)","openpython":"4480|~","nocurse":"2722|不诅咒 (NoCurse)|1066483","crafttweaker-utils":"1812|~","silent-lib":"1363|~","moar-tinkers":"2284|~","pretty-beaches-fabric":"2723|~|1113121","silents-gems-tic-support":"1364|寂静宝石:匠魂支持 (Silent's Gems: TiC Support)","qing_gong":"2724|轻功 (qing_gong)|1065957","baubley-heart-canisters":"2285|心之容器*|795294","lit-little-insignificant-things":"1365|~","remnants":"2725|腐败*","jaopcasingularities":"2286|JAOPCA的奇点 (JAOPCA Singularities)|958964","gemulation":"1366|~","fps-reducer":"1815|FPS减速器 (FPS Reducer)","silents-gems-extra-parts":"1367|寂静宝石:额外部件 (Silent's Gems: Extra Parts)","freelook":"1816|自由视角 (FreeLook)","pane-in-the-glass":"2727|~","fun-ores":"1368|趣味矿石*","dynamic-dynamos":"2728|能源炉动画*","spacecraftx-reloaded":"1817|航天高科X (SpaceCraftX)","solar-furnaces":"1369|简易太阳能 (Simple Solar Panels)","trophy-slots":"2729|~","switches":"137|按钮开关*","tubes":"273|管道*","animal-bikes":"229|动物坐骑*","bamboo-everything-fabric":"1819|竹子制品 (Bamboo Everything)","vanilladeathchest-fabric":"1370|原版死亡箱子 (Vanilla Death Chest)|825450","guidebook":"2291|~","nofog":"1820|没有雾 (NoFog)","replanting-crops-fabric":"2731|补种农作物 (Replanting Crops)","arachnophobia":"1371|蜘蛛恐惧症*|784755","lithium-forge":"2292|锂 (Lithium)|1080959","essentia-brazier":"1821|源质火盆*","dependents":"2293|求生之路 (Left 2 Mine)","complex-crops":"2732|~|873934","abyssalcraft-integration":"1372|深渊国度联动 (AbyssalCraft Integration)|672323","worldeditcui-forge-edition-2":"2294|~","antipotionmod-1-12-2":"1822|无药水效果 (AntiPotionMod)","screenshot-to-clipboard-fabric":"2733|截图到剪贴板 (Screenshot to Clipboard)","world-book":"2295|~","prefab-fabric":"1373|预制建筑 (Prefab)","quark-oddities":"1823|夸克-奇思妙想*","uppers":"2296|倒置漏斗*","hide-armor":"2734|隐藏盔甲*","haunch-hud":"1374|~|818937","fast-food":"1824|快餐*","absent-by-design":"1375|~","spartan-weaponry":"2297|斯巴达的武器*|798723","more-carrots":"1825|更多的萝卜*","no-nv-flash":"1376|无夜视闪烁 (No Night Vision Flashing)|984741","d-maneuver-gear":"1826|3D立体机动装置 (3D Maneuver Gear)","malilib":"2298|~","arcade-mod":"1377|街机*|826772","weapon-craftery":"1827|武器工匠*","infraredstone":"2299|~","asmodeuscore":"1378|~","bobos-supermarket":"1828|Bobo的超市 (Bobo's supermarket)","advanced-solar-panels":"23|高级太阳能*","even-more-apples":"1829|更多的苹果 (More Apples)","building-gadgets":"1379|建筑小帮手*|806768","lucky-beans":"1830|幸运豆*","artifice":"138|工匠的手艺*","incorporeal":"2300|幻想多媒体*","cooked":"1831|~","dooglamoo-worlds":"1380|Dooglamoo的世界*","amun-ra":"2301|~","afaoe":"1832|~","scp-lockdown":"1381|SCP基金会:封锁 (SCP: Lockdown)|807971","birds-foods":"1833|~|807358","middle-earth-thaumaturgy":"1382|中土神秘学 (Middle-Earth Thaumaturgy)|867665","morexfood":"1834|~","mysterious-mountain-lib":"2303|妖怪之山通用库 (MysteriousMountainLib)","yummy":"1835|美味*","structpro-mod-fast-schematic-spawning-system":"1383|自然神殿 (Structpro)|827204","betterfps":"1384|更好的FPS (BetterFPS)|539780","spice-of-life-carrot-edition":"1836|生活调味料:胡萝卜版 (Spice of Life: Carrot Edition)|772478","sky-compression":"1385|~","refined-exchange":"1837|~","rs-requestify":"1838|精致存储:请求者 (Refined Storage: Requestify)|1098079","reap-mod":"1386|收获 (Reap)","pizzacraft":"1839|披萨工艺 (PizzaCraft)","geolosys":"1387|地质矿脉*|935361","patchouli-fabric":"1388|帕秋莉手册 (Patchouli)","super-factory-manager":"1840|超级工厂管理*","jeid":"1389|~","sakura":"1841|樱*|895337","gases-framework":"1390|~","sips":"1842|更多液体容器*","ranged-pumps":"1391|范围泵*|668293","gregs-construct":"1843|格雷与匠魂 (Greg's Construct)","bagginses":"1392|背包*|628505","ic2-classic":"1393|工业时代2经典版 (IC2 Classic)|810416","locks":"1846|锁*","cubicworldgen":"1395|~","special-mobs":"1847|特殊怪物*","rally-health":"1396|~","adorn":"1848|~","missingbits":"1849|~","open-terrain-generator":"1397|开放地形生成器*","electrodynamics":"185|电动力学*","noshelter":"1399|无庇护所 (NoShelter)","usefulfood":"14|有用的食物 (UsefulFood)|195107","locky":"1852|~","archimedes-ships":"140|阿基米德之舟 (Archimedes' Ships)","baubleshud":"1853|~","epic-siege-mod":"1400|史诗攻城 (Epic Siege)|725125","winter-wonder-land":"1854|霏雪寄语之地*","furnace-overhaul":"1401|熔炉改革*","architecturecraft-tridev":"1403|建筑师工艺重置版 (ArchitectureCraft - TridentMC Version)","ore-farm":"1404|矿石农场*","extra-golems":"1858|更多傀儡*","craftablecreativemodifier":"1859|可合成的创造模式强化头颅 (CraftableCreativeModifier)","elite-armageddon":"186|~","sound-physics-fabric":"1406|物理声效 (Sound Physics)|676189","plethora-peripherals":"1407|~","ruins-structure-spawning-system":"1860|遗迹 (Ruins)|771602","simple-flight":"1408|简单的飞行*|374613","armory-expansion":"1861|匠魂盔甲扩展*","factory-tech":"1409|工厂科技 (FactoryTech)","cubebots":"141|立方体机器人 (CubeBots)","multi-mob-core":"1863|~","structurize":"1865|结构化*","mysticallib":"1412|~","improvable-skills":"1867|技能进阶 (Improvable Skills 3)","crissaegrim":"1413|~","bounding-box-outline-reloaded":"1869|自然生成建筑结构显示*","traverse":"1416|遍历*","mekanism":"187|通用机械*|654082","sauceconstruct":"1870|~","road-stuff":"1418|道路2 (Road Stuff2)|609045","ae2wtlib":"1419|~","truss-mod":"142|桁架*","real-filing-cabinet":"1420|仿真档案柜*","hycrafthds-wtf-ic2-addon":"1421|WTF 工业拓展 (WTF Ic2 Addon)","u-team-core":"1422|~","ftb-quests-fabric":"1423|FTB任务 (FTB Quests)|849746","texfix":"1424|材质修复 (TexFix)|771588","mapmakers-gadgets":"1425|地图作者小帮手 (Mapmaker's Gadgets)","ceramics":"1427|陶瓷器*","slashblade-japanese-addon-pack":"1428|拔刀剑日系附属包 (SlashBlade Japanese Addon Pack)|1230741","mutant-creatures-mod":"143|突变生物 (Mutant Creatures)","planet-progression":"1430|星球研究*","space-advanced-addon-for-galactic-craft-3":"1431|~","decimation-zombie-apocalypse":"1432|僵尸启示录 (Decimation)|878571","rift-mod-list":"1433|~","forgeendertech":"1434|~","new-tardis-mod":"1435|~","advanced-chimneys":"1437|高级烟囱*|673890","regeneration":"1438|~","stevekungs-lib":"1439|~"} \ No newline at end of file diff --git a/Plain Craft Launcher 2/Resources/java-wrapper.jar b/Plain Craft Launcher 2/Resources/java-wrapper.jar new file mode 100644 index 00000000..eb17c58e Binary files /dev/null and b/Plain Craft Launcher 2/Resources/java-wrapper.jar differ