Jump to content

java.lang.IllegalArgumentException: bound must be positive


_Lightning_

Recommended Posts

Hi Guys,

The entire server crash when this error occur and it crash again if someone reach the same coordinates with no possibility to log-in again.

Forge in use: 1614 (1.7.10)

When the crash occurred the player was flyng around with a Flans mod plane from British Military content pack but the error seems to blame immersive in the crash report.

Also, in the thermos-54 server logs it says to "report this error to Forge", but forge doesn't seems to support 1.7.10 anymore, should I notify it anyway on Github??

The Log: http://pastebin.com/aLPzZA8u

The Crash: http://pastebin.com/UYc1Q16m

 

http://i.imgur.com/rbn628z.png

Link to comment
Share on other sites

java.lang.IllegalArgumentException: bound must be positive

    at java.util.Random.nextInt(Random.java:388)

    at blusunrize.immersiveengineering.common.world.IEWorldGen$OreGen.generate(IEWorldGen.java:38)

    at blusunrize.immersiveengineering.common.world.IEWorldGen.generate(IEWorldGen.java:57)

    at cpw.mods.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:137)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)

    at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)

    at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)

    at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)

    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)

 

The crash is happening from Immersive Engineering's ore generation code. It's likely that the configuration is to blame, with at least one ore configured so that its maximum y level is lower than its minimum y level.

 

If your configuration is correct, it may be an issue with IE itself. It looks like Farseek has modified some of the Minecraft/Forge code, so try and reproduce this without Farseek or any other coremods installed before you report this to the Immersive Engineering author(s) (who may or may not provide support for 1.7.10).

 

I'm not sure what caused the "Unknown net.minecraftforge.common.chunkio.QueuedChunk" errors, but you probably won't get any official support with them since you're on 1.7.10.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

  • 7 years later...

Can you guys help me with the same problem:

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 8/4/23 4:22 PM
Description: Feature placement

java.lang.IllegalArgumentException: bound must be positive
    at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_51] {}
    at net.minecraft.world.gen.placement.RangePlacement.func_212852_a_(SourceFile:19) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.RangePlacement.func_212852_a_(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.SimplePlacement.func_241857_a(SourceFile:17) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.ConfiguredPlacement.func_242876_a(SourceFile:24) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_242772_a(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature$$Lambda$17143/257497730.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:419) ~[?:1.8.0_51] {}
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) ~[?:1.8.0_51] {}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_242772_a(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature$$Lambda$17143/257497730.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_51] {}
    at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250) ~[?:1.8.0_51] {}
    at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110) ~[?:1.8.0_51] {}
    at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51] {}
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_51] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51] {}
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_51] {}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading}
    at net.minecraft.world.biome.Biome.func_242427_a(Biome.java:254) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.environs.json:MixinBiome,pl:mixin:A}
    at net.minecraft.world.gen.ChunkGenerator.func_230351_a_(SourceFile:220) ~[?:?] {re:computing_frames,re:classloading,re:mixin}
    at net.minecraft.world.chunk.ChunkStatus.func_222605_b(ChunkStatus.java:77) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.chunk.ChunkStatus$$Lambda$2339/296938197.doWork(Unknown Source) ~[?:?] {}
    at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:675) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkManagerMixin,pl:mixin:A}
    at net.minecraft.world.server.ChunkManager$$Lambda$17116/927698638.apply(Unknown Source) ~[?:?] {}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {re:classloading,re:classloading}
    at net.minecraft.world.server.ChunkManager.lambda$chunkGenerate$20(ChunkManager.java:673) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkManagerMixin,pl:mixin:A}
    at net.minecraft.world.server.ChunkManager$$Lambda$17102/712221478.apply(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$17115/1175783579.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:105) ~[?:?] {re:classloading}
    at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_51] {}
    at net.minecraft.world.gen.placement.RangePlacement.func_212852_a_(SourceFile:19) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.RangePlacement.func_212852_a_(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.SimplePlacement.func_241857_a(SourceFile:17) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.placement.ConfiguredPlacement.func_242876_a(SourceFile:24) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_242772_a(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature$$Lambda$17143/257497730.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:419) ~[?:1.8.0_51] {}
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) ~[?:1.8.0_51] {}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_242772_a(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature$$Lambda$17143/257497730.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_51] {}
    at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250) ~[?:1.8.0_51] {}
    at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110) ~[?:1.8.0_51] {}
    at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51] {}
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_51] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_51] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51] {}
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_51] {}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
    at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading}
-- Feature --
Details:
    Id: minecraft:decorated
    Config: < DecoratedFeatureConfig [minecraft:decorated | [minecraft:count net.minecraft.world.gen.feature.FeatureSpreadConfig@56d34ced]] >
    Description: < DecoratedFeature [minecraft:decorated] >
Stacktrace:
    at net.minecraft.world.biome.Biome.func_242427_a(Biome.java:254) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.environs.json:MixinBiome,pl:mixin:A}


-- Generation --
Details:
    CenterX: -11
    CenterZ: 5
    Seed: -6475703693072532105
    Biome: net.minecraft.world.biome.Biome@14f1fb4e
Stacktrace:
    at net.minecraft.world.gen.ChunkGenerator.func_230351_a_(SourceFile:220) ~[?:?] {re:computing_frames,re:classloading,re:mixin}
    at net.minecraft.world.chunk.ChunkStatus.func_222605_b(ChunkStatus.java:77) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.chunk.ChunkStatus$$Lambda$2339/296938197.doWork(Unknown Source) ~[?:?] {}
    at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:classloading,pl:accesstransformer:B}


-- Chunk to be generated --
Details:
    Location: -11,5
    Position hash: 25769803765
    Generator: net.minecraft.world.gen.NoiseChunkGenerator@29a4cf29
Stacktrace:
    at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:675) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkManagerMixin,pl:mixin:A}
    at net.minecraft.world.server.ChunkManager$$Lambda$17116/927698638.apply(Unknown Source) ~[?:?] {}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {re:classloading,re:classloading,re:classloading}
    at net.minecraft.world.server.ChunkManager.lambda$chunkGenerate$20(ChunkManager.java:673) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkManagerMixin,pl:mixin:A}
    at net.minecraft.world.server.ChunkManager$$Lambda$17102/712221478.apply(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$17115/1175783579.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94) ~[?:?] {re:classloading}


-- Affected level --
Details:
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 529
    Level dimension: minecraft:overworld
    Level spawn location: World: (-168,64,88), Chunk: (at 8,4,8 in -11,5; contains blocks -176,0,80 to -161,255,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 0 game time, 0 day time
    Level name: New World
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Known server brands: forge
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_240787_a_(MinecraftServer.java:353) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mobifier.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.func_240800_l__(MinecraftServer.java:308) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mobifier.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:86) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:621) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mobifier.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mobifier.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.MinecraftServer$$Lambda$16945/1169824058.run(Unknown Source) [?:?] {}
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


-- System Details --
Details:
    Minecraft Version: 1.16.5
    Minecraft Version ID: 1.16.5
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1007056304 bytes (960 MB) / 3026190336 bytes (2886 MB) up to 3817865216 bytes (3641 MB)
    CPUs: 8
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
    ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.4.jar mixin PLUGINSERVICE 
        /eventbus-4.0.0.jar eventbus PLUGINSERVICE 
        /forge-1.16.5-36.2.39.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.5-36.2.39.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.5-36.2.39.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.16.5-36.2.39.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE 
        /OptiFine_1.16.5_HD_U_G8%20(1).jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.16.5-36.2.39.jar fml TRANSFORMATIONSERVICE 
    FML: 36.2
    Forge: net.minecraftforge:36.2.39
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        Zombie Extreme 1.16.5 0.2.0 UNSTABLE VERSION.jar  |Zombie Extreme                |zombie_extreme                |0.2.0               |DONE      |Manifest: NOSIGNATURE
        Orva Alarms 3.0 1.16.5.jar                        |Alarms                        |orva_alarms                   |3.0                 |DONE      |Manifest: NOSIGNATURE
        rpgz-0.4.5-forge.jar                              |RpgZ                          |rpgz                          |0.4.5-forge         |DONE      |Manifest: NOSIGNATURE
        Dayzombies_rebooted-1.0.4_1.16.5.jar              |dayzombierebooted             |dayzombierebooted             |1.0.4               |DONE      |Manifest: NOSIGNATURE
        crafting-dead-core-1.16.5-1.7.5-alpha.jar         |Crafting Dead                 |craftingdead                  |1.7.5-alpha         |DONE      |Manifest: NOSIGNATURE
        Satako-4.2.12-1.16.5.jar                          |Satako                        |satako                        |4.2.12-1.16.5       |DONE      |Manifest: NOSIGNATURE
        Timeless and Classics Guns 0.3.7-1.16.5 RELEASE.ja|Timeless and Classics Guns    |tac                           |0.3.6.1             |DONE      |Manifest: NOSIGNATURE
        Fallingleaves-1.16.3-1.2.4.jar                    |Falling Leaves                |fallingleaves                 |1.2.4-alpha+20220121|DONE      |Manifest: NOSIGNATURE
        configurableextramobdrops_1.16.5-2.5.jar          |Configurable Extra Mob Drops  |configurableextramobdrops     |2.5                 |DONE      |Manifest: NOSIGNATURE
        EnhancedVisuals_v1.3.32_mc1.16.5.jar              |EnhancedVisuals               |enhancedvisuals               |1.3.0               |DONE      |Manifest: NOSIGNATURE
        configured-1.5.4-1.16.5.jar                       |Configured                    |configured                    |1.5.4               |DONE      |Manifest: NOSIGNATURE
        decorative_blocks-1.16.4-1.7.2.jar                |Decorative Blocks             |decorative_blocks             |1.7.2               |DONE      |Manifest: NOSIGNATURE
        MutantBeasts-1.16.4-1.1.3.jar                     |Mutant Beasts                 |mutantbeasts                  |1.16.4-1.1.3        |DONE      |Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
        farsightedmobs-forge-1.16-1.1.jar                 |Farsighted Mobs               |farsightedmobs                |1.1                 |DONE      |Manifest: NOSIGNATURE
        mcw-doors-1.1.0forge-mc1.16.5.jar                 |Macaw's Doors                 |mcwdoors                      |1.1.0               |DONE      |Manifest: NOSIGNATURE
        mapperbase-1.16.5-2.4.0.0.jar                     |Mapper Base                   |mapperbase                    |1.16.5-2.4.0.0      |DONE      |Manifest: NOSIGNATURE
        Immersive Vehicles-1.16.5-22.11.0.jar             |Immersive Vehicles (formerly M|mts                           |NONE                |DONE      |Manifest: NOSIGNATURE
        The-Hordes-1.16.5-1.1.5c.jar                      |The Hordes                    |hordes                        |1.1.5c              |DONE      |Manifest: NOSIGNATURE
        Saros-Road-Signs-Mod-1.16.5-2.9.jar               |Saro�s Road signs mod         |saros_road_signs_mod          |2.0                 |DONE      |Manifest: NOSIGNATURE
        iChunUtil-1.16.5-10.7.0.jar                       |iChunUtil                     |ichunutil                     |10.7.0              |DONE      |Manifest: NOSIGNATURE
        cameraoverhaul-1.0-1.16.4.jar                     |Camera Overhaul               |cameraoverhaul                |1.0.0               |DONE      |Manifest: NOSIGNATURE
        firstaid-1.9.8.jar                                |First Aid                     |firstaid                      |1.9.8               |DONE      |Manifest: NOSIGNATURE
        forge-1.16.5-36.2.39-universal.jar                |Forge                         |forge                         |36.2.39             |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        dummmmmmy-1.16.5-1.3.3.jar                        |MmmMmmMmmMmm                  |dummmmmmy                     |1.3.0               |DONE      |Manifest: NOSIGNATURE
        supplementaries-1.16.5-0.18.5.jar                 |Supplementaries               |supplementaries               |0.18.3              |DONE      |Manifest: NOSIGNATURE
        DynamicSurroundings-1.16.5-4.0.5.0.jar            |§3Dynamic Surroundings        |dsurround                     |4.0.5.0             |DONE      |Manifest: NOSIGNATURE
        selene-1.16.5-1.9.0.jar                           |Selene                        |selene                        |1.16.5-1.0          |DONE      |Manifest: NOSIGNATURE
        corpse-1.16.5-1.0.6.jar                           |Corpse                        |corpse                        |1.16.5-1.0.6        |DONE      |Manifest: NOSIGNATURE
        chronokillers-1-16-5-vehicle-mod-e1560 (2).jar    |Chronokillers_vehicles_mod    |chronokillers_vehicles_mod    |1.0.0               |DONE      |Manifest: NOSIGNATURE
        forge-1.16.5-36.2.39-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
        voicechat-forge-1.16.5-2.4.16.jar                 |Simple Voice Chat             |voicechat                     |1.16.5-2.4.16       |DONE      |Manifest: NOSIGNATURE
        physics-mod-1.0.6_forge.jar                       |Physics Mod                   |physicsmod                    |1.0                 |DONE      |Manifest: NOSIGNATURE
        AmbientSounds_v3.1.11_mc1.16.5.jar                |Ambient Sounds                |ambientsounds                 |3.0.3               |DONE      |Manifest: NOSIGNATURE
        forgedfabric-0.0.7+1.16.jar                       |ForgedFabric API              |forgedfabric                  |NONE                |DONE      |Manifest: NOSIGNATURE
        ImmersiveEngineering-1.16.5-5.1.0-148.jar         |Immersive Engineering         |immersiveengineering          |1.16.5-5.1.0-148    |DONE      |Manifest: NOSIGNATURE
        EspañolFalloutIspiredPA1.16.5.jar                 |Power armor                   |fallout_inspired_power_armor  |1                   |DONE      |Manifest: NOSIGNATURE
        simpleshops-1.1.3.jar                             |Simple Shops                  |simpleshops                   |1.1.3               |DONE      |Manifest: NOSIGNATURE
        CreativeCore_v2.2.1_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |DONE      |Manifest: NOSIGNATURE
        bunker-down 1-1-0.jar                             |Bunker Down                   |bunker_down                   |1.1.0               |DONE      |Manifest: NOSIGNATURE
        Horror Elements mod 1.16.5_Halloween_update.jar   |Horror elements mod           |horror_elements_mod           |1.0.0               |DONE      |Manifest: NOSIGNATURE
        TrackAPI-1.16.4-forge-1.2.1.jar                   |TrackAPI                      |trackapi                      |1.2                 |DONE      |Manifest: NOSIGNATURE
        lightspeed-1.16.5-1.0.5.jar                       |Lightspeed                    |lightspeed                    |1.16.5-1.1.0        |DONE      |Manifest: NOSIGNATURE
        curios-forge-1.16.5-4.1.0.0.jar                   |Curios API                    |curios                        |1.16.5-4.1.0.0      |DONE      |Manifest: NOSIGNATURE
        C_M_A_Transport_Pack_v_2_2-1_16_5.jar             |CMA Cars                      |cmacars                       |V1.0                |DONE      |Manifest: NOSIGNATURE
        collective-1.16.5-5.49.jar                        |Collective                    |collective                    |5.49                |DONE      |Manifest: NOSIGNATURE
        roadstuff-1.16.5-4.3.0.jar                        |Road Stuff                    |roadstuff                     |1.16.5-4.3.0        |DONE      |Manifest: NOSIGNATURE
        mobsunscreen-1.16.5-3.0.4.jar                     |Mob Sunscreen                 |mobsunscreen                  |1.16.5-3.0.4        |DONE      |Manifest: NOSIGNATURE
        flashLight-2.0.1.jar                              |Flashlight Mod                |flashlight                    |2.0.1               |DONE      |Manifest: NOSIGNATURE
        AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |Manifest: NOSIGNATURE
        Quark-r2.4-322.jar                                |Quark                         |quark                         |r2.4-322            |DONE      |Manifest: NOSIGNATURE
        [1.16.5] SecurityCraft v1.9.7.1.jar               |SecurityCraft                 |securitycraft                 |v1.9.7.1            |DONE      |Manifest: NOSIGNATURE
        ParCool-1.16.5-3.0.1.0-R.jar                      |ParCool!                      |parcool                       |1.16.5-3.0.1.0-R    |DONE      |Manifest: NOSIGNATURE
        ToughAsNails-1.16.5-4.1.0.9-universal.jar         |Tough As Nails                |toughasnails                  |1.16.5-4.0.1.8      |DONE      |Manifest: NOSIGNATURE
        obfuscate-0.6.3-1.16.5.jar                        |Obfuscate                     |obfuscate                     |0.6.3               |DONE      |Manifest: NOSIGNATURE
        CustomNPCs-1.16.5.20220515.jar                    |Custom NPCs                   |customnpcs                    |1.16.5.20220515     |DONE      |Manifest: NOSIGNATURE
        Atlas-Lib-1.16.5-1.1.3c.jar                       |Atlas Lib                     |atlaslib                      |1.1.3c              |DONE      |Manifest: NOSIGNATURE
        worldedit-mod-7.2.5-dist.jar                      |WorldEdit                     |worldedit                     |7.2.5+57d5ac9       |DONE      |Manifest: NOSIGNATURE
        eatinganimation-1.16.5-1.0.0.jar                  |Eating Animation              |eatinganimation               |1.0.0               |DONE      |Manifest: NOSIGNATURE
        CoroUtil-1.16.5-1.2.37.jar                        |CoroUtil                      |coroutil                      |1.16.5-1.2.37       |DONE      |Manifest: NOSIGNATURE
        cfm-7.0.0pre22-1.16.3.jar                         |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre22         |DONE      |Manifest: NOSIGNATURE
        architectury-1.32.68.jar                          |Architectury                  |architectury                  |1.32.68             |DONE      |Manifest: NOSIGNATURE
        Modern-Elevators-Escalators-forge-1.16.5-3.1.6.jar|Modern Elevators and Escalator|mtr                           |1.16.5-3.1.6        |DONE      |Manifest: NOSIGNATURE
        ImmersiveRailroading-1.16.5-forge-1.9.1.jar       |Immersive Railroading         |immersiverailroading          |1.16.5-forge-1.9.1  |DONE      |Manifest: NOSIGNATURE
        UniversalModCore-1.16.5-forge-1.1.3.jar           |Universal Mod Core            |universalmodcore              |1.1.3               |DONE      |Manifest: NOSIGNATURE
        ItemPhysic_v1.4.18_mc1.16.5.jar                   |ItemPhysic                    |itemphysic                    |1.6.0               |DONE      |Manifest: NOSIGNATURE
        cloth-config-4.17.101-forge.jar                   |Cloth Config v4 API           |cloth-config                  |4.17.101            |DONE      |Manifest: NOSIGNATURE
        chronokillers-1-16-5-car-and-trucks-mod-e1560.jar |Chronokillers car and trucks  |chronokillers_car_and_trucks  |1.0.0               |DONE      |Manifest: NOSIGNATURE
        DynamicTrees-1.16.5-0.10.5.jar                    |Dynamic Trees                 |dynamictrees                  |1.16.5-0.10.5       |DONE      |Manifest: NOSIGNATURE
        geckolib-forge-1.16.5-3.0.106.jar                 |GeckoLib                      |geckolib3                     |3.0.106             |DONE      |Manifest: NOSIGNATURE
        GoodOlCurrency-Beta-0.0.1.jar                     |Good Ol' Currency             |gocurrency                    |Beta-0.0.1          |DONE      |Manifest: NOSIGNATURE
        mobifier-1.1.4.jar                                |Mobifier                      |mobifier                      |1.1.3               |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: b0919270-3217-41d1-962b-5f1f351d86d9
    Player Count: 0 / 8; []
    Data Packs: vanilla, mod:zombie_extreme, mod:orva_alarms, mod:rpgz, mod:dayzombierebooted, mod:craftingdead (incompatible), mod:satako, mod:tac (incompatible), mod:fallingleaves, mod:configurableextramobdrops, mod:enhancedvisuals, mod:configured, mod:decorative_blocks, mod:mutantbeasts (incompatible), mod:farsightedmobs, mod:mcwdoors, mod:mapperbase (incompatible), mod:mts, mod:hordes (incompatible), mod:saros_road_signs_mod, mod:ichunutil, mod:cameraoverhaul, mod:firstaid (incompatible), mod:forge, mod:dummmmmmy (incompatible), mod:supplementaries, mod:dsurround, mod:selene, mod:corpse, mod:chronokillers_vehicles_mod, mod:voicechat, mod:physicsmod, mod:ambientsounds, mod:forgedfabric, mod:immersiveengineering, mod:fallout_inspired_power_armor, mod:simpleshops, mod:creativecore, mod:bunker_down, mod:horror_elements_mod, mod:trackapi (incompatible), mod:lightspeed (incompatible), mod:curios, mod:cmacars, mod:collective, mod:roadstuff (incompatible), mod:mobsunscreen (incompatible), mod:flashlight, mod:autoreglib (incompatible), mod:quark (incompatible), mod:securitycraft, mod:parcool (incompatible), mod:toughasnails, mod:obfuscate, mod:customnpcs, mod:atlaslib, mod:worldedit (incompatible), mod:eatinganimation, mod:coroutil, mod:cfm (incompatible), mod:architectury, mod:mtr, mod:immersiverailroading (incompatible), mod:universalmodcore (incompatible), mod:itemphysic, mod:cloth-config (incompatible), mod:chronokillers_car_and_trucks, mod:dynamictrees, mod:geckolib3 (incompatible), mod:gocurrency, mod:mobifier
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'
    OptiFine Version: OptiFine_1.16.5_HD_U_G8
    OptiFine Build: 20210515-161946
    Render Distance Chunks: 6
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 Compatibility Profile Context 22.20.27.09.230330
    OpenGlRenderer: Radeon RX 580 Series
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 8

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.