Closed benbenlaw closed 1 year ago
Seem to have the same issue but with fisherman rat. There's a single rat on the server with a fisherman upgrade and the server sometimes crashes on player join. Inredibly inconsistent when trying to reproduce. Crash log: https://pastebin.com/UUNLp93Z
NoSuchMethodError and ClassDefNotFound errors are something I havent been able to reproduce. These methods should exist, especially when it comes to AI tasks, so theres definitely something else going on here. Closing as this is something I cant exactly deal with without more context
Crash with lumber jack
Time: 2/2/21 3:27 PM Description: Ticking entity
java.lang.NoClassDefFoundError: com/github/alexthe666/rats/server/entity/ai/RatAIHarvestTrees$BlockSorter at com.github.alexthe666.rats.server.entity.ai.RatAIHarvestTrees.(RatAIHarvestTrees.java:35) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.setupDynamicAI(EntityRat.java:353) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.onUpgradeChanged(EntityRat.java:2977) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.func_70636_d(EntityRat.java:1014) ~[?:7.1.0] {re:classloading}
at net.minecraft.entity.LivingEntity.func_70071h(LivingEntity.java:2158) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
at net.minecraft.entity.MobEntity.func_70071h(MobEntity.java:300) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld$$Lambda$18581/1388058528.accept(Unknown Source) ~[?:?] {}
at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802v(MinecraftServer.java:641) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$17849/1300419887.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
Caused by: java.lang.ClassNotFoundException: com.github.alexthe666.rats.server.entity.ai.RatAIHarvestTrees$BlockSorter
at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51] {}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:106) ~[modlauncher-8.0.9.jar:?] {re:classloading}
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
... 17 more
Suppressed: java.lang.ClassNotFoundException: Failed to find class bytes for com.github.alexthe666.rats.server.entity.ai.RatAIHarvestTrees$BlockSorter
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:260) ~[modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading}
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
at com.github.alexthe666.rats.server.entity.ai.RatAIHarvestTrees.(RatAIHarvestTrees.java:35) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.setupDynamicAI(EntityRat.java:353) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.onUpgradeChanged(EntityRat.java:2977) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.func_70636_d(EntityRat.java:1014) ~[?:7.1.0] {re:classloading}
at net.minecraft.entity.LivingEntity.func_70071h(LivingEntity.java:2158) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
at net.minecraft.entity.MobEntity.func_70071h(MobEntity.java:300) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld$$Lambda$18581/1388058528.accept(Unknown Source) ~[?:?] {}
at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802v(MinecraftServer.java:641) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$17849/1300419887.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
Caused by: java.nio.channels.ClosedChannelException
at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:109) ~[?:1.8.0_51] {}
at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:275) ~[?:1.8.0_51] {}
at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:49) ~[?:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystem.readFullyAt(ZipFileSystem.java:952) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystem.readFullyAt(ZipFileSystem.java:945) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystem.getDataPos(ZipFileSystem.java:931) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystem.access$400(ZipFileSystem.java:80) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystem$EntryInputStream.(ZipFileSystem.java:1472) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystem.getInputStream(ZipFileSystem.java:1402) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystem.newInputStream(ZipFileSystem.java:547) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipPath.newInputStream(ZipPath.java:645) ~[zipfs.jar:1.8.0_51] {}
at com.sun.nio.zipfs.ZipFileSystemProvider.newInputStream(ZipFileSystemProvider.java:278) ~[zipfs.jar:1.8.0_51] {}
at java.nio.file.Files.newInputStream(Files.java:152) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.ModJarURLHandler$ModJarURLConnection.getInputStream(ModJarURLHandler.java:87) ~[forge-1.16.5-36.0.9.jar:36.0] {}
at cpw.mods.modlauncher.TransformingClassLoader$AutoURLConnection.(TransformingClassLoader.java:174) ~[modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:247) ~[modlauncher-8.0.9.jar:?] {}
... 20 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Server thread Stacktrace: at com.github.alexthe666.rats.server.entity.ai.RatAIHarvestTrees.(RatAIHarvestTrees.java:35) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.setupDynamicAI(EntityRat.java:353) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.onUpgradeChanged(EntityRat.java:2977) ~[?:7.1.0] {re:classloading}
at com.github.alexthe666.rats.server.entity.EntityRat.func_70636_d(EntityRat.java:1014) ~[?:7.1.0] {re:classloading}
at net.minecraft.entity.LivingEntity.func_70071h(LivingEntity.java:2158) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
at net.minecraft.entity.MobEntity.func_70071h(MobEntity.java:300) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld$$Lambda$18581/1388058528.accept(Unknown Source) ~[?:?] {}
-- Entity being ticked --
Details:
Entity Type: rats:rat (com.github.alexthe666.rats.server.entity.EntityRat)
Entity ID: 33
Entity Name: Rat
Entity's Exact location: 226.25, 76.00, 253.50
Entity's Block location: World: (226,76,253), Chunk: (at 2,4,13 in 14,15; contains blocks 224,0,240 to 239,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle:
ERRORNullPointerException: null Stacktrace: at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}-- Affected level -- Details: All players: 0 total; [] Chunk stats: ServerChunkCache: 2230 Level dimension: minecraft:overworld Level spawn location: World: (256,64,256), Chunk: (at 0,4,0 in 16,16; contains blocks 256,0,256 to 271,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 1300501 game time, 1363581 day time Level name: New World Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Level weather: Rain time: 14066 (now: true), thunder time: 60616 (now: false) Known server brands: forge Level was modded: true Level storage version: 0x04ABD - Anvil Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_240802v(MinecraftServer.java:641) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:globaldataandresourcepacks.mixins.json:MinecraftServerMixin,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer$$Lambda$17849/1300419887.run(Unknown Source) [?:?] {} at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
-- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1475524904 bytes (1407 MB) / 3965714432 bytes (3782 MB) up to 6203899904 bytes (5916 MB) CPUs: 8 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6656m -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.0.9.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.0.9.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.0.9.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.5-36.0.9.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.0.9.jar fml TRANSFORMATIONSERVICE FML: 36.0 Forge: net.minecraftforge:36.0.9 FML Language Providers: javafml@36.0 minecraft@1 kotlinforforge@1.7.0 Mod List: ftb-essentials-1604.1.0.13.jar |FTB Essentials |ftbessentials |1604.1.0.13 |DONE |NOSIGNATURE NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |NOSIGNATURE endportalrecipe_1.16.5-2.1.jar |End Portal Recipe |endportalrecipe |2.1 |DONE |NOSIGNATURE restrictedportals-1.16.4-1.1.6.jar |Restricted Portals |restrictedportals |1.16.4-1.1.6 |DONE |NOSIGNATURE ExtendedCrafting-1.16.4-3.1.2.jar |Extended Crafting |extendedcrafting |3.1.2 |DONE |NOSIGNATURE woodenhopper-0.2.0-1.16.2+.jar |Wooden Hopper |woodenhopper |0.2.0-1.16.2+ |DONE |NOSIGNATURE noautojump-1.16.4-1.jar |No Auto-Jump |noautojump |1.16.4-1 |DONE |NOSIGNATURE CookingForBlockheads_1.16.3-9.2.2.jar |Cooking for Blockheads |cookingforblockheads |9.2.2 |DONE |NOSIGNATURE Controlling-7.0.0.12.jar |Controlling |controlling |7.0.0.12 |DONE |NOSIGNATURE ReAuth-1.16-Forge-3.9.3.jar |ReAuth |reauth |3.9.3 |DONE |3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e Placebo-1.16.4-4.4.1.jar |Placebo |placebo |4.4.1 |DONE |NOSIGNATURE citadel-1.5.3.jar |Citadel |citadel |1.5.3 |DONE |NOSIGNATURE mdecore-1.16.4-16.1.0.jar |MattDahEpic Core |mdecore |16.1.0 |DONE |NOSIGNATURE Wither-Skeleton-Tweaks-1.16.4-5.3.0.jar |Wither Skeleton Tweaks |wstweaks |5.3.0 |DONE |NOSIGNATURE Bookshelf-1.16.5-10.0.1.jar |Bookshelf |bookshelf |10.0.1 |DONE |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 ForgivingVoid_1.16.3-5.2.0.jar |Forgiving Void |forgivingvoid |5.2.0 |DONE |NOSIGNATURE Morpheus-1.16.4-4.2.68.jar |Morpheus |morpheus |4.2.68 |DONE |NOSIGNATURE TwerkItMeal-1.3.6.jar |TwerkItMeal |twerkitmeal |1.3.6 |DONE |NOSIGNATURE MekanismGenerators-1.16.4-10.0.19.446.jar |Mekanism: Generators |mekanismgenerators |10.0.19 |DONE |NOSIGNATURE WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |DONE |NOSIGNATURE speedyhoppers-1.16.4-1.jar |Speedy Hoppers |speedyhoppers |1.16.4-1 |DONE |NOSIGNATURE CauldronRecipes-1.16.5-6.0.1.jar |CauldronRecipes |cauldronrecipes |6.0.1 |DONE |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 JustEnoughResources-1.16.4-0.12.0.104.jar |Just Enough Resources |jeresources |0.12.0.104 |DONE |NOSIGNATURE stackrefill_1.16.5-1.2.jar |Stack Refill |stackrefill |1.2 |DONE |NOSIGNATURE cobblegenrandomizer-1.16-5.1.2.jar |CobbleGenRandomizer |cobblegenrandomizer |1.16-5.1.2 |DONE |NOSIGNATURE refinedstorage-1.9.11.jar |Refined Storage |refinedstorage |1.9.11 |DONE |NOSIGNATURE konkrete_1.1.2_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.1.2 |DONE |NOSIGNATURE torchmaster-2.3.6.jar |Torchmaster |torchmaster |2.3.6 |DONE |NOSIGNATURE solpotato-1.16.X-1.1.0.jar |Spice of Life: Potato Edition |solpotato |1.16.X-1.1.0 |DONE |NOSIGNATURE MekanismAdditions-1.16.4-10.0.19.446.jar |Mekanism: Additions |mekanismadditions |10.0.19 |DONE |NOSIGNATURE valkyrielib-1.16.4-3.0.6.1.jar |ValkyrieLib |valkyrielib |3.0.6.1 |DONE |NOSIGNATURE ftb-ranks-1604.1.1.10.jar |FTB Ranks |ftbranks |1604.1.1.10 |DONE |NOSIGNATURE Botania-1.16.4-411.jar |Botania |botania |1.16.4-411 |DONE |NOSIGNATURE gardenofglass-1.6.jar |Garden of Glass |gardenofglass |1.6 |DONE |NOSIGNATURE pamhc2foodextended-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |NOSIGNATURE curios-forge-1.16.5-4.0.4.0.jar |Curios API |curios |1.16.5-4.0.4.0 |DONE |NOSIGNATURE tetra-1.16.4-3.5.3.jar |Tetra |tetra |3.5.3 |DONE |NOSIGNATURE Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE collective-1.16.5-1.54.jar |Collective |collective |1.54 |DONE |NOSIGNATURE elevatorid-1.16.5-1.7.12.jar |Elevator Mod |elevatorid |1.16.5-1.7.12 |DONE |NOSIGNATURE ftb-ultimine-1603.1.1.13.jar |FTB Ultimine |ftbultimine |1603.1.1.13 |DONE |NOSIGNATURE usefulhats-1.9.3-1.16.2+.jar |Useful Hats |usefulhats |1.9.3-1.16.2+ |DONE |NOSIGNATURE tombstone-1.16-6.3.0.jar |Corail Tombstone |tombstone |1.16-6.3.0 |DONE |NOSIGNATURE obfuscate-0.5.1-1.16.3.jar |Obfuscate |obfuscate |0.5.1 |DONE |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 ExtraStorage-1.16.4-1.3.1.jar |Extra Storage |extrastorage |1.3.1 |DONE |NOSIGNATURE starterkit_1.16.5-2.1.jar |Starter Kit |starterkit |2.1 |DONE |NOSIGNATURE MekanismTools-1.16.4-10.0.19.446.jar |Mekanism: Tools |mekanismtools |10.0.19 |DONE |NOSIGNATURE constructionwand-1.16.2-1.7.jar |Construction Wand |constructionwand |1.16.2-1.7 |DONE |NOSIGNATURE architectury-1.5.105-forge.jar |Architectury |architectury |1.5.105 |DONE |NOSIGNATURE ftb-gui-library-1605.2.1.37-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.37 |DONE |NOSIGNATURE ftb-teams-1604.1.0.15-forge.jar |FTB Teams |ftbteams |1604.1.0.15 |DONE |NOSIGNATURE cloth-config-forge-4.1.3.jar |Cloth Config v4 API |cloth-config |4.1.3 |DONE |NOSIGNATURE trashcans-1.0.6a-mc1.16.4.jar |Trash Cans |trashcans |1.0.6a |DONE |NOSIGNATURE CobbleForDays-1.3.1.jar |Cobble For Days |cobblefordays |1.3.1 |DONE |NOSIGNATURE FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |NOSIGNATURE CodeChickenLib-1.16.4-3.5.0.401-universal.jar |CodeChicken Lib |codechickenlib |3.5.0.401 |DONE |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 solarcooker-0.4.0-1.16.1+.jar |Solar Cooker |solarcooker |0.4.0-1.16.1+ |DONE |NOSIGNATURE Cyclic-1.16.5-1.1.5.jar |Cyclic |cyclic |1.16.5-1.1.5 |DONE |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 QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE rhino-1.7.13.9.jar |Rhino |rhino |1.7.13.9 |DONE |NOSIGNATURE Cucumber-1.16.4-4.1.6.jar |Cucumber Library |cucumber |4.1.6 |DONE |NOSIGNATURE pamhc2trees-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.0 |DONE |NOSIGNATURE Bountiful Baubles FORGE-1.16.3-0.0.2.jar |Bountiful Baubles |bountifulbaubles |NONE |DONE |NOSIGNATURE jei-1.16.4-7.6.0.62.jar |Just Enough Items |jei |7.6.0.62 |DONE |NOSIGNATURE kubejs-1604.3.4.144-forge.jar |KubeJS |kubejs |1604.3.4.144 |DONE |NOSIGNATURE item-filters-1605.2.3.27-forge.jar |Item Filters |itemfilters |1605.2.3.27 |DONE |NOSIGNATURE AttributeFix-1.16.5-10.0.1.jar |AttributeFix |attributefix |10.0.1 |DONE |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 abnormals_core-1.16.4-3.0.6.jar |Abnormals Core |abnormals_core |3.0.6 |DONE |NOSIGNATURE Tiny-Coal-1.16.4-1.0.0.jar |Tiny Coal |tinycoal |1.0.0 |DONE |NOSIGNATURE Mekanism-1.16.4-10.0.19.446.jar |Mekanism |mekanism |10.0.19 |DONE |NOSIGNATURE kubejs-mekanism-1604.1.1.5.jar |KubeJS Mekanism |kubejs_mekanism |1604.1.1.5 |DONE |NOSIGNATURE woodenutilities-1.0.6-1.16.4.jar |Wooden Utilities |woodenutilities |1.0.5 |DONE |NOSIGNATURE create-mc1.16.3_v0.3b.jar |Create |create |mc1.16.3_v0.3b |DONE |NOSIGNATURE goldenhopper-1.1.1-1.16.3.jar |Golden Hopper |goldenhopper |1.1.1 |DONE |NOSIGNATURE shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |NOSIGNATURE mgui-1.16.4-3.1.3.jar |mgui |mgui |3.1.3 |DONE |NOSIGNATURE light-overlay-5.5.4.jar |Light Overlay Forge |lightoverlay-forge |NONE |DONE |NOSIGNATURE TravelersBackpack-1.16.4-5.3.8.jar |Traveler's Backpack |travelersbackpack |5.3.8 |DONE |NOSIGNATURE SimpleStorageNetwork-1.16.4-1.3.1.jar |Simple Storage Network |storagenetwork |1.16.4-1.3.1 |DONE |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 OuterEnd-0.2.4.jar |Outer End |outer_end |0.2.4 |DONE |NOSIGNATURE BasicNetherOres-1.16.4-5.4.0.jar |Basic Nether Ores |bno |5.4.0 |DONE |NOSIGNATURE FarmingForBlockheads_1.16.3-7.2.1.jar |Farming for Blockheads |farmingforblockheads |7.2.1 |DONE |NOSIGNATURE pneumaticcraft-repressurized-1.16.5-2.9.5-128.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.9.5-CUSTOM |DONE |NOSIGNATURE bettershears-1.16.4-2020_1.0.3_RELEASE.jar |BetterShears |bettershears |1.15.2-2020_1.0.3_RE|DONE |NOSIGNATURE Interactio-1.16.4-3.1.1.jar |Interactio |interactio |1.16.4-3.1.1 |DONE |NOSIGNATURE Toast-Control-1.16.4-4.3.1.jar |Toast Control |toastcontrol |4.3.1 |DONE |NOSIGNATURE EnderStorage-1.16.4-2.7.0.161-universal.jar |EnderStorage |enderstorage |2.7.0.161 |DONE |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 ImmersivePetroleum-1.16.4-3.1.0-2.jar |Immersive Petroleum |immersivepetroleum |3.1.0-2 |DONE |NOSIGNATURE ftb-chunks-1604.2.2.61.jar |FTB Chunks |ftbchunks |1604.2.2.61 |DONE |NOSIGNATURE forge-1.16.5-36.0.9-universal.jar |Forge |forge |36.0.9 |DONE |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 Ceramics-1.16.5-1.6.1.jar |Ceramics |ceramics |1.6.1 |DONE |NOSIGNATURE VendingMachine-1.16.2-1.0.0.3.jar |Vending Machine |vm |1.0.0.3 |DONE |NOSIGNATURE ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |NOSIGNATURE forge-1.16.5-36.0.9-client.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE cofh_core-1.16.3-1.1.6.jar |CoFH Core |cofh_core |1.1.6 |DONE |NOSIGNATURE thermal_foundation-1.16.3-1.1.6.jar |Thermal Series |thermal |1.1.6 |DONE |NOSIGNATURE thermal_innovation-1.16.3-1.1.7.jar |Thermal Innovation |thermal_innovation |1.1.7 |DONE |NOSIGNATURE thermal_expansion-1.16.3-1.1.6.jar |Thermal Expansion |thermal_expansion |1.1.6 |DONE |NOSIGNATURE thermal_locomotion-1.16.3-1.1.6.jar |Thermal Locomotion |thermal_locomotion |1.1.6 |DONE |NOSIGNATURE kubejs-thermal-1604.1.0.5.jar |KubeJS Thermal |kubejs_thermal |1604.1.0.5 |DONE |NOSIGNATURE endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |NOSIGNATURE theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |DONE |NOSIGNATURE MouseTweaks-2.13-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.13 |DONE |NOSIGNATURE ftb-quests-1604.1.1.21.jar |FTB Quests |ftbquests |1604.1.1.21 |DONE |NOSIGNATURE nccreepers_1.16.5-1.2.jar |Naturally Charged Creepers |nccreepers |1.2 |DONE |NOSIGNATURE ImmersiveEngineering-1.16.4-4.1.2-129.jar |Immersive Engineering |immersiveengineering |1.16.4-4.1.2-129 |DONE |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 pamhc2crops-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE defaultworldtype-1.16.3-2.0.1.jar |Default World Type |defaultworldtype |2.0.1 |DONE |NOSIGNATURE dimdungeons-1.09-forge-1.16.5.jar |Dimensional Dungeons |dimdungeons |1.16.4-1.09 |DONE |NOSIGNATURE Mantle-1.16.4-1.6.52.jar |Mantle |mantle |1.6.52 |DONE |NOSIGNATURE JAOPCA-1.16.4-3.4.0.3.jar |JAOPCA |jaopca |3.4.0.3 |DONE |NOSIGNATURE rats-7.1.0-1.16.5.jar |Rats |rats |7.1.0 |DONE |NOSIGNATURE pamhc2foodcore-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE itemcollectors-1.0.10-mc1.16.5.jar |Item Collectors |itemcollectors |1.0.10 |DONE |NOSIGNATURE ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |NOSIGNATURE thermal_cultivation-1.16.3-1.1.6.jar |Thermal Cultivation |thermal_cultivation |1.1.6 |DONE |NOSIGNATURE baubley-heart-canisters-1.16.4-1.1.2.jar |Baubley Heart Canisters |bhc |1.1.2 |DONE |NOSIGNATURE lava-monster-1.16.4-1.0.9.jar |Lava Monster |lava_monster |1.0.9 |DONE |NOSIGNATURE AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE AkashicTome-1.4-15.jar |Akashic Tome |akashictome |1.4-15 |DONE |NOSIGNATURE Quark-r2.4-302.jar |Quark |quark |r2.4-302 |DONE |NOSIGNATURE Apotheosis-1.16.3-4.4.1.jar |Apotheosis |apotheosis |4.4.1 |DONE |NOSIGNATURE StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE tubesreloaded-1.16.4-1.5.0.2.jar |Tubes Reloaded |tubesreloaded |1.5.0.2 |DONE |NOSIGNATURE globaldataandresourcepacks-1.16.4-1.7.4.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.16.4-1.7.3 |DONE |NOSIGNATURE fancymenu_1.7.0_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |1.7.0 |DONE |NOSIGNATURE kubejs-create-1604.1.0.4.jar |KubeJS Create |kubejs_create |1604.1.0.4 |DONE |NOSIGNATURE AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE ice_ice_baby-1.16.4-3.0.1.jar |Ice Ice Baby |ice_ice_baby |3.0.1 |DONE |NOSIGNATURE kubejs-immersive-engineering-1604.1.0.12.jar |KubeJS Immersive Engineering |kubejs_immersive_engineering |1604.1.0.12 |DONE |NOSIGNATURE refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |DONE |NOSIGNATURE extremeSoundMuffler-3.6_Forge-1.16.4.jar |Extreme Sound Muffler |extremesoundmuffler |3.6_forge-1.16.4 |DONE |NOSIGNATURE Morph-o-Tool-1.4-26.jar |Morph-o-Tool |morphtool |1.4-26 |DONE |NOSIGNATURE Crash Report UUID: 211cdee1-0e60-49e8-85ba-62dc7c45ee6a Patchouli open book context: n/a Player Count: 0 / 8; [] Data Packs: file/recipes, file/restrictedportals (incompatible), inmemory:jaopca (incompatible), mod:abnormals_core, mod:akashictome, mod:apotheosis (incompatible), mod:appleskin, mod:architectury, mod:attributefix, mod:autoreglib (incompatible), mod:bettershears, mod:bhc (incompatible), mod:bno (incompatible), mod:bookshelf, mod:botania, mod:bountifulbaubles (incompatible), mod:cauldronrecipes, mod:ceramics (incompatible), mod:citadel (incompatible), mod:cloth-config (incompatible), mod:cobblefordays (incompatible), mod:cobblegenrandomizer, mod:codechickenlib (incompatible), mod:cofh_core (incompatible), mod:collective, mod:constructionwand (incompatible), mod:controlling, mod:cookingforblockheads (incompatible), mod:create (incompatible), mod:cucumber, mod:curios, mod:cyclic (incompatible), mod:defaultworldtype, mod:dimdungeons, mod:elevatorid, mod:endergetic, mod:enderstorage (incompatible), mod:endportalrecipe, mod:extendedcrafting, mod:extrastorage, mod:extremesoundmuffler (incompatible), mod:fancymenu (incompatible), mod:farmingforblockheads (incompatible), mod:fastleafdecay (incompatible), mod:forge, mod:forgivingvoid (incompatible), mod:ftbbackups (incompatible), mod:ftbchunks (incompatible), mod:ftbessentials, mod:ftbguilibrary (incompatible), mod:ftbquests (incompatible), mod:ftbranks, mod:ftbteams (incompatible), mod:ftbultimine (incompatible), mod:gardenofglass, mod:globaldataandresourcepacks (incompatible), mod:goldenhopper (incompatible), mod:ice_ice_baby (incompatible), mod:immersiveengineering (incompatible), mod:immersivepetroleum (incompatible), mod:interactio, mod:ironchest (incompatible), mod:itemcollectors, mod:itemfilters, mod:jaopca (incompatible), mod:jei, mod:jeresources, mod:konkrete, mod:kubejs, mod:kubejs_create, mod:kubejs_immersive_engineering, mod:kubejs_mekanism, mod:kubejs_thermal, mod:lava_monster (incompatible), mod:lightoverlay-forge (incompatible), mod:mantle (incompatible), mod:mdecore, mod:mekanism, mod:mekanismadditions, mod:mekanismgenerators, mod:mekanismtools, mod:mgui (incompatible), mod:morpheus (incompatible), mod:morphtool (incompatible), mod:mousetweaks, mod:nccreepers, mod:netherportalfix (incompatible), mod:noautojump (incompatible), mod:obfuscate (incompatible), mod:outer_end, mod:pamhc2crops (incompatible), mod:pamhc2foodcore (incompatible), mod:pamhc2foodextended (incompatible), mod:pamhc2trees (incompatible), mod:patchouli (incompatible), mod:placebo (incompatible), mod:pneumaticcraft, mod:quark (incompatible), mod:quarkoddities (incompatible), mod:rats, mod:reauth, mod:refinedstorage, mod:refinedstorageaddons, mod:restrictedportals (incompatible), mod:rhino, mod:shutupexperimentalsettings (incompatible), mod:solarcooker (incompatible), mod:solpotato (incompatible), mod:speedyhoppers (incompatible), mod:stackrefill, mod:starterkit, mod:storagedrawers (incompatible), mod:storagenetwork (incompatible), mod:tetra, mod:theoneprobe, mod:thermal (incompatible), mod:thermal_cultivation (incompatible), mod:thermal_expansion (incompatible), mod:thermal_innovation (incompatible), mod:thermal_locomotion (incompatible), mod:tinycoal (incompatible), mod:toastcontrol (incompatible), mod:tombstone, mod:torchmaster (incompatible), mod:trashcans, mod:travelersbackpack (incompatible), mod:tubesreloaded (incompatible), mod:twerkitmeal, mod:usefulhats, mod:valkyrielib, mod:vm, mod:waterstrainer, mod:woodenhopper (incompatible), mod:woodenutilities, mod:wstweaks (incompatible), vanilla Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge'