Git Product home page Git Product logo

worldblender's Introduction

MAVEN

For developers that want to add World Blender to their mod's workspace:

repositories {

  maven {

    url "https://nexus.resourcefulbees.com/repository/maven-public/"

  }

}

 

Don't forget to change 4.0.0 with the actual latest version of this mod.

dependencies {

  ...

  implementation fg.deobf("com.telepathicgrunt:WorldBlender:1.16.5-4.0.0-forge")

}

 

Add these two properties to both of your run configs in the build.gradle file. These will allow WB's mixins to work. After you add the properties lines, refresh Gradle and run genEclipseRuns or genIntellijRuns or genVSCodeRuns based on what IDE you are using.

minecraft {

  ...

  runs {

    client {

      ...

      property 'mixin.env.remapRefMap', 'true'

      property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

    }

    server {

      ...

      property 'mixin.env.remapRefMap', 'true'

      property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

    }

  }

}

____________________________________________________________________________

 

The banner logo for World Blender with a picture of the crazy landscape behind the title.

CURRENTLY FOR 1.16.5 MC

Needs to be on both client and server to work

(Play this mod with get-it-together-drops for best performance!)

Past News: Optimized portal rendering! Reduced floating blocks and item entity spam!

____________________________________________________________________________

WHAT IS WORLD BLENDER?

World Blender is a dimension filled with every single biome's features, structures, natural spawns, carvers (caves), and terrain surfaces shoved in! Even modded features and structures will be added to the dimension! However, some mods have hardcoded their features or structures to only spawn in their own dimensions or biomes but I will try and work out alternatives methods to get their stuff in this awesome dimension! But sometimes, those feature uses a config option to determine what dimension their stuff spawns in so if a mod's feature or structure is not spawning in World Blender's dimension, then take a look at the mod's config options first. If you still can't get it to spawn in the dimension, let me know so I can take a look and add it to my list of mods to try and be compatible with if it is possible. :)

 

Inside the dimension, you will find massive webs of different kinds of surfaces all filled to the brim with trees, grass, and structures. But take notice of the Nether surface path that has End surfaces on each side. That Nether path is the main walkway through the dimension as no other surfaces can interrupt that pathway. So follow that red road and explore the insanity of the world! Also, if you got modded ores mod on, all the ores will be added as well as long as they are able to spawn in Stone! And lastly, the biomes will have imported every mob's spawn entry so there's no telling what will spawn! Though animals seem to not spawn very often due to all the trees and plants covering all the Grass Blocks so you may have to burn down some forests or blacklist many plant features in the config to increase animal spawning.

 

And yes, the more worldgen mods you have on, the crazier World Blender's dimension becomes! It gets insane real fast! Though too many mods on and the dimension may become much slower to load. At that point, use my config and blacklist the most resource intensive worldgen stuff from other mods from being imported. World Blender requires customizing in the config for large modpacks in order to remain playable. Do note, the creation of the chunks at world origin in the dimension takes a bit of time to be generated as the Enderdragon stuff requires many chunks to be generated in a single tick.

 

Also, be sure to check out the images page for several screenshots of what the world looks like! And yes, you can use this mod in a modpack or download and modify the source code. It is all under LGPLv3 License

 

____________________________________________________________________________

HOW DO I ENTER THIS WORLD?

To enter this highly, overpowered and broken dimension, you have to prove that you had traveled quite a lot and that you are in the endgame by placing 8 chests in a 2x2x2 area and then filling every slot with 1 of every block you can find! (Slots with the same item does not count. Items without block forms does not count. Having more than 1 kind of one block will not count as extra either.) Then when you are done, hold a Nether Star in your hand. Now crouch and right click any of the chests with the star to create the portal! The portal will consume the chests and the blocks inside as sacrifice! If this is too much to do, you can easily reduce the number of unique blocks required or what activation item is needed to make the portal by going into the config file. But once the portal is made, just walk into the portal after it has cooled down (not red anymore) and you'll enter the dimension with a new portal block at your feet to let you exit easily!

 

If you create the portal in a bad spot, you can right click the portal blocks while crouching and holding no items to vaporize the portal. Also in this crazy dimension, you can always leave it by heading to world origin as there will be quartz altar with an unbreakable portal block to always allow you to escape. The portal will always place you back to the Overworld when leaving the dimension so keep that in mind! And also, the portal can teleport any entity or dropped item but only one at a time and it will have a cooldown phase.

 

With commands active, you can enter the dimension faster by doing this command **/execute in world_blender:world_blender run tp ~ 70 ~**. And by default, features that contain lava or fire will not be imported so they do not create out of control fire spreading. You can turn off this config so fire features gets imported but if you do, I highly recommend you to do /gamerule doFireTick false so that fire does not go crazy rampant in this dimension and cause quite a bit of lag!

 

____________________________________________________________________________

HOW CAN I CONFIGURE THIS MOD?

This mod has 29 configs options total to allow you to customize this mod. The options are:

 

-turn on or off importing vanilla or mod's features, structures, carvers, surfaces, and natural mob spawns.

 

-disable bamboo, fire, and lava features from spawning to help reduce lag.

 

-surround floating liquid with solid blocks and placing solid blocks under blocks that can fall. This helps reduce lag from liquid flowing or blocks falling.

 

-place Obsidian blocks to separate lava tagged fluids from water tagged fluids underground.

 

-blacklist certain mod's or vanilla features, structures, carvers, surfaces, and natural mob spawns by using keywords, using the resource location (ID) of the thing itself, or using the resource location of the mod itself.

 

-print out all resource locations of everything registered to help you with making a blacklist easily.

 

-change how many kinds of blocks are needed to make the portal, specify required blocks that needs to be in the chests, what activation item(s) is needed, and whether the portal should drop the chests and its contents instead of consuming it.

 

-how thick the surface bands are and whether vanilla ravine and cave carvers can carve through modded blocks, Netherrack, and End Stone underground.

 

-spawn the Enderdragon at world origin in the dimension! (Set to off by default as I want people to explore this dimension safely without worrying about the dragon guarding the custom altar at world origin. That way you always have an easy escape from the dimension at anytime)

 

The config file has more info on each of the options. Got more ideas or suggestions? Leave a comment below and I'll see if it can be done. The config file is located in the config folder outside of the world save folders. Any changes you do to the config requires a complete restart with Minecraft due to how it imports stuff from vanilla and other mod's biomes. And also, don't forget you can modify World Blender's dimension or biomes by Datapack too! Here's what you can override with datapacks:  https://github.com/TelepathicGrunt/WorldBlender/tree/master/src/main/resources/data/world_blender

 

____________________________________________________________________________

For the list of changes in this mod, click the Source tab and check out Changelog.md file. This helps me keep track of what I had done so far.

 

If you find an issue, glitch, or have a suggestion about my mod, let me know! But if you don't have a GitHub account to report in the Issue tab above, just comment what the problem is below and I'll try and get back to you ASAP! :)

 

Discord Link to #telepathicgrunt-mods channel for my mods! :

https://discord.gg/SM7WBT6FGu

discord-logo-png-free-transparent-png-logos-discord-png-logo-300_300 (PNG)  | BeeIMG

worldblender's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

worldblender's Issues

Crash w/ Conditional Mob Spawning

Minecraft v1.15.2
Forge v31.2.31
World Blender v1.3.6
Nature Plus: https://github.com/WenXin20/natureplus
natureplus-1.15.2-1.9.2.jar.zip

MCreator recently added something called conditional mob spawning, which allows the creator to create a procedure that allows mobs to spawn only in certain conditions. After making these changes, my server crashes with World Blender and Nature Plus.
Blacklisting the entire mod in the config fixes the crash for the time being.
Latest.log
Crash Report

Mobs go invisible when using minimap/worldmap or running/teleporting

I am playing the Minecraft mod, Ice and Fire Magic Modpack. I've updated the Minimap to 21.10.0.1 for Forge and the World Map to 1.14.1 for Forge 1.16.5.

When I run using the minimap with the tab button pressed to see mobs, they end up going invisible and I can't see them on any map or standing in front of them. Nothing shows, only their sound works. This happens to all mob types; hostile, friendly, etc. Along with them being invisible, oddly chests and beds, and any blocks you break are invisible as well.

I've changed my settings, updated other mods, restarted, reinstalled the maps and CurseForge, and the bug is still there. I am not sure what the conflict is. As you can see in the pictures, the villagers, animals, mobs, chests, are invisible. I can kill, or use items, I just can't see them.
@TelepathicGrunt
RAM allocated for Minecraft: 4GB
Java: (build 1.8.0_291-b10)

Device name xxxxxxxxx
Processor Intel(R) Core(TM) i3-2125 CPU @ 3.30GHz 3.30 GHz
Installed RAM 8.00 GB (7.90 GB usable)
Device ID 3B51426A-336E-444A-BB82-DEA98B2745F8
Product ID 00330-75059-10411-AAOEM
System type 64-bit operating system, x64-based processor
Edition Windows 10 Pro
Version 20H2
Installed on ‎7/‎20/‎2020
OS build 19042.985
Experience Windows Feature Experience Pack 120.2212.2020.0

image
image
image
image
image
image
image
image

Loading Error

Minecraft v1.15.2
Forge v31.1.30
World Blender v1.3.2

I got an error on load that says "World Blender encountered an error during the complete event phase: null"
Log: Error starts at[16:46:38]

Crash w/ The Conjurer Mod and Others

Minecraft v1.15.2
Forge v31.2.5
The Conjurer v1.0.2
Structure Gel API v1.0.0

I got a crash after trying to a world using the World Blender type. The crash report invovles both Conjurer Illager and it's required mod, Structure Gel.
Crash Report

(The mod also crashes or errors with Dimensional Dungeons, Resourceful Bees, and the Lord of the Rings mod, download found here, under snapshot 1.2, but had not saved the logs as no crash reports saved.
I will create seperate issues once I can get those logs, but for now I have blacklisted these mods in the config.)

Space Boss Tools 1.16.5-5.3 crashes in World Blender if Environmental is on

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 7/8/21 10:47 AM
Description: Watching Server

java.lang.Error: ServerHangWatchdog detected that a single server tick took 180.00 seconds (should be max 0.05)
at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_74] {}
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) ~[?:1.8.0_74] {}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(ThreadTaskExecutor.java:182) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(ThreadTaskExecutor.java:169) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:130) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A}
at net.minecraft.world.chunk.AbstractChunkProvider.func_217205_a(SourceFile:16) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.world.World.func_175647_a(World.java:766) ~[?:?] {re:computing_frames,pl:accesstransformer:B,xf:fml:advancedrocketry:coremodmethod,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:advancedrocketry:coremodmethod,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:mixin:APP:betterweather.mixins.json:MixinWorld,pl:mixin:APP:sereneseasons.mixins.json:MixinWorld,pl:mixin:A}
at net.minecraft.world.IEntityReader.func_217357_a(SourceFile:51) ~[?:?] {re:computing_frames,re:classloading,re:mixin}
at com.stal111.forbidden_arcanus.event.TickListener.onPlayerTick(TickListener.java:120) ~[?:16.2.0-beta-4] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_2919_TickListener_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2609/575329787.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:85) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:196) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:PlayerEntityMixin,pl:mixin:APP:caelus.mixins.json:PlayerEntityMixin,pl:mixin:APP:netherite_plus.mixins.json:PlayerEntityMixin,pl:mixin:APP:multi-item-lib.mixins.json:PlayerEntityMixin,pl:mixin:APP:vampirism.mixins.json:MixinPlayerEntity,pl:mixin:APP:environmental.mixins.json:PlayerEntityMixin,pl:mixin:A}
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:advancement.ServerPlayerEntityMixin,pl:mixin:APP:betterendforge.mixins.json:ServerPlayerEntityMixin,pl:mixin:APP:performant.mixins.json:entity.ServerPlayerEntityMixin,pl:mixin:A}
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:207) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:reach_set_server_entity_interact,xf:fml:astralsorcery:allow_entity_interaction,pl:mixin:A}
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:226) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {re:classloading}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ultra_amplified_dimension.mixins.json:dimension.MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:APP:world_blender.mixins.json:dimensions.MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ultra_amplified_dimension.mixins.json:dimension.MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:APP:world_blender.mixins.json:dimensions.MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinIntegratedServer,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ultra_amplified_dimension.mixins.json:dimension.MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:APP:world_blender.mixins.json:dimensions.MinecraftServerMixin,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:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ultra_amplified_dimension.mixins.json:dimension.MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:APP:world_blender.mixins.json:dimensions.MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$41125/861434612.run(Unknown Source) ~[?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74] {}

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

-- Thread Dump --
Details:
Threads: "Worker-Main64" Id=214 WAITING on java.util.concurrent.ForkJoinPool@6a025e93
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@6a025e93
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)

"Worker-Main62" Id=211 TIMED_WAITING on java.util.concurrent.ForkJoinPool@6a025e93
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@6a025e93
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)

"Worker-Main55" Id=204 BLOCKED on java.lang.Class@64c5ada3 owned by "Worker-Main52" Id=192
at java.lang.Shutdown.exit(Shutdown.java:212)
- blocked on java.lang.Class@64c5ada3
at java.lang.Runtime.exit(Runtime.java:109)
at java.lang.System.exit(System.java:971)
at net.minecraft.util.Util.func_240983_a_(Util.java:223)
at net.minecraft.util.Util$$Lambda$1433/2107877975.uncaughtException(Unknown Source)
at java.lang.Thread.dispatchUncaughtException(Thread.java:1952)

"Client Shutdown Thread" Id=20 WAITING on java.util.concurrent.CompletableFuture$Signaller@60fa35e3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.CompletableFuture$Signaller@60fa35e3
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1934)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213167_f(ThreadTaskExecutor.java:89)
at net.minecraft.server.integrated.IntegratedServer.func_71263_m(IntegratedServer.java:267)
...

"JM-task-5" Id=202 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25f8a798
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25f8a798
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Sound engine" Id=198 WAITING on java.lang.String@5d768372
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@5d768372
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at net.minecraft.client.audio.SoundEngineExecutor.func_223705_bi(SourceFile:49)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(ThreadTaskExecutor.java:169)
at net.minecraft.client.audio.SoundEngineExecutor.func_213178_c(SourceFile:42)
at net.minecraft.client.audio.SoundEngineExecutor$$Lambda$29787/255177259.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)

"Worker-Main52" Id=192 WAITING on net.minecraft.client.main.Main$2@7fac3ce0
at java.lang.Object.wait(Native Method)
- waiting on net.minecraft.client.main.Main$2@7fac3ce0
at java.lang.Thread.join(Thread.java:1245)
at java.lang.Thread.join(Thread.java:1319)
at java.lang.ApplicationShutdownHooks.runHooks(ApplicationShutdownHooks.java:106)
at java.lang.ApplicationShutdownHooks$1.run(ApplicationShutdownHooks.java:46)
at java.lang.Shutdown.runHooks(Shutdown.java:123)
at java.lang.Shutdown.sequence(Shutdown.java:167)
at java.lang.Shutdown.exit(Shutdown.java:212)
- locked java.lang.Class@64c5ada3
...

"Worker-Main47" Id=186 BLOCKED on java.lang.Class@64c5ada3 owned by "Worker-Main52" Id=192
at java.lang.Shutdown.exit(Shutdown.java:212)
- blocked on java.lang.Class@64c5ada3
at java.lang.Runtime.exit(Runtime.java:109)
at java.lang.System.exit(System.java:971)
at net.minecraft.util.Util.func_240983_a_(Util.java:223)
at net.minecraft.util.Util$$Lambda$1433/2107877975.uncaughtException(Unknown Source)
at java.lang.Thread.dispatchUncaughtException(Thread.java:1952)

"JM-texture-3" Id=172 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@141785ca
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@141785ca
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

"JM-texture-2" Id=171 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@141785ca
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@141785ca
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

"SharedPoolWorker" Id=170 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2573ff86
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2573ff86
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

"SharedPoolWorker" Id=169 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2573ff86
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2573ff86
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

"HttpPipelineReceiver" Id=151 TIMED_WAITING on net.optifine.http.HttpPipelineConnection@45d758d7
at java.lang.Object.wait(Native Method)
- waiting on net.optifine.http.HttpPipelineConnection@45d758d7
at net.optifine.http.HttpPipelineConnection.getNextRequest(HttpPipelineConnection.java:197)
at net.optifine.http.HttpPipelineConnection.getNextRequestReceive(HttpPipelineConnection.java:185)
at net.optifine.http.HttpPipelineReceiver.run(HttpPipelineReceiver.java:51)

"Netty Server IO #1" Id=142 RUNNABLE
at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)
at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked io.netty.channel.nio.SelectedSelectionKeySet@2cd32e0c
- locked java.util.Collections$UnmodifiableSet@442c789
- locked sun.nio.ch.KQueueSelectorImpl@3e779748
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
...

"Netty Local Client IO #0" Id=141 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@419961b1
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@419961b1
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at io.netty.util.concurrent.SingleThreadEventExecutor.takeTask(SingleThreadEventExecutor.java:238)
at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:52)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Thread.java:745)

"Netty Server IO #0" Id=140 RUNNABLE
at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198)
at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked io.netty.channel.nio.SelectedSelectionKeySet@748f94c0
- locked java.util.Collections$UnmodifiableSet@66636b57
- locked sun.nio.ch.KQueueSelectorImpl@642c6d04
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
...

"ObjectCleanerThread" Id=139 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@6eb21cd9
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@6eb21cd9
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:745)

"Thread-51" Id=135 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at com.performant.coremod.entity.threading.ActionThread.run(ActionThread.java:43)

"Thread-50" Id=134 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at com.performant.coremod.entity.threading.MoveThread.run(MoveThread.java:50)

"Thread-49" Id=133 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at com.performant.coremod.entity.threading.MoveThread.run(MoveThread.java:50)

"Thread-48" Id=132 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at com.performant.coremod.entity.threading.MoveThread.run(MoveThread.java:50)

"Thread-47" Id=131 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at com.performant.coremod.entity.threading.MoveThread.run(MoveThread.java:50)

"ResearchIOThread" Id=130 TIMED_WAITING on java.util.TaskQueue@6693ac5b
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@6693ac5b
at java.util.TimerThread.mainLoop(Timer.java:552)
at java.util.TimerThread.run(Timer.java:505)

"WorldCacheIOThread" Id=129 TIMED_WAITING on java.util.TaskQueue@1b574a0d
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@1b574a0d
at java.util.TimerThread.mainLoop(Timer.java:552)
at java.util.TimerThread.run(Timer.java:505)

"Integrated Server Watchdog" Id=126 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
at com.performant.coremod.world.IntegratedServerHangWatchdog.run(IntegratedServerHangWatchdog.java:61)
at java.lang.Thread.run(Thread.java:745)

"Thread Backup" Id=123 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at ovh.corail.tombstone.helper.ThreadedBackup.processQueue(ThreadedBackup.java:60)
at ovh.corail.tombstone.helper.ThreadedBackup.run(ThreadedBackup.java:37)
at java.lang.Thread.run(Thread.java:745)

"Thread-40" Id=115 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1c14502e
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1c14502e
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Server thread" Id=110 TIMED_WAITING on java.lang.String@5d768372
at sun.misc.Unsafe.park(Native Method)
- waiting on java.lang.String@5d768372
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(ThreadTaskExecutor.java:182)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(ThreadTaskExecutor.java:169)
at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:130)
at net.minecraft.world.chunk.AbstractChunkProvider.func_217205_a(SourceFile:16)
at net.minecraft.world.World.func_175647_a(World.java:766)
at net.minecraft.world.IEntityReader.func_217357_a(SourceFile:51)
...

"Snooper Timer" Id=111 WAITING on java.util.TaskQueue@19b44ad9
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@19b44ad9
at java.lang.Object.wait(Object.java:502)
at java.util.TimerThread.mainLoop(Timer.java:526)
at java.util.TimerThread.run(Timer.java:505)

"spark-forge-async-worker" Id=102 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@38927cc0
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@38927cc0
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"spark-forge-async-worker" Id=97 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@639dedc
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@639dedc
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"JM-VersionCheck-1" Id=89 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@120ea671
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@120ea671
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

"Culling Thread" Id=81 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at meldexun.entityculling.CullingThread.run(CullingThread.java:121)

"JAOPCA Executor Thread" Id=85 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@29d7c46b
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@29d7c46b
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

"spark-forge-async-worker" Id=80 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@288c9ed
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@288c9ed
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"spark-cpu-monitor" Id=79 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4a0f385e
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4a0f385e
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Java2D Disposer" Id=66 WAITING on java.lang.ref.ReferenceQueue$Lock@2d552240
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@2d552240
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at sun.java2d.Disposer.run(Disposer.java:148)
at java.lang.Thread.run(Thread.java:745)

"Thread-26" Id=57 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a364f1d
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a364f1d
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-25" Id=53 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7eb53e17
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7eb53e17
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-24" Id=52 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4d4b2457
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4d4b2457
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-23" Id=51 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4988589c
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4988589c
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-22" Id=50 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@41ceb817
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@41ceb817
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-21" Id=49 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@16dc73bf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@16dc73bf
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-20" Id=48 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@22184af
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@22184af
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-19" Id=47 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@96660cf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@96660cf
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-18" Id=46 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d5c7ff4
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d5c7ff4
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-17" Id=45 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48e8a26b
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@48e8a26b
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-16" Id=44 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@46625325
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@46625325
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-15" Id=43 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cb8333e
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7cb8333e
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-14" Id=42 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@22454082
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@22454082
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-13" Id=41 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2fb3455b
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2fb3455b
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-12" Id=40 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7b9cc0f3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7b9cc0f3
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Snooper Timer" Id=21 WAITING on java.util.TaskQueue@46003d7d
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@46003d7d
at java.lang.Object.wait(Object.java:502)
at java.util.TimerThread.mainLoop(Timer.java:526)
at java.util.TimerThread.run(Timer.java:505)

"Timer hack thread" Id=19 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.util.Util$6.run(Util.java:680)

"Thread-2" Id=14 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4e49246f
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4e49246f
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
...

"Thread-1" Id=13 TIMED_WAITING
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)

"Signal Dispatcher" Id=4 RUNNABLE

"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@7b652960
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@7b652960
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@66e3f5a7
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@66e3f5a7
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

"Render thread" Id=1 RUNNABLE
at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:102)
at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:118)
at net.minecraft.entity.LivingEntity.getCapability(LivingEntity.java:3183)
at net.minecraft.entity.player.PlayerEntity.getCapability(PlayerEntity.java:2079)
at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:48)
at top.theillusivec4.curios.common.CuriosHelper.getCuriosHandler(CuriosHelper.java:67)
at top.theillusivec4.curios.common.CuriosHelper.findEquippedCurio(CuriosHelper.java:106)
at com.oblivioussp.spartanweaponry.util.QuiverHelper.findFirstOfType(QuiverHelper.java:80)
...

Stacktrace:
at com.performant.coremod.world.IntegratedServerHangWatchdog.run(IntegratedServerHangWatchdog.java:79) [?:1.16.2-5-3.68m] {re:classloading}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74] {}

-- Performance stats --
Details:
Random tick rate: 3
Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 0, entities: 81 [lycanitesmobs:roc:19,minecraft:arrow:10,lycanitesmobs:manticore:9,minecraft:villager:8,betteranimalsplus:butterfly:6], block_entities: 412 [minecraft:chest:193,cyclic:fluid_pipe:68,cyclic:item_pipe:46,minecraft:furnace:34,minecraft:hopper:10], block_ticks: 7, fluid_ticks: 0, chunk_source: ServerChunkCache: 2025,
ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 96 [lycanitesmobs:cephignis:27,lycanitesmobs:kathoga:27,minecraft:item:23,minecraft:zombified_piglin:4,infernalexp:voline:4], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 841,
ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:lelyetia]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-63]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / gaiadimension:gaia_dimension]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:shyrelands]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-8]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-7]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-9]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / mining_dimension:mining]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / boss_tools:orbit_moon]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-4]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-3]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-60]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-6]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-61]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-62]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-5]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / futurepack:envia]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:deeplands]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / advancedrocketry:space]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / boss_tools:mercury]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:gardencia]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-52]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-0]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-53]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-2]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-54]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-1]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-55]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-56]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-57]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-58]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / boss_tools:mars]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-59]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / futurepack:asteroid_belt]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-50]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-51]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:haven]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / thebeginning:the_abyss_beginning_ground_lands]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:celeve]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:lunalus]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / boss_tools:orbit_mars]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:abyss]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / boss_tools:moon]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:barathos]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:lborean]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / theabyss:death]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / ultra_amplified_dimension:ultra_amplified_dimension]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / terridus:terridus]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:luna]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / futurepack:below_bedrock]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:dustopia]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-27]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-28]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / theabyss:the_end_of_time_2]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / world_blender:world_blender]: players: 1, entities: 24 [world_blender:item_clearing_entity:14,minecraft:shulker:6,minecraft:cat:1,minecraft:player:1,aoa3:corrupted_traveller:1], block_entities: 6 [quark:variant_chest:2,minecraft:chest:2,world_blender:world_blender_portal:1,minecraft:brewing_stand:1], block_ticks: 1832, fluid_ticks: 4071, chunk_source: ServerChunkCache: 963,
ResourceKey[minecraft:dimension / planet:planet-29]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / futurepack:tyros]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-20]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / boss_tools:orbit_mercury]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-21]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-22]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-23]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-24]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-25]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-26]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / theabyss:theabyssdimiceworld]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:vox_ponds]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:greckon]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / theabyss:theabyssdim]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-16]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / compactmachines:compact_world]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-17]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-18]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / twilightforest:twilightforest]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-19]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / woot:tartarus]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 729,
ResourceKey[minecraft:dimension / twilightforest:skylight_forest]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-10]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-11]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-12]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-13]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-14]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-15]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:mysterium]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:crystevia]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-49]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / thebeginning:theabyssdimbeginning]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-41]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-42]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-43]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-44]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-45]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-46]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-47]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-48]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-40]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / futurepack:menelaus]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:runandor]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-38]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-39]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:candyland]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:nowhere]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:iromine]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-30]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-31]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-32]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-33]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-34]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / theabyss:the_end_of_time]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-35]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-36]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / planet:planet-37]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:creeponia]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / undergarden:undergarden]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / boss_tools:orbit_overworld]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / aoa3:precasia]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Mac OS X (x86_64) version 10.16
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2795401168 bytes (2665 MB) / 7854358528 bytes (7490 MB) up to 7854358528 bytes (7490 MB)
CPUs: 4
JVM Flags: 4 total; -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.1.32.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.1.32.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.1.32.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.1.32.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.5_HD_U_G8.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.5-36.1.32.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.32
FML Language Providers:
[email protected]
minecraft@1
Mod List:
supermartijn642configlib-1.0.8-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.8 |DONE |Manifest: NOSIGNATURE
infernal-expansion-forge-1.3.jar |Infernal Expansion |infernalexp |Release 1.3 |DONE |Manifest: NOSIGNATURE
emcbaubles-1.16.5-1.1.0.jar |EMC Baubles |emcbaubles |1.1.0 |DONE |Manifest: NOSIGNATURE
prefab-1.6.5.6.jar |Prefab |prefab |1.6.5.6 |DONE |Manifest: NOSIGNATURE
ProjectE-1.16.5-PE1.0.1B.jar |ProjectE |projecte |PE1.0.1B |DONE |Manifest: NOSIGNATURE
mcw-windows-1.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |1.0.3 |DONE |Manifest: NOSIGNATURE
torohealth-1.16.4-forge-4.jar |ToroHealth |torohealth |NONE |DONE |Manifest: NOSIGNATURE
SilentMechanisms-1.16.3-1.0.1+77.jar |Silent's Mechanisms |silents_mechanisms |1.0.1+77 |DONE |Manifest: NOSIGNATURE
Powah-1.16.5-2.3.16.jar |Powah |powah |2.3.16 |DONE |Manifest: NOSIGNATURE
reliquary-1.16.5-1.3.5.1100.jar |Reliquary |xreliquary |1.16.5-1.3.5.1100 |DONE |Manifest: NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
ChanceCubes-1.16.5-5.0.2.428.jar |Chance Cubes |chancecubes |1.16.5-5.0.2.428 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.16.4-4.6.1.jar |Apotheosis |apotheosis |4.6.1 |DONE |Manifest: NOSIGNATURE
world_blender-1.16.5-3.1.4.jar |World Blender |world_blender |1.16.5-3.1.4 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.121.jar |Just Enough Resources |jeresources |0.12.1.121 |DONE |Manifest: NOSIGNATURE
VampiresNeedUmbrellas-1.16.5-1.1.2.jar |Vampires Need Umbrellas |vampiresneedumbrellas |1.1.2 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.9.13.jar |Refined Storage |refinedstorage |1.9.13 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.4-1.6.0.jar |BetterEnd Forge |betterendforge |1.16.4-1.6.0 |DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.16.5-3.2.13.1-5.jar |Industrial Foregoing |industrialforegoing |3.2.13.1 |DONE |Manifest: NOSIGNATURE
torchmaster-2.3.7.jar |Torchmaster |torchmaster |2.3.7 |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |DONE |Manifest: NOSIGNATURE
ironfurnaces-1.16.5-2.6.8.jar |Iron Furnaces |ironfurnaces |2.6.8 |DONE |Manifest: NOSIGNATURE
futurepack-1.16.4-31.2.6840.jar |Futurepack |futurepack |31.2.6840 |DONE |Manifest: 78:ee:c7:a4:2b:54:18:c6:71:6a:84:82:fa:d9:98:5a:a8:33:83:96:b1:4b:e6:1a:c9:56:58:d7:e8:92:1d:63
mcw-trapdoors-1.0.2-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.2 |DONE |Manifest: NOSIGNATURE
silent-gear-1.16.5-2.6.28.jar |Silent Gear |silentgear |2.6.28 |DONE |Manifest: NOSIGNATURE
spark-forge.jar |spark |spark |1.6.0 |DONE |Manifest: NOSIGNATURE
lycanitesmobs-1.16.5-2.3.2.2.jar |Lycanites Mobs |lycanitesmobs |1.16.5-2.3.2.2 |DONE |Manifest: NOSIGNATURE
portality-1.16.4-3.2.2.jar |Portality |portality |3.2.2 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.2.jar |Curios API |curios |1.16.5-4.0.5.2 |DONE |Manifest: NOSIGNATURE
betterweather-1.2.9.jar |Better Weather |betterweather |1.2.8 |DONE |Manifest: NOSIGNATURE
angelring-1.16.5-1.3.4.1.jar |Angel Ring |angelring |1.3.4.1 |DONE |Manifest: NOSIGNATURE
tombstone-1.16-6.4.5.jar |Corail Tombstone |tombstone |6.4.5 |DONE |Manifest: NOSIGNATURE
obfuscate-0.6.2-1.16.3.jar |Obfuscate |obfuscate |0.6.2 |DONE |Manifest: e1:59:1a:56:ec:97:b3:d0:b3:4b:25:06:1f:83:b0:f4:fd:0c:24:e3:6d:ea:94:b1:9f:22:b0:38:13:60:88:ea
oneblock-1.16.x-1.4.2.jar |One Block |oneblock |1.4.2 |DONE |Manifest: NOSIGNATURE
TheAbyss2 1.9.7 1.16.5.jar |TheAbyss |theabyss |1.9.7 |DONE |Manifest: NOSIGNATURE
mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |Manifest: NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |DONE |Manifest: NOSIGNATURE
ScalingHealth-1.16.5-4.1.5+11.jar |Scaling Health |scalinghealth |4.1.5+11 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.2.427-universal.jar |CodeChicken Lib |codechickenlib |4.0.2.427 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
DynamicTrees-1.16.5-0.10.0-Beta17.jar |Dynamic Trees |dynamictrees |1.16.5-0.10.0-Beta17|DONE |Manifest: NOSIGNATURE
voidworld-1.16.5-1.0.0.jar |Void World |voidworld |1.16.5-1.0.0 |DONE |Manifest: NOSIGNATURE
Industrial Agriculture[Industrial Foregoing]-1.16.|Industrial Agriculture Plugin-|iapif |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |Manifest: NOSIGNATURE
mowziesmobs-1.5.19.jar |Mowzie's Mobs |mowziesmobs |1.5.19 |DONE |Manifest: NOSIGNATURE
MinecraftMod 1_16_4 Catch Enty Ball.jar |Catch Entity Ball |bkcatchentityball |[1.16,) |DONE |Manifest: NOSIGNATURE
woot-1.16.5-1.0.7.0.jar |Woot |woot |1.16.5-1.0.7.0 |DONE |Manifest: NOSIGNATURE
Bountiful Baubles FORGE-1.16.3-0.0.2.jar |Bountiful Baubles |bountifulbaubles |NONE |DONE |Manifest: NOSIGNATURE
AoA3-3.5.4-1.16.5.jar |Advent of Ascension |aoa3 |3.5.4 |DONE |Manifest: NOSIGNATURE
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.16.5-2.1.3.0.jar |Caelus API |caelus |1.16.5-2.1.3.0 |DONE |Manifest: NOSIGNATURE
Space-Bosstools-1.16.5-5.3.jar |Space-Bosstools |boss_tools |5.3 |DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |Manifest: NOSIGNATURE
TravelersBackpack-1.16.5-5.4.2.jar |Traveler's Backpack |travelersbackpack |5.4.2 |DONE |Manifest: NOSIGNATURE
SereneSeasons-1.16.5-4.0.1.119-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.119 |DONE |Manifest: NOSIGNATURE
compactmachines-4.0.0-beta.2.jar |Compact Machines 4 |compactmachines |4.0.0-beta.2 |DONE |Manifest: NOSIGNATURE
curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |DONE |Manifest: NOSIGNATURE
pedestals-0.8s_hotfix_3.jar |Pedestals |pedestals |0.8s_hotfix_3 |DONE |Manifest: NOSIGNATURE
ClickMachine-1.16.4-4.4.0.jar |Click Machine |clickmachine |4.4.0 |DONE |Manifest: NOSIGNATURE
ImmersivePetroleum-1.16.5-3.3.0-4.jar |Immersive Petroleum |immersivepetroleum |3.3.0-4 |DONE |Manifest: NOSIGNATURE
blame-1.16.5-3.2.3-forge.jar |Blame! |blame |1.16.5-3.2.3-forge |DONE |Manifest: NOSIGNATURE
ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.1.32-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |DONE |Manifest: NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
[Forge] Wildfire Female Gender Mod-2.7.3.jar |Wildfire's Female Gender Mod |wildfire_gender |2.7.3 |DONE |Manifest: NOSIGNATURE
ImmersiveEngineering-1.16.5-5.0.2-137.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.2-137 |DONE |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
morevanillalib-1.16.4-1.4.0.jar |MoreVanillaLib |morevanillalib |1.4.0 |DONE |Manifest: NOSIGNATURE
EntityCulling-1.16.5-2.1.6.jar |Entity Culling |entity_culling |2.1.6 |DONE |Manifest: NOSIGNATURE
Ding-1.16.5-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
ChickenChunks-1.16.5-2.8.0.86-universal.jar |ChickenChunks |chickenchunks |2.8.0.86 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.109.jar |Mantle |mantle |1.6.109 |DONE |Manifest: NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.25.jar |Polymorph |polymorph |1.16.5-0.25 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
sit-1.16.5-v1.3.1.jar |Sit |sit |v1.3.1 |DONE |Manifest: NOSIGNATURE
OfflineSkins-1.16.5-v2.jar |OfflineSkins |offlineskins |1.16.5-v2 |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
acceleratorcraft-1.2.1.jar |AcceleratorCraft |acceleratorcraft |1.2.1 |DONE |Manifest: NOSIGNATURE
structurize-0.13.198-ALPHA-universal.jar |Structurize |structurize |0.13.198-ALPHA |DONE |Manifest: NOSIGNATURE
FastFurnace-1.16.4-4.4.0.jar |FastFurnace |fastfurnace |4.4.0 |DONE |Manifest: NOSIGNATURE
byg-1.2.9.jar |Oh The Biomes You'll Go |byg |1.2.9 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v3a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v3a |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
xptome-1.16.5-v2.1.2.jar |XP Tome |xpbook |v2.1.2 |DONE |Manifest: NOSIGNATURE
notenoughcrashes-3.2.0-forge.jar |Not Enough Crashes |notenoughcrashes |3.2.0 |DONE |Manifest: NOSIGNATURE
astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |Manifest: NOSIGNATURE
Wyrmroost-1.16.3-1.2.11.jar |Wyrmroost |wyrmroost |1.16.3-1.2.11 |DONE |Manifest: NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |Manifest: NOSIGNATURE
curiousshulkerboxes-forge-1.16.5-4.0.1.0.jar |Curious Shulker Boxes |curiousshulkerboxes |1.16.5-4.0.1.0 |DONE |Manifest: NOSIGNATURE
incontrol-1.16-5.1.9.jar |InControl |incontrol |1.16-5.1.9 |DONE |Manifest: NOSIGNATURE
Industrial Agriculture[Core]-1.16.5-1.8.10.jar |Industrial Agriculture |industrialagriculture |1.16.5-1.8.10 |DONE |Manifest: NOSIGNATURE
Guide-API-VP-1.16.5-2.2.2.jar |Guide-API VP |guideapi-vp |2.2.2 |DONE |Manifest: NOSIGNATURE
Controlling-7.0.0.23.jar |Controlling |controlling |7.0.0.23 |DONE |Manifest: NOSIGNATURE
Placebo-1.16.4-4.5.0.jar |Placebo |placebo |4.5.0 |DONE |Manifest: NOSIGNATURE
citadel-1.7.1-1.16.5.jar |Citadel |citadel |1.7.1 |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.8-1.16.5.jar |Ice and Fire |iceandfire |2.1.8-1.16.5 |DONE |Manifest: NOSIGNATURE
rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |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
Bookshelf-1.16.5-10.1.11.jar |Bookshelf |bookshelf |10.1.11 |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
DarkUtilities-1.16.5-8.0.10.jar |Dark Utilities |darkutils |8.0.10 |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
buildinggadgets-1.16.5-3.8.0.jar |Building Gadgets |buildinggadgets |3.8.0 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.1.32-universal.jar |Forge |forge |36.1.32 |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
cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |Manifest: NOSIGNATURE
thermal_foundation-1.16.4-1.2.0.jar |Thermal Series |thermal |1.2.0 |DONE |Manifest: NOSIGNATURE
thermal_innovation-1.16.4-1.2.0.jar |Thermal Innovation |thermal_innovation |1.2.0 |DONE |Manifest: NOSIGNATURE
thermal_locomotion-1.16.4-1.2.0.jar |Thermal Locomotion |thermal_locomotion |1.2.0 |DONE |Manifest: NOSIGNATURE
thermal_cultivation-1.16.4-1.2.0.jar |Thermal Cultivation |thermal_cultivation |1.2.0 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.0.0.jar |AppleSkin |appleskin |mc1.16.4-2.0.0 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.19.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.19 |DONE |Manifest: NOSIGNATURE
ProgressiveBosses-2.2.0-mc1.16.x.jar |Progressive Bosses |progressivebosses |2.2.0 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.3-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.3 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |Manifest: NOSIGNATURE
FpsReducer-mc1.16.5-1.20.jar |FPS Reducer |fpsreducer |mc1.16.5-1.20 |DONE |Manifest: NOSIGNATURE
carryon-1.16.5-1.15.5.15.jar |Carry On |carryon |1.15.5.15 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
Terridus_1.16.5_V3.1.jar |terridus |terridus |1.0.0 |DONE |Manifest: NOSIGNATURE
netherite-plus-mod-1.4.5-1.16.5-forge.jar |Netherite Plus |netherite_plus |1.4.5-1.16.5 |DONE |Manifest: NOSIGNATURE
twilightforest-1.16.5-4.0.490-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE
mob_grinding_utils-1.16.5-0.4.23.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.23 |DONE |Manifest: NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE
AnimalCrops-1.16.5-0.6.1.jar |Animal Crops |animalcrops |0.6.1 |DONE |Manifest: NOSIGNATURE
mcw-bridges-1.0.6-mc1.16.5.jar |Macaw's Bridges |mcwbridges |1.0.6 |DONE |Manifest: NOSIGNATURE
[1.16.5]Gender-1.8.0.jar |Gender |gender |1.8.0 |DONE |Manifest: NOSIGNATURE
Industrial Agriculture[Silent's Mechanisms]-1.16.5|Industrial Agriculture Plugin-|iapsm |1.16.5-1.8.10 |DONE |Manifest: NOSIGNATURE
MekanismAdditions-1.16.5-10.0.21.448.jar |Mekanism: Additions |mekanismadditions |10.0.21 |DONE |Manifest: NOSIGNATURE
Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.0-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.0 |DONE |Manifest: NOSIGNATURE
mining_dimension-1.16.5-1.0.5.jar |Mining World |mining_dimension |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
AdvancedRocketry-1.16.5-2.0.0-12-universal.jar |Advanced Rocketry |advancedrocketry |1.16.5-2.0.0-12 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.0.107.jar |Just Enough Items |jei |7.7.0.107 |DONE |Manifest: NOSIGNATURE
Vampirism-1.16.4-1.7.12.jar |Vampirism |vampirism |1.7.12 |DONE |Manifest: NOSIGNATURE
VampirismIntegrations-1.16.5-1.5.1.jar |Vampirism Integrations |vampirism_integrations |1.5.1 |DONE |Manifest: NOSIGNATURE
tinkersbettercompat-0.2-1.16.5-36.1.0.jar |Tinkers Better Compat |bettercompat |0.2 |DONE |Manifest: NOSIGNATURE
SolarFluxReborn-1.16.3-16.2.5.jar |Solar Flux Reborn |solarflux |16.2.5 |DONE |Manifest: NOSIGNATURE
goprone-1.16.4-1.3.5.jar |GoProne |goprone |1.16.4-1.3.5 |DONE |Manifest: NOSIGNATURE
gaiadimension-1.16.5-1.3.3.jar |The Gaia Dimension |gaiadimension |1.3.3 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.1.jar |Patchouli |patchouli |1.16.4-53.1 |DONE |Manifest: NOSIGNATURE
OreExcavation-1.8.157.jar |Ore Excavation |oreexcavation |1.8.157 |DONE |Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
thermal_expansion-1.16.4-1.2.0.jar |Thermal Expansion |thermal_expansion |1.2.0 |DONE |Manifest: NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.50.jar |Gobber 2 |gobber2 |2.3.48 |DONE |Manifest: NOSIGNATURE
Ultimate SkyBlock Resource Generator-1.16.5-3.0.ja|Ultimate Skyblock Resource Gen|usrg |1.16.5-3.0 |DONE |Manifest: NOSIGNATURE
Runelic-1.16.5-7.0.1.jar |Runelic |runelic |7.0.1 |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
ProjectExtended-1.16.5-1.2.0.jar |ProjectExtended |projectextended |1.2.0 |DONE |Manifest: NOSIGNATURE
MekanismTools-1.16.5-10.0.21.448.jar |Mekanism: Tools |mekanismtools |10.0.21 |DONE |Manifest: NOSIGNATURE
SpartanWeaponry-1.16.4-2.1.0-beta-4.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 4 |DONE |Manifest: NOSIGNATURE
LibVulpes-1.16.5-1.0.2-25-universal.jar |Lib Vulpes |libvulpes |1.16.5-1.0.2-25 |DONE |Manifest: NOSIGNATURE
architectury-1.19.27-forge.jar |Architectury |architectury |1.19.27 |DONE |Manifest: NOSIGNATURE
curiouselytra-forge-1.16.5-4.0.2.3.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.3 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |Manifest: NOSIGNATURE
The_Undergarden-1.16.5-0.5.4.jar |The Undergarden |undergarden |0.5.4 |DONE |Manifest: NOSIGNATURE
chunkloaders-1.1.7-mc1.16.5.jar |Chunk Loaders |chunkloaders |1.1.7 |DONE |Manifest: NOSIGNATURE
rigmod-1.16.5-1.3.jar |Random Item Generator Mod |rigmod |1.16.5-1.3 |DONE |Manifest: NOSIGNATURE
Cyclic-1.16.5-1.2.11.jar |Cyclic |cyclic |1.16.5-1.2.11 |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
Cucumber-1.16.4-4.1.10.jar |Cucumber Library |cucumber |4.1.10 |DONE |Manifest: NOSIGNATURE
mermaidtail-1.4b.jar |Mermaid Tail Mod |mermaidtail |1.16.4-1.4.0 |DONE |Manifest: NOSIGNATURE
metalbarrels-3.3a.jar |Metal Barrels |metalbarrels |3.3a |DONE |Manifest: NOSIGNATURE
Druidcraft-1.16.5-0.4.52.jar |Druidcraft |druidcraft |0.4.52 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.2.0.jar |Abnormals Core |abnormals_core |3.2.0 |DONE |Manifest: NOSIGNATURE
environmental-1.16.5-1.0.0.jar |Environmental |environmental |1.0.0 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.0.jar |Upgrade Aquatic |upgrade_aquatic |3.1.0 |DONE |Manifest: NOSIGNATURE
savageandravage-1.16.5-3.1.0.jar |Savage & Ravage |savageandravage |3.1.0 |DONE |Manifest: NOSIGNATURE
autumnity-1.16.5-2.1.1.jar |Autumnity |autumnity |2.1.1 |DONE |Manifest: NOSIGNATURE
buzzier_bees-1.16.5-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.2.jar |Waystones |waystones |7.6.2 |DONE |Manifest: NOSIGNATURE
mcw-paintings-1.0.1-mc1.16.5.jar |Macaw's Paintings |mcwpaintings |1.0.1 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.25.jar |Clumps |clumps |6.0.0.25 |DONE |Manifest: NOSIGNATURE
journeymap-1.16.5-5.7.2beta18.jar |Journeymap |journeymap |5.7.2beta18 |DONE |Manifest: NOSIGNATURE
fakeblocks-1.16.5-1.0.2.jar |Fake Blocks |fakeblocks |1.16.5-1.0.2 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.16.5-4.0.1.1.jar |Comforts |comforts |1.16.5-4.0.1.1 |DONE |Manifest: NOSIGNATURE
BasicNetherOres-1.16.5-5.5.0.jar |Basic Nether Ores |bno |5.5.0 |DONE |Manifest: NOSIGNATURE
betteranimalsplus-1.16.5-10.2.0.jar |Better Animals Plus |betteranimalsplus |10.2.0 |DONE |Manifest: NOSIGNATURE
mcjtylib-1.16-5.0.19.jar |McJtyLib |mcjtylib |1.16-5.0.19 |DONE |Manifest: NOSIGNATURE
rftoolsbase-1.16-2.0.10.jar |RFToolsBase |rftoolsbase |1.16-2.0.10 |DONE |Manifest: NOSIGNATURE
rftoolsdim-1.16-7.0.9-beta.jar |RFToolsDimensions |rftoolsdim |1.16-7.0.9-beta |DONE |Manifest: NOSIGNATURE
rftoolspower-1.16-3.0.8.jar |RFToolsPower |rftoolspower |1.16-3.0.8 |DONE |Manifest: NOSIGNATURE
rftoolsbuilder-1.16-3.0.17.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.17 |DONE |Manifest: NOSIGNATURE
rftoolsstorage-1.16-2.0.12.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.12 |DONE |Manifest: NOSIGNATURE
rftoolscontrol-1.16-4.0.10.jar |RFToolsControl |rftoolscontrol |1.16-4.0.10 |DONE |Manifest: NOSIGNATURE
restrictions-1.16-3.0.3.jar |Restrictions |restrictions |1.16-3.0.3 |DONE |Manifest: NOSIGNATURE
inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |DONE |Manifest: NOSIGNATURE
EnderStorage-1.16.5-2.8.0.168-universal.jar |EnderStorage |enderstorage |2.8.0.168 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE
BloodMagic-1.16.4-3.1.0-15.jar |Blood Magic |bloodmagic |1.16.4-3.1.0-15 |DONE |Manifest: NOSIGNATURE
ultra_amplified_dimension-1.16.5-9.2.1-forge.jar |Ultra Amplified Dimension |ultra_amplified_dimension |1.16.5-9.2.1-forge |DONE |Manifest: NOSIGNATURE
SpartanMetals-v2.1.1.jar |Spartan & Tinkers' Metals |stonks |1.0.0 |DONE |Manifest: NOSIGNATURE
MysticalAgriculture-1.16.4-4.2.0.jar |Mystical Agriculture |mysticalagriculture |4.2.0 |DONE |Manifest: NOSIGNATURE
CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE
TConstruct-1.16.5-3.0.4.197.jar |Tinkers' Construct |tconstruct |3.0.4.197 |DONE |Manifest: NOSIGNATURE
rftoolsutility-1.16-3.0.26.jar |RFToolsUtility |rftoolsutility |1.16-3.0.26 |DONE |Manifest: NOSIGNATURE
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
titanium-1.16.5-3.2.8.4-10.jar |Titanium |titanium |3.2.8.4 |DONE |Manifest: NOSIGNATURE
silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |DONE |Manifest: NOSIGNATURE
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |DONE |Manifest: NOSIGNATURE
atmospheric-1.16.5-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |DONE |Manifest: NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-314.jar |Quark |quark |r2.4-314 |DONE |Manifest: NOSIGNATURE
JAOPCA-1.16.5-3.4.0.9.jar |JAOPCA |jaopca |3.4.0.9 |DONE |Manifest: NOSIGNATURE
FastWorkbench-1.16.4-4.5.1.jar |FastWorkbench |fastbench |4.5.1 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |Manifest: NOSIGNATURE
topaddons-1.16.5-2.1.5-beta.jar |TOP Addons |topaddons |1.16.5-2.1.5-beta |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |Manifest: NOSIGNATURE
performant-1.16.2-5-3.68m.jar |Performant |performant |3.56m |DONE |Manifest: NOSIGNATURE
vanillahammers-1.16.4-2.2.0.jar |Vanilla Hammers |vanillahammers |2.2.0 |DONE |Manifest: NOSIGNATURE
minecolonies-0.14.268-ALPHA-universal.jar |MineColonies |minecolonies |0.14.268-ALPHA |DONE |Manifest: NOSIGNATURE
mobcatcher-3.2.jar |Mob Catcher |mobcatcher |3.2 |DONE |Manifest: NOSIGNATURE
ferritecore-2.0.4-forge.jar |Ferrite Core |ferritecore |2.0.4 |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
SoL-Carrot-1.16.5-1.10.0.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5-1.10.0 |DONE |Manifest: NOSIGNATURE
SilentGems-1.16.3-3.7.16.jar |Silent's Gems 3 |silentgems |3.7.16 |DONE |Manifest: NOSIGNATURE
refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |DONE |Manifest: NOSIGNATURE
TA2 beginning 1.0.9 1.16.5.jar |[Add-on] The Abyss: The Beginn|thebeginning |1.0.9 |DONE |Manifest: NOSIGNATURE
valhelsia_core-16.0.9.jar |Valhelsia Core |valhelsia_core |16.0.9 |DONE |Manifest: NOSIGNATURE
forbidden_arcanus-16.2.0-beta-4.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.0-beta-4 |DONE |Manifest: NOSIGNATURE
SoundFilters-0.14_for_1.16.2.jar |Sound Filters |soundfilters |0.14_for_1.16.2 |DONE |Manifest: NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 87b69874-9c5f-4a41-bd71-2adfef6e09c4
Patchouli open book context: n/a
Suspected Mods: Unknown
Player Count: 1 / 8; [ServerPlayerEntity['DarkNightling'/1927, l='ServerLevel[Random]', x=144.87, y=73.00, z=-214.58]]
Data Packs: vanilla, mod:astralsorcery, mod:wyrmroost (incompatible), mod:curiousshulkerboxes, mod:prefab, mod:projecte, mod:controlling, mod:placebo (incompatible), mod:citadel (incompatible), mod:powah, mod:bookshelf, mod:xreliquary, mod:randompatches, mod:chancecubes (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:world_blender, mod:mekanismgenerators, mod:carryon, mod:jeresources, mod:vampiresneedumbrellas (incompatible), mod:terridus, mod:twilightforest, mod:refinedstorage, mod:betterendforge, mod:chocolate, mod:torchmaster (incompatible), mod:biomesoplenty, mod:mekanismadditions, mod:lollipop, mod:futurepack, mod:spark, mod:gaiadimension, mod:curios, mod:eidolon, mod:patchouli (incompatible), mod:betterweather (incompatible), mod:oreexcavation, mod:angelring (incompatible), mod:elevatorid, mod:gobber2, mod:tombstone, mod:obfuscate (incompatible), mod:usrg, mod:runelic, mod:theabyss, mod:mekanismtools, mod:spartanweaponry, mod:curiouselytra, mod:observerlib, mod:rigmod, mod:scalinghealth, mod:codechickenlib (incompatible), mod:dynamictrees, mod:cyclic (incompatible), mod:voidworld (incompatible), mod:quarkoddities (incompatible), mod:clienttweaks (incompatible), mod:mowziesmobs (incompatible), mod:cucumber, mod:aoa3 (incompatible), mod:jei, mod:druidcraft (incompatible), mod:abnormals_core, mod:environmental, mod:mekanism, mod:caelus, mod:boss_tools, mod:waystones (incompatible), mod:clumps, mod:shutupexperimentalsettings (incompatible), mod:journeymap (incompatible), mod:fakeblocks, mod:comforts, mod:sereneseasons, mod:bno (incompatible), mod:betteranimalsplus (incompatible), mod:iceandfire (incompatible), mod:inventorypets (incompatible), mod:enderstorage (incompatible), mod:forge, mod:bloodmagic, mod:mysticalagriculture, mod:ironchest (incompatible), mod:tconstruct, mod:theoneprobe, mod:swingthroughgrass (incompatible), mod:mousetweaks, mod:wildfire_gender, mod:silentlib (incompatible), mod:morevanillalib, mod:ding, mod:atmospheric, mod:spartanshields, mod:mantle (incompatible), mod:rats, mod:fastbench (incompatible), mod:autumnity, mod:polymorph, mod:autoreglib (incompatible), mod:akashictome, mod:quark (incompatible), mod:storagedrawers (incompatible), mod:vanillahammers, mod:structurize, mod:minecolonies (incompatible), mod:fastfurnace (incompatible), mod:appleskin, mod:vampirism, mod:solcarrot, mod:aquaculture (incompatible), mod:refinedstorageaddons, mod:cosmeticarmorreworked (incompatible), mod:valhelsia_core, mod:forbidden_arcanus (incompatible), mod:overloadedarmorbar (incompatible), mod:xpbook, mod:notenoughcrashes, mod:guideapi-vp, mod:blame, mod:entity_culling, mod:smoothboot, mod:performant (incompatible), mod:vampirism_integrations (incompatible), mod:netherportalfix (incompatible), mod:mcwwindows, mod:torohealth, mod:progressivebosses, mod:mcwdoors, mod:fpsreducer, mod:mcwbridges (incompatible), mod:ironfurnaces, mod:mcwtrpdoors (incompatible), mod:mcwfences, mod:advancedrocketry, mod:silentgear, mod:lycanitesmobs, mod:solarflux, mod:portality (incompatible), mod:mcwroofs, mod:libvulpes, mod:mcwfurnitures, mod:woot, mod:bountifulbaubles (incompatible), mod:metalbarrels (incompatible), mod:buzzier_bees, mod:mcwpaintings (incompatible), mod:travelersbackpack (incompatible), mod:compactmachines, mod:curioofundying, mod:mcjtylib, mod:restrictions (incompatible), mod:pedestals (incompatible), mod:clickmachine (incompatible), mod:upgrade_aquatic, mod:titanium (incompatible), mod:jeiintegration, mod:savageandravage, mod:sit, mod:ferritecore (incompatible), mod:byg, mod:soundfilters (incompatible), mod:infernalexp (incompatible), mod:industrialforegoing (incompatible), mod:oneblock, mod:immersivepetroleum (incompatible), mod:immersiveengineering, mod:ftbbackups (incompatible), mod:offlineskins (incompatible), mod:acceleratorcraft, mod:mutantbeasts (incompatible), mod:buildinggadgets, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:netherite_plus, mod:mob_grinding_utils, mod:animalcrops (incompatible), mod:gender (incompatible), mod:thermal_expansion (incompatible), mod:architectury, mod:aiimprovements, mod:undergarden, mod:craftingtweaks (incompatible), mod:jaopca (incompatible), mod:mobcatcher (incompatible), file/ar_datapack, inmemory:jaopca (incompatible), mod:mermaidtail (incompatible), mod:incontrol (incompatible), mod:thermal_locomotion (incompatible), mod:thermal_cultivation (incompatible), mod:bettercompat, mod:rftoolsbase, mod:rftoolsdim, mod:rftoolspower, mod:rftoolsbuilder, mod:rftoolsstorage, mod:rftoolscontrol, mod:stonks, mod:rftoolsutility, mod:fluxnetworks, mod:silents_mechanisms (incompatible), mod:iapif (incompatible), mod:industrialagriculture, mod:iapsm, mod:goprone, mod:silentgems, mod:topaddons (incompatible), mod:supermartijn642configlib, mod:chickenchunks (incompatible), mod:chunkloaders, mod:thebeginning, mod:mining_dimension, mod:ultra_amplified_dimension, mod:emcbaubles (incompatible), mod:projectextended, mod:bkcatchentityball
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: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 2.1 INTEL-16.4.5
OpenGlRenderer: Intel(R) Iris(TM) Graphics 6100
OpenGlVendor: Intel Inc.
CpuCount: 4

Enderdragon spawn sometimes not working still.

Need to change the vanilla bedrock podium check to check for the WB portal first and then check upward from there. This should prevent the bedrock bottom of the dimension tricking the game into thinking a fresh world has the dragon fight already

Incompatibility crash with Cyclops

Hi!

While putting together a (fairly large) 1.16 modpack I came upon a crash while attempting to create a new world. An example crash report has been attached here. This crash is completely repeatable as long as World Blender is enabled in the pack.

I have tried to narrow down what conflict could be causing this, but with no luck so far. I checked to see if the Java version was the issue, turned out not to be the case.

Controllable, Random Patches, Shut Up Experimental Settings, Immersive Engineering, KubeJS and Botania are mentioned in the crash log. Unfortunately even with all of those disabled the crash still persists.

I am unsure where else to look here without disabling blocks of mods to see if I can narrow it down. I will do so if it will be of any help.

crash-2021-01-25_14.11.33-client.txt

[1.16] Classloading issue with Vampirism

There is a weird crash with WorldBlender and Vampirism TeamLapen/Vampirism#787
For some reason the Screen class of one of Vampirism's tileentities cannot be loaded/initialized.
I have no idea how this can happen. From a quick look at your mixins I couldn't find anything related.
Do you have any idea how WorldBlender might be involved?

Steps to reproduce

  • Forge 34.1.(0)
  • Vampirism 1.6.0
  • WorldBlender 2.2.0
  • Create new creative world
  • Place "Altar Infusion"

Error

java.lang.NoClassDefFoundError: Could not initialize class de.teamlapen.vampirism.inventory.container.AltarInfusionContainer
	at de.teamlapen.vampirism.tileentity.AltarInfusionTileEntity.<init>(AltarInfusionTileEntity.java:79) ~[?:1.6.0] {re:classloading}
	at de.teamlapen.vampirism.blocks.AltarInfusionBlock.func_196283_a_(AltarInfusionBlock.java:73) ~[?:1.6.0] {re:classloading}
	at net.minecraftforge.common.extensions.IForgeBlock.createTileEntity(IForgeBlock.java:157) ~[?:?] {re:classloading}
	at net.minecraftforge.common.extensions.IForgeBlockState.createTileEntity(IForgeBlockState.java:120) ~[?:?] {re:classloading}
	at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:289) ~[?:?] {re:classloading,re:mixin}
	at net.minecraft.world.World.func_241211_a_(World.java:199) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	at net.minecraft.world.World.func_180501_a(World.java:176) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	at net.minecraft.item.BlockItem.func_195941_b(BlockItem.java:149) ~[?:?] {re:classloading}
	at net.minecraft.item.BlockItem.func_195942_a(BlockItem.java:54) ~[?:?] {re:classloading}
	at net.minecraft.item.BlockItem.func_195939_a(BlockItem.java:39) ~[?:?] {re:classloading}
	at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:603) ~[?:?] {re:classloading}
	at net.minecraft.item.ItemStack.func_196084_a(ItemStack.java:184) ~[?:?] {re:classloading}
	at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:350) ~[?:?] {re:classloading}
	at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandler.java:889) ~[?:?] {re:classloading}
	at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:36) ~[?:?] {re:classloading}
	at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:10) ~[?:?] {re:classloading}
	at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading}
	at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading,re:mixin}
	at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:730) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:world_blender.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:156) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:world_blender.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:713) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:world_blender.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:707) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:world_blender.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:692) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:world_blender.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:world_blender.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.server.MinecraftServer.lambda$func_240784_a_$0(MinecraftServer.java:229) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:world_blender.mixins.json:MinecraftServerMixin,pl:mixin:A}

Full trace log: https://paste.ee/p/SvAez

mod causing crash

I had several problems with the mod and all the errors were similar to these, in fact there are problems registered in different issues that occurred to me

latest.log
Screenshot_3

Infinite loop/generation stuck when useing The Midnight with this mod

When using the beta v0.5.0 of The Midnight for 1.15.2 MC, the world will get stuck with nothing loading anymore when entering the World Blender dimension or worldtype.
https://www.curseforge.com/minecraft/mc-mods/the-midnight

This seems to be an indication of The Midnight's feature placement somewhere is only terminated when it hits a Midnight block and so it keeps checking downward forever. Which placement or feature is doing this is a mystery. Once found, a PR or issue report to The Midnight will be made if possible or I'll wait until the full release of The Midnight is done and see if it is still an issue.

Startup Crash

Hi, this error isn't really your fault, but you should probably catch it and assign blame to whatever is causing it: https://gist.github.com/Shadows-of-Fire/7c83dd262cec9f2f77a8839d0113a501

It would appear to be the fault of something not registering a feature, and granted, there's not really anything that even requires that features be registered to begin with, so this crash might become more common (I had at least two mods in my environment causing it).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.