Guest User

Prominence II First Crash

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