Advertisement
Guest User

Untitled

a guest
May 25th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.54 KB | Gaming | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 2025-05-25 02:07:45
  5. Description: Initializing game
  6.  
  7. java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed
  8. at knot//io.wispforest.owo.config.ConfigSynchronizer.<clinit>(ConfigSynchronizer.java:212)
  9. at knot//io.wispforest.owo.config.ConfigWrapper.<init>(ConfigWrapper.java:96)
  10. at knot//io.wispforest.owo.config.ConfigWrapper.<init>(ConfigWrapper.java:60)
  11. at knot//net.trique.mythicupgrades.config.MUConfig.<init>(MUConfig.java:39)
  12. at knot//net.trique.mythicupgrades.config.MUConfig.createAndLoad(MUConfig.java:47)
  13. at knot//net.trique.mythicupgrades.MythicUpgrades.<clinit>(MythicUpgrades.java:17)
  14. at java.base/java.lang.Class.forName0(Native Method)
  15. at java.base/java.lang.Class.forName(Class.java:467)
  16. at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
  17. at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:124)
  18. at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
  19. at knot//com.supermartijn642.core.registry.RegistryEntryAcceptor$Handler.gatherAnnotatedFields(RegistryEntryAcceptor.java:73)
  20. at knot//com.supermartijn642.core.CoreLib.beforeInitialize(CoreLib.java:75)
  21. at knot//net.minecraft.class_310.handler$ldi000$supermartijn642corelib$beforeInit(class_310.java:51010)
  22. at knot//net.minecraft.class_310.<init>(class_310.java:458)
  23. at knot//net.minecraft.client.main.Main.main(Main.java:211)
  24. at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
  25. at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  26. at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
  27. Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_634 failed
  28. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
  29. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
  30. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
  31. at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
  32. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
  33. ... 19 more
  34. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  35. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
  36. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
  37. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
  38. at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
  39. ... 23 more
  40. Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [presencefootsteps.mixin.json:MClientPlayNetworkHandler from mod presencefootsteps] from phase [DEFAULT] in config [presencefootsteps.mixin.json] FAILED during APPLY
  41. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
  42. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
  43. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
  44. ... 26 more
  45. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: InjectionPoint(Shift)[@At("INVOKE")] on net/minecraft/class_634::onHandleSoundEffect with priority 1000 cannot inject into net/minecraft/class_634::method_11146(Lnet/minecraft/class_2767;)V merged by net.fabricmc.quietfishing.mixin.ClientPlayNetworkHandlerMix with priority 1000 [INJECT_PREPARE Applicator Phase -> presencefootsteps.mixin.json:MClientPlayNetworkHandler from mod presencefootsteps -> Prepare Injections -> handler$jha000$presencefootsteps$onHandleSoundEffect(Lnet/minecraft/class_2767;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Prepare -> -> { target: method_11146(Lnet/minecraft/class_2767;)V }]
  46. at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:312)
  47. at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:248)
  48. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:475)
  49. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407)
  50. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
  51. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
  52. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
  53. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
  54. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
  55. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
  56. ... 26 more
  57.  
  58.  
  59. A detailed walkthrough of the error, its code path and all known details is as follows:
  60. ---------------------------------------------------------------------------------------
  61.  
  62. -- Head --
  63. Thread: Render thread
  64. Stacktrace:
  65. at knot//io.wispforest.owo.config.ConfigSynchronizer.<clinit>(ConfigSynchronizer.java:212)
  66. at knot//io.wispforest.owo.config.ConfigWrapper.<init>(ConfigWrapper.java:96)
  67. at knot//io.wispforest.owo.config.ConfigWrapper.<init>(ConfigWrapper.java:60)
  68. at knot//net.trique.mythicupgrades.config.MUConfig.<init>(MUConfig.java:39)
  69. at knot//net.trique.mythicupgrades.config.MUConfig.createAndLoad(MUConfig.java:47)
  70. at knot//net.trique.mythicupgrades.MythicUpgrades.<clinit>(MythicUpgrades.java:17)
  71. at java.base/java.lang.Class.forName0(Native Method)
  72. at java.base/java.lang.Class.forName(Class.java:467)
  73. at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
  74. at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:124)
  75. at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
  76. at knot//com.supermartijn642.core.registry.RegistryEntryAcceptor$Handler.gatherAnnotatedFields(RegistryEntryAcceptor.java:73)
  77. at knot//com.supermartijn642.core.CoreLib.beforeInitialize(CoreLib.java:75)
  78. at knot//net.minecraft.class_310.handler$ldi000$supermartijn642corelib$beforeInit(class_310.java:51010)
  79. at knot//net.minecraft.class_310.<init>(class_310.java:458)
  80.  
  81. -- Initialization --
  82. Details:
  83. Modules:
  84. ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
  85. COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
  86. CRYPT32.dll:Crypto API32:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  87. CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  88. CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  89. DBGHELP.DLL:Windows Image Helper:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
  90. DNSAPI.dll:DNS Client API DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
  91. GDI32.dll:GDI Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  92. IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  93. IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  94. KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  95. KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  96. MpOav.dll:IOfficeAntiVirus Module:4.18.25040.2 (82640e7cfde5ee75f6010c8d2c06272146d2bb6b):Microsoft Corporation
  97. NSI.dll:NSI User-mode interface DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  98. NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  99. OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  100. Ole32.dll:Microsoft OLE for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  101. POWRPROF.dll:Power Profile Helper DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  102. PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  103. Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  104. RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  105. SHCORE.dll:SHCORE:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  106. SHELL32.dll:Windows Shell Common Dll:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
  107. UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
  108. USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  109. USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  110. VCRUNTIME140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
  111. VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  112. WINHTTP.dll:Windows HTTP Services:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  113. WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  114. WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  115. amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  116. apphelp.dll:Application Compatibility Client Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  117. awt.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  118. bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  119. bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  120. clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
  121. combase.dll:Microsoft COM for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  122. dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
  123. dhcpcsvc.DLL:DHCP Client Service:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  124. dhcpcsvc6.DLL:DHCPv6 Client:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  125. dxcore.dll:DXCore:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
  126. extnet.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  127. fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
  128. gdi32full.dll:GDI Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  129. java.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  130. javaw.exe:OpenJDK Platform binary:17.0.15.0:Microsoft
  131. jemalloc.dll
  132. jimage.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  133. jli.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  134. jna17294676046145486633.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
  135. jsvml.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  136. jvm.dll:OpenJDK 64-Bit server VM:17.0.15.0:Microsoft
  137. kernel.appcore.dll:AppModel API Host:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  138. lwjgl.dll
  139. lwjgl_stb.dll
  140. management.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  141. management_ext.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  142. msvcp140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
  143. msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  144. msvcrt.dll:Windows NT CRT DLL:7.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  145. mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  146. napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  147. ncrypt.dll:Windows NCrypt Router:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
  148. net.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  149. nio.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  150. nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  151. ntdll.dll:NT Layer DLL:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
  152. perfos.dll:Windows System Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  153. pfclient.dll:SysMain Client:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
  154. profapi.dll:User Profile Basic API:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
  155. rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
  156. rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  157. sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  158. shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  159. sunmscapi.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  160. ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  161. vcruntime140_1.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
  162. verify.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  163. win32u.dll:Win32u:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  164. windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.1457 (WinBuild.160101.0800):Microsoft Corporation
  165. winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
  166. wintypes.dll:Windows Base Types DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
  167. wshbth.dll:Windows Sockets Helper DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
  168. zip.dll:OpenJDK Platform binary:17.0.15.0:Microsoft
  169. Stacktrace:
  170. at knot//net.minecraft.client.main.Main.main(Main.java:211)
  171. at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
  172. at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
  173. at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
  174.  
  175. -- System Details --
  176. Details:
  177. Minecraft Version: 1.20.1
  178. Minecraft Version ID: 1.20.1
  179. Operating System: Windows 11 (amd64) version 10.0
  180. Java Version: 17.0.15, Microsoft
  181. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  182. Memory: 352328160 bytes (336 MiB) / 853540864 bytes (814 MiB) up to 4294967296 bytes (4096 MiB)
  183. CPUs: 20
  184. Processor Vendor: GenuineIntel
  185. Processor Name: 13th Gen Intel(R) Core(TM) i7-13650HX
  186. Identifier: Intel64 Family 6 Model 183 Stepping 1
  187. Microarchitecture: unknown
  188. Frequency (GHz): 2.80
  189. Number of physical packages: 1
  190. Number of physical CPUs: 14
  191. Number of logical CPUs: 20
  192. Graphics card #0 name: NVIDIA GeForce RTX 4050 Laptop GPU
  193. Graphics card #0 vendor: NVIDIA (0x10de)
  194. Graphics card #0 VRAM (MB): 4095.00
  195. Graphics card #0 deviceId: 0x28e1
  196. Graphics card #0 versionInfo: DriverVersion=32.0.15.5612
  197. Graphics card #1 name: Intel(R) UHD Graphics
  198. Graphics card #1 vendor: Intel Corporation (0x8086)
  199. Graphics card #1 VRAM (MB): 128.00
  200. Graphics card #1 deviceId: 0xa78b
  201. Graphics card #1 versionInfo: DriverVersion=31.0.101.5382
  202. Memory slot #0 capacity (MB): 8192.00
  203. Memory slot #0 clockSpeed (GHz): 4.80
  204. Memory slot #0 type: Unknown
  205. Memory slot #1 capacity (MB): 8192.00
  206. Memory slot #1 clockSpeed (GHz): 4.80
  207. Memory slot #1 type: Unknown
  208. Virtual memory max (MB): 32137.41
  209. Virtual memory used (MB): 14513.40
  210. Swap memory total (MB): 16068.70
  211. Swap memory used (MB): 85.21
  212. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
  213. Fabric Mods:
  214. accurateblockplacement: Accurate Block Placement 1.2.1
  215. aileron: Aileron 1.20.1-fabric-1.1.1
  216. midnightlib: MidnightLib 1.4.1
  217. ambientsounds: AmbientSounds 6.1.9
  218. amendments: Amendments 1.20-1.2.19
  219. animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
  220. anvilrepairing: AnvilRepairing 4.0.9
  221. anxff: AmbientFireflies 1.4.0+1.20.1
  222. appleskin: AppleSkin 2.5.1+mc1.20
  223. aquamirae: Aquamirae 6
  224. architectury: Architectury 9.2.14
  225. artifacts: Artifacts 9.5.15
  226. expandability: ExpandAbility 9.0.4
  227. step-height-entity-attribute: Step Height Entity Attribute 1.2.0
  228. atg: Attack Through Grass 2.0.3
  229. athena: Athena 3.1.2
  230. attackspeedenchantment: Attack Speed Enchantment 1.3.0.20
  231. attributefix: AttributeFix 21.0.4
  232. auditory: Auditory 0.0.6-1.20.1
  233. autotag-convention: AutoTag Convention 2.0.2+1.20
  234. autotag: AutoTag 2.0.2+1.20
  235. azurelibarmor: AzureLib Armor 2.0.14
  236. badoptimizations: BadOptimizations 2.2.2
  237. balm: Balm 7.3.30
  238. kuma_api: KumaAPI 20.1.10
  239. basicdiscordrichpresence: Basic Discord Rich Presence 1.3.0.20
  240. bbs: Better Block Sounds 1.20.1-0.1.3
  241. bcc: BetterCompatibilityChecker 4.0.8
  242. bedrockwaters: BedrockWaters 1.8.0+1.20.1
  243. carrotconfig: CarrotConfig 1.1.2+1.20.1
  244. better_arrow_recipe: Better Arrow Recipe 1.0.0
  245. better_climbing: Better Climbing 3
  246. better_withered_mobs: Better Withered Mobs 1.7.4
  247. betteradvancements: Better Advancements 0.4.2.25
  248. betterarcheology: Better Archeology 1.2.1-1.20.1
  249. betterdays: BetterDays 1.20.1-3.1.1.1-FABRIC
  250. betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
  251. org_reflections_reflections: reflections 0.10.2
  252. betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
  253. betterf3: BetterF3 7.0.2
  254. betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
  255. betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
  256. bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
  257. betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
  258. bettersafebed: BetterSafeBed 1.20-9
  259. betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
  260. betterthanmending: BetterThanMending 1.3.0
  261. betterthirdperson: Better Third Person 1.9.0
  262. bettertridentreturn: Better Trident Return 1.20.1-1.0.2
  263. betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
  264. biomesoplenty: BiomesOPlenty 19.0.0.96
  265. biomeswevegone: Oh The Biomes We've Gone 1.5.11
  266. blasting_smelting_raw_metals_ol: Blasting/Smelting Metal Blocks with Mod Integrations 1.0.3
  267. blastingraw: Blasting Raw Metal Blocks 3
  268. bobby: Bobby 5.0.1
  269. com_typesafe_config: config 1.4.2
  270. io_leangen_geantyref_geantyref: geantyref 1.3.13
  271. org_spongepowered_configurate-core: configurate-core 4.1.2
  272. org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
  273. bookshelf: Bookshelf 20.2.13
  274. bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
  275. maelstrom_library: Maelstrom Library 1.6.1-1.20
  276. multipart_entities: MultipartEntities 1.5-1.20
  277. botarium: Botarium 2.3.4
  278. team_reborn_energy: Energy 3.0.0
  279. bridgingmod: Bridging Mod 2.5.1+1.20.1
  280. c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.16
  281. c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.16
  282. c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.16
  283. c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.16
  284. c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.16
  285. c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.16
  286. c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.16
  287. c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.16
  288. c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.16
  289. c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.16
  290. c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.16
  291. c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.16
  292. c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.16
  293. c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.16
  294. c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.16
  295. c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.16
  296. c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.16
  297. c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.16
  298. c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
  299. c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.16
  300. c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
  301. com_ibm_async_asyncutil: asyncutil 0.1.0
  302. net_objecthunter_exp4j: exp4j 0.4.8
  303. org_threadly_threadly: threadly 7.0
  304. cameraoverhaul: CameraOverhaul 2.0.4-fabric+mc.1.20.0-1.20.5
  305. camerautils: Camera Utils 1.20.1-1.0.14
  306. cardinal-components: Cardinal Components API 5.2.3
  307. cardinal-components-base: Cardinal Components API (base) 5.2.3
  308. cardinal-components-block: Cardinal Components API (blocks) 5.2.3
  309. cardinal-components-chunk: Cardinal Components API (chunks) 5.2.3
  310. cardinal-components-entity: Cardinal Components API (entities) 5.2.3
  311. cardinal-components-item: Cardinal Components API (items) 5.2.3
  312. cardinal-components-level: Cardinal Components API (world saves) 5.2.3
  313. cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.3
  314. cardinal-components-world: Cardinal Components API (worlds) 5.2.3
  315. carryon: Carry On 2.1.2.7
  316. cavedust: Cave Dust 3.0.1
  317. kirin: Kirin UI 1.15.6+1.20.1
  318. charmofundying: Charm of Undying 6.5.0+1.20.1
  319. chat_heads: Chat Heads 0.13.18
  320. chatimage: ChatImage 1.4.7+1.20+fabric
  321. actionlib: ActionLib 0.6.3-fabric
  322. io_github_kituin_chatimagecode: ChatImageCode 0.12.2
  323. cherishedworlds: Cherished Worlds 6.1.7+1.20.1
  324. chipped: Chipped 3.0.7
  325. chunksending: Chunksending Mod 1.20.1-2.8
  326. chunky: Chunky 1.3.146
  327. cicada: CICADA 0.13.0+1.20.1
  328. org_yaml_snakeyaml: snakeyaml 2.2
  329. cloth-config: Cloth Config v11 11.1.136
  330. cloth-basic-math: cloth-basic-math 0.6.1
  331. clumps: Clumps 12.0.0.4
  332. cobweb: Cobweb 1.0.1
  333. collective: Collective 8.3
  334. collisionfix: CollisionFix 1.0.1
  335. colorfulhearts: Colorful Hearts 4.3.16
  336. comforts: Comforts 6.4.0+1.20.1
  337. configurable: Configurable 2.2.3
  338. connectivity: Connectivity Mod 1.20.1-7.1
  339. continuity: Continuity 3.0.0+1.20.1
  340. controlling: Controlling For Fabric 12.0.2
  341. cooldown-coordinator: Cooldown Coordinator 0.6.3
  342. coolrain: CoolRain 1.1.0-1.20.1
  343. corgilib: CorgiLib 4.0.3.3
  344. com_electronwill_night-config_core: core 3.8.0
  345. com_electronwill_night-config_toml: toml 3.8.0
  346. craftablechainmail: Craftable Chainmail Armor 1.20.1-1.6.4-[FABRIC]
  347. craftableenchantedgoldenapple: CraftableEnchantedGoldenApple 1.20.1-0.1
  348. craftableexperiencebottle: CraftableExperienceBottle 1.20.1-0.1
  349. craftablenametag: CraftableNameTag 1.20.1-0.1
  350. craftsaddles: Craft Saddles 1.0.10
  351. crawl: Crawl 0.12.0
  352. mm: Manningham Mills 2.3
  353. creativecore: CreativeCore 2.12.33
  354. net_minecraftforge_eventbus: eventbus 6.0.3
  355. cristellib: Cristel Lib 1.1.5
  356. blue_endless_jankson: jankson 1.2.3
  357. cullleaves: Cull Leaves 3.2.0
  358. cupboard: cupboard 1.20.1-2.7
  359. darkmobs: DarkMobs - Increase Mob Difficulty 1.1.3
  360. dawn: Dawn API 5.0.0
  361. terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.1
  362. terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
  363. deeper_oceans: Deeper Oceans 1.0.1a
  364. deeperdarker: Deeper and Darker 1.3.3
  365. customportalapi: Custom Portal Api 0.0.1-beta64-1.20
  366. default_skill_trees: Default Skill Trees 1.1
  367. deimos: Deimos 2.2
  368. diagonalfences: Diagonal Fences 8.1.5
  369. diagonalblocks: Diagonal Blocks 8.0.6
  370. diagonalwalls: Diagonal Walls 8.0.4
  371. disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1
  372. distanthorizons: Distant Horizons 2.3.2-b
  373. dragonscale: Dragon Scale Mod 0.0.1-1.20.1
  374. dungeonnowloading: Dungeon Now Loading 1.5
  375. durabilitytooltip: Durability Tooltip 1.1.5
  376. dynamic_fps: Dynamic FPS 3.9.4
  377. net_lostluma_battery: battery 1.3.0
  378. dynamiccrosshair: Dynamic Crosshair 9.3
  379. dynamiccrosshair-api: DynamicCrosshair API 1.1
  380. libbamboo: LibBamboo 2.2
  381. easyanvils: Easy Anvils 8.0.2
  382. easymagic: Easy Magic 8.0.1
  383. eatinganimationid: Eating Animation 1.20+1.9.61
  384. economical_villager_trading: Economical Villager Trading 1.2.10
  385. crowdin-translate: CrowdinTranslate 1.4+1.19.3
  386. eldritch_mobs: EldritchMobs 1.15.2
  387. polymer-blocks: Polymer (Textured Blocks) 0.5.15+1.20.1
  388. polymer-core: Polymer (Core) 0.5.15+1.20.1
  389. polymer-networking: Polymer (Networking) 0.5.15+1.20.1
  390. polymer-common: Polymer (Common) 0.5.15+1.20.1
  391. polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.15+1.20.1
  392. server_translations_api: Server Translations API 2.0.0+1.20
  393. packet_tweaker: Packet Tweaker 0.4.0+1.19.4
  394. elementa: Elementa 704
  395. elementalenchantments: Elemental Enchantments 1.2.1
  396. elytraslot: Elytra Slot 6.4.4+1.20.1
  397. enchantedbookredesign: Enchanted-Book-Redesign 0
  398. enchantmentdisabler: Enchantment Disabler 1.0.0+1.19.3
  399. enchantmentlevelcapindicator: Enchantment Level Cap Indicator 1.1
  400. enchantmentsplus: Enchantments Plus 1.2.2+1.20.1
  401. reach-entity-attributes: Reach Entity Attributes 2.4.0
  402. enchdesc: EnchantmentDescriptions 17.1.19
  403. endercrop: Ender Crop 1.20.1-2.0.0-alpha
  404. enderite_mod: Enderite Mod 1.0.0
  405. endermanoverhaul: Enderman Overhaul 1.0.4
  406. enhancedblockentities: Enhanced Block Entities 0.9+1.20
  407. advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
  408. spruceui: SpruceUI 5.0.0+1.20
  409. enhancedvisuals: EnhancedVisuals 1.8.2
  410. entity_model_features: Entity Model Features 2.4.1
  411. entity_texture_features: Entity Texture Features 6.2.9
  412. org_apache_httpcomponents_httpmime: httpmime 4.5.10
  413. entityculling: EntityCulling 1.7.4
  414. essential: Essential 1.3.6.2
  415. essential-container: essential-container 1.0.0
  416. essential-loader: essential-loader 1.2.4
  417. eternal_attributes: Eternal Attributes 1.0.0
  418. evilcreativefly: Creative Fly 1.2.1-1.20-fabric
  419. exlinefishing: Exline's Fishing Mod 1.0.4
  420. expanded_armor_enchanting: Expanded Armor Enchanting 1.0.6
  421. expanded_axe_enchanting: Expanded Axe Enchanting 1.0.7
  422. expanded_bow_enchanting: Expanded Bow Enchanting 1.0.0
  423. expanded_ecosphere: Expanded Ecosphere 3.2.4
  424. expanded_trident_enchanting: Expanded Trident Enchanting 1.0.7
  425. expanded_weapon_enchanting: Expanded Weapon Enchanting 1.0.6
  426. expandeddelight: Expanded Delight 0.3.2
  427. omega-config: OmegaConfig 1.4.0+1.20.1
  428. experienced_crops: Experienced Crops 1.20.1-1.1.0
  429. expores: Exp Ores 1.0.0+mc1.20.1
  430. extrasounds: ExtraSounds 2.3.1+1.20.1~lonefelidae16-build.1
  431. soundcategories: Sound Categories 1.2.4+1.20~lonefelidae16-build.1
  432. fabric-api: Fabric API 0.92.5+1.20.1
  433. fabric-api-base: Fabric API Base 0.4.32+1802ada577
  434. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
  435. fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
  436. fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
  437. fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
  438. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
  439. fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
  440. fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
  441. fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
  442. fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
  443. fabric-containers-v0: Fabric Containers (v0) 0.1.66+df3654b377
  444. fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
  445. fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
  446. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
  447. fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
  448. fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.6+1802ada577
  449. fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
  450. fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
  451. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.4+13a40c6677
  452. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
  453. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
  454. fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
  455. fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
  456. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
  457. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
  458. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
  459. fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
  460. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
  461. fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
  462. fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
  463. fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
  464. fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
  465. fabric-networking-api-v1: Fabric Networking API (v1) 1.3.13+13a40c6677
  466. fabric-networking-v0: Fabric Networking (v0) 0.3.53+df3654b377
  467. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
  468. fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
  469. fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.23+1802ada577
  470. fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.5+1802ada577
  471. fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
  472. fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
  473. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
  474. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
  475. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
  476. fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
  477. fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
  478. fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
  479. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
  480. fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
  481. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.32+1802ada577
  482. fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
  483. fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
  484. fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
  485. fabric-language-kotlin: Fabric Language Kotlin 1.13.3+kotlin.2.1.21
  486. org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.21
  487. org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.21
  488. org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.21
  489. org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.21
  490. org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
  491. org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
  492. org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
  493. org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
  494. org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
  495. org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
  496. org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
  497. org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
  498. org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
  499. fabricloader: Fabric Loader 0.16.10
  500. mixinextras: MixinExtras 0.4.1
  501. fallingleaves: Falling Leaves 1.15.6
  502. fallingtree: FallingTree 4.3.4
  503. farmersdelight: Farmer's Delight 1.20.1-2.3.0+refabricated
  504. porting_lib_accessors: Porting Lib Accessors 2.3.8+1.20.1
  505. porting_lib_base: Porting Lib Base 2.3.8+1.20.1
  506. porting_lib_attributes: Porting Lib Attributes 2.3.8+1.20.1
  507. porting_lib_common: Porting Lib Common 2.3.8+1.20.1
  508. porting_lib_entity: Porting Lib Entity 2.3.8+1.20.1
  509. porting_lib_extensions: Porting Lib Extensions 2.3.8+1.20.1
  510. porting_lib_fluids: Porting Lib Fluids 2.3.8+1.20.1
  511. porting_lib_gui_utils: Porting Lib Gui Utils 2.3.8+1.20.1
  512. porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.8+1.20.1
  513. porting_lib_transfer: Porting Lib Transfer 2.3.8+1.20.1
  514. porting_lib_utility: Porting Lib Utility 2.3.8+1.20.1
  515. porting_lib_config: Porting Lib Config 2.3.8+1.20.1
  516. porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.8+1.20.1
  517. porting_lib_loot: Porting Lib Loot 2.3.8+1.20.1
  518. porting_lib_networking: Porting Lib Networking 2.3.8+1.20.1
  519. porting_lib_core: Porting Lib Core 2.3.8+1.20.1
  520. porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.8+1.20.1
  521. porting_lib_tags: Porting Lib Tags 3.0
  522. porting_lib_tool_actions: Porting Lib Tool Actions 2.3.8+1.20.1
  523. fastasyncworldsave: fastasyncworldsave Mod 1.20.1-2.4
  524. faster-random: Faster Random 5.1.0
  525. ferritecore: FerriteCore 6.0.1
  526. firstperson: FirstPerson 2.4.9
  527. fishingreal: FishingReal 1.9.1-backport
  528. fishingrodfix: Fishing rod fix 1.20.4-0.3
  529. flatbedrock: Flat Bedrock 3.0.1-build.18+mc1.20.1
  530. foodeffecttooltips: Food Effect Tooltips 1.1.1-1.20.0
  531. forgeconfigapiport: Forge Config API Port 8.0.2
  532. fpsdisplay: FPS-Display 3.1.0+1.20.x
  533. friendsandfoes: Friends&Foes 3.0.9
  534. fsit: FSit v1.3.0
  535. fzzy_config: Fzzy Config 0.6.9+1.20.1
  536. fabric-permissions-api-v0: fabric-permissions-api 0.3.1
  537. net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
  538. geckolib: GeckoLib 4 4.7.1.2
  539. com_eliotlash_mclib_mclib: mclib 20
  540. glitchcore: GlitchCore 0.0.1.1
  541. net_jodah_typetools: typetools 0.6.3
  542. golden_apple_tree: Golden Apple Tree 1.0.1-1.20.1-Fabric
  543. gpumemleakfix: Gpu memory leak fix mod 1.20.1-1.8
  544. grabbymobs: Grabby Mobs 1.6
  545. grindenchantments: Grind Enchantments 3.1.4+1.20.1
  546. codec-config-api: Codec config API 3.0.1+1.20.1
  547. hardcorerevival: Hardcore Revival 12.0.7
  548. hearths: Hearths 1.0.3
  549. held-item-info: Held Item Info 1.5.0
  550. herbalbrews: [Let's Do] HerbalBrews 1.0.12
  551. herdspanic: Herds Panic 1.0.7
  552. hold-my-items: Hold My Items 1.0.0
  553. horsebuff: HorseBuff 2.1.3
  554. horsestonks: Horse Stonks 1.0.1
  555. iceberg: Iceberg 1.1.25
  556. illagerinvasion: Illager Invasion 8.0.7
  557. extensibleenums: Extensible Enums 7.0.1
  558. immediatelyfast: ImmediatelyFast 1.5.0+1.20.4
  559. net_lenni0451_reflect: Reflect 1.3.4
  560. immersive_armors: Immersive Armors 1.7.0+1.20.1
  561. immersiveui: ImmersiveUI 0.3.0
  562. indium: Indium 1.0.36+mc1.20.1
  563. inmis: Inmis 2.7.2-1.20.1
  564. inmisaddon: InmisAddon 1.0.4
  565. invmove: InvMove 0.9.0
  566. itemborders: Item Borders 1.2.2
  567. itsstillexplosive: DoomsItsStillExplosive 1.20.1-1.1.0
  568. jade: Jade 11.13.1+fabric
  569. jamlib: JamLib 1.3.5+1.20.1
  570. java: OpenJDK 64-Bit Server VM 17
  571. jei: Just Enough Items 15.20.0.106
  572. jeresources: Just Enough Resources 1.4.0.247
  573. journeymap: Journeymap 5.10.3
  574. journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT
  575. jump_sounds: Jump Sounds 1.4.3
  576. justenoughspeed: Just Enough Speed 1.0.0
  577. justhammers: Just Hammers 20.1.5+mc1.20.1
  578. kambrik: Kambrik 6.1.1+1.20.1
  579. kiwi: Kiwi Library 11.8.29+fabric
  580. krypton: Krypton 0.2.3
  581. com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
  582. lambdabettergrass: SuperBetterGrass 1.5.2+1.20.1
  583. leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
  584. legendarytooltips: Legendary Tooltips 1.4.5
  585. libertyvillagers: Liberty's Villagers 1.0.15.1+fabric+1.20.1
  586. libz: LibZ 1.0.3
  587. com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
  588. com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
  589. com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
  590. lithium: Lithium 0.11.3
  591. lithostitched: Lithostitched 1.4.7
  592. lootr: Lootr 0.7.35.85
  593. lunaslimes: Luna Slimes 1.7.1
  594. majruszlibrary: Majrusz Library 7.0.8
  595. majruszsaccessories: Majrusz's Accessories 1.5.3
  596. majruszsenchantments: Majrusz's Enchantments 1.10.8
  597. make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
  598. maxenchantx: Max Enchant X 1.3-1.20
  599. mcwbridges: Macaw's Bridges 3.1.0
  600. mcwdoors: Macaw's Doors 1.1.2
  601. memoryleakfix: Memory Leak Fix 1.1.5
  602. memorysettings: Memorysettings Mod 1.20.1-5.9
  603. minecraft: Minecraft 1.20.1
  604. modernfix: ModernFix 5.23.0+mc1.20.1
  605. modmenu: Mod Menu 7.2.2
  606. monolib: MonoLib 2.1.0
  607. moonlight: Moonlight 1.20-2.14.1
  608. more_useful_copper: More Useful Copper 2.0.0
  609. morebannerfeatures: More Banner Features 1.2.0
  610. moreculling: More Culling 1.20.4-0.24.0
  611. conditional-mixin: conditional mixin 0.3.2
  612. morefood: More Food 1.20.1-1.3.0
  613. moremobvariants: More Mob Variants 1.3.1
  614. mousetweaks: Mouse Tweaks 2.26
  615. mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
  616. amecsapi: Amecs API 1.5.1+mc1.20-pre1
  617. coat: Coat 1.0.0-beta.20+mc1.20-pre1
  618. tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
  619. tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
  620. tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
  621. tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
  622. tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
  623. tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
  624. tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
  625. mr_caves__canyons: Caves & Canyons 1.2
  626. mr_reimagined_trims: Reimagined Trims 1.0.3
  627. mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.0c
  628. mr_withering_heights: Withering Heights: Revamped Wither 1-alpha-1
  629. mysticaloaktree: Mystical Oak Tree 1.20-1.11
  630. mythicupgrades: Mythic Upgrades 4.2.0+mc1.20.1
  631. naturalist: Naturalist 5.0pre3
  632. natures_spirit: Nature's Spirit 2.2.4-1.20.1
  633. naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
  634. necronomicon: Necronomicon 1.6.0
  635. netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.6-1.20
  636. netherite_horse_armor: Netherite Horse Armor 1.20.1-1.0.4
  637. netherportalfix: NetherPortalFix 13.0.2
  638. netherrackblasting: NetherrackBlasting 1.20.1-0-fabric
  639. noanimaltemptdelay: No Animal Tempt Delay 1.2
  640. nochatreports: No Chat Reports 1.20.1-v2.2.2
  641. noenchantmentcaplevel: No Enchantment Cap Level 1.1
  642. noisium: Noisium 2.3.0+mc1.20-1.20.1
  643. notenoughanimations: NotEnoughAnimations 1.9.3
  644. nullscape: Nullscape 1.2.7
  645. nyfsarcheryplus: Example Mod 1.1.1
  646. nyfsbp: Nyf's Banner Patterns 1.1.1
  647. nyfsquiver: Nyf's Quivers 1.20.1-fabric-1.0.4
  648. nyfsspiders: Nyf's Spiders 2.1.1
  649. obscure_api: Obscure API 16
  650. octolib: OctoLib 0.5.0.1
  651. ohthetreesyoullgrow: Oh The Trees You'll Grow 1.3.8
  652. omnihopper: Omni-Hopper 2.2.4+1.20
  653. orediscoverybroadcast: Ore Discovery Broadcast 2.3
  654. org_jetbrains_annotations: annotations 13.0
  655. owo: oωo 0.11.2+1.20
  656. packetfixer: Packet Fixer 2.0.0
  657. particle-effects: Particle Effects 1.0.3+1.20.1
  658. particlemoths: Particle Moths 1.2.0+1.20.1
  659. cactusconfig: Cactus Config 2.1.2+knot+1.20.1
  660. particlerain: Particle Rain 3.0.6-1.20
  661. passiveshield: Passive Shield 3.7
  662. persistent_parrots: Persistent Parrots 1.0
  663. pet_essence: Pet Essence 1.1.2
  664. phantom: Phantom Library 20.1.5
  665. physicsmod: Physics Mod 3.0.14
  666. pigs_drop_leather: Pigs Drop Leather 1.0.0
  667. plains_villager_tents: Plains Villager Tents 1.0.0
  668. platform: Platform 1.2.7
  669. player-animator: Player Animator 1.0.2-rc1+1.20
  670. polymorph: Polymorph 0.49.10+1.20.1
  671. spectrelib: SpectreLib 0.13.17+1.20.1
  672. potionblender: Potion-Blender 3.1.2
  673. presencefootsteps: Presence Footsteps 1.10.1+1.20.1
  674. prism: Prism 1.0.5
  675. progressivebosses: Progressive Bosses 1.20.1-U1.0.1
  676. completeconfig-base: completeconfig-base 2.5.0
  677. completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.0
  678. puffish_attributes: Pufferfish's Attributes 0.7.3
  679. puffish_skills: Pufferfish's Skills 0.16.0
  680. puzzleslib: Puzzles Lib 8.1.32
  681. puzzlesaccessapi: Puzzles Access Api 20.1.1
  682. quietfishing: Quiet fishing mod 3.0.2
  683. reacharound: Reacharound 1.3.1
  684. realistic_cobwebs: Realistic Cobwebs 2.1.0
  685. realisticbees: Realistic Bees 4.2
  686. realisticfirespread: Realistic Fire Spread 1.20-3
  687. recipe_reshaper: Recipe Reshaper 1.1.4
  688. recipeessentials: recipeessentials Mod 1.20.1-4.1
  689. reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
  690. remove_sword_attack_cooldown: RemoveSwordAttackCooldown 1.0.13-[1.14+]
  691. replaymod: Replay Mod 1.20.1-2.6.20
  692. resourcefulconfig: Resourcefulconfig 2.1.3
  693. resourcefullib: Resourceful Lib 2.1.29
  694. com_teamresourceful_bytecodecs: bytecodecs 1.0.2
  695. com_teamresourceful_yabn: yabn 1.0.3
  696. respawninganimals: Respawning Animals 8.2.1
  697. respawningshulkers: Respawning Shulkers 4.1
  698. rightclickharvest: Right Click Harvest 4.5.3+1.20.1
  699. rose_gold_copper_alloy_armor: Rose Gold Copper Alloy Armor 1.2
  700. rose_gold_copper_alloy_tools: Rose Gold Copper Alloy Tools 1.3
  701. rotten_flesh_to_leather: Rotten Flesh to Leather 1.0.0
  702. rottencreatures: Rotten Creatures 1.1.0
  703. scribble: Scribble 1.5.1
  704. searchables: Searchables 1.0.3
  705. sereneseasons: SereneSeasons 9.1.0.2
  706. showmeyourskin: Show Me Your Skin! 1.9.0+1.20
  707. shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
  708. simplemagnets: Simple Magnets 1.1.12
  709. skeletonhorsespawn: Skeleton Horse Spawn 4.1
  710. skinlayers3d: 3d-Skin-Layers 1.7.5
  711. skinshuffle: SkinShuffle 2.4.0+1.20.1
  712. com_konghq_unirest-java_standalone: unirest-java 3.11.9
  713. commons-validator_commons-validator: commons-validator 1.7
  714. org_jsoup_jsoup: jsoup 1.16.1
  715. org_mineskin_java-client: java-client 1.2.4-SNAPSHOT
  716. smoothchunk: Smooth chunk save Mod 1.20.1-4.1
  717. smoothparticles: Smooth Particles 1.2.0-1.21
  718. smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.2
  719. smoothswapping: Smooth Swapping 0.9.3.1
  720. sodium: Sodium 0.5.13+mc1.20.1
  721. sodiumdynamiclights: Sodium Dynamic Lights 1.0.9
  722. sodiumoptionsapi: Sodium Options API 1.0.10
  723. mixinsquared: MixinSquared 0.2.0-beta.6
  724. sortedenchantments: Sorted Enchantments 1.0.1+1.19.3+fabric
  725. soul_fire_d: Soul Fire'd 4.0.11
  726. sound_physics_remastered: Sound Physics Remastered 1.20.1-1.4.10
  727. spawnanimations: Spawn Animations 1.10.1+mod
  728. spider_caves: Spider Caves 20.1.0
  729. stack-to-nearby-chests: Stack to Nearby Chests 0.5.10
  730. libgui: LibGui 8.0.2+1.20
  731. jankson: Jankson 6.0.0+j1.2.3
  732. libninepatch: LibNinePatch 1.2.0
  733. stackrefill: Stack Refill 4.7
  734. stacksizeedit: Stack Size Edit 1.0.5
  735. stacc: Stacc 1.7.0
  736. status-effect-bars: Status Effect Bars 1.0.3
  737. stoneworks: Stoneworks 8.0.0
  738. stonycliffs: Stony Cliffs Are Cool (Lithostitched Edition) 1.1.2
  739. structory: Structory 1.3.5
  740. structureessentials: Structure Essentials Mod 1.20.1-4.7
  741. subtle_effects: Subtle Effects 1.9.4-hotfix.1
  742. supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
  743. supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18+a
  744. supplementaries: Supplementaries 1.20-3.1.30
  745. suppsquared: Supplementaries Squared 1.20-1.1.21
  746. sushi_bar: Sushi Bar 0.2.2+1.20
  747. com_moulberry_mixinconstraints: mixinconstraints 1.0.1
  748. t_and_t: Towns and Towers 1.12
  749. takesapillage: It Takes a Pillage Continuation 1.0.6
  750. taxfreelevels: Tax Free Levels 1.4.8
  751. tectonic: Tectonic 2.4.4
  752. terrablender: TerraBlender 3.0.1.10
  753. terrainslabs: Countered's Terrain Slabs 2.0.2
  754. terralith: Terralith 2.5.4
  755. tia: Tiny Item Animations 1.20-1.1
  756. tide: Tide 1.6.0
  757. tiered: Tiered 1.3.3
  758. tinycoal: Tiny Coal 1.1.5
  759. tinyskeletons: Tiny Skeletons 8.0.1
  760. trashslot: TrashSlot 15.1.2
  761. trinkets: Trinkets 3.7.2
  762. trowel: Trowel 1.3.0-1.20
  763. underground_villages: Underground Villages Mod 2.1.0
  764. universal_ores: Universal Ores 1.5.2
  765. universalbonemeal: Universal Bone Meal 8.0.1
  766. universalcraft: UniversalCraft 401
  767. universalenchants: Universal Enchants 8.0.0
  768. uteamcore: U Team Core 5.1.4.382
  769. vanillatweaks: VanillaTweaks 1.5.71
  770. vanity_just_swords: Vanity: Just Swords 1.0
  771. vcinteraction: Voice Chat Interaction 1.20.1-1.0.5
  772. verdantvibes: Verdant Vibes 1.0.1-1.20.1
  773. vigilance: Vigilance 306
  774. villager_trading_plus: Villager Trading Plus 1.2+1.20
  775. villagerdrops: Villagers Drop Emeralds on Death 1.1.6
  776. villagerleads: VillagerLeads 0.0.1
  777. villagernames: Villager Names 8.2
  778. villagesandpillages: Villages & Pillages 1.0.2
  779. vinery: [Let's Do] Vinery 1.4.39
  780. visuality: Visuality 0.7.1+1.20
  781. voicechat: Simple Voice Chat 1.20.1-2.5.30
  782. wakes: Wakes 0.4.0+1.20.1
  783. com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
  784. satin: Satin 1.14.0
  785. waterdripsound: Drip Sounds 1.19-0.3.2
  786. waystones: Waystones 14.1.13
  787. weaponry-expansion: Weaponry Expansion 1.0.0-1.20.1
  788. wearablebackpacks: Wearable Backpacks 1.1.1
  789. wildernature: [Let's Do] WilderNature 1.0.5
  790. worldedit: WorldEdit 7.2.15+6463-5ca4dff
  791. wsnds: Wither Skeleton No Drop Sword 0.1.0
  792. wwoo: William Wythers' Overhauled Overworld 2.0.0
  793. xaerominimap: Xaero's Minimap 25.2.6
  794. yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1
  795. yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.20.1-fabric
  796. com_twelvemonkeys_common_common-image: common-image 3.12.0
  797. com_twelvemonkeys_common_common-io: common-io 3.12.0
  798. com_twelvemonkeys_common_common-lang: common-lang 3.12.0
  799. com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
  800. com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
  801. com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
  802. org_quiltmc_parsers_gson: gson 0.2.1
  803. org_quiltmc_parsers_json: json 0.2.1
  804. yungsapi: YUNG's API 1.20-Fabric-4.0.6
  805. org_javassist_javassist: javassist 3.29.2-GA
  806. yungscavebiomes: YUNG's Cave Biomes 1.20.1-Fabric-2.0.4
  807. yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
  808. zombiehorsespawn: Zombie Horse Spawn 5.2
  809. Launched Version: fabric-loader-0.16.10-1.20.1
  810. Backend library: LWJGL version 3.3.1 SNAPSHOT
  811. Backend API: Unknown
  812. Window size: <not initialized>
  813. GL Caps: Using framebuffer using OpenGL 3.2
  814. GL debug messages: <disabled>
  815. Using VBOs: Yes
  816. Is Modded: Definitely; Client brand changed to 'fabric'
  817. Type: Client (map_client.txt)
  818. CPU: <unknown>
Tags: crash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement