Advertisement
Dvineaspect

Untitled

Sep 10th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 9/10/20 2:35 PM
  5. Description: Exception generating new chunk
  6.  
  7. java.lang.IllegalArgumentException: null
  8. at net.minecraft.util.WeightedRandom.func_76273_a(SourceFile:20) ~[?:?] {re:classloading}
  9. at net.minecraft.util.WeightedRandom.func_76271_a(SourceFile:39) ~[?:?] {re:classloading}
  10. at shadows.apotheosis.deadly.loot.BossArmorManager.getRandomSet(BossArmorManager.java:62) ~[?:3.3.0] {re:classloading}
  11. at shadows.apotheosis.deadly.gen.BossItem.initBoss(BossItem.java:114) ~[?:3.3.0] {re:classloading}
  12. at shadows.apotheosis.deadly.gen.BossItem.place(BossItem.java:85) ~[?:3.3.0] {re:classloading}
  13. at shadows.apotheosis.deadly.gen.BossGenerator.generate(BossGenerator.java:38) ~[?:3.3.0] {re:classloading}
  14. at shadows.apotheosis.deadly.gen.DeadlyFeature.place(DeadlyFeature.java:53) ~[?:3.3.0] {re:classloading}
  15. at shadows.apotheosis.deadly.gen.DeadlyFeature.func_212245_a(DeadlyFeature.java:34) ~[?:3.3.0] {re:classloading}
  16. at net.minecraft.world.gen.feature.ConfiguredFeature.func_222734_a(SourceFile:53) ~[?:?] {re:classloading}
  17. at com.terraforged.fm.FeatureDecorator.decorate(FeatureDecorator.java:67) ~[?:?] {re:classloading}
  18. at com.terraforged.mod.chunk.generator.FeatureGenerator.generateFeatures(FeatureGenerator.java:44) ~[?:?] {re:classloading}
  19. at com.terraforged.mod.chunk.TerraChunkGenerator.func_202092_b(TerraChunkGenerator.java:148) ~[?:?] {re:classloading}
  20. at net.minecraft.world.chunk.ChunkStatus.lambda$static$9(ChunkStatus.java:74) ~[?:?] {re:classloading,pl:accesstransformer:B}
  21. at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:195) ~[?:?] {re:classloading,pl:accesstransformer:B}
  22. at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:518) ~[?:?] {re:classloading,pl:accesstransformer:B}
  23. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-2.0.24.jar:?] {re:classloading,re:classloading}
  24. at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$20(ChunkManager.java:516) ~[?:?] {re:classloading,pl:accesstransformer:B}
  25. at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_262] {}
  26. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_262] {}
  27. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_262] {}
  28. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
  29. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:83) ~[?:?] {re:classloading}
  30. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:123) ~[?:?] {re:classloading}
  31. at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:91) ~[?:?] {re:classloading}
  32. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_262] {}
  33. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_262] {}
  34. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_262] {}
  35. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_262] {}
  36. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:163) ~[?:1.8.0_262] {}
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- Head --
  43. Thread: Server thread
  44. Stacktrace:
  45. at net.minecraft.util.WeightedRandom.func_76273_a(SourceFile:20)
  46. at net.minecraft.util.WeightedRandom.func_76271_a(SourceFile:39)
  47. at shadows.apotheosis.deadly.loot.BossArmorManager.getRandomSet(BossArmorManager.java:62)
  48. at shadows.apotheosis.deadly.gen.BossItem.initBoss(BossItem.java:114)
  49. at shadows.apotheosis.deadly.gen.BossItem.place(BossItem.java:85)
  50. at shadows.apotheosis.deadly.gen.BossGenerator.generate(BossGenerator.java:38)
  51. at shadows.apotheosis.deadly.gen.DeadlyFeature.place(DeadlyFeature.java:53)
  52. at shadows.apotheosis.deadly.gen.DeadlyFeature.func_212245_a(DeadlyFeature.java:34)
  53. at net.minecraft.world.gen.feature.ConfiguredFeature.func_222734_a(SourceFile:53)
  54. at com.terraforged.fm.FeatureDecorator.decorate(FeatureDecorator.java:67)
  55. at com.terraforged.mod.chunk.generator.FeatureGenerator.generateFeatures(FeatureGenerator.java:44)
  56. at com.terraforged.mod.chunk.TerraChunkGenerator.func_202092_b(TerraChunkGenerator.java:148)
  57. at net.minecraft.world.chunk.ChunkStatus.lambda$static$9(ChunkStatus.java:74)
  58. at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:195)
  59.  
  60. -- Chunk to be generated --
  61. Details:
  62. Location: 0,-1
  63. Position hash: -4294967296
  64. Generator: com.terraforged.mod.chunk.TerraChunkGenerator@4a8c9531
  65. Stacktrace:
  66. at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:518)
  67. at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
  68. at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$20(ChunkManager.java:516)
  69. at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966)
  70. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940)
  71. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456)
  72. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58)
  73. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:83)
  74.  
  75. -- Entity being ticked --
  76. Details:
  77. Entity Type: minecraft:zombie (net.minecraft.entity.monster.ZombieEntity)
  78. Entity ID: 11
  79. Entity Name: Tom
  80. Entity's Exact location: -5226.30, 12.00, -1611.49
  81. Entity's Block location: World: (-5227,12,-1612), Chunk: (at 5,0,4 in -327,-101; contains blocks -5232,0,-1616 to -5217,255,-1601), Region: (-11,-4; contains chunks -352,-128 to -321,-97, blocks -5632,0,-2048 to -5121,255,-1537)
  82. Entity's Momentum: 0.00, -0.08, 0.00
  83. Entity's Passengers: []
  84. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  85. Stacktrace:
  86. at net.minecraft.world.World.func_217390_a(World.java:539)
  87. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:401)
  88. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:849)
  89. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
  90. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
  91. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  92. at java.lang.Thread.run(Thread.java:748)
  93.  
  94. -- Affected level --
  95. Details:
  96. All players: 0 total; []
  97. Chunk stats: ServerChunkCache: 2554
  98. Level dimension: DimensionType{minecraft:overworld}
  99. Level name: TestWorld2
  100. Level seed: -7764067553886348521
  101. Level generator: ID 09 - terraforged, ver 0. Features enabled: true
  102. Level generator options: {rivers:{riverCount:13,wetlands:{chance:0.5f,sizeMax:225,sizeMin:175},branchRivers:{fade:0.95f,maxBankHeight:6,minBankHeight:1,bedDepth:4,bankWidth:14,bedWidth:5},mainRivers:{fade:0.95f,maxBankHeight:8,minBankHeight:2,bedDepth:5,bankWidth:20,bedWidth:8},lakes:{chance:0.3f,maxBankHeight:10,maxStartDistance:0.03f,minStartDistance:0.0f,sizeMin:75,depth:10,minBankHeight:2,sizeMax:150}},miscellaneous:{vanillaSprings:"true",vanillaLakes:"false",strataDecorator:"true",vanillaLavaLakes:"true",naturalSnowDecorator:"true",smoothLayerDecorator:"true",mountainBiomeUsage:0.4f,erosionDecorator:"true",customBiomeFeatures:"true"},structures:{strongholds:{distance:20,separation:20},villages:{distance:48,separation:12},oceanMonuments:{distance:24,separation:12},mansions:{distance:80,separation:20},otherStructures:{distance:32,separation:8},shipwrecks:{distance:32,separation:16},oceanRuins:{distance:32,separation:16}},climate:{biomeShape:{biomeWarpStrength:80,biomeSize:250,macroNoiseSize:8,biomeWarpScale:150},temperature:{falloff:3,min:0.0f,max:0.98f,bias:0.05f,scale:7},moisture:{falloff:1,min:0.0f,max:1.0f,bias:0.0f,scale:6},biomeEdgeShape:{octaves:2,strength:14,scale:24,type:"SIMPLEX",lacunarity:2.65f,gain:0.5f}},filters:{erosion:{dropletVelocity:0.7f,dropletLifetime:25,erosionRate:0.5f,dropletVolume:0.7f,depositeRate:0.5f,iterations:15000},smoothing:{smoothingRadius:1.75f,smoothingRate:0.85f,iterations:1}},world:{continent:{continentMode:"MULTI",continentShape:"EUCLIDEAN",continentScale:3000},controlPoints:{coast:0.448f,beach:0.327f,shallowOcean:0.25f,inland:0.502f,deepOcean:0.1f},properties:{spawnType:"CONTINENT_CENTER",seaLevel:63,worldHeight:256}},terrain:{mountains:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:2.0f},steppe:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:3.0f},badlands:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:2.0f},general:{globalVerticalScale:0.98f,globalHorizontalScale:1.0f,terrainRegionSize:1200},dales:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:2.0f},plains:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:3.0f},hills:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:2.0f},plateau:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:2.0f},torridonian:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:1.0f},volcano:{baseScale:1.0f,verticalScale:1.0f,horizontalScale:1.0f,weight:1.5f}},dimensions:{bedrockLayer:{minDepth:1,material:"minecraft:bedrock",variance:4},dimensions:{nether:"default",end:"default"}}}
  103. Level spawn location: World: (-5156,75,-1602), Chunk: (at 12,4,14 in -323,-101; contains blocks -5168,0,-1616 to -5153,255,-1601), Region: (-11,-4; contains chunks -352,-128 to -321,-97, blocks -5632,0,-2048 to -5121,255,-1537)
  104. Level time: 60642 game time, 83627 day time
  105. Known server brands: forge
  106. Level was modded: true
  107. Level storage version: 0x04ABD - Anvil
  108. Level weather: Rain time: 101828 (now: false), thunder time: 168368 (now: false)
  109. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  110.  
  111. -- System Details --
  112. Details:
  113. Minecraft Version: 1.15.2
  114. Minecraft Version ID: 1.15.2
  115. Operating System: Windows 10 (amd64) version 10.0
  116. Java Version: 1.8.0_262, AdoptOpenJDK
  117. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
  118. Memory: 824725456 bytes (786 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
  119. CPUs: 12
  120. JVM Flags: 12 total; -XX:-OmitStackTraceInFastThrow -Xms1024M -Xmx5120M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
  121. ModLauncher: 5.1.0+69+master.79f13f7
  122. ModLauncher launch target: fmlclient
  123. ModLauncher naming: srg
  124. ModLauncher services:
  125. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  126. /forge-1.15.2-31.2.30.jar object_holder_definalize PLUGINSERVICE
  127. /forge-1.15.2-31.2.30.jar runtime_enum_extender PLUGINSERVICE
  128. /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
  129. /forge-1.15.2-31.2.30.jar capability_inject_definalize PLUGINSERVICE
  130. /forge-1.15.2-31.2.30.jar runtimedistcleaner PLUGINSERVICE
  131. /forge-1.15.2-31.2.30.jar fml TRANSFORMATIONSERVICE
  132. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  133. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  134. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  135. FML: 31.2
  136. Forge: net.minecraftforge:31.2.30
  137. FML Language Providers:
  138. minecraft@1
  139. Mod List:
  140. enchantedbookredesign-2.0a.jar Enchanted Book Redesign {[email protected] DONE}
  141. CyclopsCore-1.15.2-1.8.4.jar Cyclops Core {[email protected] DONE}
  142. astralsorcery-1.15.2-1.12.9.jar Astral Sorcery {[email protected] DONE}
  143. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] DONE}
  144. curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] DONE}
  145. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] DONE}
  146. mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] DONE}
  147. rsgauges-1.15.2-1.2.5-b1.jar Gauges and Switches {[email protected] DONE}
  148. findme-1.15.2-1.3.0.jar Find Me {findme@NONE DONE}
  149. essentials-1.15.2-2.7.4.jar Essentials {[email protected] DONE}
  150. TerraForged-1.15.2-0.1.2.jar TerraForged {[email protected] DONE}
  151. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
  152. Controlling-6.1.5.6.jar Controlling {[email protected] DONE}
  153. ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] DONE}
  154. Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
  155. citadel-1.1.11.jar Citadel {[email protected] DONE}
  156. theloader-1.15.2-1.1.0.jar The Loader {[email protected] DONE}
  157. NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {[email protected] DONE}
  158. culinaryconstruct-FORGE-1.15.2-2.0.0.2.jar Culinary Construct {[email protected] DONE}
  159. MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] DONE}
  160. Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] DONE}
  161. randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] DONE}
  162. buildinggadgets-3.4.0.jar Building Gadgets {[email protected] DONE}
  163. Apotheosis-1.15.2-3.3.0.jar Apotheosis {[email protected] DONE}
  164. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE}
  165. ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {[email protected] DONE}
  166. Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
  167. MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE}
  168. wikizoomer-1.0.0-1.15.2.jar Wiki Zoomer {[email protected] DONE}
  169. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE}
  170. EnergeticSheep-1.15.2-1.1.6.jar EnergeticSheep {[email protected] DONE}
  171. mysticallib-1.15.2-2.0.1.jar Mystical Lib {[email protected] DONE}
  172. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
  173. industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
  174. FarmersDelight-1.15.2-0.2.1.jar Farmer's Delight {[email protected] DONE}
  175. CommonCapabilities-1.15.2-2.5.4.jar CommonCapabilities {[email protected] DONE}
  176. chunkt-1.15.2-1.0.3.jar Chunkt {[email protected] DONE}
  177. BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {[email protected] DONE}
  178. phosphor-forge-mc1.15.2-0.5.2build.4.jar Phosphor {[email protected]+build.4 DONE}
  179. MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] DONE}
  180. astral-1.7.2.jar Astral {[email protected] DONE}
  181. toughnessbar-5.0.jar Toughness Bar {[email protected] DONE}
  182. SilentGear-1.15.2-1.11.3160.jar Silent Gear {[email protected]+160 DONE}
  183. masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE DONE}
  184. portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] DONE}
  185. curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] DONE}
  186. Botania-r1.15-387.jar Botania {[email protected] DONE}
  187. tetra-1.15.2-2.18.1.jar Tetra {[email protected] DONE}
  188. managear-1.15.2-1.2.0.jar Mana Gear {[email protected] DONE}
  189. Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] DONE}
  190. config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
  191. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
  192. IntegratedTunnels-1.15.2-1.6.14.jar IntegratedTunnels {[email protected] DONE, [email protected] DONE}
  193. EndReborn [0.6.1].jar End: Reborn {[email protected] DONE}
  194. malilib-forge-1.15.2-0.10.0-dev.20beta.1.jar MaLiLib {[email protected]+beta.1 DONE}
  195. MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] DONE}
  196. mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {[email protected] DONE}
  197. curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
  198. observerlib-1.15.2-1.2.0.v60.jar ObserverLib {[email protected] DONE}
  199. mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE}
  200. undergarden-0.1.5.jar The Undergarden {[email protected] DONE}
  201. trashcans-1.0.3-mc1.15.jar Trash Cans {[email protected] DONE}
  202. clojurelib-1.10.0_0.0.1.jar Clojure Lib {[email protected]_0.0.1 DONE}
  203. BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {[email protected] DONE}
  204. Cyclic-1.15.2-0.6.2.jar Cyclic {[email protected] DONE}
  205. inventula-1.1.3.jar Inventula {[email protected] DONE}
  206. QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
  207. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
  208. pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
  209. equaldragons-1.2.jar Equal Dragons {[email protected] DONE}
  210. jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] DONE}
  211. worleycaves-1.15.2-1.6.0.jar Worley's Caves {[email protected] DONE}
  212. Druidcraft-1.15-0.4.31.jar Druidcraft {[email protected] DONE}
  213. tetraits-1.15.2-beta-0.1.1.jar Tetraits {tetraits@NONE DONE}
  214. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
  215. Bamboo-Blocks-1.15.2-1.4.1.jar Bamboo Blocks {bambooblocks@NONE DONE}
  216. goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] DONE}
  217. Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE}
  218. caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
  219. Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
  220. compendium-2.04a.jar Compendium {[email protected] DONE}
  221. extraboats-1.3.6-1.15.2.jar Extra Boats {[email protected] DONE}
  222. create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d DONE}
  223. Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
  224. Clumps-5.0.2.6.jar Clumps {[email protected] DONE}
  225. mgui-1.15.2-2.1.1.jar mgui {[email protected] DONE}
  226. LightOverlay-4.2.jar Light Overlay Forge {[email protected] DONE}
  227. journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] DONE}
  228. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
  229. SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] DONE}
  230. engineerstools-1.15.2-1.0.8.jar Engineer's Tools {[email protected] DONE}
  231. DungeonCrawl-1.15.2-2.0.1.jar Dungeon Crawl {[email protected] DONE}
  232. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE}
  233. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] DONE}
  234. Workshop-1.15.2-0.3.0-Snapshot.8.jar Workshop {[email protected] DONE}
  235. pneumaticcraft-repressurized-1.15.2-1.4.5-69.jar PneumaticCraft: Repressurized {[email protected] DONE}
  236. mcjtylib-1.15-4.1.7.jar McJtyLib {[email protected] DONE}
  237. rftoolsbase-1.15-1.1.6.jar RFToolsBase {[email protected] DONE}
  238. xnet-1.15-2.1.10.jar XNet {[email protected] DONE}
  239. rftoolsstorage-1.15-1.1.9.jar RFToolsStorage {[email protected] DONE}
  240. rftoolscontrol-1.15-3.0.7.jar RFToolsControl {[email protected] DONE}
  241. mahoutsukai-1.15.2-v1.23.1.jar Mahou Tsukai {[email protected] DONE}
  242. JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] DONE}
  243. CraftTweaker-1.15.2-6.0.0.40.jar CraftTweaker {[email protected] DONE}
  244. Ars Nouveau 1.15.2 - 0.14.jar Ars Nouveau {[email protected] DONE}
  245. rftoolspower-1.15-2.2.4.jar RFToolsPower {[email protected] DONE}
  246. mysticalworld-1.15.2-2.1.1.jar Mystical World {[email protected] DONE}
  247. Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
  248. crossroads-1.15.2-2.2.1.jar Crossroads {crossroads@version DONE}
  249. forge-1.15.2-31.2.30-universal.jar Forge {[email protected] DONE}
  250. Atum-1.15.2-2.1.6.jar Atum 2 {[email protected] DONE}
  251. Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] DONE}
  252. QuickLeafDecay-MC1.15.2-1.2.5.jar Quick Leaf Decay {[email protected] DONE}
  253. ColossalChests-1.15.2-1.7.12.jar ColossalChests {[email protected] DONE}
  254. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
  255. forge-1.15.2-31.2.30-client.jar Minecraft {[email protected] DONE}
  256. cofh_core-1.15.2-0.6.1b.jar CoFH Core {[email protected] DONE}
  257. ensorcellation-1.15.2-0.6.0b.jar Ensorcellation {[email protected] DONE}
  258. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
  259. rftoolsutility-1.15-2.1.9.jar RFToolsUtility {[email protected] DONE}
  260. theoneprobe-1.15-2.0.7.jar The One Probe {[email protected] DONE}
  261. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
  262. titanium-1.15.2-2.5.1-sky.1.jar Titanium {[email protected] DONE}
  263. manaandartifice-1.0.5-pre3.jar Mana and Artifice {[email protected] DONE}
  264. ImmersiveEngineering-1.15.2-4.0.0-117.jar Immersive Engineering {[email protected] DONE}
  265. SilentLib-1.15.2-4.6.659.jar Silent Lib {[email protected]+59 DONE}
  266. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
  267. wards-1.15.2-1.4.0.jar Wards {[email protected] DONE}
  268. archers_paradox-1.15.2-0.6.0b.jar Archer's Paradox {[email protected] DONE}
  269. towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {[email protected] DONE}
  270. rftoolsbuilder-1.15-2.1.8.jar RFToolsBuilder {[email protected] DONE}
  271. jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {[email protected] DONE}
  272. foamdome-1.0.1.jar Foam Dome {[email protected] DONE}
  273. Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] DONE}
  274. Mantle-1.15.2-1.5.15.jar Mantle {[email protected] DONE}
  275. Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] DONE}
  276. IntegratedDynamics-1.15.2-1.1.17.jar IntegratedDynamics {[email protected] DONE, [email protected] DONE}
  277. pamhc2foodcore-1.15.2-1.1.0.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  278. gravestone-1.17.5.jar Gravestone Mod {[email protected] DONE}
  279. FastWorkbench-1.15.2-3.1.0.jar FastWorkbench {[email protected] DONE}
  280. polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] DONE}
  281. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
  282. Quark-r2.1-245.jar Quark {[email protected] DONE}
  283. Charm-1.15.2-1.5.9.jar Charm {[email protected] DONE}
  284. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] DONE}
  285. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
  286. Regrowth-1.15.2-1.1.0.11.jar Regrowth Mod {[email protected] DONE}
  287. moarboats-1.15.2-7.0.0.1.jar Moar Boats {[email protected] DONE}
  288. structurize-0.13.64-ALPHA.jar Structurize {[email protected] DONE}
  289. minecolonies-0.13.244-ALPHA-universal.jar Minecolonies {[email protected] DONE}
  290. FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
  291. Transport-1.15.2-2.4.0.jar Transport {[email protected] DONE}
  292. AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE}
  293. solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {[email protected] DONE}
  294. moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
  295. itemscroller-forge-1.15.2-0.15.0-dev.20200412.215325.jar Item Scroller {[email protected] DONE}
  296. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE}
  297. SilentGems-1.15.2-3.6.298.jar Silent's Gems 3 {[email protected]+98 DONE}
  298. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] DONE}
  299. Pulsar/inspirations loaded Pulses:
  300. - InspirationsShared (Enabled/Forced)
  301. - InspirationsBuilding (Enabled/Not Forced)
  302. - InspirationsUtility (Enabled/Not Forced)
  303. - InspirationsTools (Enabled/Not Forced)
  304. - InspirationsTweaks (Enabled/Not Forced)
  305.  
  306. Patchouli open book context: n/a
  307. Player Count: 0 / 8; []
  308. Data Packs: mod:ars_nouveau (incompatible), mod:towers_of_the_wild, mod:regrowth, mod:clojurelib, mod:culinaryconstruct (incompatible), mod:reauth (incompatible), mod:energeticsheep (incompatible), mod:commoncapabilities (incompatible), mod:integratedtunnels (incompatible), mod:integrateddynamics (incompatible), mod:compendium (incompatible), vanilla, mod:enchantedbookredesign, mod:cyclopscore (incompatible), mod:astralsorcery (incompatible), mod:netherportalfix (incompatible), mod:curiousshulkerboxes (incompatible), mod:doggytalents (incompatible), mod:mcwwindows, mod:rsgauges, mod:findme (incompatible), mod:essentials (incompatible), mod:terraforged, mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:theloader (incompatible), mod:nomadictents (incompatible), mod:mutantbeasts (incompatible), mod:xreliquary (incompatible), mod:randompatches (incompatible), mod:buildinggadgets (incompatible), mod:apotheosis (incompatible), mod:mcwdoors, mod:ironshulkerbox (incompatible), mod:morpheus (incompatible), mod:mekanismgenerators, mod:wikizoomer, mod:jeresources (incompatible), mod:mysticallib, mod:mcwbridges, mod:industrialforegoing (incompatible), mod:farmersdelight, mod:chunkt (incompatible), mod:biomesoplenty, mod:phosphor, mod:mekanismadditions, mod:astral (incompatible), mod:toughnessbar (incompatible), mod:silentgear (incompatible), mod:masonry, mod:portality (incompatible), mod:curios (incompatible), mod:botania (incompatible), mod:tetra, mod:managear, mod:patchouli (incompatible), mod:cloth-config2 (incompatible), mod:oreexcavation (incompatible), mod:endreborn (incompatible), mod:malilib (incompatible), mod:mekanismtools, mod:mcwroofs, mod:curiouselytra (incompatible), mod:observerlib (incompatible), mod:mcwfurnitures, mod:undergarden (incompatible), mod:trashcans, mod:bettermineshafts (incompatible), mod:cyclic (incompatible), mod:inventula, mod:quarkoddities, mod:inventorysorter (incompatible), mod:pamhc2trees (incompatible), mod:equaldragons, mod:jei (incompatible), mod:worleycaves (incompatible), mod:druidcraft, mod:tetraits, mod:abnormals_core, mod:bambooblocks (incompatible), mod:goblintraders, mod:mekanism, mod:caelus (incompatible), mod:upgrade_aquatic (incompatible), mod:extraboats, mod:create, mod:waystones (incompatible), mod:clumps (incompatible), mod:mgui (incompatible), mod:lightoverlay-forge (incompatible), mod:journeymap (incompatible), mod:naturescompass (incompatible), mod:storagenetwork (incompatible), mod:engineerstools, mod:dungeoncrawl (incompatible), mod:curioofundying (incompatible), mod:farmingforblockheads (incompatible), mod:workshop (incompatible), mod:pneumaticcraft, mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolscontrol (incompatible), mod:mahoutsukai (incompatible), mod:jeitweaker, mod:crafttweaker (incompatible), mod:rftoolspower (incompatible), mod:mysticalworld (incompatible), mod:swampexpansion (incompatible), mod:crossroads (incompatible), mod:forge (incompatible), mod:atum (incompatible), mod:bountiful (incompatible), mod:quickleafdecay, mod:colossalchests (incompatible), mod:ironchest, mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:endergetic (incompatible), mod:rftoolsutility (incompatible), mod:theoneprobe (incompatible), mod:swingthroughgrass (incompatible), mod:titanium (incompatible), mod:mana-and-artifice, mod:immersiveengineering (incompatible), mod:silentlib (incompatible), mod:pamhc2crops (incompatible), mod:wards (incompatible), mod:archers_paradox (incompatible), mod:rftoolsbuilder (incompatible), mod:jeiintegration (incompatible), mod:foamdome (incompatible), mod:savageandravage, mod:mantle (incompatible), mod:inspirations (incompatible), mod:pamhc2foodcore (incompatible), mod:gravestone, mod:fastbench (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:quark, mod:charm (incompatible), mod:strange (incompatible), mod:storagedrawers (incompatible), mod:moarboats (incompatible), mod:structurize (incompatible), mod:minecolonies (incompatible), mod:fastfurnace (incompatible), mod:transport, mod:appleskin (incompatible), mod:solcarrot (incompatible), mod:moredragoneggs, mod:itemscroller (incompatible), mod:aquaculture, mod:silentgems (incompatible), mod:overloadedarmorbar (incompatible), the_loader/BladeAddons_Data, the_loader/Druidcraft_Data, the_loader/TetraAquatic_DataPack_v2.1.zip, the_loader/TetraMysticalWorldData, the_loader/TetraSaR_DataPack_v1.2.zip, the_loader/someminerarcana
  309. Type: Integrated Server (map_client.txt)
  310. Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement