Guest User

Untitled

a guest
Jun 16th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.86 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 6/16/22 1:27 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.util.concurrent.CompletionException: java.lang.NullPointerException
  8. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_51] {}
  9. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_51] {}
  10. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:604) ~[?:1.8.0_51] {}
  11. at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_51] {}
  12. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
  13. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
  14. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$20170/634540294.run(Unknown Source) ~[?:?] {}
  15. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:173) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B}
  16. at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(SourceFile:551) ~[?:?] {re:classloading}
  17. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:135) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B}
  18. at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:560) ~[?:?] {re:classloading}
  19. at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:278) ~[?:?] {re:classloading,pl:accesstransformer:B}
  20. at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:719) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  21. at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  22. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(ThreadTaskExecutor.java:115) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B}
  23. at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  25. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
  26. Caused by: java.lang.NullPointerException
  27. at pregenerator.common.structures.StructureManager.onChunkLoad(StructureManager.java:59) ~[?:V1.15-3.2.2] {re:classloading}
  28. at net.minecraftforge.eventbus.ASMEventHandler_87_StructureManager_onChunkLoad_Load.invoke(.dynamic) ~[?:?] {}
  29. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.1-service.jar:?] {}
  30. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.1-service.jar:?] {}
  31. at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) ~[?:?] {}
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  33. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  34. at net.optifine.reflect.Reflector.call(Reflector.java:1091) ~[?:?] {re:classloading}
  35. at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1364) ~[?:?] {re:classloading}
  36. at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1350) ~[?:?] {re:classloading}
  37. at net.minecraft.world.server.ChunkManager.lambda$null$25(ChunkManager.java:772) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  38. at net.minecraft.world.server.ChunkManager$$Lambda$20355/153341510.apply(Unknown Source) ~[?:?] {}
  39. at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[datafixerupper-2.0.24.jar:?] {re:classloading}
  40. at com.mojang.datafixers.util.Either$$Lambda$20297/190883640.apply(Unknown Source) ~[?:?] {}
  41. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-2.0.24.jar:?] {}
  42. at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[datafixerupper-2.0.24.jar:?] {re:classloading}
  43. at net.minecraft.world.server.ChunkManager.lambda$func_219200_b$26(ChunkManager.java:722) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
  44. at net.minecraft.world.server.ChunkManager$$Lambda$20352/1373274246.apply(Unknown Source) ~[?:?] {}
  45. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_51] {}
  46. ... 15 more
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.15.2
  55. Minecraft Version ID: 1.15.2
  56. Operating System: Windows 10 (amd64) version 10.0
  57. Java Version: 1.8.0_51, Oracle Corporation
  58. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  59. Memory: 1348427216 bytes (1285 MB) / 7402422272 bytes (7059 MB) up to 9365880832 bytes (8932 MB)
  60. CPUs: 12
  61. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10048m -Xms256m
  62. ModLauncher: 5.1.2+70+master.2845bb9
  63. ModLauncher launch target: fmlclient
  64. ModLauncher naming: srg
  65. ModLauncher services:
  66. /mixin-0.8.2.jar mixin PLUGINSERVICE
  67. /eventbus-2.2.1-service.jar eventbus PLUGINSERVICE
  68. /forge-1.15.2-31.2.57.jar object_holder_definalize PLUGINSERVICE
  69. /forge-1.15.2-31.2.57.jar runtime_enum_extender PLUGINSERVICE
  70. /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
  71. /forge-1.15.2-31.2.57.jar capability_inject_definalize PLUGINSERVICE
  72. /forge-1.15.2-31.2.57.jar runtimedistcleaner PLUGINSERVICE
  73. /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
  74. /OptiFine_1.15.2_HD_U_G6.jar OptiFine TRANSFORMATIONSERVICE
  75. /forge-1.15.2-31.2.57.jar fml TRANSFORMATIONSERVICE
  76. /_MixinBootstrap-1.1.0.jar mixinbootstrap TRANSFORMATIONSERVICE
  77. FML: 31.2
  78. Forge: net.minecraftforge:31.2.57
  79. FML Language Providers:
  80. minecraft@1
  81. Mod List:
  82. UnionLib-1.15.2-3.2.6.jar UnionLib {[email protected] DONE}
  83. supermartijn642configlib-1.1.3-forge-mc1.15.jar SuperMartijn642's Config Library {[email protected] DONE}
  84. ElenaiDodge-1.15.2-1.7.2.jar Elenai Dodge {[email protected] DONE}
  85. HappyTrails-1.15.2-1.0.0.7.jar Happy Trails Mod {[email protected] DONE}
  86. stalwart-dungeons-1.15.2-1.0.0.jar Stalwart Dungeons {[email protected] DONE}
  87. simple_sorter-1.15.2-0.0.2.jar Simple Sorter {[email protected] DONE}
  88. pitg-1.15.2-1.4.1.jar Pane In The Glass {[email protected] DONE}
  89. Neat 1.6-22.jar Neat {[email protected] DONE}
  90. BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] DONE}
  91. glassential-forge-1.15.2-1.1.4.jar Glassential {[email protected] DONE}
  92. ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {[email protected] DONE}
  93. XaerosWorldMap_1.23.2_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
  94. CTM-MC1.15.2-1.1.2.14.jar ConnectedTexturesMod {[email protected] DONE}
  95. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
  96. Controlling-6.1.5.6.jar Controlling {[email protected] DONE}
  97. Placebo-1.15.2-3.1.1.jar Placebo {[email protected] DONE}
  98. Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE}
  99. oceangems-1.0.0_1.15.2.jar Ocean Gems {[email protected] DONE}
  100. guardvillagers-1.15.2-1.0.8.jar Guard Villagers {[email protected] DONE}
  101. buildinggadgets-3.4.1.jar Building Gadgets {[email protected] DONE}
  102. mcw-doors-1.0.3-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
  103. sworddisplay-1.15.2-1.5.1.jar Sword Displays {[email protected] DONE}
  104. MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE}
  105. Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
  106. SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {[email protected] DONE}
  107. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE}
  108. VampiresNeedUmbrellas-1.15.2-1.2.1.jar Vampires Need Umbrellas {[email protected] DONE}
  109. Paraglider-1.15.2-1.2.2.0.jar Paraglider {[email protected] DONE}
  110. mysticallib-1.15.2-2.0.1.jar Mystical Lib {[email protected] DONE}
  111. supplementaries-1.15.2-0.9.27 .jar Supplementaries {[email protected] DONE}
  112. refinedstorage-1.8.8.jar Refined Storage {[email protected] DONE}
  113. mcw-bridges-1.0.6-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
  114. FarmersDelight-1.15.2-0.2.4b.jar Farmer's Delight {[email protected] DONE}
  115. repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {[email protected] DONE}
  116. BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] DONE}
  117. supermartijn642corelib-1.0.18a-forge-mc1.15.jar SuperMartijn642's Core Lib {[email protected] DONE}
  118. fairylights-3.0.15-1.15.2.jar Fairy Lights {[email protected] DONE}
  119. pamhc2foodextended-1.15.2-1.0.0.jar Pam's HarvestCraft 2 Food Extended {pamhc2foodextended@version DONE}
  120. lycanitesmobs-1.15.2-2.2.3.2.jar Lycanites Mobs {[email protected] DONE}
  121. ManyIdeasCore-1.15.2-1.0.0.jar Many Ideas Core {[email protected] DONE}
  122. curios-FORGE-1.15.2-2.0.2.7.jar Curios API {[email protected] DONE}
  123. Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] DONE}
  124. collective-1.15.2-2.26.jar Collective {[email protected] DONE}
  125. extlights-2.1.jar Extended Lights {[email protected] DONE}
  126. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
  127. flexible_skills-1.15.2-1.2.1-beta.jar Flexible Skills Mod {[email protected] DONE}
  128. Chunk Pregenerator V1.15-3.2.2.jar Chunk Pregenerator {[email protected] DONE}
  129. passiveshield_1.15.2-1.3.jar Passive Shield {[email protected] DONE}
  130. buildersaddition-20200617b.jar Builders Crafts & Addition {buildersaddition@20200617b DONE}
  131. SpartanWeaponry-1.15.2-2.0.0-beta-1.jar Spartan Weaponry {[email protected] beta 1 DONE}
  132. wormhole-1.1.9-mc1.15.jar Wormhole (Portals) {[email protected] DONE}
  133. furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
  134. mcw-furniture-2.0.1-mc1.15.2.jar Macaw's Furniture {[email protected] DONE}
  135. betterwithminecolonies-1.15.2-1.15.16.jar Better With Minecolonies {[email protected] DONE}
  136. infinitetrading_1.15.2-1.4.jar Infinite Trading {[email protected] DONE}
  137. Disenchanting-forge_1.15.2-1.5.0.jar Disenchanting {[email protected] DONE}
  138. BetterMineshaftsForge-1.15.2-1.3.2.jar YUNG's Better Mineshafts {[email protected] DONE}
  139. NetherEx-1.15.2-4.0.1.jar NetherEx {[email protected] DONE}
  140. effortlessbuilding-1.15.2-2.21.jar Effortless Building {[email protected] DONE}
  141. DarkPaintings-1.15.2-1.0.6.jar DarkPaintings {[email protected] DONE}
  142. Kiwi-1.15.2-2.8.5.jar Kiwi {[email protected] DONE}
  143. mowziesmobs-1.5.15.jar Mowzie's Mobs {[email protected] DONE}
  144. SoundControl-1.15.2-1.0.0.2.jar §3Dynamic Surroundings: §eSound Control {[email protected] DONE}
  145. mine-mine-no-mi-1.15.2-0.7.4.jar Mine Mine no Mi {[email protected] DONE}
  146. animalnet-v1.15.2 Forge b1.jar AnimalNet {[email protected] Forge b1 DONE}
  147. TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] DONE}
  148. pamhc2trees-1.15.2-1.0.7.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
  149. xlpackets-1.0.jar XL Packets {[email protected] DONE}
  150. FallingTree-1.15.2-2.4.0.jar Falling Tree {[email protected] DONE}
  151. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
  152. Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] DONE}
  153. Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE}
  154. Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
  155. Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE DONE}
  156. RingsOfAscension-1.15.2-1.5.6.jar Rings of Ascension {[email protected] DONE}
  157. extraboats-1.3.6-1.15.2.jar Extra Boats {[email protected] DONE}
  158. comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] DONE}
  159. TravelersBackpack-1.15.2-4.0.8.jar Traveler's Backpack {[email protected] DONE}
  160. Extra Enchants Reworked v1.0.0 1.15.2.jar Extra Enchantments (Reworked) {[email protected] DONE}
  161. Artifacts-1.15.2-2.5.3.jar Artifacts {[email protected] DONE}
  162. ItemBorders-1.15.2-1.1.0.jar Item Borders {[email protected] DONE}
  163. good-nights-sleep-1.15.2-1.1.5.jar Good Night's Sleep {[email protected] DONE}
  164. DungeonCrawl-1.15.2-2.3.0-a.jar Dungeon Crawl {[email protected] DONE}
  165. charginggadgets-1.0.0.jar Charging Gadgets {[email protected] DONE}
  166. mapperbase-1.15.2-1.1.1.0.jar Mapper Base {[email protected] DONE}
  167. embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {[email protected] DONE}
  168. embellishcraft-bop-1.15.2-2.1.1.jar EmbellishCraft BoP Addon {[email protected] DONE}
  169. additional_lights-1.15.2-2.0.2.jar Additional Lights {[email protected] DONE}
  170. walljump-forge-1.15.2-1.3.5.jar Wall-Jump! {[email protected] DONE}
  171. mysticalworld-1.15.2-2.1.3.jar Mystical World {[email protected] DONE}
  172. forge-1.15.2-31.2.57-universal.jar Forge {[email protected] DONE}
  173. WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] DONE}
  174. VendingMachine-1.15.1-1.0.0.5.jar Vending Machine {[email protected] DONE}
  175. castle_dungeons-1.3-1.15.2.jar Castle Dungeons {[email protected] DONE}
  176. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
  177. dungeonsarise1.15.2-1.2.68b-HF.jar Dungeons Arise {[email protected] DONE}
  178. forge-1.15.2-31.2.57-client.jar Minecraft {[email protected] DONE}
  179. cofh_core-1.15.2-1.0.2.jar CoFH Core {[email protected] DONE}
  180. thermal-1.15.2-1.0.2.jar Thermal Series {[email protected] DONE}
  181. thermal_expansion-1.15.2-1.0.2.jar Thermal Expansion {[email protected] DONE}
  182. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
  183. Environs-1.15.2-1.0.0.0.jar §3Dynamic Surroundings: §eEnvirons {[email protected] DONE}
  184. EnchantmentDescriptions-1.15.2-2.0.9.jar EnchantmentDescriptions {[email protected] DONE}
  185. swingthroughgrass-1.15.2-1.4.1.jar SwingThroughGrass {[email protected] DONE}
  186. MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
  187. ImmersiveEngineering-1.15.2-4.1.1-125.jar Immersive Engineering {[email protected] DONE}
  188. baubles-1.7.1-1.15.2.jar Baubles {[email protected] DONE}
  189. SaveYourPets-1.15.1-1.0.0.3.jar Save Your Pets {[email protected] DONE}
  190. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
  191. HerdMentality-1.15.2-1.0.1.jar HerdMentality {[email protected] DONE}
  192. RecipesLibrary-1.15.2-2.0.0.jar Recipes Library {[email protected] DONE}
  193. dimdungeons-1.072-forge-1.15.2.jar Dimensional Dungeons {[email protected] DONE}
  194. SpartanShields-1.15.2-2.1.0.jar Spartan Shields {[email protected] DONE}
  195. Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] DONE}
  196. Xaeros_Minimap_22.9.2_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
  197. pamhc2foodcore-1.15.2-1.1.0.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  198. notenoughbreeding-1.15.2-1.0.0.jar Not Enough Breeding {[email protected] DONE}
  199. searchablechests-1.15-1.5.4-2.jar Searchable Chests {[email protected] DONE}
  200. FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] DONE}
  201. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
  202. StorageDrawers-1.15.2-7.0.3.jar Storage Drawers {[email protected] DONE}
  203. LibraryEx-1.15.2-3.0.2.jar LibraryEx {[email protected] DONE}
  204. midnight-0.5.11.jar The Midnight {[email protected] DONE}
  205. TerraForged-1.15.2-0.1.3.jar TerraForged {[email protected] DONE}
  206. jei-1.15.2-6.0.3.16.jar Just Enough Items {[email protected] DONE}
  207. JEIEnchantmentInfo-1.16.5-1.3.0.jar JEI Enchantment Info {[email protected] DONE}
  208. invtweaks-1.15.2-2.0.9.jar Inventory Tweaks Renewed {[email protected] DONE}
  209. Regrowth-1.15.2-1.1.0.14.jar Regrowth Mod {[email protected] DONE}
  210. ManyIdeasDoors-1.15.2-1.0.1.jar Many Ideas Doors {[email protected] DONE}
  211. structurize-0.13.109-ALPHA-universal.jar Structurize {[email protected] DONE}
  212. scaffoldingpower-1.15.2-1.2.1.jar Scaffolding power {[email protected] DONE}
  213. minecolonies-0.13.645-RELEASE-universal.jar MineColonies {[email protected] DONE}
  214. Vampirism-1.15.2-1.7.2.jar Vampirism {[email protected] DONE, [email protected] DONE}
  215. connectedglass-1.1.3a-forge-mc1.15.jar Connected Glass {[email protected] DONE}
  216. deepdarkoceandimensionV1.15.2.jar Deep Dark Ocean Mod {[email protected] DONE}
  217. byg-1.0.11.jar Oh The Biomes You'll Go {[email protected] DONE}
  218. Aquaculture-1.15.2-2.0.23.jar Aquaculture 2 {[email protected] DONE}
  219. CHAS v1.3 for 1.15.jar Craftable Horse Armour {[email protected] DONE}
  220. refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] DONE}
  221. CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
  222. healingcampfire_1.15.2-3.2.jar Healing Campfire {[email protected] DONE}
  223. Kiwi Modules:
  224. kiwi:contributors
  225. kiwi:data
  226. snowrealmagic:snowrealmagic
  227. Patchouli open book context: n/a
  228. Player Count: 2 / 8; [ServerPlayerEntity['PROJECT_RIOT'/27, l='baka world', x=728.44, y=109.00, z=-2092.87], ServerPlayerEntity['RXQgaming'/59354, l='baka world', x=748.88, y=130.01, z=-2209.36]]
  229. Data Packs: mod:ctm, mod:placebo (incompatible), mod:enchdesc (incompatible), mod:fastbench (incompatible), mod:jeienchantmentinfo (incompatible), netherex:netherex_nether_biome_pack (incompatible), netherex:enb_nether_biome_pack (incompatible), netherex:default_nether_biome_pack (incompatible), netherex:byg_nether_biome_pack (incompatible), netherex:bop_nether_biome_pack (incompatible), mod:lycanitesmobs (incompatible), mod:netherex (incompatible), mod:good_nights_sleep (incompatible), mod:libraryex (incompatible), mod:deepdarkoceanmod, mod:controlling (incompatible), mod:unionlib (incompatible), mod:mcwfurnitures, mod:bloomful (incompatible), mod:xlpackets, mod:pitg, mod:bettercaves (incompatible), mod:glassential (incompatible), mod:mcwdoors (incompatible), mod:spartanweaponry (incompatible), mod:bettermineshafts (incompatible), mod:connectedglass, vanilla, mod:supermartijn642configlib, mod:elenaidodge, mod:ht, mod:stalwart_dungeons, mod:simple_sorter (incompatible), mod:neat (incompatible), mod:forgeendertech (incompatible), mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:bookshelf (incompatible), mod:ocean_gems, mod:guardvillagers (incompatible), mod:buildinggadgets (incompatible), mod:sworddisplay, mod:mekanismgenerators, mod:waila (incompatible), mod:snowrealmagic, mod:jeresources (incompatible), mod:vampiresneedumbrellas (incompatible), mod:paraglider, mod:mysticallib, mod:supplementaries, mod:refinedstorage (incompatible), mod:mcwbridges, mod:farmersdelight, mod:repurposed_structures, mod:biomesoplenty, mod:supermartijn642corelib, mod:fairylights, mod:pamhc2foodextended (incompatible), mod:manyideas_core, mod:curios (incompatible), mod:patchouli (incompatible), mod:collective (incompatible), mod:extlights, mod:oreexcavation (incompatible), mod:flexible_skills, mod:chunkpregen, mod:passiveshield, mod:buildersaddition, mod:wormhole, mod:cfm (incompatible), mod:betterwithminecolonies (incompatible), mod:infinitetrading, mod:disenchanting (incompatible), mod:effortlessbuilding, mod:darkpaintings (incompatible), mod:kiwi, mod:mowziesmobs (incompatible), mod:sndctrl (incompatible), mod:mineminenomi (incompatible), mod:animalnet (incompatible), mod:trashslot (incompatible), mod:pamhc2trees (incompatible), mod:falling_tree, mod:abnormals_core, mod:buzzierbees, mod:mekanism, mod:upgrade_aquatic (incompatible), mod:ringsofascension, mod:extraboats, mod:comforts (incompatible), mod:travelersbackpack, mod:extraenchants, mod:artifacts, mod:itemborders, mod:dungeoncrawl (incompatible), mod:charginggadgets (incompatible), mod:mapperbase, mod:embellishcraft (incompatible), mod:embellishcraft-bop (incompatible), mod:additional_lights (incompatible), mod:walljump, mod:mysticalworld (incompatible), mod:forge (incompatible), mod:wailaharvestability (incompatible), mod:vm, mod:castle_dungeons, mod:ironchest, mod:dungeons_arise, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_expansion (incompatible), mod:endergetic (incompatible), mod:environs (incompatible), mod:swingthroughgrass (incompatible), mod:mousetweaks (incompatible), mod:immersiveengineering (incompatible), mod:baubles (incompatible), mod:syp, mod:pamhc2crops (incompatible), mod:herdmentality (incompatible), mod:recipes_lib, mod:dimdungeons, mod:spartanshields (incompatible), mod:savageandravage, mod:xaerominimap, mod:pamhc2foodcore (incompatible), mod:notenoughbreeding, mod:searchablechests, mod:autoreglib (incompatible), mod:storagedrawers (incompatible), mod:midnight, mod:terraforged, mod:jei (incompatible), mod:invtweaks (incompatible), mod:regrowth, mod:manyideas_doors, mod:structurize (incompatible), mod:scaffoldingpower (incompatible), mod:minecolonies (incompatible), mod:vampirism (incompatible), mod:byg, mod:aquaculture, mod:craftablehorsearmour (incompatible), mod:refinedstorageaddons (incompatible), mod:cosmeticarmorreworked (incompatible), mod:healingcampfire
  230. Type: Integrated Server (map_client.txt)
  231. Is Modded: Definitely; Client brand changed to 'forge'
  232. OptiFine Version: OptiFine_1.15.2_HD_U_G6
  233. OptiFine Build: 20210124-205244
  234. Render Distance Chunks: 15
  235. Mipmaps: 4
  236. Anisotropic Filtering: 1
  237. Antialiasing: 0
  238. Multitexture: false
  239. Shaders: null
  240. OpenGlVersion: 4.6.0 NVIDIA 497.29
  241. OpenGlRenderer: NVIDIA GeForce RTX 2070 Super/PCIe/SSE2
  242. OpenGlVendor: NVIDIA Corporation
  243. CpuCount: 12
  244.  
Advertisement
Add Comment
Please, Sign In to add comment