Guest User

Untitled

a guest
May 3rd, 2023
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.86 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 2023-05-03 20:23:15
  5. Description: Accessing LegacyRandomSource from multiple threads
  6.  
  7. java.lang.IllegalStateException: Accessing LegacyRandomSource from multiple threads
  8. at net.minecraft.util.ThreadingDetector.m_199417_(ThreadingDetector.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  9. at net.minecraft.world.level.levelgen.LegacyRandomSource.m_64707_(LegacyRandomSource.java:49) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  10. at net.minecraft.world.level.levelgen.BitRandomSource.m_188503_(BitRandomSource.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  11. at net.minecraft.client.multiplayer.ClientLevel.m_233612_(ClientLevel.java:383) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:pluto.mixins.json:fast_entity_access.ClientLevelMixin,pl:mixin:APP:pehkui.mixins.json:client.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  12. at net.minecraft.client.multiplayer.ClientLevel.m_104784_(ClientLevel.java:362) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:pluto.mixins.json:fast_entity_access.ClientLevelMixin,pl:mixin:APP:pehkui.mixins.json:client.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  13. at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1836) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  14. at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1078) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  15. at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  16. at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  17. at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  18. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  19. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  20. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  21. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  22. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.8.jar%23101!/:?] {}
  23. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
  24. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
  25. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
  26. at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
  27. at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
  28. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
  29. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
  30. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Thread: Render thread
  38. Stacktrace:
  39. at net.minecraft.util.ThreadingDetector.m_199417_(ThreadingDetector.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  40. at net.minecraft.world.level.levelgen.LegacyRandomSource.m_64707_(LegacyRandomSource.java:49) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  41. at net.minecraft.world.level.levelgen.BitRandomSource.m_188503_(BitRandomSource.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  42. at net.minecraft.client.multiplayer.ClientLevel.m_233612_(ClientLevel.java:383) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:pluto.mixins.json:fast_entity_access.ClientLevelMixin,pl:mixin:APP:pehkui.mixins.json:client.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  43. at net.minecraft.client.multiplayer.ClientLevel.m_104784_(ClientLevel.java:362) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:pluto.mixins.json:fast_entity_access.ClientLevelMixin,pl:mixin:APP:pehkui.mixins.json:client.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  44. -- Thread dumps --
  45. Details:
  46. Thread dumps: Render thread:
  47. at java.base/java.lang.Thread.getStackTrace(Thread.java:1610)
  48. at TRANSFORMER/[email protected]/net.minecraft.util.ThreadingDetector.m_199420_(ThreadingDetector.java:92)
  49. at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
  50. at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
  51. at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
  52. at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
  53. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
  54. at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
  55. at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  56. at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
  57. at TRANSFORMER/[email protected]/net.minecraft.util.ThreadingDetector.m_199417_(ThreadingDetector.java:82)
  58. at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.LegacyRandomSource.m_64707_(LegacyRandomSource.java:49)
  59. at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.BitRandomSource.m_188503_(BitRandomSource.java:27)
  60. at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientLevel.m_233612_(ClientLevel.java:383)
  61. at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientLevel.m_104784_(ClientLevel.java:362)
  62. at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1836)
  63. at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1078)
  64. at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700)
  65. at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212)
  66. at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51)
  67. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  69. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  71. at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27)
  72. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
  73. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
  74. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
  75. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
  76. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
  77. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
  78. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
  79. at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
  80. Stacktrace:
  81. at net.minecraft.util.ThreadingDetector.m_199417_(ThreadingDetector.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  82. at net.minecraft.world.level.levelgen.LegacyRandomSource.m_64707_(LegacyRandomSource.java:49) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  83. at net.minecraft.world.level.levelgen.BitRandomSource.m_188503_(BitRandomSource.java:27) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading}
  84. at net.minecraft.client.multiplayer.ClientLevel.m_233612_(ClientLevel.java:383) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:pluto.mixins.json:fast_entity_access.ClientLevelMixin,pl:mixin:APP:pehkui.mixins.json:client.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  85. at net.minecraft.client.multiplayer.ClientLevel.m_104784_(ClientLevel.java:362) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:pluto.mixins.json:fast_entity_access.ClientLevelMixin,pl:mixin:APP:pehkui.mixins.json:client.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  86. at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1836) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  87. at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1078) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  88. at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  89. at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  90. at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  91. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  92. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  93. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  94. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  95. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.8.jar%23101!/:?] {}
  96. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
  97. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
  98. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
  99. at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
  100. at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
  101. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
  102. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
  103. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
  104.  
  105.  
  106. -- Affected level --
  107. Details:
  108. All players: 1 total; [LocalPlayer['SmallBomb78v'/49, l='ClientLevel', x=-392.53, y=128.00, z=25.90]]
  109. Chunk stats: 16384, 907
  110. Level dimension: minecraft:overworld
  111. Level spawn location: World: (0,89,-32), Section: (at 0,9,0 in 0,5,-2; chunk contains blocks 0,-64,-32 to 15,319,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
  112. Level time: 122440 game time, 148337 day time
  113. Server brand: forge
  114. Server type: Integrated singleplayer server
  115. Stacktrace:
  116. at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:450) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:pluto.mixins.json:fast_entity_access.ClientLevelMixin,pl:mixin:APP:pehkui.mixins.json:client.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  117. at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2280) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  118. at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:717) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  119. at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  120. at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23773!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  121. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  122. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  123. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  124. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  125. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.8.jar%23101!/:?] {}
  126. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
  127. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
  128. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
  129. at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
  130. at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
  131. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
  132. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
  133. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
  134.  
  135.  
  136. -- Last reload --
  137. Details:
  138. Reload number: 1
  139. Reload reason: initial
  140. Finished: Yes
  141. Packs: Default, Mod Resources, Everycomp Generated Pack, Snowyspirit Generated Pack, Excalibur_V1.18.1.zip, Supplementaries Generated Pack, quark-emote-pack, Excalibur_Mod_Support_V1.18.1.1.zip, V Slab Compat Generated Pack, STONEBORN - 1.19 - V3.2.1.zip, STONEBORN-+SBMC+-V3.1-Modded-Compatibility.zip, EclecticTrove-noconfig-1.19-1.2.0.zip, EmbellishedStone-1.19-1.0.0.zip
  142.  
  143. -- System Details --
  144. Details:
  145. Minecraft Version: 1.19.2
  146. Minecraft Version ID: 1.19.2
  147. Operating System: Windows 10 (amd64) version 10.0
  148. Java Version: 17.0.3, Microsoft
  149. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  150. Memory: 3641264664 bytes (3472 MiB) / 10502537216 bytes (10016 MiB) up to 10502537216 bytes (10016 MiB)
  151. CPUs: 12
  152. Processor Vendor: AuthenticAMD
  153. Processor Name: AMD Ryzen 5 5600X 6-Core Processor
  154. Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
  155. Microarchitecture: Zen 3
  156. Frequency (GHz): 3.69
  157. Number of physical packages: 1
  158. Number of physical CPUs: 6
  159. Number of logical CPUs: 12
  160. Graphics card #0 name: NVIDIA GeForce RTX 3090
  161. Graphics card #0 vendor: NVIDIA (0x10de)
  162. Graphics card #0 VRAM (MB): 4095.00
  163. Graphics card #0 deviceId: 0x2204
  164. Graphics card #0 versionInfo: DriverVersion=30.0.14.9649
  165. Memory slot #0 capacity (MB): 16384.00
  166. Memory slot #0 clockSpeed (GHz): 2.13
  167. Memory slot #0 type: DDR4
  168. Memory slot #1 capacity (MB): 16384.00
  169. Memory slot #1 clockSpeed (GHz): 2.13
  170. Memory slot #1 type: DDR4
  171. Virtual memory max (MB): 44491.93
  172. Virtual memory used (MB): 31943.12
  173. Swap memory total (MB): 11776.00
  174. Swap memory used (MB): 93.95
  175. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10016m -Xms256m
  176. Loaded Shaderpack: ComplementaryShaders_v4.7.1.zip
  177. Profile: Custom (+8 options changed by user)
  178. Launched Version: forge-43.2.8
  179. Backend library: LWJGL version 3.3.1 build 7
  180. Backend API: NVIDIA GeForce RTX 3090/PCIe/SSE2 GL version 3.2.0 NVIDIA 496.49, NVIDIA Corporation
  181. Window size: 2560x1440
  182. GL Caps: Using framebuffer using OpenGL 3.2
  183. GL debug messages:
  184. Using VBOs: Yes
  185. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  186. Type: Integrated Server (map_client.txt)
  187. Graphics mode: fancy
  188. Resource Packs: vanilla, mod_resources, Everycomp Generated Pack, Snowyspirit Generated Pack, file/Excalibur_V1.18.1.zip, Supplementaries Generated Pack, quark:emote_resources (incompatible), file/Excalibur_Mod_Support_V1.18.1.1.zip, V Slab Compat Generated Pack, file/STONEBORN - 1.19 - V3.2.1.zip, file/STONEBORN-+SBMC+-V3.1-Modded-Compatibility.zip, file/EclecticTrove-noconfig-1.19-1.2.0.zip, file/EmbellishedStone-1.19-1.0.0.zip
  189. Current Language: English (US)
  190. CPU: 12x AMD Ryzen 5 5600X 6-Core Processor
  191. Server Running: true
  192. Player Count: 1 / 8; [ServerPlayer['SmallBomb78v'/49, l='ServerLevel[First Try]', x=-392.53, y=128.00, z=25.90]]
  193. Data Packs: vanilla, mod:saturn, mod:dynamiclightsreforged (incompatible), mod:betterdungeons, mod:easyanvils (incompatible), mod:additionalentityattributes (incompatible), mod:playeranimator (incompatible), mod:publicguiannouncement (incompatible), mod:paragon, mod:entitycollisionfpsfix (incompatible), mod:stalwart_dungeons, mod:apoli (incompatible), mod:strawgolem (incompatible), mod:rubidium (incompatible), mod:modernfix (incompatible), mod:villagersplus, mod:yungsapi, mod:gateways (incompatible), mod:jobsplus (incompatible), mod:upgradednetherite_items (incompatible), mod:ibarnorigins, mod:vinery, mod:resourcepackoverrides (incompatible), mod:guardvillagers (incompatible), mod:apotheosis (incompatible), mod:pickupnotifier (incompatible), mod:balm (incompatible), mod:snowrealmagic (incompatible), mod:immersive_armors (incompatible), mod:jeresources, mod:chat_heads (incompatible), mod:betterfortresses, mod:cloth_config (incompatible), mod:ctov (incompatible), mod:leavesbegone (incompatible), mod:revampedwolf, mod:iter_rpg, mod:geophilic, mod:upgradednetherite (incompatible), mod:stylecolonies, mod:structure_gel, mod:explorations, mod:corpse (incompatible), mod:advancementplaques (incompatible), mod:repurposed_structures, mod:bcc (incompatible), mod:goodending (incompatible), mod:geode, mod:explorify, mod:caffeineconfig (incompatible), mod:dungeons_plus, mod:unusualend, mod:transparent (incompatible), mod:yungsbridges, mod:highlighter (incompatible), mod:reeses_sodium_options (incompatible), mod:spark (incompatible), mod:philipsruins (incompatible), mod:frosted_friends, mod:lightspeed (incompatible), mod:curios, mod:origins (incompatible), mod:oculus (incompatible), mod:yungsextras, mod:abundant_atmosphere, mod:pluto, mod:mutantmore, mod:betterwithminecolonies, mod:illageandspillage, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:bettermodsbutton (incompatible), mod:nebs (incompatible), mod:dungeons_libraries (incompatible), mod:darkpaintings (incompatible), mod:dungeons_gear (incompatible), mod:treasurebags, mod:elytraslot, mod:kiwi (incompatible), mod:betteranimationscollection (incompatible), mod:humancompanions (incompatible), mod:mutantmonsters (incompatible), mod:jei (incompatible), mod:vmh, mod:graveyard (incompatible), mod:attributefix (incompatible), mod:pehkui (incompatible), mod:goblintraders (incompatible), mod:gnumus, mod:caelus (incompatible), mod:paxi, mod:passablefoliage (incompatible), mod:fallingleaves (incompatible), mod:travelersbackpack, mod:naturescompass (incompatible), mod:geore, mod:strawstatues (incompatible), mod:sereneseasons, mod:snowundertrees, mod:starlight (incompatible), mod:medieval_paintings, mod:tetraticcombat (incompatible), mod:memoryleakfix (incompatible), mod:imst, mod:rubidium_extras (incompatible), mod:dungeons_arise, mod:sons_of_sins, mod:smoothchunk (incompatible), mod:terrablender, mod:mousetweaks, mod:bettercombat (incompatible), mod:nochatreports (incompatible), mod:firstpersonmod (incompatible), mod:spectrelib (incompatible), mod:domum_ornamentum, mod:calio (incompatible), mod:betterfpsdist (incompatible), mod:kotlinforforge (incompatible), mod:paintings (incompatible), mod:forge, mod:brewinandchewin (incompatible), mod:whisperwoods (incompatible), mod:notenoughanimations (incompatible), mod:farmersrespite (incompatible), mod:ecologics (incompatible), mod:sodiumextra (incompatible), mod:polymorph, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:entityculling, mod:canary, mod:structurize, mod:immediatelyfast, mod:tlc, mod:oceansdelight, mod:visuality, mod:upgradednetherite_ultimate (incompatible), mod:biomemusic (incompatible), mod:reds_morestructures_mr (incompatible), mod:puzzleslib (incompatible), mod:byg, mod:rebind_narrator (incompatible), mod:cosmeticarmorreworked (incompatible), mod:chunksending (incompatible), mod:phantasm, mod:sculked, mod:deuf, mod:aquamirae, mod:xpbook, mod:defaultoptions (incompatible), mod:tetra (incompatible), mod:hexerei (incompatible), mod:treechop (incompatible), mod:skyvillages, mod:blue_skies, mod:betterwitchhuts, mod:v_slab_compat (incompatible), mod:netherportalfix (incompatible), mod:deepslatecutting_forge (incompatible), mod:galosphere (incompatible), mod:betteroceanmonuments, mod:connectivity (incompatible), mod:kleeslabs (incompatible), mod:horseexpert (incompatible), mod:structureessentials (incompatible), mod:villagernames, mod:controlling (incompatible), mod:prism, mod:placebo (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:lootintegrations (incompatible), mod:mixinextras (incompatible), mod:bookshelf (incompatible), mod:twigs (incompatible), mod:relics (incompatible), mod:takesapillage (incompatible), mod:additionalstructures, mod:bygonenether, mod:carryon (incompatible), mod:dummmmmmy (incompatible), mod:twilightforest (incompatible), mod:konkrete (incompatible), mod:equipmentcompare (incompatible), mod:enemyexpansion, mod:mcwbridges, mod:farmersdelight (incompatible), mod:chefsdelight, mod:culturaldelights (incompatible), mod:entity_texture_features (incompatible), mod:dustrial_decor (incompatible), mod:ambientsounds (incompatible), mod:endrem, mod:boatiview (incompatible), mod:medievalmusic (incompatible), mod:jerintegration, mod:dungeons_enhanced, mod:cataclysm (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:delightful (incompatible), mod:starbunclemania, mod:blockui, mod:multipiston, mod:collective, mod:spyglass_improvements (incompatible), mod:rpggods, mod:greekfantasy, mod:nightconfigfixes (incompatible), mod:betterstrongholds, mod:runelic (incompatible), mod:starterkit, mod:inventoryprofilesnext (incompatible), mod:deeperdarker, mod:boatbreakfix (incompatible), mod:architectury (incompatible), mod:mcsa (incompatible), mod:sdrp (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:serverbrowser (incompatible), mod:undergarden, mod:t_and_t, mod:yeetusexperimentus, mod:tradingpost (incompatible), mod:betteradvancements (incompatible), mod:bhmenu (incompatible), mod:jmi (incompatible), mod:biomemakeover (incompatible), mod:sod (incompatible), mod:nourished_nether, mod:itemfilters (incompatible), mod:ftbquests (incompatible), mod:easymagic (incompatible), mod:xlpackets (incompatible), mod:droplight (incompatible), mod:conjurer_illager (incompatible), mod:shroom_dealers, mod:obscure_api, mod:structorytowers, mod:waystones (incompatible), mod:merchantmarkers (incompatible), mod:structory, mod:clumps (incompatible), mod:journeymap (incompatible), mod:alternate_current (incompatible), mod:storagenetwork (incompatible), mod:decorative_blocks (incompatible), mod:magistuarmory (incompatible), mod:badmobs (incompatible), mod:lazydfu (incompatible), mod:everycomp (incompatible), mod:betterdeserttemples, mod:netherdepthsupgrade (incompatible), mod:farsight_view (incompatible), mod:blueprint (incompatible), mod:environmental (incompatible), mod:savage_and_ravage (incompatible), mod:clayworks (incompatible), mod:neapolitan (incompatible), mod:personality (incompatible), mod:pet_cemetery (incompatible), mod:woodworks (incompatible), mod:incubation (incompatible), mod:buzzier_bees (incompatible), mod:ftbchunks (incompatible), mod:frozenup (incompatible), mod:skinlayers3d (incompatible), mod:travelerstitles, mod:raided, mod:friendsandfoes (incompatible), mod:graveyard_biomes (incompatible), mod:tetrasdelight (incompatible), mod:libipn (incompatible), mod:enchdesc (incompatible), mod:moonlight (incompatible), mod:mysticaloaktree (incompatible), mod:smarterfarmers (incompatible), mod:magnumtorch (incompatible), mod:gardens_of_the_dead, mod:silentlib (incompatible), mod:jade (incompatible), mod:snowyspirit (incompatible), mod:beekeeperhut (incompatible), mod:culllessleaves, mod:creativecore (incompatible), mod:undergardenpatch, mod:smoothboot, mod:nethersdelight (incompatible), mod:atmospheric (incompatible), mod:rottencreatures (incompatible), mod:betterstats (incompatible), mod:tcdcommons (incompatible), mod:barteringstation (incompatible), mod:plushies (incompatible), mod:iceberg (incompatible), mod:quark (incompatible), mod:supplementaries (incompatible), mod:mutil (incompatible), mod:art_of_forging (incompatible), mod:legendarytooltips (incompatible), mod:abnormals_delight (incompatible), mod:inventoryhud, mod:endlessbiomes, mod:fancymenu (incompatible), mod:drippyloadingscreen (incompatible), mod:upgradedcore (incompatible), mod:georenouveau, mod:wabi_sabi_structures, mod:minecolonies (incompatible), mod:bettertridents (incompatible), mod:hunterillager, mod:zillagersweararmor (incompatible), mod:upgrade_aquatic (incompatible), mod:commonality, mod:dramaticdoors, mod:ferritecore (incompatible), mod:apexcore, mod:fantasyfurniture, mod:charmofundying, mod:valhelsia_core (incompatible), mod:forbidden_arcanus (incompatible), mod:undead_unleashed, BMC-Datapack-1.19.2-2.1.54-fabric.zip, Everycomp Generated Pack, Repurposed_Structures-Better_Desert_Temples_v6.zip, Repurposed_Structures-Better_Dungeons_v4.zip, Repurposed_Structures-Better_Monuments_v5.zip, Repurposed_Structures-Better_Nether_Fortress_v4.zip, Repurposed_Structures-Better_Strongholds_v4.zip, Repurposed_Structures-Better_Witch_Huts_v3.zip, Repurposed_Structures-Chef's_Delight_v2.zip (incompatible), Repurposed_Structures-Farmers_Delight_v5.zip, Repurposed_Structures-Friends_And_Foes_v3.zip, Repurposed_Structures-Hexerei_v5.zip, Repurposed_Structures-Incubation_v2.zip, Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip, Repurposed_Structures-Savage_And_Ravage_v5.zip, Repurposed_Structures-VillagersPlus_v1.zip, Snowyspirit Generated Pack, Supplementaries Generated Pack, V Slab Compat Generated Pack, builtin/dramaticdoors-biome, builtin/dramaticdoors-dimensional, builtin/dramaticdoors-magic, builtin/dramaticdoors-misc, builtin/dramaticdoors-tech, builtin/dramaticdoors-vanillaesque, ctov-farmers-delight-compat-v1-2.zip, ctov-waystone-add-on-v1-0.zip, enemy_expansion_modded.zip (incompatible), greekfantasy:data_rpggods, ichphilipp-s-endcity-vanilla-v1-1-1-18-1-e640.zip (incompatible), t_and_t_waystones_patch_1.19.2.zip
  194. World Generation: Stable
  195. ModLauncher: 10.0.8+10.0.8+main.0ef7e830
  196. ModLauncher launch target: forgeclient
  197. ModLauncher naming: srg
  198. ModLauncher services:
  199. mixin-0.8.5.jar mixin PLUGINSERVICE
  200. eventbus-6.0.3.jar eventbus PLUGINSERVICE
  201. fmlloader-1.19.2-43.2.8.jar slf4jfixer PLUGINSERVICE
  202. fmlloader-1.19.2-43.2.8.jar object_holder_definalize PLUGINSERVICE
  203. fmlloader-1.19.2-43.2.8.jar runtime_enum_extender PLUGINSERVICE
  204. fmlloader-1.19.2-43.2.8.jar capability_token_subclass PLUGINSERVICE
  205. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  206. fmlloader-1.19.2-43.2.8.jar runtimedistcleaner PLUGINSERVICE
  207. modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
  208. modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
  209. FML Language Providers:
  210. javafml@null
  211. lowcodefml@null
  212. Mod List:
  213. saturn-mc1.19.2-0.0.4.jar |Saturn |saturn |0.0.4 |DONE |Manifest: NOSIGNATURE
  214. dynamiclightsreforged-1.19.2_v1.4.0.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.19.2_v1.4.0 |DONE |Manifest: NOSIGNATURE
  215. YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE
  216. EasyAnvils-v4.0.11-1.19.2-Forge.jar |Easy Anvils |easyanvils |4.0.11 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  217. Forge-1.0.1-1.19.jar |Additional Entity Attributes |additionalentityattributes |1.0.1+1.19 |DONE |Manifest: NOSIGNATURE
  218. player-animation-lib-forge-1.0.2.jar |Player Animator |playeranimator |1.0.2 |DONE |Manifest: NOSIGNATURE
  219. Public GUI Announcement-forge-1.19.2-4.3.3.jar |Public GUI Announcement |publicguiannouncement |4.3.3 |DONE |Manifest: NOSIGNATURE
  220. paragon-forge-3.0.2-1.19x.jar |Paragon |paragon |3.0.2 |DONE |Manifest: NOSIGNATURE
  221. Entity_Collision_FPS_Fix-forge-1.19-2.0.0.0.jar |Entity Collision FPS Fix |entitycollisionfpsfix |2.0.0.0 |DONE |Manifest: NOSIGNATURE
  222. stalwart-dungeons-1.19.2-1.2.8.jar |Stalwart Dungeons |stalwart_dungeons |1.2.8 |DONE |Manifest: NOSIGNATURE
  223. apoli-forge-1.19.2-2.3.4.4.jar |Apoli |apoli |1.19.2-2.3.4.4 |DONE |Manifest: NOSIGNATURE
  224. Strawgolem-forge-1.19.2-2.0.0-beta.5.jar |Straw Golem |strawgolem |2.0.0-beta.5 |DONE |Manifest: NOSIGNATURE
  225. rubidium-0.6.2a.jar |Rubidium |rubidium |0.6.2a |DONE |Manifest: NOSIGNATURE
  226. modernfix-mc1.19.2-3.4.1.jar |ModernFix |modernfix |3.4.1 |DONE |Manifest: NOSIGNATURE
  227. VillagersPlus_1.2_(FORGE)_for_1.19.2.jar |Villagers Plus |villagersplus |1.2 |DONE |Manifest: NOSIGNATURE
  228. YungsApi-1.19.2-Forge-3.8.9.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.9 |DONE |Manifest: NOSIGNATURE
  229. GatewaysToEternity-1.19.2-3.1.1.jar |Gateways To Eternity |gateways |3.1.1 |DONE |Manifest: NOSIGNATURE
  230. JobsPlus 1.19.2-0.9.4.jar |Jobs+ |jobsplus |1.19.2-0.9.4 |DONE |Manifest: NOSIGNATURE
  231. upgradednetherite_items-1.19.2-4.1.0.1-release.jar|Upgraded Netherite : Items |upgradednetherite_items |1.19.2-4.1.0.1-relea|DONE |Manifest: NOSIGNATURE
  232. ibarnoriginsaddon-1.1.2.1-forge-1.19.jar |ibarn's origins addon |ibarnorigins |1.1.2.1 |DONE |Manifest: NOSIGNATURE
  233. vinery-1.19.2-1.1.8.jar |Vinery |vinery |1.1.8 |DONE |Manifest: NOSIGNATURE
  234. ResourcePackOverrides-v4.0.4-1.19.2-Forge.jar |Resource Pack Overrides |resourcepackoverrides |4.0.4 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  235. guardvillagers-1.19.2-1.5.5.jar |Guard Villagers |guardvillagers |1.19.2-1.5.5 |DONE |Manifest: NOSIGNATURE
  236. Apotheosis-1.19.2-6.1.5.jar |Apotheosis |apotheosis |6.1.5 |DONE |Manifest: NOSIGNATURE
  237. PickUpNotifier-v4.2.4-1.19.2-Forge.jar |Pick Up Notifier |pickupnotifier |4.2.4 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  238. balm-forge-1.19.2-4.5.7.jar |Balm |balm |4.5.7 |DONE |Manifest: NOSIGNATURE
  239. SnowRealMagic-1.19.2-forge-6.5.0.jar |Snow! Real Magic! |snowrealmagic |6.5.0 |DONE |Manifest: NOSIGNATURE
  240. immersive_armors-1.5.5+1.19.2-forge.jar |Immersive Armors |immersive_armors |1.5.5+1.19.2 |DONE |Manifest: NOSIGNATURE
  241. JustEnoughResources-1.19.2-1.2.2.200.jar |Just Enough Resources |jeresources |1.2.2.200 |DONE |Manifest: NOSIGNATURE
  242. chat_heads-0.10.11-forge-1.19.2.jar |Chat Heads |chat_heads |0.10.11 |DONE |Manifest: NOSIGNATURE
  243. YungsBetterNetherFortresses-1.19.2-Forge-1.0.5.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.5 |DONE |Manifest: NOSIGNATURE
  244. cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
  245. ctov-3.2.0.jar |ChoiceTheorem's Overhauled Vil|ctov |3.2.0 |DONE |Manifest: NOSIGNATURE
  246. LeavesBeGone-v4.0.1-1.19.2-Forge.jar |Leaves Be Gone |leavesbegone |4.0.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  247. revampedwolf-1.19.2-4.0.0.jar |RevampedWolf |revampedwolf |1.19.2-4.0.0 |DONE |Manifest: NOSIGNATURE
  248. iterpg-0.4.1b.jar |Iter RPG |iter_rpg |0.4.1 |DONE |Manifest: NOSIGNATURE
  249. geophilic-forge-1.19-1.2.2.jar |Geophilic |geophilic |1.19-1.2.2 |DONE |Manifest: NOSIGNATURE
  250. upgradednetherite-1.19.2-5.1.0.7-release.jar |Upgraded Netherite |upgradednetherite |1.19.2-5.1.0.7-relea|DONE |Manifest: NOSIGNATURE
  251. stylecolonies-1.0.2.jar |stylecolonies mod |stylecolonies |1.0.2 |DONE |Manifest: NOSIGNATURE
  252. structure_gel-1.19.2-2.7.2.jar |Structure Gel API |structure_gel |2.7.2 |DONE |Manifest: NOSIGNATURE
  253. explorations-forge-1.19.2-1.5.1.jar |Explorations+ |explorations |1.19.2-1.5.1 |DONE |Manifest: NOSIGNATURE
  254. corpse-1.19.2-1.0.0.jar |Corpse |corpse |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
  255. AdvancementPlaques-1.19.2-1.4.7.jar |Advancement Plaques |advancementplaques |1.4.7 |DONE |Manifest: NOSIGNATURE
  256. repurposed_structures_forge-6.3.24+1.19.2.jar |Repurposed Structures |repurposed_structures |6.3.24+1.19.2 |DONE |Manifest: NOSIGNATURE
  257. BetterCompatibilityChecker-1.0.10-build.50+mc1.19.|Better Compatibility Checker |bcc |1.0.10-build.50+mc1.|DONE |Manifest: NOSIGNATURE
  258. Good Ending-1.19.2-1.0.2-forge.jar |Good Ending |goodending |1.19.2-1.0.2 |DONE |Manifest: NOSIGNATURE
  259. geodeforge-1.1.8-1.19.2.jar |Geode+ |geode |1.1.8 |DONE |Manifest: NOSIGNATURE
  260. explorify-forge-1.19-1.3.0.jar |Explorify |explorify |1.19-1.3.0 |DONE |Manifest: NOSIGNATURE
  261. ColaMixinConfig-v1.0.2.jar |ColaConfig |caffeineconfig |1.0.2 |DONE |Manifest: NOSIGNATURE
  262. dungeons_plus-1.19.2-1.3.1.jar |Dungeons Plus |dungeons_plus |1.3.1 |DONE |Manifest: NOSIGNATURE
  263. UnusualEnd1.19_V1.2.7.jar |Unusual End |unusualend |1.2.7 |DONE |Manifest: NOSIGNATURE
  264. transparent-5.1.2+1.19-forge.jar |Transparent |transparent |5.1.2 |DONE |Manifest: NOSIGNATURE
  265. YungsBridges-1.19.2-Forge-3.1.0.jar |YUNG's Bridges |yungsbridges |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE
  266. Highlighter-1.19.1-1.1.4.jar |Highlighter |highlighter |1.1.4 |DONE |Manifest: NOSIGNATURE
  267. TextruesRubidiumOptions-1.0.5-mc1.19.2.jar |TexTrue's Rubidium Options |reeses_sodium_options |1.0.5-mc1.19.2 |DONE |Manifest: NOSIGNATURE
  268. spark-1.10.37-forge.jar |spark |spark |1.10.37 |DONE |Manifest: NOSIGNATURE
  269. Philips-ruins1.19.2-5.6.jar |Philip's ruins |philipsruins |5.6 |DONE |Manifest: NOSIGNATURE
  270. frosted-friends-1.19.2-1.0.7.jar |Frosted Friends |frosted_friends |1.0.7 |DONE |Manifest: NOSIGNATURE
  271. lightspeed-1.19.2-1.0.3.jar |Lightspeed |lightspeed |1.19.2-1.0.3 |DONE |Manifest: NOSIGNATURE
  272. curios-forge-1.19.2-5.1.4.0.jar |Curios API |curios |1.19.2-5.1.4.0 |DONE |Manifest: NOSIGNATURE
  273. origins-forge-1.19.2-1.5.0.6-all.jar |Origins |origins |1.19.2-1.5.0.6 |DONE |Manifest: NOSIGNATURE
  274. oculus-mc1.19.2-1.2.8a.jar |Oculus |oculus |1.2.8a |DONE |Manifest: NOSIGNATURE
  275. YungsExtras-1.19.2-Forge-3.1.0.jar |YUNG's Extras |yungsextras |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE
  276. AbundantAtmosphere-1.19.2-1.2.0-beta.jar |Abundant Atmosphere |abundant_atmosphere |1.19.2-1.2.0 |DONE |Manifest: NOSIGNATURE
  277. pluto-mc1.19.2-0.0.9.jar |Pluto |pluto |0.0.9 |DONE |Manifest: NOSIGNATURE
  278. mutantmore-1.19.2-early-access-1.0.7.jar |Mutant More |mutantmore |1.0 |DONE |Manifest: NOSIGNATURE
  279. betterwithminecolonies-1.19-1.18.19.jar |Better With Minecolonies |betterwithminecolonies |1.19++-1.18.19 |DONE |Manifest: NOSIGNATURE
  280. illageandspillage-1.19.2-1.2.4.jar |Illage And Spillage |illageandspillage |1.2.4 |DONE |Manifest: NOSIGNATURE
  281. YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
  282. geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE
  283. BetterModsButton-v4.2.1-1.19.2-Forge.jar |Better Mods Button |bettermodsbutton |4.2.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  284. NekosEnchantedBooks-1.19-1.8.0.jar |Neko's Enchanted Books |nebs |1.8.0 |DONE |Manifest: NOSIGNATURE
  285. dungeons_libraries-1.19.2-3.0.10-beta.jar |Dungeons Libraries |dungeons_libraries |1.19.2-3.0.10-beta |DONE |Manifest: NOSIGNATURE
  286. DarkPaintings-Forge-1.19.2-13.1.5.jar |DarkPaintings |darkpaintings |13.1.5 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  287. dungeons_gear-1.19.2-5.0.5-beta.jar |Dungeons Gear |dungeons_gear |1.19.2-5.0.5-beta |DONE |Manifest: NOSIGNATURE
  288. treasure-bags-1.19.2-1.8.0.jar |Treasure Bags |treasurebags |1.8.0 |DONE |Manifest: NOSIGNATURE
  289. elytraslot-forge-6.1.0+1.19.2.jar |Elytra Slot |elytraslot |6.1.0+1.19.2 |DONE |Manifest: NOSIGNATURE
  290. Kiwi-1.19.1-forge-8.3.4.jar |Kiwi |kiwi |8.3.4 |DONE |Manifest: NOSIGNATURE
  291. BetterAnimationsCollection-v4.0.5-1.19.2-Forge.jar|Better Animations Collection |betteranimationscollection |4.0.5 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  292. humancompanions-1.19.2-1.7.3.jar |Human Companions |humancompanions |1.19.2-1.7.3 |DONE |Manifest: NOSIGNATURE
  293. MutantMonsters-v4.0.1-1.19.2-Forge.jar |Mutant Monsters |mutantmonsters |4.0.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  294. jei-1.19.2-forge-11.6.0.1015.jar |Just Enough Items |jei |11.6.0.1015 |DONE |Manifest: NOSIGNATURE
  295. vmh-1.1.6-1.19.2.jar |VMH - Variable Mob Height |vmh |1.1.6-1.19.3 |DONE |Manifest: NOSIGNATURE
  296. The_Graveyard_2.5_(FORGE)_for_1.19.2.jar |The Graveyard |graveyard |2.5 |DONE |Manifest: NOSIGNATURE
  297. AttributeFix-Forge-1.19.2-17.2.6.jar |AttributeFix |attributefix |17.2.6 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  298. Pehkui-3.7.0+1.19.2-forge.jar |Pehkui |pehkui |3.7.0+1.19.2-forge |DONE |Manifest: NOSIGNATURE
  299. goblintraders-1.8.0-1.19.2.jar |Goblin Traders |goblintraders |1.8.0 |DONE |Manifest: NOSIGNATURE
  300. gnumus_settlement_1.19_v1.6.jar |Gnumus Settlement |gnumus |1.0.0 |DONE |Manifest: NOSIGNATURE
  301. caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE
  302. Paxi-1.19.2-Forge-3.0.1.jar |Paxi |paxi |1.19.2-Forge-3.0.1 |DONE |Manifest: NOSIGNATURE
  303. PassableFoliage-1.19.1-forge-5.0.1.jar |Passable Foliage |passablefoliage |5.0.1 |DONE |Manifest: NOSIGNATURE
  304. Fallingleaves-1.19.1-1.3.1.jar |Falling Leaves |fallingleaves |1.3.1 |DONE |Manifest: NOSIGNATURE
  305. TravelersBackpack-1.19.2-8.2.21.jar |Traveler's Backpack |travelersbackpack |8.2.21 |DONE |Manifest: NOSIGNATURE
  306. NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE
  307. GeOre-1.19.2-2.2.1.jar |GeOre |geore |2.2.1 |DONE |Manifest: NOSIGNATURE
  308. StrawStatues-v4.0.10-1.19.2-Forge.jar |Straw Statues |strawstatues |4.0.10 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  309. SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |DONE |Manifest: NOSIGNATURE
  310. snowundertrees-1.19.2-1.3.1.jar |Snow Under Trees |snowundertrees |1.3.1 |DONE |Manifest: NOSIGNATURE
  311. starlight-1.1.1+forge.cf5b10b.jar |Starlight |starlight |1.1.1+forge.a3aea74 |DONE |Manifest: NOSIGNATURE
  312. medieval_paintings-1.19.2-7.0.jar |Medieval Paintings |medieval_paintings |7.0 |DONE |Manifest: NOSIGNATURE
  313. tetratic-combat-1.19-2.6.jar |Tetratic Combat |tetraticcombat |2.6 |DONE |Manifest: NOSIGNATURE
  314. memoryleakfix-forge-1.17+-1.0.0.jar |Memory Leak Fix |memoryleakfix |1.0.0 |DONE |Manifest: NOSIGNATURE
  315. [Universal]Immersive Structures-2.0.7a.jar |Immersive Structure |imst |2.0.7a |DONE |Manifest: NOSIGNATURE
  316. rubidium_extras-1.19.2_v1.3.2.jar |Rubidium Extras |rubidium_extras |1.19.2_v1.3.2 |DONE |Manifest: NOSIGNATURE
  317. DungeonsArise-1.19.2-2.1.54-release.jar |When Dungeons Arise |dungeons_arise |2.1.54-1.19.2 |DONE |Manifest: NOSIGNATURE
  318. sons-of-sins-1.19.2-1.1.1.jar |sons of sins |sons_of_sins |1.1.1 |DONE |Manifest: NOSIGNATURE
  319. smoothchunk-1.19.1-2.0.jar |Smoothchunk mod |smoothchunk |1.19.1-2.0 |DONE |Manifest: NOSIGNATURE
  320. TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |2.0.1.136 |DONE |Manifest: NOSIGNATURE
  321. MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE
  322. bettercombat-forge-1.6.2+1.19.jar |Better Combat |bettercombat |1.6.2+1.19 |DONE |Manifest: NOSIGNATURE
  323. NoChatReports-FORGE-1.19.2-v1.5.1.jar |No Chat Reports |nochatreports |1.19.2-v1.5.1 |DONE |Manifest: NOSIGNATURE
  324. firstperson-forge-2.2.0-mc1.19.2.jar |FirstPersonModel Mod |firstpersonmod |2.2.0-mc1.19.2 |DONE |Manifest: NOSIGNATURE
  325. spectrelib-forge-0.11.0+1.19.jar |SpectreLib |spectrelib |0.11.0+1.19 |DONE |Manifest: NOSIGNATURE
  326. domum_ornamentum-1.19-1.0.76-ALPHA-universal.jar |Domum Ornamentum |domum_ornamentum |1.19-1.0.76-ALPHA |DONE |Manifest: NOSIGNATURE
  327. calio-forge-1.19.2-1.6.0.3.jar |Calio |calio |1.19.2-1.6.0.3 |DONE |Manifest: NOSIGNATURE
  328. betterfpsdist-1.19.2-1.8.jar |betterfpsdist mod |betterfpsdist |1.19.2-1.8 |DONE |Manifest: NOSIGNATURE
  329. kffmod-3.11.0.jar |Kotlin For Forge |kotlinforforge |3.11.0 |DONE |Manifest: NOSIGNATURE
  330. Paintings-forge-1.19.2-10.2.4.0.jar |Paintings ++ |paintings |10.2.4.0 |DONE |Manifest: NOSIGNATURE
  331. forge-1.19.2-43.2.8-universal.jar |Forge |forge |43.2.8 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
  332. BrewinAndChewin-1.19-2.0.jar |Brewin' and Chewin' |brewinandchewin |1.19-2.0 |DONE |Manifest: NOSIGNATURE
  333. whisperwoods-1.19-2.1.1-forge.jar |Whisperwoods |whisperwoods |1.19-2.1.1 |DONE |Manifest: NOSIGNATURE
  334. notenoughanimations-forge-1.6.2-mc1.19.2.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.2 |DONE |Manifest: NOSIGNATURE
  335. FarmersRespite-1.19-2.0.jar |Farmer's Respite |farmersrespite |1.19-2.0 |DONE |Manifest: NOSIGNATURE
  336. ecologics-forge-1.19.2-2.1.11.jar |Ecologics |ecologics |2.1.11 |DONE |Manifest: NOSIGNATURE
  337. rubidium-extra-0.4.17+mc1.19.2-build.71.jar |Rubidium Extra |sodiumextra |0.4.17+mc1.19.2-buil|DONE |Manifest: NOSIGNATURE
  338. polymorph-forge-0.46.1+1.19.2.jar |Polymorph |polymorph |0.46.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  339. JustEnoughProfessions-forge-1.19.2-2.0.2.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.2 |DONE |Manifest: NOSIGNATURE
  340. AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE
  341. entityculling-forge-1.6.1-mc1.19.2.jar |EntityCulling |entityculling |1.6.1 |DONE |Manifest: NOSIGNATURE
  342. canary-mc1.19.2-0.1.10.jar |Canary |canary |0.1.10 |DONE |Manifest: NOSIGNATURE
  343. structurize-1.19.2-1.0.472-BETA.jar |Structurize |structurize |1.19.2-1.0.472-BETA |DONE |Manifest: NOSIGNATURE
  344. ImmediatelyFastReforged-1.19.2-1.1.12.jar |ImmediatelyFast Reforged |immediatelyfast |1.19.2-1.1.12 |DONE |Manifest: NOSIGNATURE
  345. tlc_forge-1.0.2-R-1.19.2.jar |The Lost Castle |tlc |1.0.2 |DONE |Manifest: NOSIGNATURE
  346. oceansdelight-1.0.1-1.19.2.jar |Ocean's Delight |oceansdelight |1.0.1-1.19.2 |DONE |Manifest: NOSIGNATURE
  347. visuality-forge-2.0+forge-mc1.19.jar |Visuality: Reforged |visuality |2.0 |DONE |Manifest: NOSIGNATURE
  348. upgradednetherite_ultimate-1.19.2-4.1.0.3-release.|Upgraded Netherite : Ultimerit|upgradednetherite_ultimate |1.19.2-4.1.0.3-relea|DONE |Manifest: NOSIGNATURE
  349. biomemusic-1.19.2-1.6.jar |biomemusic mod |biomemusic |1.19.2-1.6 |DONE |Manifest: NOSIGNATURE
  350. reds-more-structures-1.0.7-common.jar |Red’s More Structures |reds_morestructures_mr |1.0.7C |DONE |Manifest: NOSIGNATURE
  351. PuzzlesLib-v4.4.0-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  352. Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go |byg |2.0.0.13 |DONE |Manifest: NOSIGNATURE
  353. rebind_narrator-forge-1.19.2-2.0.0.jar |Rebind Narrator |rebind_narrator |2.0.0 |DONE |Manifest: NOSIGNATURE
  354. CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
  355. chunksending-forge-1.19-2.5.jar |chunksending mod |chunksending |1.19-2.5 |DONE |Manifest: NOSIGNATURE
  356. End's Phantasm - BETAv1.2.10.5 - 1.19.2.jar |End's Phantasm |phantasm |1.2.10.5 |DONE |Manifest: NOSIGNATURE
  357. Sculked V1.4.1.jar |Sculked |sculked |1.4.0 |DONE |Manifest: NOSIGNATURE
  358. deuf-1.19.2-1.3.jar |DEUF - Duplicate Entity UUID F|deuf |1.19.2-1.3 |DONE |Manifest: NOSIGNATURE
  359. aquamirae-5.6.API14.jar |Aquamirae |aquamirae |5.6.API14 |DONE |Manifest: NOSIGNATURE
  360. xptome-1.19-2.1.7.jar |XP Tome |xpbook |2.1.7 |DONE |Manifest: NOSIGNATURE
  361. defaultoptions-forge-1.19-15.0.1.jar |Default Options |defaultoptions |15.0.1 |DONE |Manifest: NOSIGNATURE
  362. tetra-1.19.2-5.2.1.jar |Tetra |tetra |5.2.1 |DONE |Manifest: NOSIGNATURE
  363. hexerei-0.3.0.jar |Hexerei |hexerei |0.3.1 |DONE |Manifest: NOSIGNATURE
  364. TreeChop-1.19.2-forge-0.17.8a.jar |HT's TreeChop |treechop |0.17.8a |DONE |Manifest: NOSIGNATURE
  365. SkyVillages-1.0.1-1.19-forge-release.jar |Sky Villages |skyvillages |1.0.1-1.19-forge |DONE |Manifest: NOSIGNATURE
  366. blue_skies-1.19.2-1.3.20.jar |Blue Skies |blue_skies |1.3.20 |DONE |Manifest: NOSIGNATURE
  367. YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  368. v_slab_compat-1.19.2-1.4.jar |Vertical Slabs Compat |v_slab_compat |1.19.2-1.4 |DONE |Manifest: NOSIGNATURE
  369. netherportalfix-forge-1.19-10.0.1.jar |NetherPortalFix |netherportalfix |10.0.1 |DONE |Manifest: NOSIGNATURE
  370. deepslatecutting-forge-1.5.0.jar |DeepslateCutting |deepslatecutting_forge |1.5.0 |DONE |Manifest: NOSIGNATURE
  371. Galosphere-1.19.2-1.2.3-Forge.jar |Galosphere |galosphere |1.19.2-1.2.3 |DONE |Manifest: NOSIGNATURE
  372. YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  373. connectivity-1.19.2-3.8.jar |Connectivity Mod |connectivity |1.19.2-3.8 |DONE |Manifest: NOSIGNATURE
  374. kleeslabs-forge-1.19.2-12.3.0.jar |KleeSlabs |kleeslabs |12.3.0 |DONE |Manifest: NOSIGNATURE
  375. HorseExpert-v4.0.0-1.19.2-Forge.jar |Horse Expert |horseexpert |4.0.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  376. structureessentials-1.19.2-2.7.jar |Structure Essentials mod |structureessentials |1.19.2-2.7 |DONE |Manifest: NOSIGNATURE
  377. villagernames-1.19.2-5.2.jar |Villager Names |villagernames |5.2 |DONE |Manifest: NOSIGNATURE
  378. Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE
  379. Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |DONE |Manifest: NOSIGNATURE
  380. Placebo-1.19.2-7.1.8.jar |Placebo |placebo |7.1.8 |DONE |Manifest: NOSIGNATURE
  381. citadel-2.1.3-1.19.jar |Citadel |citadel |2.1.3 |DONE |Manifest: NOSIGNATURE
  382. alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |DONE |Manifest: NOSIGNATURE
  383. lootintegrations-1.19-3.0.jar |Lootintegrations mod |lootintegrations |1.19-3.0 |DONE |Manifest: NOSIGNATURE
  384. mixinextras-forge-0.2.0-beta.6.jar |MixinExtras |mixinextras |0.2.0-beta.6 |DONE |Manifest: NOSIGNATURE
  385. Bookshelf-Forge-1.19.2-16.2.18.jar |Bookshelf |bookshelf |16.2.18 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  386. twigs-forge-2.0.1+1.19.2.jar |Twigs |twigs |2.0.1+1.19 |DONE |Manifest: NOSIGNATURE
  387. relics-1.19.2-0.4.5.3.jar |Relics |relics |0.4.5.3 |DONE |Manifest: NOSIGNATURE
  388. takesapillage-1.0.3-1.19.2.jar |It Takes A Pillage |takesapillage |1.0.3 |DONE |Manifest: NOSIGNATURE
  389. Rex's-AdditionalStructures-1.19.x-(v.4.0.3).jar |Additional Structures |additionalstructures |4.0.3 |DONE |Manifest: NOSIGNATURE
  390. bygonenether-1.2.2-1.19.2.jar |Bygone Nether |bygonenether |1.2.2 |DONE |Manifest: NOSIGNATURE
  391. carryon-forge-1.19.2-2.0.5.16.jar |Carry On |carryon |2.0.5.16 |DONE |Manifest: NOSIGNATURE
  392. dummmmmmy-1.19.2-1.7.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE
  393. twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |DONE |Manifest: NOSIGNATURE
  394. konkrete_forge_1.6.0_MC_1.19-1.19.2.jar |Konkrete |konkrete |1.6.0 |DONE |Manifest: NOSIGNATURE
  395. EquipmentCompare-1.19.2-forge-1.3.2.jar |Equipment Compare |equipmentcompare |1.3.2 |DONE |Manifest: NOSIGNATURE
  396. EnemyExpansion1.13-1.19.2.jar |Enemy Expansion |enemyexpansion |1.13.0 |DONE |Manifest: NOSIGNATURE
  397. mcw-bridges-2.0.7-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.0.7 |DONE |Manifest: NOSIGNATURE
  398. FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |DONE |Manifest: NOSIGNATURE
  399. chefs-delight-1.0.1-forge-1.19.2.jar |Chefs Delight |chefsdelight |1.0.1-forge-1.19.2 |DONE |Manifest: NOSIGNATURE
  400. culturaldelights-1.19.2-0.15.2.jar |Cultural Delights |culturaldelights |0.15.2 |DONE |Manifest: NOSIGNATURE
  401. entity_texture_features_forge_1.19.2-4.4.0.jar |Entity Texture Features |entity_texture_features |4.4.0 |DONE |Manifest: NOSIGNATURE
  402. DustrialDecor-1.3.3-1.19.2.jar |'Dustrial Decor |dustrial_decor |1.3.2 |DONE |Manifest: NOSIGNATURE
  403. AmbientSounds_FORGE_v5.2.13_mc1.19.2.jar |Ambient Sounds |ambientsounds |5.2.13 |DONE |Manifest: NOSIGNATURE
  404. endrem_forge-5.2.1-R-1.19.X.jar |End Remastered |endrem |5.2.1-R-1.19.2 |DONE |Manifest: NOSIGNATURE
  405. Boat-Item-View-Forge-1.19.x-0.0.4.jar |Boat Item View |boatiview |0.0.4 |DONE |Manifest: NOSIGNATURE
  406. zmedievalmusic-1.19.2-2.0.jar |medievalmusic mod |medievalmusic |1.19.2-2.0 |DONE |Manifest: NOSIGNATURE
  407. JER-Integration-4.3.1.jar |JER Integration |jerintegration |4.3.1 |DONE |Manifest: NOSIGNATURE
  408. dungeons_enhanced-1.19.2-4.1.jar |Dungeons Enhanced |dungeons_enhanced |4.1 |DONE |Manifest: NOSIGNATURE
  409. L_Enders_Cataclysm-0.84-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
  410. Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
  411. ars_nouveau-1.19.2-3.13.4.jar |Ars Nouveau |ars_nouveau |3.13.4 |DONE |Manifest: NOSIGNATURE
  412. Delightful-1.19.2-3.2.4.jar |Delightful |delightful |3.2.4 |DONE |Manifest: NOSIGNATURE
  413. starbunclemania-1.19.2-1.0.6.jar |Starbunclemania |starbunclemania |1.19.2-1.0.6 |DONE |Manifest: NOSIGNATURE
  414. blockui-1.19-0.0.64-ALPHA.jar |UI Library Mod |blockui |1.19-0.0.64-ALPHA |DONE |Manifest: NOSIGNATURE
  415. multipiston-1.19.2-1.2.21-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.21-ALPHA |DONE |Manifest: NOSIGNATURE
  416. collective-1.19.2-6.53.jar |Collective |collective |6.53 |DONE |Manifest: NOSIGNATURE
  417. spyglass_improvements-1.4+mc1.19+forge.jar |Spyglass Improvements |spyglass_improvements |1.4+mc1.19.x |DONE |Manifest: NOSIGNATURE
  418. rpggods-19.2.2.jar |RPG Gods |rpggods |19.2.2 |DONE |Manifest: NOSIGNATURE
  419. greekfantasy-19.2.6.jar |Greek Fantasy |greekfantasy |19.2.6 |DONE |Manifest: NOSIGNATURE
  420. NightConfigFixes-v4.0.7-1.19.2-Forge.jar |Night Config Fixes |nightconfigfixes |4.0.7 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  421. YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
  422. Runelic-Forge-1.19.2-14.1.4.jar |Runelic |runelic |14.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  423. starterkit-1.19.2-5.2.jar |Starter Kit |starterkit |5.2 |DONE |Manifest: NOSIGNATURE
  424. InventoryProfilesNext-forge-1.19-1.9.5.jar |Inventory Profiles Next |inventoryprofilesnext |1.9.5 |DONE |Manifest: NOSIGNATURE
  425. deeperdarker-forge-1.1.6-forge.jar |Deeper and Darker |deeperdarker |1.1.6 |DONE |Manifest: NOSIGNATURE
  426. BoatBreakFix-Universal-1.0.11.jar |Boat Break Fix |boatbreakfix |1.0.1 |DONE |Manifest: NOSIGNATURE
  427. architectury-6.5.77-forge.jar |Architectury |architectury |6.5.77 |DONE |Manifest: NOSIGNATURE
  428. mcsa-forge-3.1.4+1.19.jar |MC Story Mode Armors |mcsa |3.1.4+1.19 |DONE |Manifest: NOSIGNATURE
  429. SimpleDiscordRichPresence-forge-3.0.4-build.27+mc1|Simple Discord Rich Presence |sdrp |3.0.4-build.27+mc1.1|DONE |Manifest: NOSIGNATURE
  430. ftb-library-forge-1902.3.13-build.175.jar |FTB Library |ftblibrary |1902.3.13-build.175 |DONE |Manifest: NOSIGNATURE
  431. ftb-teams-forge-1902.2.12-build.95.jar |FTB Teams |ftbteams |1902.2.12-build.95 |DONE |Manifest: NOSIGNATURE
  432. ServerBrowser-1.19.2-FORGE-1.0.4.jar |ServerBrowser |serverbrowser |1.0.0 |DONE |Manifest: NOSIGNATURE
  433. The_Undergarden-1.19.2-0.8.3.jar |The Undergarden |undergarden |0.8.3 |DONE |Manifest: NOSIGNATURE
  434. Towns-and-Towers-v.1.10-_FORGE-1.19.2_.jar |Towns and Towers |t_and_t |1.10 |DONE |Manifest: NOSIGNATURE
  435. yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar |Yeetus Experimentus |yeetusexperimentus |1.0.1-build.2+mc1.19|DONE |Manifest: NOSIGNATURE
  436. TradingPost-v4.2.0-1.19.2-Forge.jar |Trading Post |tradingpost |4.2.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  437. BetterAdvancements-1.19.2-0.2.2.147.jar |Better Advancements |betteradvancements |0.2.2.147 |DONE |Manifest: NOSIGNATURE
  438. BHMenu-Forge-1.19.2-2.2.jar |BisectHosting Menu |bhmenu |1.19.2-2.2 |DONE |Manifest: NOSIGNATURE
  439. jmi-forge-1.19.2-0.13-33.jar |JourneyMap Integration |jmi |0.13-33 |DONE |Manifest: NOSIGNATURE
  440. biomemakeover-FORGE-1.19.2-1.6.4.jar |Biome Makeover |biomemakeover |1.19.2-1.6.4 |DONE |Manifest: NOSIGNATURE
  441. Grass_Overhaul-Forge1.19.2-22.10.19.jar |Grass Overhaul (Sod) |sod |22.10.19 |DONE |Manifest: NOSIGNATURE
  442. nourished-nether-1.19.2-v24.jar |Nourished Nether |nourished_nether |24 |DONE |Manifest: NOSIGNATURE
  443. item-filters-forge-1902.2.9-build.46.jar |Item Filters |itemfilters |1902.2.9-build.46 |DONE |Manifest: NOSIGNATURE
  444. ftb-quests-forge-1902.4.8-build.190.jar |FTB Quests |ftbquests |1902.4.8-build.190 |DONE |Manifest: NOSIGNATURE
  445. EasyMagic-v4.3.3-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  446. xlpackets-1.18.2-2.1.jar |XL Packets |xlpackets |1.18.2-2.1 |DONE |Manifest: NOSIGNATURE
  447. Droplight-1.19.2-forge-1.0.6.jar |Droplight |droplight |1.0.6 |DONE |Manifest: NOSIGNATURE
  448. the-conjurer-1.19.2-1.1.5.jar |The Conjurer |conjurer_illager |1.1.5 |DONE |Manifest: NOSIGNATURE
  449. shroomdealers_1.6-1.19.2-forge.jar |Shroom Dealers! |shroom_dealers |1.6 |DONE |Manifest: NOSIGNATURE
  450. obscure_api-14.jar |Obscure API |obscure_api |14 |DONE |Manifest: NOSIGNATURE
  451. Structory_Towers_1.19.3_v1.0.2.jar |Structory: Towers |structorytowers |1.0.2 |DONE |Manifest: NOSIGNATURE
  452. waystones-forge-1.19.2-11.4.0.jar |Waystones |waystones |11.4.0 |DONE |Manifest: NOSIGNATURE
  453. MerchantMarkers-1.19.2-1.3.0.jar |Merchant Markers |merchantmarkers |1.3.0 |DONE |Manifest: NOSIGNATURE
  454. Structory_1.19.3_v1.3.1a.jar |Structory |structory |1.3.1a |DONE |Manifest: NOSIGNATURE
  455. Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE
  456. journeymap-1.19.2-5.9.5-forge.jar |Journeymap |journeymap |5.9.5 |DONE |Manifest: NOSIGNATURE
  457. alternate-current-mc1.19-1.5.0.jar |Alternate Current |alternate_current |1.5.0 |DONE |Manifest: NOSIGNATURE
  458. SimpleStorageNetwork-1.19-1.6.4.jar |Simple Storage Network |storagenetwork |1.19-1.6.4 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  459. Decorative Blocks-forge-1.19.2-3.0.0.jar |Decorative Blocks |decorative_blocks |3.0.0 |DONE |Manifest: NOSIGNATURE
  460. [1.19.2-forge]-Epic-Knights-7.11.jar |Epic Knights Mod |magistuarmory |7.11 |DONE |Manifest: NOSIGNATURE
  461. BadMobs-1.19.2-16.1.3.jar |BadMobs |badmobs |16.1.3 |DONE |Manifest: NOSIGNATURE
  462. lazydfu-1.19-1.0.2.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
  463. everycomp-1.19.2-2.4.1.jar |Every Compat |everycomp |1.19.2-2.4.1 |DONE |Manifest: NOSIGNATURE
  464. YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |DONE |Manifest: NOSIGNATURE
  465. netherdepthsupgrade-2.0.3-1.19.2.jar |Nether Depths Upgrade |netherdepthsupgrade |2.0.3-1.19.2 |DONE |Manifest: NOSIGNATURE
  466. farsight-1.19.2-2.1.jar |Farsight mod |farsight_view |1.19.2-2.1 |DONE |Manifest: NOSIGNATURE
  467. blueprint-1.19.2-6.1.2.jar |Blueprint |blueprint |6.1.2 |DONE |Manifest: NOSIGNATURE
  468. environmental-1.19.2-3.0.0.jar |Environmental |environmental |3.0.0 |DONE |Manifest: NOSIGNATURE
  469. savage_and_ravage-1.19.2-5.0.4.jar |Savage & Ravage |savage_and_ravage |5.0.4 |DONE |Manifest: NOSIGNATURE
  470. clayworks-1.19.2-2.0.1.jar |Clayworks |clayworks |2.0.1 |DONE |Manifest: NOSIGNATURE
  471. neapolitan-1.19.2-4.0.2.jar |Neapolitan |neapolitan |4.0.2 |DONE |Manifest: NOSIGNATURE
  472. personality-1.19-3.0.1.jar |Personality |personality |3.0.1 |DONE |Manifest: NOSIGNATURE
  473. pet_cemetery-1.19.2-1.0.3.jar |Pet Cemetery |pet_cemetery |1.0.3 |DONE |Manifest: NOSIGNATURE
  474. woodworks-1.19.2-2.2.1.jar |Woodworks |woodworks |2.2.1 |DONE |Manifest: NOSIGNATURE
  475. incubation-1.19-3.0.0.jar |Incubation |incubation |3.0.0 |DONE |Manifest: NOSIGNATURE
  476. buzzier_bees-1.19-5.0.1.jar |Buzzier Bees |buzzier_bees |5.0.1 |DONE |Manifest: NOSIGNATURE
  477. ftb-chunks-forge-1902.3.15-build.233.jar |FTB Chunks |ftbchunks |1902.3.15-build.233 |DONE |Manifest: NOSIGNATURE
  478. frozenup-1.19.2-2.1.2-forge.jar |Frozen Up |frozenup |2.1.2-forge |DONE |Manifest: NOSIGNATURE
  479. 3dskinlayers-forge-1.5.2-mc1.19.1.jar |3dSkinLayers |skinlayers3d |1.5.2 |DONE |Manifest: NOSIGNATURE
  480. TravelersTitles-1.19.2-Forge-3.1.2.jar |Traveler's Titles |travelerstitles |1.19.2-Forge-3.1.2 |DONE |Manifest: NOSIGNATURE
  481. Raided-1.19.2-0.1.3.jar |Raided |raided |0.1.3 |DONE |Manifest: NOSIGNATURE
  482. friendsandfoes-forge-mc1.19.2-1.8.1.jar |Friends&Foes |friendsandfoes |1.8.1 |DONE |Manifest: NOSIGNATURE
  483. The_Graveyard_Biomes_1.4_(FORGE)_for_1.19.2.jar |The Graveyard Biomes |graveyard_biomes |1.4 |DONE |Manifest: NOSIGNATURE
  484. tetrasdelight-1.19.2-1.jar |Tetra's Delight |tetrasdelight |1.19.2-1 |DONE |Manifest: NOSIGNATURE
  485. libIPN-forge-1.19-2.0.6.jar |libIPN |libipn |2.0.6 |DONE |Manifest: NOSIGNATURE
  486. EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  487. moonlight-1.19.2-2.2.31-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.31 |DONE |Manifest: NOSIGNATURE
  488. mysticaloaktree-1.19.2-1.8.jar |Mystical Oak Tree |mysticaloaktree |1.19.2-1.8 |DONE |Manifest: NOSIGNATURE
  489. smarterfarmers-1.19.2-1.7.1.jar |Smarter Farmers |smarterfarmers |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE
  490. MagnumTorch-v4.2.1-1.19.2-Forge.jar |Magnum Torch |magnumtorch |4.2.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  491. gardens-of-the-dead-forge-2.0.1.jar |Gardens of the Dead |gardens_of_the_dead |2.0.1 |DONE |Manifest: NOSIGNATURE
  492. silent-lib-1.19.2-7.0.3.jar |Silent Lib |silentlib |7.0.3 |DONE |Manifest: NOSIGNATURE
  493. Jade-1.19.1-forge-8.8.1.jar |Jade |jade |8.8.1 |DONE |Manifest: NOSIGNATURE
  494. snowyspirit-1.19.2-2.1.10.jar |Snowy Spirit |snowyspirit |1.19.2-2.1.10 |DONE |Manifest: NOSIGNATURE
  495. friendsandfoes-beekeeperhut-forge-mc1.19.2-1.2.0.j|Friends&Foes - Beekeeper Hut |beekeeperhut |1.2.0 |DONE |Manifest: NOSIGNATURE
  496. CullLessLeaves-Reforged-1.0.5.jar |Cull Less Leaves Reforged |culllessleaves |1.0.5 |DONE |Manifest: NOSIGNATURE
  497. CreativeCore_FORGE_v2.9.3_mc1.19.2.jar |CreativeCore |creativecore |2.9.3 |DONE |Manifest: NOSIGNATURE
  498. Undergarden-Tetra Patch-1.3.2-1.19.2.jar |Tetra/Undergarden Patch |undergardenpatch |1.3.2-1.19.2 |DONE |Manifest: NOSIGNATURE
  499. smoothboot(reloaded)-mc1.19.2-0.0.2.jar |Smooth Boot (Reloaded) |smoothboot |0.0.2 |DONE |Manifest: NOSIGNATURE
  500. NethersDelight-1.19-3.0.jar |Nether's Delight |nethersdelight |1.19-3.0 |DONE |Manifest: NOSIGNATURE
  501. atmospheric-1.19.2-5.0.0.jar |Atmospheric |atmospheric |5.0.0 |DONE |Manifest: NOSIGNATURE
  502. rottencreatures-forge-1.19.2-1.0.1.jar |Rotten Creatures |rottencreatures |1.0.1 |DONE |Manifest: NOSIGNATURE
  503. betterstats-2.2.2+1.19.2.jar |Better Statistics Screen |betterstats |2.2.2+1.19.2 |DONE |Manifest: NOSIGNATURE
  504. tcdcommons-2.2+1.19.2.jar |TCD Commons API |tcdcommons |2.2+1.19.2 |DONE |Manifest: NOSIGNATURE
  505. BarteringStation-v4.0.3-1.19.2-Forge.jar |Bartering Station |barteringstation |4.0.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  506. plushies-1.2-1.19.2.jar |Plushie Mod |plushies |1.2 |DONE |Manifest: NOSIGNATURE
  507. Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |DONE |Manifest: NOSIGNATURE
  508. Quark-3.4-397.jar |Quark |quark |3.4-397 |DONE |Manifest: NOSIGNATURE
  509. supplementaries-1.19.2-2.3.7.jar |Supplementaries |supplementaries |1.19.2-2.3.7 |DONE |Manifest: NOSIGNATURE
  510. mutil-1.19.2-5.1.0.jar |mutil |mutil |5.1.0 |DONE |Manifest: NOSIGNATURE
  511. art_of_forging-1.6.3-1.19.2.jar |Art of Forging |art_of_forging |1.6.3-1.19.2 |DONE |Manifest: NOSIGNATURE
  512. LegendaryTooltips-1.19.2-forge-1.4.0.jar |Legendary Tooltips |legendarytooltips |1.4.0 |DONE |Manifest: NOSIGNATURE
  513. abnormals_delight-1.19.2-4.0.2.jar |Abnormals Delight |abnormals_delight |4.0.2 |DONE |Manifest: NOSIGNATURE
  514. invhud.forge.1.19-3.4.7.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.7 |DONE |Manifest: NOSIGNATURE
  515. EndlessBiomes 1.3s - 1.19.2 (Server-friendly).jar |EndlessBiomes |endlessbiomes |1.0.0 |DONE |Manifest: NOSIGNATURE
  516. fancymenu_forge_2.13.3_MC_1.19-1.19.2.jar |FancyMenu |fancymenu |2.13.3 |DONE |Manifest: NOSIGNATURE
  517. drippyloadingscreen_forge_1.6.6_MC_1.19-1.19.2.jar|Drippy Loading Screen |drippyloadingscreen |1.6.6 |DONE |Manifest: NOSIGNATURE
  518. upgradedcore-1.19.2-4.1.0.1-release.jar |Upgraded Core |upgradedcore |1.19.2-4.1.0.1-relea|DONE |Manifest: NOSIGNATURE
  519. GeOre_Nouveau-1.19.2-0.2.1.jar |GeOre Nouveau |georenouveau |0.2.1 |DONE |Manifest: NOSIGNATURE
  520. Wabi-Sabi-Structures-1.1.2-Forge.jar |Wabi-Sabi Structures |wabi_sabi_structures |1.1.2 |DONE |Manifest: NOSIGNATURE
  521. minecolonies-1.19.2-1.0.1351-RELEASE.jar |MineColonies |minecolonies |1.19.2-1.0.1351-RELE|DONE |Manifest: NOSIGNATURE
  522. BetterTridents-v4.0.2-1.19.2-Forge.jar |Better Tridents |bettertridents |4.0.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  523. hunterillager-1.19.2-8.0.0.jar |Hunter Illager |hunterillager |1.19.2-8.0.0 |DONE |Manifest: NOSIGNATURE
  524. illagersweararmor-1.2.6-1.19.2.jar |Illagers Wear Armor |zillagersweararmor |1.2.6-1.19.2 |DONE |Manifest: NOSIGNATURE
  525. client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
  526. upgrade_aquatic-1.19.2-5.0.0.jar |Upgrade Aquatic |upgrade_aquatic |5.0.0 |DONE |Manifest: NOSIGNATURE
  527. commonality-1.19.2-4.2.1.jar |Commonality |commonality |4.2.1 |DONE |Manifest: NOSIGNATURE
  528. DramaticDoors-Forge-1.19.2-2.3.3.jar |Dramatic Doors |dramaticdoors |1.19.2-2.3.3 |DONE |Manifest: NOSIGNATURE
  529. ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
  530. apexcore-1.19.2-7.3.1.jar |ApexCore |apexcore |7.3.1 |DONE |Manifest: NOSIGNATURE
  531. fantasyfurniture-1.19.2-6.7.0.jar |Fantasy's Furniture |fantasyfurniture |6.7.0 |DONE |Manifest: NOSIGNATURE
  532. charmofundying-forge-6.1.1+1.19.2.jar |Charm of Undying |charmofundying |6.1.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  533. valhelsia_core-forge-1.19.2-0.5.0.jar |Valhelsia Core |valhelsia_core |1.19.2-0.5.0 |DONE |Manifest: NOSIGNATURE
  534. forbidden_arcanus-1.19.2-2.1.3.jar |Forbidden & Arcanus |forbidden_arcanus |1.19.2-2.1.3 |DONE |Manifest: NOSIGNATURE
  535. UndeadUnleashed-1.0.3-1.19.2.jar |Undead Unleashed |undead_unleashed |1.0.3 |DONE |Manifest: NOSIGNATURE
  536. Crash Report UUID: 26b5e69f-bd02-48a7-ab00-06bbdc82f853
  537. FML: 43.2
  538. Forge: net.minecraftforge:43.2.8
  539. Kiwi Modules:
  540. kiwi:contributors
  541. kiwi:data
  542. passablefoliage:core
  543. passablefoliage:enchantment
  544. snowrealmagic:core
Advertisement
Add Comment
Please, Sign In to add comment