Guest User

Prominence II Third Crash

a guest
Dec 19th, 2024
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.90 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 2024-12-19 03:35:23
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'nochatreports' at 'com.aizistral.nochatreports.fabric.NoChatReports'!
  8. at app//net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
  9. at app//net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
  10. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
  11. at app//net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
  12. at MC//net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:458)
  13. at net.minecraft.client.main.Main.main(Main.java:211)
  14. at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
  15. at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  16. at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
  17. Suppressed: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  18. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:395)
  19. at com.google.gson.Gson.fromJson(Gson.java:1214)
  20. at com.google.gson.Gson.fromJson(Gson.java:1124)
  21. at com.google.gson.Gson.fromJson(Gson.java:1062)
  22. at safro.oxidized.config.OxidizedConfig.loadConfig(OxidizedConfig.java:38)
  23. at safro.oxidized.Oxidized.onInitialize(Oxidized.java:28)
  24. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
  25. ... 6 more
  26. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  27. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393)
  28. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:384)
  29. ... 12 more
  30. Suppressed: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
  31. at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
  32. at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
  33. at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
  34. at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
  35. at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:167)
  36. at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:146)
  37. at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:56)
  38. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:59)
  39. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
  40. at com.railwayteam.railways.config.CRConfigs.preloadValues(CRConfigs.java:210)
  41. at com.railwayteam.railways.config.CRConfigs.getDisableDatafixer(CRConfigs.java:233)
  42. at com.railwayteam.railways.registry.CRDataFixers.register(CRDataFixers.java:29)
  43. at com.railwayteam.railways.ModSetup.register(ModSetup.java:41)
  44. at com.railwayteam.railways.Railways.init(Railways.java:80)
  45. at com.railwayteam.railways.fabric.RailwaysImpl.onInitialize(RailwaysImpl.java:25)
  46. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
  47. ... 6 more
  48. Suppressed: com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive; at path $
  49. at com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1010)
  50. at com.google.gson.Gson.fromJson(Gson.java:1214)
  51. at com.google.gson.Gson.fromJson(Gson.java:1124)
  52. at com.google.gson.Gson.fromJson(Gson.java:1034)
  53. at com.google.gson.Gson.fromJson(Gson.java:969)
  54. at reborncore.common.config.Configuration.setup(Configuration.java:69)
  55. at reborncore.common.config.Configuration.<init>(Configuration.java:52)
  56. at reborncore.RebornCore.onInitialize(RebornCore.java:72)
  57. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
  58. ... 6 more
  59. Suppressed: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  60. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:395)
  61. at com.google.gson.Gson.fromJson(Gson.java:1214)
  62. at com.google.gson.Gson.fromJson(Gson.java:1124)
  63. at com.google.gson.Gson.fromJson(Gson.java:1034)
  64. at com.google.gson.Gson.fromJson(Gson.java:969)
  65. at elocindev.shield_overhaul.config.ConfigBuilder.loadConfig(ConfigBuilder.java:42)
  66. at elocindev.shield_overhaul.ShieldOverhaul.onInitialize(ShieldOverhaul.java:23)
  67. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
  68. ... 6 more
  69. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  70. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393)
  71. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:384)
  72. ... 13 more
  73. Suppressed: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  74. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:395)
  75. at com.google.gson.Gson.fromJson(Gson.java:1214)
  76. at com.google.gson.Gson.fromJson(Gson.java:1124)
  77. at com.google.gson.Gson.fromJson(Gson.java:1062)
  78. at net.teamremastered.tlc.config.TLCConfig.load(TLCConfig.java:28)
  79. at net.teamremastered.tlc.TheLostCastle.onInitialize(TheLostCastle.java:25)
  80. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
  81. ... 6 more
  82. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  83. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393)
  84. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:384)
  85. ... 12 more
  86. Suppressed: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  87. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:395)
  88. at com.google.gson.Gson.fromJson(Gson.java:1214)
  89. at com.google.gson.Gson.fromJson(Gson.java:1124)
  90. at com.google.gson.Gson.fromJson(Gson.java:1034)
  91. at com.google.gson.Gson.fromJson(Gson.java:969)
  92. at com.hidoni.transmog.config.Config.loadConfigFromFile(Config.java:28)
  93. at com.hidoni.transmog.Transmog.loadConfig(Transmog.java:18)
  94. at com.hidoni.transmog.Transmog.init(Transmog.java:11)
  95. at com.hidoni.transmog.TransmogFabric.onInitialize(TransmogFabric.java:8)
  96. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
  97. ... 6 more
  98. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  99. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393)
  100. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:384)
  101. ... 15 more
  102. Caused by: java.lang.RuntimeException: Could not read config file: C:\Users\hands\AppData\Roaming\ModrinthApp\profiles\Prominence II RPG_ Hasturian Era\config\NoChatReports\NCR-Common.json
  103. at com.aizistral.nochatreports.common.config.JSONConfig.readFile(JSONConfig.java:66)
  104. at com.aizistral.nochatreports.common.config.JSONConfig.loadConfig(JSONConfig.java:48)
  105. at com.aizistral.nochatreports.common.config.NCRConfig.load(NCRConfig.java:51)
  106. at com.aizistral.nochatreports.common.NCRCore.setup(NCRCore.java:42)
  107. at com.aizistral.nochatreports.common.NCRCore.awaken(NCRCore.java:31)
  108. at com.aizistral.nochatreports.fabric.NoChatReports.onInitialize(NoChatReports.java:17)
  109. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
  110. ... 6 more
  111. Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  112. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:395)
  113. at com.google.gson.Gson.fromJson(Gson.java:1214)
  114. at com.google.gson.Gson.fromJson(Gson.java:1124)
  115. at com.google.gson.Gson.fromJson(Gson.java:1062)
  116. at com.aizistral.nochatreports.common.config.JSONConfig.readFile(JSONConfig.java:60)
  117. ... 12 more
  118. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
  119. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393)
  120. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:384)
  121. ... 16 more
  122.  
  123.  
  124. A detailed walkthrough of the error, its code path and all known details is as follows:
  125. ---------------------------------------------------------------------------------------
  126.  
  127. -- Head --
  128. Thread: Render thread
  129. Stacktrace:
  130. at app//net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
  131. at app//net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
  132. at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
  133. at app//net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
  134. at MC//net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:458)
  135. Mixins in Stacktrace: None found
  136.  
  137. -- Initialization --
  138. Details:
  139. Modules:
  140. ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  141. COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
  142. CRYPT32.dll:Crypto API32:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  143. CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  144. CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  145. DBGHELP.DLL:Windows Image Helper:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
  146. DNSAPI.dll:DNS Client API DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
  147. GDI32.dll:GDI Client DLL:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
  148. IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  149. IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  150. IPSEng64.dll:IPS Script Engine DLL:17.2.12.33:Broadcom
  151. KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  152. KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  153. MSASN1.dll:ASN.1 Runtime APIs:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  154. MpOav.dll:IOfficeAntiVirus Module:4.18.24090.11 (26d75470953920f90fd0438874501e9d9a31e621):Microsoft Corporation
  155. NSI.dll:NSI User-mode interface DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  156. NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  157. OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
  158. Ole32.dll:Microsoft OLE for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  159. POWRPROF.dll:Power Profile Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  160. PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  161. Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  162. RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  163. SHCORE.dll:SHCORE:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  164. SHELL32.dll:Windows Shell Common Dll:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  165. UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
  166. USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  167. USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  168. VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
  169. VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  170. WINHTTP.dll:Windows HTTP Services:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  171. WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  172. WINTRUST.dll:Microsoft Trust Verification APIs:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  173. WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  174. amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  175. apphelp.dll:Application Compatibility Client Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  176. awt.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  177. bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  178. bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
  179. clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
  180. combase.dll:Microsoft COM for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  181. dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  182. dhcpcsvc.DLL:DHCP Client Service:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  183. dhcpcsvc6.DLL:DHCPv6 Client:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  184. extnet.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  185. fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.2161 (WinBuild.160101.0800):Microsoft Corporation
  186. gdi32full.dll:GDI Client DLL:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  187. glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
  188. java.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  189. javaw.exe:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  190. jemalloc.dll
  191. jimage.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  192. jli.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  193. jna10576938144264156436.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
  194. jsvml.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  195. jvm.dll:Zulu 64-Bit Server VM:17.0.13:Azul Systems Inc.
  196. kernel.appcore.dll:AppModel API Host:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
  197. lwjgl.dll
  198. management.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  199. management_ext.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  200. msvcp140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
  201. msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
  202. msvcrt.dll:Windows NT CRT DLL:7.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
  203. mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  204. napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  205. ncrypt.dll:Windows NCrypt Router:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
  206. net.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  207. nio.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  208. nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  209. ntdll.dll:NT Layer DLL:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  210. perfos.dll:Windows System Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  211. pfclient.dll:SysMain Client:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
  212. profapi.dll:User Profile Basic API:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
  213. rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  214. rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  215. sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  216. shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  217. sunmscapi.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  218. symamsi.dll:Symantec AMSI provider:15.7.14.32:Broadcom
  219. ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
  220. vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
  221. verify.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  222. win32u.dll:Win32u:10.0.26100.2605 (WinBuild.160101.0800):Microsoft Corporation
  223. windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.1457 (WinBuild.160101.0800):Microsoft Corporation
  224. winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
  225. wshbth.dll:Windows Sockets Helper DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
  226. wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  227. zip.dll:Zulu Platform x64 Architecture:17.0.13:Azul Systems Inc.
  228. Stacktrace:
  229. at net.minecraft.client.main.Main.main(Main.java:211)
  230. at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
  231. at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  232. at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
  233. Mixins in Stacktrace:
  234. net.minecraft.client.main.Main:
  235. com.jozufozu.flywheel.mixin.ClientMainMixin (flywheel.mixins.json)
  236.  
  237. -- System Details --
  238. Details:
  239. Minecraft Version: 1.20.1
  240. Minecraft Version ID: 1.20.1
  241. Operating System: Windows 11 (amd64) version 10.0
  242. Java Version: 17.0.13, Azul Systems, Inc.
  243. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
  244. Memory: 592861840 bytes (565 MiB) / 1375731712 bytes (1312 MiB) up to 12280922112 bytes (11712 MiB)
  245. CPUs: 28
  246. Processor Vendor: GenuineIntel
  247. Processor Name: Intel(R) Core(TM) i7-14700K
  248. Identifier: Intel64 Family 6 Model 183 Stepping 1
  249. Microarchitecture: unknown
  250. Frequency (GHz): 3.42
  251. Number of physical packages: 1
  252. Number of physical CPUs: 20
  253. Number of logical CPUs: 28
  254. Graphics card #0 name: Intel(R) UHD Graphics 770
  255. Graphics card #0 vendor: Intel Corporation (0x8086)
  256. Graphics card #0 VRAM (MB): 2048.00
  257. Graphics card #0 deviceId: 0xa780
  258. Graphics card #0 versionInfo: DriverVersion=32.0.101.6129
  259. Graphics card #1 name: NVIDIA GeForce RTX 4070 Ti SUPER
  260. Graphics card #1 vendor: NVIDIA (0x10de)
  261. Graphics card #1 VRAM (MB): 4095.00
  262. Graphics card #1 deviceId: 0x2705
  263. Graphics card #1 versionInfo: DriverVersion=32.0.15.6094
  264. Memory slot #0 capacity (MB): 16384.00
  265. Memory slot #0 clockSpeed (GHz): 4.80
  266. Memory slot #0 type: Unknown
  267. Memory slot #1 capacity (MB): 16384.00
  268. Memory slot #1 clockSpeed (GHz): 4.80
  269. Memory slot #1 type: Unknown
  270. Virtual memory max (MB): 58144.09
  271. Virtual memory used (MB): 13112.58
  272. Swap memory total (MB): 25600.00
  273. Swap memory used (MB): 0.00
  274. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx11712M
  275. Fabric Mods:
  276. aaa_particles: AAAParticles 1.20.1-1.4.7
  277. accessories: Accessories 1.0.0-beta.41+1.20.1
  278. io_wispforest_endec: endec 0.1.8
  279. io_wispforest_endec_gson: gson 0.1.5
  280. io_wispforest_endec_netty: netty 0.1.4
  281. ad_astra: Ad Astra 1.15.5
  282. ad_astra_giselle_addon: Ad Astra: Giselle Addon 5.6
  283. advancednetherite: Advanced Netherite 2.0.2-1.20.1
  284. adventurez: AdventureZ 1.4.20
  285. ae2: Applied Energistics 2 15.2.12
  286. team_reborn_energy: Energy 3.0.0
  287. ae2-emi-crafting: AE2 EMI Crafting Integration 1.3.1
  288. ae2mtfix: AE2 + Mouse Tweaks Fix 2.0.0+1.20.1+fabric
  289. ae2wtlib: AE2WTLib 15.2.1-fabric
  290. alloy_forgery: Alloy Forgery 2.1.1+1.20
  291. allthetrims: AllTheTrims 3.4.2
  292. almostunified: AlmostUnified 1.20.1-0.9.4
  293. alternate-current: Alternate Current 1.7.0
  294. ambientsounds: AmbientSounds 5.3.5
  295. amecs: Amecs 1.3.10+mc.1.20.1
  296. amecsapi: Amecs API 1.4.0+mc1.20-pre1
  297. amendments: Amendments 1.20-1.2.11
  298. animal_feeding_trough: Animal Feeding Trough 1.0.3+1.20.1
  299. animation_overhaul: Animation Overhaul 1.3.1
  300. appleskin: AppleSkin 2.5.1+mc1.20
  301. aquamirae: Aquamirae 6
  302. aqupdcaracal: Caracal mob 1.20-2.3.3
  303. archers: Archers (RPG Series) 1.2.5+1.20.1
  304. com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
  305. architectury: Architectury 9.2.14
  306. archon: Archon 0.7.4
  307. omega-config: OmegaConfig 1.4.0+1.20.1
  308. saflib: SafLib 1.1.0
  309. artifacts: Artifacts 9.5.5
  310. expandability: ExpandAbility 9.0.4
  311. step-height-entity-attribute: Step Height Entity Attribute 1.2.0
  312. ash_api: Ash API 3.0.2+1.20.1
  313. asteorbar: AsteorBar 1.4.6
  314. athena: Athena 3.1.1
  315. attributefix: AttributeFix 21.0.4
  316. autotag-convention: AutoTag Convention 2.0.2+1.20
  317. autotag: AutoTag 2.0.2+1.20
  318. auudio: Auudio 1.0.3
  319. axolotlbuckets: Axolotl Buckets 1.2.0
  320. azurelib: AzureLib 2.0.6
  321. azurelibarmor: AzureLib Armor 2.0.0
  322. badoptimizations: BadOptimizations 2.1.4
  323. badpackets: Bad Packets 0.4.3
  324. balm-fabric: Balm 7.3.9
  325. kuma_api: KumaAPI 20.1.8
  326. barteringstation: Bartering Station 8.0.0
  327. bcc: BetterCompatibilityChecker 4.0.8
  328. bclib: BCLib 3.0.14
  329. wunderlib: WunderLib 1.1.5
  330. beachparty: Beachparty 1.1.3
  331. beekeeperhut: Friends&Foes - Beekeeper Hut 1.3.0
  332. better-trim-tooltips: Better Trim Tooltips 1.0.1
  333. betteradvancements: Better Advancements 0.3.2.161
  334. betterarcheology: Better Archeology 1.1.0
  335. betterbeds: Better Beds 1.3.0
  336. betterchunkloading: Better chunk loading mod 1.20.1-2.3
  337. bettercombat: Better Combat 1.8.3+1.20.1
  338. betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
  339. org_reflections_reflections: reflections 0.10.2
  340. betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3
  341. betterend: Better End 4.0.11
  342. betterend-crashed-ships: BetterEnd Crashed Ships 1.0.0
  343. betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.4
  344. betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.5
  345. betterfpsdist: Better FPS distance Mod 1.20.1-4.0
  346. betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4
  347. bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
  348. betternether: Better Nether 9.0.10
  349. betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
  350. betterstats: Better Statistics Screen 3.5.2+fabric-1.20.1
  351. tcdcommons: TCD Commons API 3.5+fabric-1.20.1
  352. betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
  353. betterthanmending: BetterThanMending 1.3.0
  354. bettertrims: BetterTrims 2.3.2
  355. betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
  356. bewitchment: Bewitchment 1.20-8
  357. impersonate: Impersonate 2.10.2
  358. playerabilitylib: Pal 1.8.0
  359. reach-entity-attributes: Reach Entity Attributes 2.4.0
  360. terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
  361. bhmenu: BHMenu-Fabric 2.4.1
  362. blockrunner: Block Runner 8.0.2
  363. blockswap: Block Swap 5.0.0.0
  364. blur: Blur (Fabric) 3.1.0
  365. satin: Satin 1.13.0
  366. boatbreakfix: Boat Break Fix 1.0.2
  367. boatiview: Boat Item View Fabric 0.0.5
  368. bobby: Bobby 5.0.1
  369. com_typesafe_config: config 1.4.2
  370. io_leangen_geantyref_geantyref: geantyref 1.3.13
  371. org_spongepowered_configurate-core: configurate-core 4.1.2
  372. org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
  373. bookshelf: Bookshelf 20.1.6
  374. bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
  375. maelstrom_library: Maelstrom Library 1.6.1-1.20
  376. multipart_entities: MultipartEntities 1.5-1.20
  377. botania: Botania 1.20.1-446-FABRIC
  378. fiber: fiber 0.23.0-2
  379. botarium: Botarium 2.3.3
  380. brewery: Brewery 1.1.4
  381. buildguide: Build Guide 0.4.0
  382. cardinal-components: Cardinal Components API 5.2.2
  383. cardinal-components-block: Cardinal Components API (blocks) 5.2.2
  384. cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
  385. cardinal-components-item: Cardinal Components API (items) 5.2.2
  386. cardinal-components-level: Cardinal Components API (world saves) 5.2.2
  387. cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
  388. cardinal-components-world: Cardinal Components API (worlds) 5.2.2
  389. carryon: Carry On 2.1.2.7
  390. cat_jam: cat_jam 1.2.1
  391. chat_heads: Chat Heads 0.10.26
  392. chatanimation: ChatAnimation 1.0.5
  393. chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1
  394. cherishedworlds: Cherished Worlds 6.1.3+1.20.1
  395. chipped: Chipped 3.0.4
  396. citresewn: CIT Resewn 1.1.3+1.20
  397. citresewn-defaults: CIT Resewn: Defaults 1.1.3+1.20
  398. clickadv: Clickable Advancements Mod 1.20.1-3.6
  399. cloth-config: Cloth Config v11 11.1.118
  400. cloth-basic-math: cloth-basic-math 0.6.1
  401. clumps: Clumps 12.0.0.3
  402. collective: Collective 7.7
  403. combat_effects: Combat Effects 1.0.0
  404. combatroll: Combat Roll 1.3.0+1.20.1
  405. comforts: Comforts 6.3.4+1.20.1
  406. commonnetworking: Common Network 1.0.5-1.20.1
  407. computercraft: CC: Tweaked 1.108.4
  408. com_electronwill_night-config_core: core 3.6.7
  409. com_electronwill_night-config_toml: toml 3.6.7
  410. com_jcraft_jzlib: jzlib 1.1.3
  411. io_netty_netty-codec-http: netty-codec-http 4.1.82.Final
  412. io_netty_netty-codec-socks: netty-codec-socks 4.1.82.Final
  413. io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82.Final
  414. org_squiddev_cobalt: Cobalt 0.7.3
  415. connectiblechains: Connectible Chains 2.2.1+1.20.1
  416. connectivity: Connectivity Mod 1.20.1-4.8
  417. convenientdecor: Convenient Decor 0.4.1
  418. copycats: Create: Copycats+ 2.1.4+mc.1.20.1-fabric
  419. coroutil: CoroUtil 1.20.1-1.3.5
  420. create: Create 0.5.1-f-build.1417+mc1.20.1
  421. com_google_code_findbugs_jsr305: jsr305 3.0.2
  422. flywheel: Flywheel 0.6.10-2
  423. milk: Milk Lib 1.2.60
  424. dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
  425. porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1
  426. porting_lib_client_events: Porting Lib Client Events 2.3.2+1.20.1
  427. porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1
  428. porting_lib_tags: Porting Lib Tags 3.0
  429. registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
  430. porting_lib_data: Porting Lib Data 2.1.1090+1.20
  431. porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
  432. porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
  433. create_new_age: Create: New Age 1.1.2
  434. create_questing: Create Questing 1.0.0
  435. createaddition: Create Crafts & Additions 1.2.3
  436. creativecore: CreativeCore 2.11.10
  437. net_minecraftforge_eventbus: eventbus 6.0.3
  438. creeperoverhaul: Creeper Overhaul 3.0.1
  439. cristellib: Cristel Lib 1.1.5
  440. blue_endless_jankson: jankson 1.2.3
  441. croptopia: Croptopia 2.3.2
  442. ctov: ChoiceTheorem's Overhauled Village 3.3.6
  443. cupboard: cupboard 1.20.1-2.1
  444. custom_entity_attributes: Custom Entity Attributes (CEA) 1.0.0
  445. customitemattributes: Custom Item Attributes (CIA) 2.0.0
  446. darkpaintings: DarkPaintings 17.0.4
  447. darkutils: DarkUtilities 17.0.3
  448. dawn: Dawn API 5.0.0
  449. terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.1
  450. death_knights: Death Knights 0.6.1beta
  451. debugify: Debugify 1.20.1+2.0
  452. decorative_blocks: Decorative Blocks 4.0.3
  453. deeperdarker: Deeper and Darker 1.2.3
  454. customportalapi: Custom Portal Api 0.0.1-beta64-1.20
  455. derelict: Derelict 1.1.1
  456. deuf_refabricated: DEUF Refabricated 1.1.0
  457. disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1
  458. do_a_barrel_roll: Do a Barrel Roll 3.3.7+1.20
  459. cicada: CICADA 0.5.0+1.20.1-minus
  460. fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
  461. doapi: Lets Do Api 1.2.8
  462. doubledoors: Double Doors 5.1
  463. dragonfight: Dragonfight Mod 1.20.1-4.1
  464. drippyloadingscreen: Drippy Loading Screen 3.0.2
  465. dummmmmmy: MmmMmmMmmMmm 1.20-1.8.10
  466. dungeons_arise: When Dungeons Arise 2.1.57
  467. dynamictrim: DynamicTrim 1.3.2
  468. eatinganimationid: Eating Animation 1.20+1.9.5-CMDfix
  469. eldritch_end: Eldritch End 0.3.2
  470. emi: EMI 1.1.12+1.20.1+fabric
  471. emi_enchanting: EMI Enchanting 0.1.1+1.20.1
  472. emi_loot: EMI Loot 0.7.1+1.20.1
  473. emiffect: EMIffect 1.1.2+mc1.20.1
  474. emitrades: EMI Trades 1.2.1+mc1.20.1
  475. org_quiltmc_parsers_json: json 0.2.1
  476. endrem: End Remastered 5.2.2
  477. ends_delight: End's Delight refabricated-1.20.1-alpha-1.0
  478. entity_model_features: Entity Model Features 2.1.3
  479. entity_texture_features: Entity Texture Features 6.1.3
  480. org_apache_httpcomponents_httpmime: httpmime 4.5.10
  481. entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
  482. epherolib: EpheroLib 1.2.0
  483. estrogen: Create: Estrogen 4.3.0+1.20.1-fabric
  484. baubly: Baubly 1.0.1
  485. com_teamresourceful_resourceful-cosmetics-4j: resourceful-cosmetics-4j 1.0.4
  486. critter_lib: Critter Library 0.1-beta.11
  487. jukeboxfix: Jukeboxfix 1.0.0+1.20.1
  488. euphoria_patcher: Euphoria Patcher 1.4.3-r5.3-fabric
  489. io_sigpipe_jbsdiff: jbsdiff 1.0
  490. expandeddelight: Expanded Delight 0.3.1
  491. explorations: Explorations 1.20.1-1.5.2
  492. explorerscompass: Explorer's Compass 1.20.1-2.2.3-fabric
  493. explorify: Explorify v1.3.0-mc1.20
  494. extendedae: ExtendedAE 1.20-1.0.2-fabric
  495. configuration: Configuration 2.2.0
  496. extra-mod-integrations: Extra Mod Integrations 0.4.6+1.20.1
  497. extraspellattributes: Extra RPG Attributes 1.2.14
  498. fabric-api: Fabric API 0.92.2+1.20.1
  499. fabric-api-base: Fabric API Base 0.4.31+1802ada577
  500. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
  501. fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
  502. fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
  503. fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
  504. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
  505. fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
  506. fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
  507. fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
  508. fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
  509. fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
  510. fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
  511. fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
  512. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
  513. fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
  514. fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
  515. fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
  516. fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
  517. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
  518. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
  519. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
  520. fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
  521. fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
  522. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
  523. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
  524. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
  525. fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
  526. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
  527. fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
  528. fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
  529. fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
  530. fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
  531. fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
  532. fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
  533. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
  534. fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
  535. fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
  536. fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
  537. fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
  538. fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
  539. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
  540. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
  541. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
  542. fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
  543. fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
  544. fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
  545. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
  546. fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
  547. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
  548. fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
  549. fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
  550. fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
  551. fabric-language-kotlin: Fabric Language Kotlin 1.12.0+kotlin.2.0.10
  552. org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.10
  553. org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.10
  554. org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.10
  555. org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.10
  556. org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
  557. org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
  558. org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
  559. org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
  560. org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.1
  561. org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.1
  562. org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.1
  563. org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.1
  564. org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.1
  565. fabricloader: Fabric Loader 0.16.5
  566. mixinextras: MixinExtras 0.4.1
  567. fakerlib: fakerlib 0.1.4
  568. fallingleaves: Falling Leaves 1.15.4
  569. fancymenu: FancyMenu 3.2.3
  570. com_github_keksuccino_japng: japng 0.5.3
  571. com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
  572. farmersdelight: Farmer's Delight 1.20.1-2.1.6+refabricated
  573. mm: Manningham Mills 2.3
  574. porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
  575. porting_lib_base: Porting Lib Base 2.3.4+1.20.1
  576. porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
  577. porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
  578. porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
  579. porting_lib_config: Porting Lib Config 2.3.4+1.20.1
  580. porting_lib_core: Porting Lib Core 2.3.4+1.20.1
  581. porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
  582. porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
  583. porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
  584. porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
  585. porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
  586. farmersknives: Farmer's Knives 3.2
  587. faster-random: Faster Random 5.1.0
  588. fastipping: Fast IP Ping 1.0.1
  589. fastpaintings: Fast Paintings 1.20-1.2.4
  590. faux-custom-entity-data: Faux-Custom-Entity-Data 6.0.1
  591. ferritecore: FerriteCore 6.0.1
  592. fishontheline: Fish On The Line 3.1
  593. flowerymooblooms: Friends&Foes - Flowery Mooblooms 1.1.0
  594. forgeconfigapiport: Forge Config API Port 8.0.0
  595. forgeconfigscreens: Forge Config Screens 8.0.2
  596. friendsandfoes: Friends&Foes 1.9.8
  597. frostiful: Frostiful 1.0.8
  598. ftblibrary: FTB Library 2001.1.4
  599. ftbquests: FTB Quests 2001.2.0
  600. ftbteams: FTB Teams 2001.1.4
  601. fwaystones: Fabric Waystones 3.1.3+mc1.20
  602. fzzy_config: Fzzy Config 0.3.7+1.20.1
  603. net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
  604. geckolib: GeckoLib 4 4.2.4
  605. com_eliotlash_mclib_mclib: mclib 20
  606. geophilic: Geophilic v2.1.0-mc1.20u1.20.2
  607. glodium: Glodium 1.20-1.1-fabric
  608. gpumemleakfix: Gpu memory leak fix mod 1.20.1-1.8
  609. grassoverhaul: Grass Overhaul 23.10.11
  610. graveyard: The Graveyard 2.9.1
  611. handcrafted: Handcrafted 3.0.6
  612. herbalbrews: Herbal Brews 1.0.5
  613. highlight: Highlight 2.0.1
  614. highlighter: Highlighter 1.1.6
  615. icarus: Icarus 2.9.1
  616. iceberg: Iceberg 1.1.18
  617. idwtialsimmoedm: idwtialsimmoedm 0.2.0+1.20
  618. immediatelyfast: ImmediatelyFast 1.2.17+1.20.4
  619. net_lenni0451_reflect: Reflect 1.3.3
  620. immersive_armors: Immersive Armors 1.6.1+1.20.1
  621. immersive_melodies: Immersive Melodies 0.1.0+1.20.1
  622. immersivelanterns: Immersive Lanterns 1.0.2
  623. immersivemessages: Immersive Messages API 1.0.6
  624. indium: Indium 1.0.31+mc1.20.4
  625. indrev: Industrial Revolution 1.16.5-BETA
  626. libgui: LibGui 8.1.1+1.20.1
  627. jankson: Jankson 6.0.0+j1.2.3
  628. libninepatch: LibNinePatch 1.2.0
  629. noindium: No Indium? 1.1.0+1.19
  630. inventorysorter: Inventory Sorter 1.9.0-1.20
  631. kyrptconfig: Kyrpt Config 1.5.6-1.20
  632. invoke: Invocations Mod 0.2.4
  633. ironchests: Iron Chests: Restocked 5.0.2
  634. item_obliterator: Item Obliterator 2.3.0
  635. itemborders: Item Borders 1.2.2
  636. itemfilters: Item Filters 2001.1.0-build.59
  637. jade: Jade 11.6.2
  638. jamlib: JamLib 0.6.1+1.20.x
  639. java: OpenJDK 64-Bit Server VM 17
  640. jewelry: Jewelry (RPG Series) 1.3.7+1.20.1
  641. justhammers: Just Hammers 2.0.3+mc1.20.1
  642. kibe: Kibe 1.10.1-BETA+1.20
  643. kleeslabs: KleeSlabs 15.0.0
  644. konkrete: Konkrete 1.7.0
  645. krypton: Krypton 0.2.3
  646. com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
  647. ktnilcks: ItemLocks 1.20.1-1.3.6
  648. languagereload: Language Reload 1.5.10+1.20.1
  649. lazy-language-loader: lazy-language-loader 0.3.3
  650. leavesbegone: Leaves Be Gone 8.0.0
  651. legendarytooltips: Legendary Tooltips 1.4.4
  652. libz: LibZ 1.0.3
  653. com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
  654. com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
  655. com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
  656. lithium: Lithium 0.11.2
  657. lmft: Load My F***ing Tags 1.0.2+1.20
  658. loadmyresources: Load My Resources 1.0.4
  659. logbegone: Log Begone 1.0.8
  660. lootbeams: LootBeams 1.0.3
  661. com_moandjiezana_toml_toml4j: toml4j 0.7.2
  662. lootintegrations: Loot integration Mod 1.20.1-3.4
  663. lootr: Lootr 0.7.33.81
  664. luna: Luna 1.0.0
  665. magnumtorch: Magnum Torch 8.0.1
  666. mavapi: More Axolotl Variants API 1.1.3
  667. mavm: More Axolotl Variants Mod 1.2.4
  668. mcda: MC Dungeons Armors 5.0.2
  669. mcdw: MC Dungeons Weapons 9.0.4
  670. megacells: MEGA Cells 2.3.6-1.20.1
  671. melody: Melody 1.0.3
  672. memoryleakfix: Memory Leak Fix 1.1.2
  673. merequester: ME Requester 1.20.1-1.1.4
  674. mes: Moog's End Structures 1.3-1.19.4-fabric
  675. midnightlib: MidnightLib 1.4.1
  676. mindfuldarkness: Mindful Darkness 8.0.2
  677. minecells: Mine Cells 1.8.4+patch1
  678. gimm1q: Gimm1q 0.6.1+1.20.1
  679. minecraft: Minecraft 1.20.1
  680. mixintrace: MixinTrace 1.1.1+1.17
  681. mmmindicators: Mmm Indicators 1.0.0
  682. mobhealthbar: MobHealthBar 2.3.0
  683. modern_industrialization: Modern Industrialization 1.8.6
  684. magna: Magna 1.10.1+1.20.1
  685. modernfix: ModernFix 5.11.0+mc1.20.1
  686. modmenu: Mod Menu 7.2.1
  687. modpack-update-checker: Modpack Update Checker 0.15.2
  688. mpuc_lavendermd: MPUC lavender-md 0.1.2
  689. moonlight: Moonlight 1.20-2.12.20
  690. more_armor_trims: More Armor Trims 1.1.3-1.20.1
  691. moremobvariants: More Mob Variants 1.2.2
  692. moretotems: More Totems 2.15.0
  693. mousetweaks: Mouse Tweaks 2.25
  694. mutantmonsters: Mutant Monsters 8.0.4
  695. mvs: Moog's Voyager Structures 4.1.1-1.20-fabric
  696. mythicmobs: Mythic Mobs 1.20.1-fabric-1.4.5
  697. mythicmounts: Mythic Mounts 1.20.1-7.2
  698. mythicupgrades: Mythic Upgrades 2.3.2+mc1.20.1
  699. naturalist: Naturalist 4.0.3
  700. naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
  701. necronomicon: Necronomicon 1.6.0
  702. nerb: Not Enough Recipe Book 0.3
  703. neruina: Neruina 1.3.0
  704. netherchested: Nether Chested 8.0.1
  705. puzzlesapi: Puzzles Api 8.0.2
  706. netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.1-1.20
  707. netherportalfix: NetherPortalFix 13.0.0
  708. nicer-skies: Nicer Skies 1.3.0
  709. nightconfigfixes: Night Config Fixes 8.0.0
  710. nochatreports: No Chat Reports 1.20.1-v2.2.2
  711. noreportbutton: No Report Button 1.5.0
  712. notenoughanimations: NotEnoughAnimations 1.6.4
  713. obscure_api: Obscure API 16
  714. oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20
  715. opaccreatesupport: OPAC Create Mod Support 1.6.0
  716. openblocks: Open Block Elevator Mod 0.0.3-1.20.1
  717. openloader: OpenLoader 19.0.3
  718. openpartiesandclaims: Open Parties and Claims 0.22.0
  719. owo: oωo 0.11.2+1.20
  720. oxidized: Oxidized 1.8.2
  721. packetfixer: Packet Fixer 1.2.1
  722. paladins: Paladins & Priests (RPG Series) 1.3.1+1.20.1
  723. shield_api: Shield API 1.0.0+1.20.1
  724. patchouli: Patchouli 1.20.1-84-FABRIC
  725. pehkui: Pehkui 3.7.11+1.14.4-1.20.2
  726. kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
  727. philipsruins: Philip`s Ruins 1.20.1
  728. pickupnotifier: Pick Up Notifier 8.0.0
  729. pigpen: PigPen 15.0.2
  730. ping-wheel: Ping Wheel 1.7.0
  731. player-animator: Player Animator 1.0.2-rc1+1.20
  732. polyeng: Polymorphic Energistics 0.1.0-1.20.1
  733. polymorph: Polymorph 0.49.1+1.20.1
  734. powah: Powah! 5.0.5
  735. presencefootsteps: Presence Footsteps 1.9.4+1.20.1
  736. kirin: Kirin UI 1.15.6+1.20.1
  737. prism: Prism 1.0.5
  738. projectile_damage: Projectile Damage Attribute 3.2.2+1.20.1
  739. promenade: Promenade 4.1.1
  740. biolith: Biolith 1.0.0-alpha.8
  741. terraform-surfaces-api-v1: Terraform Surfaces API (v1) 7.0.1
  742. prominent: Prominent 3.0.0
  743. prominent_ost: Prominence Original Soundtrack 1.0.0
  744. prominent_talents: Prominent Talents 2.6.0
  745. prominent_ui: Prominent UI Tweaks 1.0.0
  746. protbalancer: Protection Balancer 1.2.0
  747. puffish_attributes: Pufferfish's Attributes 0.5.0
  748. puffish_skills: Pufferfish's Skills 0.12.2
  749. puzzleslib: Puzzles Lib 8.1.9
  750. puzzlesaccessapi: Puzzles Access Api 8.0.7
  751. quartzelv: Quartz Elevator 2.2.5+1.20
  752. railways: Create: Steam 'n' Rails 1.6.4+fabric-mc1.20.1
  753. ranged_weapon_api: RangedWeaponAPI 1.1.3+1.20.1
  754. rare-ice: Rare Ice 0.6.0
  755. reacharound: Reacharound 1.1.2
  756. rebalance: ReBalance 1.2.0
  757. reborncore: Reborn Core 5.8.7
  758. recipeessentials: recipeessentials Mod 1.20.1-3.1
  759. redirector: Redirector 1.20.1-4.4.0
  760. reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
  761. regions_unexplored: Regions Unexplored 0.5.6+1.20.1
  762. resistance_balancer: Resistance Balancer 1.0.0
  763. resourcefulconfig: Resourcefulconfig 2.1.2
  764. resourcefullib: Resourceful Lib 2.1.29
  765. com_teamresourceful_bytecodecs: bytecodecs 1.0.2
  766. com_teamresourceful_yabn: yabn 1.0.3
  767. resourcepackoverrides: Resource Pack Overrides 8.0.2
  768. revelationary: Revelationary 1.3.5+1.20.1
  769. riverredux: River Redux 0.3.1
  770. rogues: Rogues & Warriors (RPG Series) 1.1.0+1.20.1
  771. runelic: Runelic 18.0.2
  772. runes: Runes 0.9.13+1.20.1
  773. satisfying_buttons: Satisfying Buttons 1.1.2
  774. sbprom: Spellblades X Prominence 1.0.6
  775. sdrp: Simple Discord Rich Presence 4.0.3-build.40+mc1.20.1
  776. com_github_jagrosh_discordipc: DiscordIPC a8d6631cc9
  777. com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2
  778. com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2
  779. org_json_json: json 20210307
  780. searchables: Searchables 1.0.2
  781. seasonhud: SeasonHUD 1.6.0
  782. seasons: Fabric Seasons 2.3+1.20
  783. seasonscroptopiacompat: Fabric Seasons: Croptopia Compat 1.0-2.2.2
  784. seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
  785. seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20
  786. serverbrowser: Server Browser 1.1.2
  787. shield_overhaul: Shield Overhaul 1.0.3
  788. simply_houses: Simply Houses 1.1.4-1.20.1
  789. simplyskills: SimplySkills 1.7.1+1.20.1
  790. simplyswords: Simply Swords 1.56.0-1.20.1
  791. spruceui: SpruceUI 5.0.0+1.20
  792. skinlayers3d: 3d-Skin-Layers 1.6.6
  793. skyvillages: Sky Villages 1.0.3.2-1.19.2-1.20.1
  794. smallships: Small Ships 2.0.0-a2.3.3
  795. smoothchunk: Smooth chunk save Mod 1.20.1-3.5
  796. smwyg: Show Me What You Got 1.1.1
  797. snifferplus: Hellion's Sniffer+ 0.2.0
  798. sodium: Sodium 0.5.8+mc1.20.1
  799. sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115
  800. caffeineconfig: CaffeineConfig 1.3.0+1.17
  801. crowdin-translate: CrowdinTranslate 1.4+1.19.3
  802. sodiumdynamiclights: Sodium Dynamic Lights 1.0.9
  803. sodiumoptionsapi: Sodium Options API 1.0.2
  804. mixinsquared: MixinSquared 0.2.0-beta.6
  805. sortedenchantments: Sorted Enchantments 1.0.1+1.19.3+fabric
  806. soulsweapons: Marium's Soulslike Weaponry 1.1.5-1.20.1-fabric
  807. spark: spark 1.10.53
  808. spell_engine: Spell Engine 0.15.11+1.20.1
  809. spell_power: Spell Power Attribute 0.12.0+1.20.1
  810. spellbladenext: Spellblades and Such 1.21.3+1.20.1
  811. stackdeobfuscator: StackDeobfuscator 1.4.1+03a1fe4
  812. dev_booky_common_: common 1.4.1+03a1fe4
  813. net_fabricmc_mapping-io: mapping-io 0.3.0
  814. starterkit: Starter Kit 5.3
  815. stoneworks: Stoneworks 8.0.0
  816. structure_pool_api: Structure Pool API 1.0+1.20.1
  817. structureessentials: Structure Essentials Mod 1.20.1-3.2
  818. supplementaries: Supplementaries 1.20-2.8.17
  819. swampier_swamps: Swampier Swamps 1.20-4.0.0
  820. t_and_t: Towns and Towers 1.11.1
  821. tclayer: Accessories Trinkets Compat Layer 3.8.1+beta.14
  822. cardinal-components-base: Cardinal Components API (base) 5.2.2
  823. cardinal-components-entity: Cardinal Components API (entities) 5.2.2
  824. techreborn: Tech Reborn 5.8.7
  825. terrablender: TerraBlender 3.0.1.6
  826. thaumon: Thaumon [BETA] 2.2.0+1.20.1
  827. the_bumblezone: The Bumblezone - Fabric 7.4.12+1.20.1-fabric
  828. thermoo: Thermoo 2.3.2
  829. thiccpackets: Extra Thicc Packets 1.17-1.19+
  830. things: Things 0.3.3+1.20
  831. lavender: Lavender 0.1.0-pre.18+1.20
  832. lavender-md: lavender-md 0.1.0-pre.3+1.20
  833. lavender-md-owo-ui: lavender-md-owo-ui 0.1.0-pre.3+1.20
  834. tiered: Tierify 1.2.0
  835. tinyskeletons: Tiny Skeletons 8.0.1
  836. tlc: The Lost Castle 1.0.1
  837. toms_storage: Tom's Simple Storage Mod 1.6.5
  838. toofast: TooFast 1.2.0
  839. tradingpost: Trading Post 8.0.2
  840. transmog: Transmog 1.3.0+1.20
  841. transparent: Transparent 8.0.1+1.20.1
  842. travelersbackpack: Traveler's Backpack fabric-1.20.1-9.1.15
  843. treechop: HT's TreeChop 0.18.3
  844. twigs: Twigs 3.1.0
  845. txnilib: TxniLib 1.0.2
  846. unsafe-world-random-access-detector: Unsafe World Random Access Detector 1.1.0
  847. veinmining: Vein Mining 1.3.1+1.20.1
  848. spectrelib: SpectreLib 0.13.15+1.20.1
  849. villagernames: Villager Names 7.0
  850. villagersplus: Villagers Plus 2.1
  851. vinery: Vinery 1.4.11
  852. visuality: Visuality 0.7.1+1.20
  853. visualworkbench: Visual Workbench 8.0.0
  854. wands: Building Wands 2.7-beta
  855. watut: What Are They Up To 1.20.1-1.0.12
  856. windchimes: Windchimes 1.2.4+1.20
  857. winterly: Winterly 0.9.3+1.20
  858. wither_spawn_fix: Wither Spawn Fix MC1.20.1-1.0.0
  859. wizards: Wizards (RPG Series) 1.3.0+1.20.1
  860. xaerominimap: Xaero's Minimap 23.9.3
  861. xaeroworldmap: Xaero's World Map 1.37.8
  862. yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1
  863. yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20
  864. com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
  865. com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
  866. com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
  867. com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
  868. com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
  869. com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
  870. org_quiltmc_parsers_gson: gson 0.2.1
  871. yigd: You're in Grave Danger 2.0.0-beta.13
  872. yosbr: YOSBR 0.1.2
  873. ysns: You Shall Not Spawn 2.0.2
  874. yungsapi: YUNG's API 1.20-Fabric-4.0.2
  875. org_javassist_javassist: javassist 3.29.2-GA
  876. yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
  877. zenith: Zenith 1.2.3-1.20.1
  878. porting_lib_model_loader: Porting Lib Model Loader 2.3.4+1.20.1
  879. porting_lib_model_materials: Porting Lib Model Materials 2.3.4+1.20.1
  880. porting_lib_models: Porting Lib Models 2.3.4+1.20.1
  881. porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
  882. zenith_attributes: Zenith Attributes 0.2.7
  883. additionalentityattributes: Additional Entity Attributes 1.7.3+1.20.0
  884. porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
  885. porting_lib_common: Porting Lib Common 2.3.4+1.20.1
  886. porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
  887. porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
  888. zoomify: Zoomify 2.11.2
  889. com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.4.1
  890. dev_isxander_settxi_settxi-core: settxi-core 2.10.6
  891. dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6
  892. Flywheel Backend: Uninitialized
  893. Launched Version: 1.20.1
  894. Backend library: LWJGL version 3.3.1 SNAPSHOT
  895. Backend API: Unknown
  896. Window size: <not initialized>
  897. GL Caps: Using framebuffer using OpenGL 3.2
  898. GL debug messages: <disabled>
  899. Using VBOs: Yes
  900. Is Modded: Definitely; Client brand changed to 'fabric'
  901. Type: Client (map_client.txt)
  902. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment