Jump to content

Recommended Posts

Posted

As the title suggests my game crashed unexpectedly while I was doing final edits on my modpack and in order to make sure it isn't an issue I want to review the crash report. Can anyone help me understand why the crash occured? The crash report said: 

The game crashed whilst unexpected error
Error: java.lang.NullPointerException: Unexpected error


The full log is attached below.

Full:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  BedPatch (bedpatch-2.2-1.12.2.jar)
  AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  Quark Plugin (Quark-r1.5-159.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  MovingWorldCore (movingworld-1.12-6.342-full.jar)
  FarseekCoreMod (Farseek-1.12-2.3.2.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 6/13/19 4:54 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
    at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTMetadata(AssembleResult.java:248)
    at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTFully(AssembleResult.java:227)
    at com.elytradev.movingworld.common.tile.TileMovingMarkingBlock.func_189515_b(TileMovingMarkingBlock.java:225)
    at com.elytradev.davincisvessels.common.tileentity.TileHelm.func_189515_b(TileHelm.java:156)
    at net.minecraftforge.common.util.BlockSnapshot.getTileNBT(BlockSnapshot.java:132)
    at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:61)
    at net.minecraft.world.World.func_190527_a(World.java:3171)
    at com.rwtema.extrautils2.compatibility.CompatHelper.canPlaceBlockHere(CompatHelper.java:51)
    at com.rwtema.extrautils2.items.ItemBuildersWand.checkAndAddBlocks(ItemBuildersWand.java:68)
    at com.rwtema.extrautils2.items.ItemSelectionWand.getPotentialBlocks(ItemSelectionWand.java:182)
    at com.rwtema.extrautils2.items.ItemSelectionWand.drawSelection(ItemSelectionWand.java:282)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_812_ItemSelectionWand_drawSelection_DrawBlockHighlightEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:191)
    at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.optifine.reflect.Reflector.callBoolean(Reflector.java:680)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1819)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1613)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1384)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
Stacktrace:
    at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTMetadata(AssembleResult.java:248)
    at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTFully(AssembleResult.java:227)
    at com.elytradev.movingworld.common.tile.TileMovingMarkingBlock.func_189515_b(TileMovingMarkingBlock.java:225)
    at com.elytradev.davincisvessels.common.tileentity.TileHelm.func_189515_b(TileHelm.java:156)
    at net.minecraftforge.common.util.BlockSnapshot.getTileNBT(BlockSnapshot.java:132)
    at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:61)
    at net.minecraft.world.World.func_190527_a(World.java:3171)
    at com.rwtema.extrautils2.compatibility.CompatHelper.canPlaceBlockHere(CompatHelper.java:51)
    at com.rwtema.extrautils2.items.ItemBuildersWand.checkAndAddBlocks(ItemBuildersWand.java:68)
    at com.rwtema.extrautils2.items.ItemSelectionWand.getPotentialBlocks(ItemSelectionWand.java:182)
    at com.rwtema.extrautils2.items.ItemSelectionWand.drawSelection(ItemSelectionWand.java:282)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_812_ItemSelectionWand_drawSelection_DrawBlockHighlightEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:191)
    at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.optifine.reflect.Reflector.callBoolean(Reflector.java:680)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1819)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1613)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['ShadowGodMordred'/502, l='MpServer', x=92.83, y=63.38, z=69.58]]
    Chunk stats: MultiplayerChunkCache: 436, 436
    Level seed: 0
    Level generator: ID 07 - quark_realistic, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (0,64,44), Chunk: (at 0,4,12 in 0,2; contains blocks 0,0,32 to 15,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 52829 game time, 52829 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 88 total; [EntityAbyssalZombie['Abyssal Zombie'/49165, l='MpServer', x=81.50, y=28.00, z=110.50], EntityArchaeologist['Archaeologist'/143, l='MpServer', x=15.00, y=22.00, z=24.00], MoCEntityBoar['Boar'/144, l='MpServer', x=35.45, y=68.00, z=11.44], MoCEntityBoar['Boar'/145, l='MpServer', x=36.50, y=68.00, z=13.50], EntityArchaeologist['Archaeologist'/190, l='MpServer', x=23.00, y=23.00, z=112.00], MoCEntityOstrich['Ostrich'/192, l='MpServer', x=51.50, y=62.00, z=131.50], EntityPlayerSP['ShadowGodMordred'/502, l='MpServer', x=92.83, y=63.38, z=69.58], EntityHat['unknown'/1430, l='MpServer', x=92.83, y=63.38, z=69.58], MoCEntityGreenOgre['GreenOgre'/50672, l='MpServer', x=58.68, y=17.00, z=58.70], EntityCreeper['Creeper'/50888, l='MpServer', x=89.17, y=59.00, z=66.52], EntityHat['unknown'/50891, l='MpServer', x=89.17, y=59.00, z=66.52], EntityFallingBlock['Falling Block'/42892, l='MpServer', x=225.50, y=72.50, z=183.50], EntityFallingBlock['Falling Block'/42924, l='MpServer', x=231.50, y=78.50, z=190.50], EntityDoeNigerianDwarf['Nigerian Dwarf Doe'/27127, l='MpServer', x=147.08, y=68.00, z=20.89], MoCEntityOstrich['Ostrich'/27439, l='MpServer', x=131.50, y=69.00, z=-3.50], MoCEntityMiniGolem['MiniGolem'/52483, l='MpServer', x=41.50, y=20.00, z=73.50], MoCEntityCricket['Cricket'/3740, l='MpServer', x=31.50, y=68.00, z=11.50], MoCEntityCricket['Cricket'/3741, l='MpServer', x=30.50, y=68.00, z=13.50], MoCEntityCricket['Cricket'/3742, l='MpServer', x=30.50, y=68.00, z=14.50], MoCEntityCricket['Cricket'/3743, l='MpServer', x=34.50, y=68.00, z=16.50], EntityItem['item.item.arrow'/53083, l='MpServer', x=82.69, y=68.00, z=43.66], EntityItem['item.item.bone'/53084, l='MpServer', x=83.59, y=68.00, z=44.40], EntityItem['item.item.bone'/53129, l='MpServer', x=140.91, y=68.00, z=31.90], EntityItem['item.tile.cactus'/53171, l='MpServer', x=92.71, y=68.00, z=10.31], EntityItem['item.tile.cactus'/53172, l='MpServer', x=94.95, y=69.00, z=8.98], EntitySkeleton['Skeleton'/53272, l='MpServer', x=27.50, y=20.00, z=106.50], EntityCreeper['Creeper'/53593, l='MpServer', x=38.50, y=33.00, z=126.50], EntityDweller['Dweller'/53606, l='MpServer', x=123.24, y=19.00, z=146.49], EntityCreeper['Creeper'/53638, l='MpServer', x=70.56, y=41.00, z=65.80], EntityHat['unknown'/53642, l='MpServer', x=70.56, y=41.00, z=65.80], EntityCreeper['Creeper'/53666, l='MpServer', x=87.50, y=29.00, z=144.50], EntityItem['item.tile.cactus'/53676, l='MpServer', x=130.90, y=65.00, z=65.49], EntityItem['item.tile.cactus'/53677, l='MpServer', x=128.95, y=66.00, z=66.01], EntitySkeleton['Skeleton'/53714, l='MpServer', x=60.53, y=32.00, z=62.76], EntityItem['item.tile.cactus'/53879, l='MpServer', x=150.55, y=66.00, z=120.70], EntityAshen['Ashen'/54265, l='MpServer', x=70.50, y=19.00, z=100.50], EntitySkeleton['Skeleton'/54270, l='MpServer', x=55.33, y=16.00, z=57.70], EntityCreeper['Creeper'/54287, l='MpServer', x=104.50, y=28.00, z=104.50], EntityCreeper['Creeper'/54310, l='MpServer', x=69.50, y=41.00, z=124.50], EntityCreeper['Creeper'/54317, l='MpServer', x=52.50, y=34.00, z=140.50], EntitySpider['Spider'/54321, l='MpServer', x=48.30, y=26.00, z=94.51], EntitySkeleton['Skeleton'/54330, l='MpServer', x=70.50, y=19.00, z=99.50], EntitySkeleton['Skeleton'/54333, l='MpServer', x=69.50, y=19.00, z=95.50], EntitySkeleton['Skeleton'/54334, l='MpServer', x=68.50, y=19.00, z=96.50], EntitySkeleton['Skeleton'/54345, l='MpServer', x=28.50, y=15.00, z=49.50], MoCEntityWerewolf['Werewolf'/54352, l='MpServer', x=31.50, y=33.00, z=137.50], MoCEntityWerewolf['Werewolf'/54360, l='MpServer', x=169.45, y=16.00, z=93.45], EntitySpider['Spider'/54367, l='MpServer', x=70.50, y=35.00, z=74.50], EntityCreeper['Creeper'/54370, l='MpServer', x=68.50, y=19.00, z=71.50], EntitySkeleton['Skeleton'/54371, l='MpServer', x=53.50, y=28.00, z=6.50], EntityCreeper['Creeper'/54376, l='MpServer', x=55.50, y=27.00, z=138.50], EntityCreeper['Creeper'/54381, l='MpServer', x=76.22, y=43.00, z=65.49], EntityHat['unknown'/54383, l='MpServer', x=76.22, y=43.00, z=65.49], EntityConcussionCreeper['Concussion Creeper'/54389, l='MpServer', x=30.50, y=21.00, z=116.50], EntityCreeper['Creeper'/54397, l='MpServer', x=30.50, y=21.00, z=114.50], EntityCreeper['Creeper'/54399, l='MpServer', x=31.50, y=21.00, z=116.50], EntityHat['unknown'/54432, l='MpServer', x=30.50, y=21.00, z=114.50], EntitySkeleton['Skeleton'/54442, l='MpServer', x=76.50, y=26.00, z=114.50], EntityCreeper['Creeper'/54446, l='MpServer', x=47.54, y=27.00, z=97.18], EntityZombie['Zombie'/54448, l='MpServer', x=153.05, y=26.00, z=143.95], EntitySkeleton['Skeleton'/54594, l='MpServer', x=67.77, y=47.00, z=60.50], EntityCreeper['Creeper'/54595, l='MpServer', x=52.50, y=28.00, z=95.50], EntityCreeper['Creeper'/54596, l='MpServer', x=86.56, y=31.00, z=10.15], EntityZombie['Zombie'/54613, l='MpServer', x=87.50, y=35.00, z=130.50], EntityCreeper['Creeper'/54748, l='MpServer', x=59.77, y=27.00, z=85.51], EntityZombie['Zombie'/54749, l='MpServer', x=105.26, y=32.00, z=112.45], EntitySkeleton['Skeleton'/54772, l='MpServer', x=169.70, y=16.00, z=94.30], EntitySkeleton['Skeleton'/54773, l='MpServer', x=169.50, y=16.00, z=101.50], EntitySkeleton['Skeleton'/54779, l='MpServer', x=121.50, y=16.00, z=148.50], EntitySkeleton['Skeleton'/54920, l='MpServer', x=51.50, y=30.00, z=16.50], EntityZombie['Zombie'/54921, l='MpServer', x=49.50, y=30.00, z=16.50], EntitySkeleton['Skeleton'/54922, l='MpServer', x=67.50, y=26.00, z=82.50], EntityHat['unknown'/54926, l='MpServer', x=51.50, y=30.00, z=16.50], EntitySkeleton['Skeleton'/55033, l='MpServer', x=56.50, y=20.00, z=70.50], EntitySkeleton['Skeleton'/55034, l='MpServer', x=74.50, y=40.00, z=128.50], EntitySkeleton['Skeleton'/55036, l='MpServer', x=74.50, y=27.00, z=121.50], EntityHat['unknown'/55044, l='MpServer', x=56.50, y=20.00, z=70.50], EntityHat['unknown'/55045, l='MpServer', x=74.50, y=40.00, z=128.50], EntityZombie['Zombie'/55191, l='MpServer', x=56.50, y=12.00, z=92.50], EntityCreeper['Creeper'/55192, l='MpServer', x=80.70, y=28.00, z=104.86], EntitySkeleton['Skeleton'/55340, l='MpServer', x=81.50, y=30.00, z=105.50], EntityCreeper['Creeper'/55341, l='MpServer', x=88.50, y=29.00, z=9.50], EntityZombie['Zombie'/55353, l='MpServer', x=38.50, y=16.00, z=47.50], EntityHat['unknown'/55357, l='MpServer', x=28.50, y=15.00, z=49.50], EntityHat['unknown'/55374, l='MpServer', x=153.05, y=26.00, z=143.95], EntitySkeleton['Skeleton'/55377, l='MpServer', x=35.50, y=16.00, z=49.50], EntityShip['entity.shipmod.name'/47210, l='MpServer', x=123.49, y=66.00, z=48.52], EntityZombie['Zombie'/48993, l='MpServer', x=109.37, y=52.00, z=86.81]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1023547304 bytes (976 MB) / 6832521216 bytes (6516 MB) up to 7635730432 bytes (7282 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 14, tallocated: 94
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 182 mods loaded, 182 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                                           | Version                  | Source                                               | Signature                                |
    |:------ |:-------------------------------------------- |:------------------------ |:---------------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft                                    | 1.12.2                   | minecraft.jar                                        | None                                     |
    | LCHIJA | mcp                                          | 9.42                     | minecraft.jar                                        | None                                     |
    | LCHIJA | FML                                          | 8.0.99.99                | forge-1.12.2-14.23.5.2838.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | forge                                        | 14.23.5.2838             | forge-1.12.2-14.23.5.2838.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | ivtoolkit                                    | 1.3.3-1.12               | minecraft.jar                                        | None                                     |
    | LCHIJA | com.elytradev.movingworld.common.asm.coremod |                          | minecraft.jar                                        | None                                     |
    | LCHIJA | openmodscore                                 | 0.12.2                   | minecraft.jar                                        | None                                     |
    | LCHIJA | movillages                                   | 1.5.4                    | [1.12]MoVillages-1.5.4.jar                           | None                                     |
    | LCHIJA | crafttweaker                                 | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
    | LCHIJA | mtlib                                        | 3.0.6                    | MTLib-3.0.6.jar                                      | None                                     |
    | LCHIJA | modtweaker                                   | 4.0.17                   | modtweaker-4.0.17.jar                                | None                                     |
    | LCHIJA | jei                                          | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                            | None                                     |
    | LCHIJA | abyssalcraft                                 | 1.9.8                    | AbyssalCraft-1.12.2-1.9.8.jar                        | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCHIJA | acintegration                                | 1.8.1                    | AbyssalCraft Integration-1.12.2-1.8.1.jar            | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCHIJA | actuallyadditions                            | 1.12.2-r148              | ActuallyAdditions-1.12.2-r148.jar                    | None                                     |
    | LCHIJA | baubles                                      | 1.5.2                    | Baubles-1.12-1.5.2.jar                               | None                                     |
    | LCHIJA | actuallybaubles                              | 1.1                      | ActuallyBaubles-1.12-1.1.jar                         | None                                     |
    | LCHIJA | ctm                                          | MC1.12.2-0.3.3.22        | CTM-MC1.12.2-0.3.3.22.jar                            | None                                     |
    | LCHIJA | appliedenergistics2                          | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar                 | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCHIJA | bdlib                                        | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                         | None                                     |
    | LCHIJA | ae2stuff                                     | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                        | None                                     |
    | LCHIJA | mantle                                       | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                             | None                                     |
    | LCHIJA | redstoneflux                                 | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | p455w0rdslib                                 | 2.1.44                   | p455w0rdslib-1.12.2-2.1.44.jar                       | None                                     |
    | LCHIJA | ae2wtlib                                     | 1.0.6                    | AE2WTLib-1.12.2-1.0.6.jar                            | None                                     |
    | LCHIJA | akashictome                                  | 1.2-12                   | AkashicTome-1.2-12.jar                               | None                                     |
    | LCHIJA | extrautils2                                  | 1.0                      | extrautils2-1.12-1.9.9.jar                           | None                                     |
    | LCHIJA | flyringbaublemod                             | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar          | None                                     |
    | LCHIJA | cofhcore                                     | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar               | None                                     |
    | LCHIJA | craftstudioapi                               | 1.0.0                    | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar   | None                                     |
    | LCHIJA | harvestcraft                                 | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None                                     |
    | LCHIJA | thaumcraft                                   | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                     | None                                     |
    | LCHIJA | twilightforest                               | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar          | None                                     |
    | LCHIJA | animania                                     | 1.6.2                    | animania-1.12.2-1.6.2.jar                            | None                                     |
    | LCHIJA | applecore                                    | 3.2.0                    | AppleCore-mc1.12.2-3.2.0.jar                         | None                                     |
    | LCHIJA | appleskin                                    | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                           | None                                     |
    | LCHIJA | architecturecraft                            | @VERSION@                | architecturecraft-1.12-3.80.jar                      | None                                     |
    | LCHIJA | astikorcarts                                 | 1.12.2-0.1.2.7           | astikorcarts-1.12.2-0.1.2.7.jar                      | None                                     |
    | LCHIJA | astralsorcery                                | 1.10.19                  | astralsorcery-1.12.2-1.10.19.jar                     | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | LCHIJA | quark                                        | r1.5-159                 | Quark-r1.5-159.jar                                   | None                                     |
    | LCHIJA | autoreglib                                   | 1.3-30                   | AutoRegLib-1.3-30.jar                                | None                                     |
    | LCHIJA | badwithernocookiereloaded                    | 1.12.2-3.3.16            | badwithernocookiereloaded-1.12.2-3.3.16.jar          | None                                     |
    | LCHIJA | bibliocraft                                  | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                    | None                                     |
    | LCHIJA | buildcraftlib                                | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | buildcraftcore                               | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | buildcraftenergy                             | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | forestry                                     | 5.8.2.387                | forestry_1.12.2-5.8.2.387.jar                        | None                                     |
    | LCHIJA | binniecore                                   | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
    | LCHIJA | binniedesign                                 | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
    | LCHIJA | genetics                                     | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
    | LCHIJA | botany                                       | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
    | LCHIJA | extrabees                                    | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
    | LCHIJA | extratrees                                   | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                     | None                                     |
    | LCHIJA | blockdrops                                   | 1.4.0                    | blockdrops-1.12.2-1.4.0.jar                          | None                                     |
    | LCHIJA | guideapi                                     | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                          | None                                     |
    | LCHIJA | bloodmagic                                   | 1.12.2-2.4.1-103         | BloodMagic-1.12.2-2.4.1-103.jar                      | None                                     |
    | LCHIJA | bloodarsenal                                 | 1.12.2-2.2.0-28          | BloodArsenal-1.12.2-2.2.0-28.jar                     | None                                     |
    | LCHIJA | bookshelf                                    | 2.3.584                  | Bookshelf-1.12.2-2.3.584.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | buildcraftbuilders                           | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | buildcrafttransport                          | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | buildcraftsilicon                            | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | buildcraftcompat                             | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | buildcraftfactory                            | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | buildcraftrobotics                           | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
    | LCHIJA | careerbees                                   | 1.0                      | careerbees-0.4.0.jar                                 | None                                     |
    | LCHIJA | chameleon                                    | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                             | None                                     |
    | LCHIJA | chisel                                       | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                         | None                                     |
    | LCHIJA | clumps                                       | 3.1.2                    | Clumps-3.1.2.jar                                     | None                                     |
    | LCHIJA | codechickenlib                               | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | cofhworld                                    | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar               | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | cookingforblockheads                         | 6.4.70                   | CookingForBlockheads_1.12.2-6.4.70.jar               | None                                     |
    | LCHIJA | craftingtweaks                               | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                      | None                                     |
    | LCHIJA | ctgui                                        | 1.0.0                    | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
    | LCHIJA | crafttweakerjei                              | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
    | LCHIJA | cyclopscore                                  | 1.3.0                    | CyclopsCore-1.12.2-1.3.0.jar                         | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | waila                                        | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                          | None                                     |
    | LCHIJA | darkutils                                    | 1.8.226                  | DarkUtils-1.12.2-1.8.226.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | movingworld                                  | 1.12-6.342               | movingworld-1.12-6.342-full.jar                      | None                                     |
    | LCHIJA | davincisvessels                              | @DVESSELSVER@            | davincisvessels-1.12-6.340-full.jar                  | None                                     |
    | LCHIJA | doggytalents                                 | 1.15.0.1                 | DoggyTalents-1.12.2-1.15.0.1-universal.jar           | None                                     |
    | LCHIJA | mocreatures                                  | 12.0.5                   | DrZharks MoCreatures Mod-12.0.5.jar                  | None                                     |
    | LCHIJA | eplus                                        | 5.0.176                  | EnchantingPlus-1.12.2-5.0.176.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | endercore                                    | 1.12.2-0.5.57            | EnderCore-1.12.2-0.5.57.jar                          | None                                     |
    | LCHIJA | enderzoo                                     | 1.12.1-1.4.0.49          | EnderZoo-1.12.1-1.4.0.49.jar                         | None                                     |
    | LCHIJA | evilcraft                                    | 0.10.75                  | EvilCraft-1.12.2-0.10.75.jar                         | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | evilcraftcompat                              | 1.0.0                    | EvilCraft-1.12.2-0.10.75.jar                         | None                                     |
    | LCHIJA | thermalfoundation                            | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermalexpansion                             | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | railcraft                                    | 12.0.0                   | railcraft-12.0.0.jar                                 | a0c255ac501b2749537d5824bb0f0588bf0320fa |
    | LCHIJA | immersiveengineering                         | 0.12-89                  | ImmersiveEngineering-0.12-89.jar                     | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | LCHIJA | exchangers                                   | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                            | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | extracells                                   | 2.6.2                    | ExtraCells-1.12.2-2.6.2a.jar                         | None                                     |
    | LCHIJA | farseek                                      | 2.3.2                    | Farseek-1.12-2.3.2.jar                               | None                                     |
    | LCHIJA | fastleafdecay                                | v14                      | FastLeafDecay-v14.jar                                | None                                     |
    | LCHIJA | forgelin                                     | 1.8.2                    | Forgelin-1.8.2.jar                                   | None                                     |
    | LCHIJA | forgemultipartcbe                            | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | microblockcbe                                | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | None                                     |
    | LCHIJA | minecraftmultipartcbe                        | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | None                                     |
    | LCHIJA | gravestone                                   | 1.10.1                   | gravestone-1.10.1.jar                                | None                                     |
    | LCHIJA | ichunutil                                    | 7.2.1                    | iChunUtil-1.12.2-7.2.1.jar                           | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | hats                                         | 7.0.0                    | Hats-1.12.2-7.0.2.jar                                | None                                     |
    | LCHIJA | icbmclassic                                  | 1.12.2-3.3.0.63          | ICBM-classic-1.12.2-3.3.0b63.jar                     | None                                     |
    | LCHIJA | immersivepetroleum                           | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                  | None                                     |
    | LCHIJA | immersivetech                                | 1.3.10                   | immersivetech-1.12-1.3.10.jar                        | None                                     |
    | LCHIJA | teslacorelib                                 | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | industrialforegoing                          | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.12-236.jar           | None                                     |
    | LCHIJA | mcjtylib_ng                                  | 3.5.3                    | mcjtylib-1.12-3.5.3.jar                              | None                                     |
    | LCHIJA | rftools                                      | 7.71                     | rftools-1.12-7.71.jar                                | None                                     |
    | LCHIJA | integrationforegoing                         | 1.12.2-1.9               | IntegrationForegoing-1.12.2-1.9.jar                  | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | inventorytweaks                              | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                             | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | ironbackpacks                                | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                    | None                                     |
    | LCHIJA | ironchest                                    | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.69.845.jar                      | None                                     |
    | LCHIJA | jehc                                         | 1.6.4                    | jehc-1.12.2-1.6.4.jar                                | None                                     |
    | LCHIJA | jeibees                                      | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                         | None                                     |
    | LCHIJA | jeiintegration                               | 1.5.1.36                 | jeiintegration_1.12.2-1.5.1.36.jar                   | None                                     |
    | LCHIJA | jeivillagers                                 | 1.0                      | jeivillagers-1.12-1.0.2.jar                          | None                                     |
    | LCHIJA | journeymap                                   | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                          | None                                     |
    | LCHIJA | jeresources                                  | 0.9.2.58                 | JustEnoughResources-1.12.2-0.9.2.58.jar              | None                                     |
    | LCHIJA | psi                                          | r1.1-76                  | Psi-r1.1-76.jar                                      | None                                     |
    | LCHIJA | magipsi                                      | 1.3                      | MagicalPsi-1.3.2.jar                                 | None                                     |
    | LCHIJA | magicbees                                    | 1.0                      | MagicBees-1.12.2-3.1.10.jar                          | None                                     |
    | LCHIJA | mikesmodslib                                 | 1.0.2                    | MikesModsLib-1.0.2.jar                               | None                                     |
    | LCHIJA | testdummy                                    | 1.12                     | MmmMmmMmmMmm-1.12-1.14.jar                           | None                                     |
    | LCHIJA | modnametooltip                               | 1.10.0                   | modnametooltip_1.12.2-1.10.0.jar                     | None                                     |
    | LCHIJA | numina                                       | 1.12.2-1.0.38            | Numina-1.12.2-1.0.38.jar                             | None                                     |
    | LCHIJA | powersuits                                   | 1.12.2-1.0.41            | ModularPowersuits-1.12.2-1.0.41.jar                  | None                                     |
    | LCHIJA | morebees                                     | 1.12.2-2.0.1             | morebees-1.12.2-2.0.1.jar                            | None                                     |
    | LCHIJA | morph                                        | 7.1.3                    | Morph-1.12.2-7.1.3.jar                               | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | morpheus                                     | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                          | None                                     |
    | LCHIJA | mousetweaks                                  | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                        | None                                     |
    | LCHIJA | mrtjpcore                                    | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar              | None                                     |
    | LCHIJA | netherportalfix                              | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar                    | None                                     |
    | LCHIJA | norecipebook                                 | 1.2.1                    | noRecipeBook_v1.2.2formc1.12.2.jar                   | None                                     |
    | LCHIJA | omlib                                        | 3.1.3-243                | omlib-1.12.2-3.1.3-243.jar                           | None                                     |
    | LCHIJA | openmods                                     | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | openblocks                                   | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                          | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | openmodularturrets                           | 3.1.3-354                | openmodularturrets-1.12.2-3.1.3-354.jar              | None                                     |
    | LCHIJA | packingtape                                  | 0.7.6                    | PackingTape-1.12.2-0.7.6.jar                         | None                                     |
    | LCHIJA | placebo                                      | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                             | None                                     |
    | LCHIJA | projectred-core                              | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                  | None                                     |
    | LCHIJA | projectred-compat                            | 1.0                      | ProjectRed-1.12.2-4.9.1.92-compat.jar                | None                                     |
    | LCHIJA | projectred-integration                       | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar           | None                                     |
    | LCHIJA | projectred-transmission                      | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar           | None                                     |
    | LCHIJA | projectred-fabrication                       | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar           | None                                     |
    | LCHIJA | projectred-illumination                      | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar              | None                                     |
    | LCHIJA | projectred-expansion                         | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
    | LCHIJA | projectred-relocation                        | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
    | LCHIJA | projectred-transportation                    | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
    | LCHIJA | projectred-exploration                       | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-world.jar                 | None                                     |
    | LCHIJA | randomthings                                 | 4.2.7.1                  | RandomThings-MC1.12.2-4.2.7.1.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | reccomplex                                   | 1.4.8.2                  | RecurrentComplex-1.4.8.2.jar                         | None                                     |
    | LCHIJA | xreliquary                                   | 1.12.2-1.3.4.786         | Reliquary-1.12.2-1.3.4.786.jar                       | None                                     |
    | LCHIJA | resourceloader                               | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | roguelike                                    | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                   | None                                     |
    | LCHIJA | roots                                        | 0.104                    | roots-2-0.104.jar                                    | None                                     |
    | LCHIJA | shearmadness                                 | 1.12.2                   | shearmadness-1.12.2-1.7.2.4.jar                      | None                                     |
    | LCHIJA | thermaldynamics                              | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | simplyjetpacks                               | 2.2.12.65                | SimplyJetpacks2-1.12.2-2.2.12.65.jar                 | None                                     |
    | LCHIJA | solarflux                                    | 4.32r                    | SolarFluxReborn_1.12.2-4.32r.jar                     | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LCHIJA | solcarrot                                    | 1.12.2-1.7               | solcarrot-1.12.2-1.7.jar                             | None                                     |
    | LCHIJA | spartanshields                               | 1.5.4                    | SpartanShields-1.12.2-1.5.4.jar                      | None                                     |
    | LCHIJA | storagedrawers                               | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.8.jar                      | None                                     |
    | LCHIJA | streams                                      | 0.4.7                    | Streams-1.12-0.4.7.jar                               | None                                     |
    | LCHIJA | thaumicjei                                   | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                       | None                                     |
    | LCHIJA | thaumicenergistics                           | 2.2.2                    | thaumicenergistics-2.2.2.jar                         | None                                     |
    | LCHIJA | tcinventoryscan                              | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar           | None                                     |
    | LCHIJA | thaumictinkerer                              | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar               | None                                     |
    | LCHIJA | thedragonlib                                 | 1.12.2-5.3.0             | thedragonlib-1.12.2-5.3.0.jar                        | None                                     |
    | LCHIJA | thermalinnovation                            | 0.3.3                    | ThermalInnovation-1.12.2-0.3.3.12-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | toastcontrol                                 | 1.8.1                    | Toast Control-1.12.2-1.8.1.jar                       | None                                     |
    | LCHIJA | torchmaster                                  | 1.7.1.74                 | torchmaster_1.12.2-1.7.1.74.jar                      | 5e9a436b366831c8f54a7e80b015784da69278c6 |
    | LCHIJA | traverse                                     | 1.6.0                    | Traverse-1.12.2-1.6.0-69.jar                         | None                                     |
    | LCHIJA | unlimitedchiselworks                         | 0.2.1                    | UnlimitedChiselWorks-0.2.1.jar                       | None                                     |
    | LCHIJA | wailaharvestability                          | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar                | None                                     |
    | LCHIJA | wanionlib                                    | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                             | None                                     |
    | LCHIJA | wct                                          | 3.11.88                  | WirelessCraftingTerminal-1.12.2-3.11.88.jar          | None                                     |
    | LCHIJA | xnet                                         | 1.8.1                    | xnet-1.12-1.8.1.jar                                  | None                                     |
    | LCHIJA | ynot                                         | 0.2.4                    | YNot-0.2.4.jar                                       | None                                     |
    | LCHIJA | orelib                                       | 3.5.2.2                  | OreLib-1.12.2-3.5.2.2.jar                            | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LCHIJA | shetiphiancore                               | 3.5.9                    | shetiphiancore-1.12.0-3.5.9.jar                      | None                                     |
    | LCHIJA | teslacorelib_registries                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                     | None                                     |
    | LCHIJA | unidict                                      | 1.12.2-2.9.2             | UniDict-1.12.2-2.9.2.jar                             | None                                     |

    Loaded coremods (and transformers): 
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar)
  lumien.randomthings.asm.ClassTransformer
BedPatch (bedpatch-2.2-1.12.2.jar)
  com.mordenkainen.bedpatch.BedPatchASM
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  shetiphian.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  
Quark Plugin (Quark-r1.5-159.jar)
  vazkii.quark.base.asm.ClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
  
MovingWorldCore (movingworld-1.12-6.342-full.jar)
  
FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  farseek.core.FarseekClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) HD Graphics 630'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
    List of loaded APIs: 
        * AbyssalCraftAPI (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Biome (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Block (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Caps (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Condition (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Disruption (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Energy (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Entity (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Event (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Integration (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Internal (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Item (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Necronomicon (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Recipe (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Ritual (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Spell (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * AbyssalCraftAPI|Structure (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar
        * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r148.jar
        * ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
        * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
        * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
        * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
        * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar
        * BotaniaAPI (79) from AkashicTome-1.2-12.jar
        * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.1.jar
        * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.1.jar
        * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
        * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
        * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
        * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
        * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
        * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
        * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar
        * jeresources|API (0.9.2.58) from JustEnoughResources-1.12.2-0.9.2.58.jar
        * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
        * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
        * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
        * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
        * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
        * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
        * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
        * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.1.44.jar
        * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
        * PsiAPI (13) from Psi-r1.1-76.jar
        * QuarkAPI (4) from Quark-r1.5-159.jar
        * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar
        * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar
        * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar
        * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar
        * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar
        * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar
        * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar
        * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar
        * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar
        * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar
        * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
        * shearmadness.api (@API_VERSION@) from shearmadness-1.12.2-1.7.2.4.jar
        * shearmadness_api_plumbing (1.0) from shearmadness-1.12.2-1.7.2.4.jar
        * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
        * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
        * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
        * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
        * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
        * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
        * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
        * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
        * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar
    [Psi] Active spell: None
    AE2 Integration: IC2:OFF, RC:ON, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
    Launched Version: forge-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_E3
    OptiFine Build: 20181210-121000
    Render Distance Chunks: 10
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.5.0 - Build 23.20.16.4973
    OpenGlRenderer: Intel(R) HD Graphics 630
    OpenGlVendor: Intel
    CpuCount: 8

Posted
11 hours ago, DerpyGhost said:

java.lang.NullPointerException: Unexpected error
    at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTMetadata(AssembleResult.java:248)

If it were me, I'd try removing the movingworld mod, and see if that stops the crashing.

 

Also make sure you are downloading your mods from curseforge, or directly from the developers, and not from shady websites like 9 minecraft and such.

  • Thanks 1
Posted
10 hours ago, Ugdhar said:

If it were me, I'd try removing the movingworld mod, and see if that stops the crashing.

 

Also make sure you are downloading your mods from curseforge, or directly from the developers, and not from shady websites like 9 minecraft and such.

The MovingWorldCore I have is a core mod for davinci's vessels, I need it in order to have the other mod. Also I get my mod's either off the twitch launcher or curseforge, but thank you for the tip :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • https://pastebin.com/SnWukPj8   thats the crash log if anyone can help add me on discord: privatelk
    • Remove Neruina and justleveling from your server
    • I'm attempting to make a 1.20.1-47.4.0 forge server but when I change the user_jvm_args.txt it does nothing so i tried adding it to the run.bat which it picks up on the startup console but then gives me this [21:56:01] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server joptsimple.UnrecognizedOptionException: X is not a recognized option     at joptsimple.OptionException.unrecognizedOption(OptionException.java:108) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.validateOptionCharacters(OptionParser.java:633) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.handleShortOptionCluster(OptionParser.java:528) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.handleShortOptionToken(OptionParser.java:523) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:59) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.parse(OptionParser.java:396) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at net.minecraft.server.Main.main(Main.java:98) ~[server-1.20.1-20230612.114412-srg.jar%23101!/:?] {re:classloading}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}     at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} I have uninstalled and reinstalled all my versions of java and tried deleting and restarting everything several times to no avail. I have no more ideas and would appreciate any assistance.
    • [01:52:34] [Server thread/WARN] [neruina/]: Neruina caught an exception, see below for cause java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER         at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:1.0] {}         at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}         at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}         at net.minecraftforge.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:87) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectivity.mixins.json:SimpleChannelMixin from mod connectivity,pl:mixin:A}         at com.dplayend.justleveling.network.ServerNetworking.sendToServer(ServerNetworking.java:36) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.network.packet.common.CounterAttackSP.send(CounterAttackSP.java:51) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.lambda$onAttackEntity$8(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:137) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.onAttackEntity(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.__RegistryCommonEvents_onAttackEntity_LivingHurtEvent.invoke(.dynamic) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:292) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.player.Player.m_6475_(Player.java:909) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.LivingEntity.m_6469_(LivingEntity.java:1112) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.player.Player.m_6469_(Player.java:840) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerPlayer.m_6469_(ServerPlayer.java:695) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_7327_(Mob.java:1410) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_7327_(Zombie.java:315) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Husk.m_7327_(Husk.java:57) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:connector_pre_launch:A}         at yesman.epicfight.world.capabilities.entitypatch.MobPatch.attack(MobPatch.java:179) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,re:classloading}         at yesman.epicfight.api.animation.types.AttackAnimation.hurtCollidingEntities(AttackAnimation.java:241) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.attackTick(AttackAnimation.java:216) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.tick(AttackAnimation.java:169) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.ServerAnimator.tick(ServerAnimator.java:85) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.world.capabilities.entitypatch.LivingEntityPatch.tick(LivingEntityPatch.java:154) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}         at yesman.epicfight.events.EntityEvents.updateEvent(EntityEvents.java:103) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.events.__EntityEvents_updateEvent_LivingTickEvent.invoke(.dynamic) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingTick(ForgeHooks.java:264) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2258) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_8119_(Zombie.java:210) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:694) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.mixinextras$bridge$accept$186(Level.java) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:92) ~[Neruina-2.1.2-forge+1.20.1.jar%23574!/:?] {re:mixin,re:classloading}         at net.minecraft.world.level.Level.wrapOperation$cgb000$neruina$catchTickingEntities$notTheCauseOfTickLag(Level.java:8040) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:lithium.mixins.json:collections.entity_ticking.EntityListMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:EntityTickListAccessor from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.EntityTickListMixin from mod alltheleaks,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}   I dont know what mod isnt working
    • Remove entity_model_features_1.20.1-forge-3.0.1.jar from your mods folder. If there are other mods that depend on that mod, you may have to remove them also.
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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