GithubHelp home page GithubHelp logo

epicfightmod's Introduction

Source installation information for modders
-------------------------------------------
This code follows the Minecraft Forge installation methodology. It will apply
some small patches to the vanilla MCP source code, giving you and it access 
to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "un-renamed" MCP source code (aka
SRG Names) - this means that you will not be able to read them directly against
normal code.

Setup Process:
==============================

Step 1: Open your command-line and browse to the folder where you extracted the zip file.

Step 2: You're left with a choice.
If you prefer to use Eclipse:
1. Run the following command: `gradlew genEclipseRuns` (`./gradlew genEclipseRuns` if you are on Mac/Linux)
2. Open Eclipse, Import > Existing Gradle Project > Select Folder 
   or run `gradlew eclipse` to generate the project.

If you prefer to use IntelliJ:
1. Open IDEA, and import project.
2. Select your build.gradle file and have it import.
3. Run the following command: `gradlew genIntellijRuns` (`./gradlew genIntellijRuns` if you are on Mac/Linux)
4. Refresh the Gradle Project in IDEA if required.

If at any point you are missing libraries in your IDE, or you've run into problems you can 
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything 
{this does not affect your code} and then start the process again.

Mapping Names:
=============================
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields 
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
license, if you do not agree with it you can change your mapping names to other crowdsourced names in your 
build.gradle. For the latest license text, refer to the mapping file itself, or the reference copy here:
https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md

Additional Resources: 
=========================
Community Documentation: http://mcforge.readthedocs.io/en/latest/gettingstarted/  
LexManos' Install Video: https://www.youtube.com/watch?v=8VEdtQLuLO0  
Forge Forum: https://forums.minecraftforge.net/  
Forge Discord: https://discord.gg/UvedJ9m  

epicfightmod's People

Contributors

azuredoom avatar eehunter avatar metalknight56 avatar paintninja avatar sagesse-cn avatar saithe6 avatar stel312 avatar wehavecookies56 avatar yesssssman avatar

Stargazers

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

Watchers

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

epicfightmod's Issues

Compatability issue with Optifine and immersive portals

whenever I use this mod with both OptiFine_1.16.4_HD_U_G5 and immersive portals it crahses giving a null pointer exception for this mod on the attack key bind "at maninhouse.epicfight.client.events.engine.ControllEngine.attackKeyPressed(ControllEngine.java:151) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}"
and some times a ticking entity error

epicfight + optifine works
optifine + immersive portals works
epicfight + immersive portals also works but all 3 together crashes the game

Modded Mobs

This mod doesn't appear to function well at all with modded mobs. With Dungeon Mobs, a mod that adds Minecraft Dungeon mobs to the game, several of the mobs are able to damage you while you attack them, and are not able to be stunned by your attacks, making it likely the player will die if they try to attack a non-vanilla mob.

[Minecraft 1.16.5, EF mod 2.0.3] Crash while walking and joining world in a modpack

I've had a total of three crashes while trying to load Epic Fight Mod, and I will just send the last one because it is the one I am most sure about and it is the best run I had so far. (I was able to load the world in the lastest attempt, but it crashed shortly after I started walking).

---- Minecraft Crash Report ----
// Don't do that.

Time: 2/24/21 11:42 PM
Description: Exception in server tick loop

java.util.concurrent.CompletionException: java.lang.NullPointerException
at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_241] {}
at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:1.8.0_241] {}
at java.util.concurrent.CompletableFuture.uniApply(Unknown Source) ~[?:1.8.0_241] {}
at java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source) ~[?:1.8.0_241] {}
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_241] {}
at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:172) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:514) ~[?:?] {re:classloading}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:134) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:522) ~[?:?] {re:classloading}
at net.minecraft.world.server.ServerChunkProvider.func_217234_d(ServerChunkProvider.java:267) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:722) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:711) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(ThreadTaskExecutor.java:150) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:697) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:646) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_241] {}
Caused by: java.lang.NullPointerException
at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:84) ~[epicfight:1.0] {re:classloading}
at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:57) ~[epicfight:1.0] {re:classloading}
at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:75) ~[epicfight:1.0] {re:classloading}
at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:49) ~[epicfight:1.0] {re:classloading}
at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:79) ~[epicfight:1.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_456_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraft.world.server.ServerWorld.func_217440_f(ServerWorld.java:829) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.server.ChunkManager.lambda$null$25(ChunkManager.java:763) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[datafixerupper-4.0.26.jar:?] {re:classloading}
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {}
at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[datafixerupper-4.0.26.jar:?] {re:classloading}
at net.minecraft.world.server.ChunkManager.lambda$func_219200_b$26(ChunkManager.java:733) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
... 16 more

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

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_241, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1037370568 bytes (989 MB) / 3213778944 bytes (3064 MB) up to 4242669568 bytes (4046 MB)
CPUs: 6
JVM Flags: 5 total; -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms128m -Xmx4096m
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.0.42-launcher.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.0.42-launcher.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.0.42-launcher.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.0.42-launcher.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.5_HD_U_G6.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.5-36.0.42-launcher.jar fml TRANSFORMATIONSERVICE
FML: 36.0
Forge: net.minecraftforge:36.0.42
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
DungeonsMod-1.16.3-1.2.10.jar |Dungeons Mod |dungeonsmod |1.16.3-1.2.10 |DONE |NOSIGNATURE
astralsorcery-1.16.4-1.13.9.jar |Astral Sorcery |astralsorcery |1.16.4-1.13.9 |DONE |45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
Bountiful+Baubles+FORGE-1.16.3-0.0.2.jar |Bountiful Baubles |bountifulbaubles |NONE |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.71.jar |Just Enough Items |jei |7.6.1.71 |DONE |NOSIGNATURE
dungeons_mobs-1.16.4-1.0.3.jar |Dungeons Mobs |dungeons_mobs |1.0.3 |DONE |NOSIGNATURE
abnormals_core-1.16.4-3.0.6.jar |Abnormals Core |abnormals_core |3.0.6 |DONE |NOSIGNATURE
goblintraders-1.2.2-1.16.3.jar |Goblin Traders |goblintraders |1.2.2 |DONE |NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |NOSIGNATURE
Neat+1.7-27.jar |Neat |neat |1.7-27 |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
EpicFightMod-1.16.4-2.0.3.jar |Epic Fight Mod |epicfight |1.0.0 |DONE |NOSIGNATURE
Placebo-1.16.4-4.4.1.jar |Placebo |placebo |4.4.1 |DONE |NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |DONE |NOSIGNATURE
citadel-1.6.1.jar |Citadel |citadel |1.6.1 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |NOSIGNATURE
betteranimalsplus-1.16.4-10.1.0.jar |Better Animals Plus |betteranimalsplus |10.1.0 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.1.jar |Bookshelf |bookshelf |10.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
guardvillagers-1.16.4-1.1.10.jar |Guard Villagers |guardvillagers |1.1.10 |DONE |NOSIGNATURE
RealisticTorches-1.16.5-3.1.2.jar |Realistic Torches |realistictorches |1.16.5-3.1.2 |DONE |NOSIGNATURE
Apotheosis-1.16.3-4.4.1.jar |Apotheosis |apotheosis |4.4.1 |DONE |NOSIGNATURE
mahoutsukai-1.16.5-v1.28.0.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.28.0 |DONE |NOSIGNATURE
iceandfire-2.1.5-1.16.4.jar |Ice and Fire |iceandfire |2.1.5-1.16.4 |DONE |NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE
mysticalworld-1.16.4-0.3.1.8.jar |Mystical World |mysticalworld |1.16.4-0.3.1.8 |DONE |NOSIGNATURE
firstaid-1.9.5.jar |First Aid |firstaid |1.9.5 |DONE |NOSIGNATURE
forge-1.16.5-36.0.42-universal.jar |Forge |forge |36.0.42 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
[1.16.X-1.0.10]+Dragon+Mounts+Legacy.jar |Dragon Mounts: Legacy |dragonmounts |1.0.10 |DONE |NOSIGNATURE
betterendforge-1.16.4-1.4.1.jar |BetterEnd Forge |betterendforge |1.16.4-1.4.1 |DONE |NOSIGNATURE
DynamicSurroundings-1.16.4-4.0.3.9.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.3.9 |DONE |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
structure_gel-1.16.4-1.7.5.jar |Structure Gel API |structure_gel |1.7.5 |DONE |NOSIGNATURE
antiqueatlas-5.4.4-forge.jar |Antique Atlas |antiqueatlas |5.4.4-forge |DONE |NOSIGNATURE
dungeonsarise1.16.4-1.2.61a.jar |Dungeons Arise |dungeons_arise |1.2.61a |DONE |NOSIGNATURE
forge-1.16.5-36.0.42-client.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
upgrade_aquatic-1.16.5-3.0.1.jar |Upgrade Aquatic |upgrade_aquatic |3.0.1 |DONE |NOSIGNATURE
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |NOSIGNATURE
repurposed_structures-1.16.5-2.4.1.jar |Repurposed Structures |repurposed_structures |1.16.5-2.4.1 |DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.2.jar |EnchantmentDescriptions |enchdesc |7.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
pandoras_creatures-1.16.3-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |DONE |NOSIGNATURE
roughtweaks-1.16.5-2.2.2.jar |Rough Tweaks |roughtweaks |2.2.2 |DONE |NOSIGNATURE
SilentLib-1.16.3-4.9.1+64.jar |Silent Lib |silentlib |4.9.1+64 |DONE |NOSIGNATURE
valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |NOSIGNATURE
dungeons_plus-1.16.4-1.1.3.jar |Dungeons Plus |dungeons_plus |1.1.3 |DONE |NOSIGNATURE
CreativeCore_v2.0.10_mc1.16.4.jar |CreativeCore |creativecore |2.0.0 |DONE |NOSIGNATURE
towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |NOSIGNATURE
notreepunching-forge-1.16.5-4.1.2.jar |No Tree Punching |notreepunching |4.1.2 |DONE |NOSIGNATURE
Bountiful-1.16.4-3.3.0.jar |Bountiful |bountiful |1.16.4-3.3.0 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.4.0.jar |Curios API |curios |1.16.5-4.0.4.0 |DONE |NOSIGNATURE
savageandravage-1.16.4-3.0.0.jar |Savage & Ravage |savageandravage |3.0.0 |DONE |NOSIGNATURE
Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE
ToughAsNails-1.16.5-4.0.1.23-universal.jar |Tough As Nails |toughasnails |1.16.5-4.0.1.15 |DONE |NOSIGNATURE
Hardcore+Battle+Towers+4.2.3.1.jar | Harcore Battle Towers 4.2.3 |hardcorebattletowers |4.2.3 |DONE |NOSIGNATURE
structurize-0.13.135-ALPHA-universal.jar |Structurize |structurize |0.13.135-ALPHA |DONE |NOSIGNATURE
minecolonies-0.13.629-ALPHA-universal.jar |MineColonies |minecolonies |0.13.629-ALPHA |DONE |NOSIGNATURE
SpartanWeaponry-1.16.4-2.1.0-beta-3.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 3 |DONE |NOSIGNATURE
Project_MMO-1.16.4-3.44.3.jar |Project MMO |pmmo |1.16.4-3.44.3 |DONE |NOSIGNATURE
observerlib-1.16.4-1.5.1.jar |ObserverLib |observerlib |1.16.4-1.5.1 |DONE |NOSIGNATURE
ItemPhysic_v1.4.15_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |DONE |NOSIGNATURE
byg-1.1.10.jar |Oh The Biomes You'll Go |byg |1.1.10 |DONE |NOSIGNATURE
enchantwithmob-1.16.4-2.4.0.jar |Enchant With Mob |enchantwithmob |1.16.4-2.4.0 |DONE |NOSIGNATURE
switchbow-1.7.jar |Switch-Bow |switchbow |1.7 |DONE |NOSIGNATURE
ScalingHealth-1.16.4-4.0.3+3.jar |Scaling Health |scalinghealth |4.0.3+3 |DONE |NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.1 |DONE |NOSIGNATURE
geckolib-forge-1.16.5-3.0.13.jar |GeckoLib |geckolib3 |3.0.13 |DONE |NOSIGNATURE
ars_nouveau-1.16.4-1.11.5.jar |Ars Nouveau |ars_nouveau |1.11.5 |DONE |NOSIGNATURE
xptome-1.16.4-v2.0.1.jar |XP Tome |xpbook |v2.0.1 |DONE |NOSIGNATURE
Crash Report UUID: 071a1685-9ab7-4240-a8f5-7f6f2b250b71
Patchouli open book context: n/a
Player Count: 1 / 8; [ServerPlayerEntity['MergerPlayer'/48, l='ServerLevel[Sobrevivência]', x=584.53, y=63.00, z=30.27]]
Data Packs: vanilla, mod:astralsorcery, mod:bountifulbaubles (incompatible), mod:jei, mod:abnormals_core, mod:goblintraders, mod:invtweaks (incompatible), mod:neat (incompatible), mod:bettercaves (incompatible), mod:waystones (incompatible), mod:placebo (incompatible), mod:comforts (incompatible), mod:citadel (incompatible), mod:yungsapi, mod:dungeoncrawl, mod:bookshelf, mod:guardvillagers, mod:realistictorches (incompatible), mod:apotheosis (incompatible), mod:mahoutsukai (incompatible), mod:iceandfire (incompatible), mod:waila, mod:mysticalworld (incompatible), mod:firstaid (incompatible), mod:forge, mod:betterendforge, mod:dsurround, mod:antiqueatlas, mod:repurposed_structures, mod:roughtweaks, mod:valhelsia_structures (incompatible), mod:creativecore, mod:towers_of_the_wild, mod:notreepunching, mod:bountiful (incompatible), mod:curios, mod:savageandravage, mod:patchouli (incompatible), mod:structurize, mod:minecolonies (incompatible), mod:spartanweaponry, mod:pmmo (incompatible), mod:observerlib, mod:itemphysic, mod:byg, mod:switchbow, mod:bettermineshafts (incompatible), mod:geckolib3 (incompatible), mod:ars_nouveau, mod:xpbook, mod:toughasnails, file/Madeira e Pedra.zip, file/Timber_v2.1.1.zip, mod:dungeonsmod, mod:dungeons_mobs (incompatible), mod:betteranimalsplus (incompatible), mod:dragonmounts, mod:upgrade_aquatic, mod:endergetic, mod:pandoras_creatures (incompatible), mod:silentlib (incompatible), mod:enchantwithmob, mod:scalinghealth, file/Enhancer, mod:structure_gel, mod:dungeons_arise, mod:dungeons_plus, mod:hardcorebattletowers, mod:enchdesc, mod:epicfight
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'
OptiFine Version: OptiFine_1.16.5_HD_U_G6
OptiFine Build: 20210117-013236
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 461.40
OpenGlRenderer: GeForce RTX 2060/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 6

1.14.4 crash when move or left click

Every time i load up a world and do pretty much anything the game crashes. I play on Mac(iMac 2019) and tried using the oldest and newest 1.14.4 version of forge but nothing worked. I am only using the mod by it's self just to be clear. What version of the 1.14.4 forge should i use?

Thanks and questions/suggestions

(Sorry beforehand for my wall of text)

Hey, just wanted to thank you for this amazing mod. Am looking forward to see how this progresses in future if you plan to continue this more further. There are couple things i'd like to ask and suggest as i see so much potential of how this mod can get even past its greatness of its current state even further, question is pretty much this: Will there be more weapon variations and possibly more skills? And the other question or rather mention is: Will the combat get aiming sometime later? As.. I find it often hard to aim small mobs even that im directly looking at them or flying mobs that im normally supposed to hit, such as ender dragon at middle of portal. Now to my suggestions: If you implement more skills, perhaps they could be assigned to keybinds, either by leveling up using experience points (not levels, the exp itself) from vanilla minecraft exp system, and weapon abilities depending how much you are accustomed to the weapons you use. Next suggestion is: More config, cooldowns for rolls, charging speed (at least for current version) of ability, stun system configs which would make me wish to be able to change config for stun when performing special attack, i find myself often getting stunned before i can perform special ability to get rid of horde of zombies even with armor. Maybe bit more clarification how to use the current config, i don't know how to separate the newly made config from eachother for example, im not good with this uh, coding language? I don't know what to call it... Eitherway, last suggestion: Breaking/deflecting arrows with katana by holding right click for example, by spinning katana at high speed infront of you, of if you do "perfect parry" with katana, instead of breaking the arrow it deflects back to enemy that shot it.

That's all i think for now, again, thanks for doing even this much with this mod, im having much more fun with combat using this mod in Minecraft!

Exception ticking world idk

it keeps crashing like every 6mins
here's the log:
---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 2/23/21 5:56 PM
Description: Exception ticking world

java.lang.NullPointerException: Exception ticking world
at maninhouse.epicfight.capabilities.entity.LivingData.getEntityState(LivingData.java:579) ~[epicfight:1.0] {re:classloading}
at maninhouse.epicfight.capabilities.entity.LivingData.attackEntityFrom(LivingData.java:174) ~[epicfight:1.0] {re:classloading}
at maninhouse.epicfight.events.EntityEvents.attackEvent(EntityEvents.java:273) ~[epicfight:1.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_137_EntityEvents_attackEvent_LivingAttackEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:336) ~[forge:?] {re:classloading,re:mixin}
at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:932) ~[?:?] {re:computing_frames,re:mixin,re:classloading,pl:mixin:APP:spiderstpo.mixins.json:LivingEntityMixin,pl:mixin:APP:spiderstpo.mixins.json:LivingEntityClientMixin,pl:mixin:A}
at net.minecraft.entity.monster.MonsterEntity.func_70097_a(SourceFile:73) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.entity.Entity.func_241841_a(Entity.java:1981) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:spiderstpo.mixins.json:EntityMixin,pl:mixin:APP:structure_gel.mixins.json:EntityMixin,pl:mixin:APP:notenoughcrashes.mixins.json:MixinEntity,pl:mixin:A}
at net.minecraft.entity.monster.CreeperEntity.func_241841_a(CreeperEntity.java:196) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at com.majruszs_difficulty.events.monster_spawn.ChargeCreeperOnSpawn.onExecute(ChargeCreeperOnSpawn.java:25) ~[majruszs_difficulty:0.5.1] {re:classloading}
at com.majruszs_difficulty.events.monster_spawn.OnEnemyToBeSpawnedEvent.onSpawn(OnEnemyToBeSpawnedEvent.java:23) ~[majruszs_difficulty:0.5.1] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_118_OnEnemyToBeSpawnedEvent_onSpawn_SpecialSpawn.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:211) ~[forge:?] {re:classloading}
at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:174) ~[?:?] {re:classloading}
at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?] {re:classloading}
at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?] {re:classloading}
at net.minecraft.world.server.ServerChunkProvider.lambda$tickChunks$5(ServerChunkProvider.java:359) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_281] {re:computing_frames}
at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:346) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinIntegratedServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_281] {}

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

-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['Brandonmaster590'/199, l='ServerLevel[idk 2]', x=-186.07, y=50.00, z=-161.30]]
Chunk stats: ServerChunkCache: 2114
Level dimension: minecraft:overworld
Level spawn location: World: (-192,72,-224), Chunk: (at 0,4,0 in -12,-14; contains blocks -192,0,-224 to -177,255,-209), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 20883 game time, 20883 day time
Level name: idk 2
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Level weather: Rain time: 38807 (now: false), thunder time: 134352 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinIntegratedServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_281] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_281, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 161359424 bytes (153 MB) / 838365184 bytes (799 MB) up to 2670985216 bytes (2547 MB)
CPUs: 4
JVM Flags: 5 total; -Xmn128M -Xmx2560M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseConcMarkSweepGC
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.0.26.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.0.26.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.0.26.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.0.26.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.5_HD_U_G6.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.5-36.0.26.jar fml TRANSFORMATIONSERVICE
FML: 36.0
Forge: net.minecraftforge:36.0.26
FML Language Providers:
[email protected]
minecraft@1
Mod List:
forge-1.16.5-36.0.26-client.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
FarmersDelight-1.16.3-0.3.2.jar |Farmer's Delight |farmersdelight |1.16.3-0.3.2 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
TreeChop-1.16.4-0.12.2.jar |HT's TreeChop |treechop |0.12.2 |DONE |NOSIGNATURE
notenoughcrashes-3.1.6-forge.jar |Not Enough Crashes |notenoughcrashes |3.1.6 |DONE |NOSIGNATURE
solpotato-1.16.X-1.1.0.jar |Spice of Life: Potato Edition |solpotato |1.16.X-1.1.0 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.1.jar |Bookshelf |bookshelf |10.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
EnchantmentDescriptions-1.16.5-7.0.2.jar |EnchantmentDescriptions |enchdesc |7.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
guardvillagers-1.16.4-1.1.9.jar |Guard Villagers |guardvillagers |1.1.9 |DONE |NOSIGNATURE
majruszs-difficulty-1.16.4-0.5.1.jar |Majrusz's Progressive Difficul|majruszs_difficulty |0.5.1 |DONE |NOSIGNATURE
spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |NOSIGNATURE
dungeons_plus-1.16.4-1.1.3.jar |Dungeons Plus |dungeons_plus |1.1.3 |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.71.jar |Just Enough Items |jei |7.6.1.71 |DONE |NOSIGNATURE
DamageTilt-1.16-forge-0.1.1.jar |DamageTilt |damagetilt |0.1.1 |DONE |NOSIGNATURE
forge-1.16.5-36.0.26-universal.jar |Forge |forge |36.0.26 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
majrusz-library-1.16.4-1.3.0.jar |Majrusz Library |majrusz_library |1.3.0 |DONE |NOSIGNATURE
wonderful-enchantments-1.16.4-1.0.4.jar |Wonderful Enchantments |wonderful_enchantments |1.0.4 |DONE |NOSIGNATURE
tl_skin_cape_forge_1.16.5-1.17.jar |TLSkinCape |tlskincape |1.17 |DONE |19:f5:ce:44:81:0c:e4:22:05:5e:73:c5:a8:cd:de:f3:c8:cf:a9:b3:01:70:40:a0:ee:2d:50:7a:1c:3d:1c:8a
BetterMineshafts-Forge-1.16.4-2.0.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.1 |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |NOSIGNATURE
EpicFightMod-1.16.4-2.0.2.jar |Epic Fight Mod |epicfight |1.0.0 |DONE |NOSIGNATURE
structure_gel-1.16.4-1.7.5.jar |Structure Gel API |structure_gel |1.7.5 |DONE |NOSIGNATURE
Crash Report UUID: 9e51bfab-5e98-4b21-ab63-407033be8655
Suspected Mods: Epic Fight Mod (epicfight), Majrusz's Progressive Difficulty (majruszs_difficulty), Forge (forge), Forge (forge), Majrusz's Progressive Difficulty (majruszs_difficulty), Epic Fight Mod (epicfight)
Player Count: 1 / 8; [ServerPlayerEntity['Brandonmaster590'/199, l='ServerLevel[idk 2]', x=-186.07, y=50.00, z=-161.30]]
Data Packs: vanilla, mod:farmersdelight, mod:yungsapi, mod:treechop, mod:notenoughcrashes, mod:solpotato (incompatible), mod:bookshelf, mod:enchdesc, mod:guardvillagers, mod:majruszs_difficulty, mod:spiderstpo, mod:dungeons_plus, mod:jei, mod:forge, mod:majrusz_library, mod:wonderful_enchantments, mod:tlskincape (incompatible), mod:bettermineshafts (incompatible), mod:bettercaves (incompatible), mod:epicfight, mod:structure_gel, mod:damagetilt (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'
OptiFine Version: OptiFine_1.16.5_HD_U_G6
OptiFine Build: 20210117-013236
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 - Build 27.20.100.8681
OpenGlRenderer: Intel(R) HD Graphics 520
OpenGlVendor: Intel
CpuCount: 4

Uhm... Crash every time I try to load my world

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 23/02/21 03:06 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at maninhouse.epicfight.client.events.engine.ControllEngine.attackKeyPressed(ControllEngine.java:151) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.ControllEngine$$Lambda$12448/1809833139.accept(Unknown Source) ~[?:?] {}
at maninhouse.epicfight.client.events.engine.ControllEngine$Events.mouseEvent(ControllEngine.java:432) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.eventbus.ASMEventHandler_1310_Events_mouseEvent_MouseInputEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2540/1184080396.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.client.ForgeHooksClient.fireMouseInput(ForgeHooksClient.java:724) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:118) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:175) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$12629/331276682.run(Unknown Source) ~[?:?] {}
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(ThreadTaskExecutor.java:104) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:174) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$10631/1760876221.invoke(Unknown Source) ~[?:?] {}
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:388) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:996) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcreativity.mixins.json:MixinMinecraftClient,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcreativity.mixins.json:MixinMinecraftClient,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$484/1219681220.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

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

-- Head --
Thread: Render thread
Stacktrace:
at maninhouse.epicfight.client.events.engine.ControllEngine.attackKeyPressed(ControllEngine.java:151) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.ControllEngine$$Lambda$12448/1809833139.accept(Unknown Source) ~[?:?] {}
at maninhouse.epicfight.client.events.engine.ControllEngine$Events.mouseEvent(ControllEngine.java:432) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.eventbus.ASMEventHandler_1310_Events_mouseEvent_MouseInputEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2540/1184080396.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.client.ForgeHooksClient.fireMouseInput(ForgeHooksClient.java:724) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:118) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:175) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$12629/331276682.run(Unknown Source) ~[?:?] {}
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(ThreadTaskExecutor.java:104) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:174) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$10631/1760876221.invoke(Unknown Source) ~[?:?] {}
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) ~[?:?] {re:mixin,re:classloading}
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Bryan1610'/113, l='ClientLevel', x=-259.41, y=68.00, z=-7859.18]]
Chunk stats: Client Chunk Cache: 625, 361
Level dimension: minecraft:overworld
Level spawn location: World: (6619,83,1295), Chunk: (at 11,5,15 in 413,80; contains blocks 6608,0,1280 to 6623,255,1295), Region: (12,2; contains chunks 384,64 to 415,95, blocks 6144,0,1024 to 6655,255,1535)
Level time: 1840989 game time, 2381012 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2024) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcreativity.mixins.json:MixinMinecraftClient,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcreativity.mixins.json:MixinMinecraftClient,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$484/1219681220.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

-- System Details --
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
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: 2325549480 bytes (2217 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
CPUs: 4
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.4_HD_U_G6.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
[email protected]
minecraft@1
Mod List:
Platter-1.16-1.0.0.jar |Platter |platter |1.0.0 |DONE |NOSIGNATURE
Guide-API-VP-1.16.4-2.2.1.jar |Guide-API VP |guideapi-vp |2.2.1 |DONE |NOSIGNATURE
Neat+1.7-25.jar |Neat |neat |1.7-25 |DONE |NOSIGNATURE
essentials-1.16.4-2.9.5.jar |Essentials |essentials |1.16.4-2.9.5 |DONE |NOSIGNATURE
villagernames_1.16.4-2.5.jar |Villager Names |villagernames |2.5 |DONE |NOSIGNATURE
TerraForged-1.16.4-0.2.5.jar |TerraForged |terraforged |0.2.5 |DONE |7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
disenchant-1.1.0.jar |Anvil Disenchantments |disenchant |1.1.0 |DONE |NOSIGNATURE
XaerosWorldMap_1.11.1_Forge_1.16.4.jar |Xaero's World Map |xaeroworldmap |1.11.1 |DONE |NOSIGNATURE
Placebo-1.16.3-4.3.3.jar |Placebo |placebo |4.3.3 |DONE |NOSIGNATURE
citadel-1.6.1.jar |Citadel |citadel |1.6.1 |DONE |NOSIGNATURE
alexsmobs-1.6.0.jar |Alex's Mobs |alexsmobs |1.6.0 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |DONE |d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
Bookshelf-1.16.4-9.3.25.jar |Bookshelf |bookshelf |9.3.25 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
sophisticatedbackpacks-1.16.4-1.2.1.127.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.4-1.2.1.127 |DONE |NOSIGNATURE
guardvillagers-1.16.4-1.1.8.jar |Guard Villagers |guardvillagers |1.1.8 |DONE |NOSIGNATURE
ProgressiveBosses-2.2.0-mc1.16.x.jar |Progressive Bosses |progressivebosses |2.2.0 |DONE |NOSIGNATURE
mcw-doors-1.0.1fix-mc1.16.4.jar |Macaw's Doors |mcwdoors |1.0.1 |DONE |NOSIGNATURE
NotEnoughCreativity-Forge-1.16-1.2.2.jar |Not Enough Creativity |notenoughcreativity |1.2.2 |DONE |NOSIGNATURE
JustEnoughResources-1.16.4-0.12.0.103.jar |Just Enough Resources |jeresources |0.12.0.103 |DONE |NOSIGNATURE
VampiresNeedUmbrellas-1.16.4-1.0.jar |Vampires Need Umbrellas |vampiresneedumbrellas |1.0 |DONE |NOSIGNATURE
cameraoverhaul-1.0-1.16.4.jar |Camera Overhaul |cameraoverhaul |1.0.0 |DONE |NOSIGNATURE
LostTrinkets-1.16.4-0.1.20.jar |Lost Trinkets |losttrinkets |0.1.20 |DONE |NOSIGNATURE
supplementaries-1.16.5-0.9.27.jar |Supplementaries |supplementaries |1.16.5-0.9.27 |DONE |NOSIGNATURE
mrp_v2datagenlibrary-1.16.4-2.0.0.0.jar |mrp_v2 DataGen Library |mrp_v2datagenlibrary |1.16.4-2.0.0.0 |DONE |NOSIGNATURE
morewires-1.16.4-2.0.0.0.jar |More Wires |morewires |1.16.4-2.0.0.0 |DONE |NOSIGNATURE
structure-gel-api-1.16.4-1.7.1.jar |Structure Gel API |structure_gel |1.7.1 |DONE |NOSIGNATURE
corpse-1.16.4-1.0.3.jar |Corpse |corpse |1.16.4-1.0.3 |DONE |NOSIGNATURE
repurposed_structures-1.16.4-2.3.4.jar |Repurposed Structures |repurposed_structures |1.16.4-2.3.4 |DONE |NOSIGNATURE
bloodletting-1.0.1.jar |Bloodletting |bloodletting |1.0.1 |DONE |NOSIGNATURE
enchantedgoldenapplecrafting-1.16.4-1.0.jar |Enchanted Golden Apple Craftin|enchantedgoldenapplecrafting |1.0 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.428-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.428 |DONE |NOSIGNATURE
Lollipop-1.16.4-3.2.4.jar |Lollipop |lollipop |3.2.4 |DONE |NOSIGNATURE
Uncharted_1.16.4_v06.jar |Uncharted |uncharted |v06 |DONE |NOSIGNATURE
simplylight-1.16.4-1.1.1.jar |Simply Light |simplylight |1.16.4-1.1.1 |DONE |NOSIGNATURE
fairylights-4.0.2-1.16.4.jar |Fairy Lights |fairylights |4.0.2 |DONE |NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |NOSIGNATURE
curios-forge-1.16.4-4.0.3.4.jar |Curios API |curios |1.16.4-4.0.3.4 |DONE |NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |NOSIGNATURE
Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE
collective-1.16.4-1.53.jar |Collective |collective |1.53 |DONE |NOSIGNATURE
BetterThirdPerson-Forge-1.16.4-1.2.0.jar |Better Third Person |betterthirdperson |1.2.0 |DONE |NOSIGNATURE
elevatorid-1.16.4-1.7.8.jar |Elevator Mod |elevatorid |1.16.4-1.7.8 |DONE |NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.47.jar |Gobber 2 |gobber2 |2.3.47 |DONE |NOSIGNATURE
TheAbyss2+1.8.0+1.16.5.jar |TheAbyss |theabyss |1.8.0 |DONE |NOSIGNATURE
majruszs-difficulty-1.16.4-0.5.1.jar |Majrusz's Progressive Difficul|majruszs_difficulty |0.5.1 |DONE |NOSIGNATURE
constructionwand-1.16.2-1.7.jar |Construction Wand |constructionwand |1.16.2-1.7 |DONE |NOSIGNATURE
Project_MMO-1.16.4-3.44.2.jar |Project MMO |pmmo |1.16.4-3.44.2 |DONE |NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |NOSIGNATURE
Resource-Pandas-1.16.3-1.0.0.jar |Resource Panda's |resourcepandas |1.0.0 |DONE |NOSIGNATURE
aquaticadditionsBETA1.3-1.16.4.jar |Aquatic Additions |tc |1.16.3-0.1 |DONE |NOSIGNATURE
The_Undergarden-1.16.5-0.4.4.jar |The Undergarden |undergarden |0.4.4 |DONE |NOSIGNATURE
BetterShieldsMC1.16.3-1.1.1.jar |Better Shields |bettershields |1.1.1 |DONE |NOSIGNATURE
charm-forge-1.16.4-2.1.9.jar |Charm |charm |2.1.9 |DONE |NOSIGNATURE
bettas-1.2.0.jar |Bettas |bettas |1.2.0 |DONE |NOSIGNATURE
WellBehavedMobs-v1.2.3-1.16.5.jar |Well-Behaved Mobs |wellbehavedmobs |1.2.3 |DONE |3b:7d:be:d1:e9:dc:c0:ad:9f:f6:3d:4d:65:a8:d0:5e:da:d1:2b:b1:33:11:18:5f:0b:0d:4c:fa:9e:7c:27:41
CraftableDeeds-1.0.jar |Craftable Deeds |craftabledeeds |1.0 |DONE |NOSIGNATURE
veinmining-forge-1.16.4-0.6.jar |Vein Mining |veinmining |1.16.4-0.6 |DONE |NOSIGNATURE
LootingModMC1.16.3-1.0.jar |Looting VI Mod |lootingmod |1.0 |DONE |NOSIGNATURE
ExtraArmor_1.16.4-1.1.4.jar |Extra Armor Mod |extraarmor |1.16.4-1.1.3 |DONE |NOSIGNATURE
xray-1.16.4-2.6.0.jar |Advanced XRay |xray |2.6.0 |DONE |NOSIGNATURE
spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |NOSIGNATURE
jei-1.16.4-7.6.0.58.jar |Just Enough Items |jei |7.6.0.58 |DONE |NOSIGNATURE
metalbarrels-3.3a.jar |Metal Barrels |metalbarrels |3.3a |DONE |NOSIGNATURE
AttributeFix-1.16.4-9.0.2.jar |AttributeFix |attributefix |9.0.2 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
callablehorses-1.16.3-1.2.1.4.jar |Callable Horses |callablehorses |1.2.1.4 |DONE |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
abnormals_core-1.16.4-3.0.6.jar |Abnormals Core |abnormals_core |3.0.6 |DONE |NOSIGNATURE
SneakyMagic-v1.2.1-1.16.4.jar |Sneaky Magic |sneakymagic |1.2.1 |DONE |3b:7d:be:d1:e9:dc:c0:ad:9f:f6:3d:4d:65:a8:d0:5e:da:d1:2b:b1:33:11:18:5f:0b:0d:4c:fa:9e:7c:27:41
extraboats-1.16.4-2.0.0.jar |Extra Boats |extraboats |2.0.0 |DONE |NOSIGNATURE
toadterror-1.16.4-1.0.0.jar |Toad Terror |toadterror |1.0.0 |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
PassableFoliage-1.16.4-2.2.0.jar |Passable Foliage |passablefoliage |2.2.0 |DONE |NOSIGNATURE
BetterPortals-1.16.4-0.2.1.jar |YUNG's Better Portals |betterportals |1.16.4-0.2.1 |DONE |NOSIGNATURE
NeverNeededOrWanted-1.16.4-1.0.7.jar |Never Needed Or Wanted |nnow |1.16.4-1.0.7 |DONE |NOSIGNATURE
EpicFightMod-1.16.4-2.0.2.jar |Epic Fight Mod |epicfight |1.0.0 |DONE |NOSIGNATURE
mcw-paintings-1.0.0-mc1.16.4-5.jar |Macaw's Paintings |mcwpaintings |1.0.0 |DONE |NOSIGNATURE
fakeblocks-1.16.4-1.0.1.jar |Fake Blocks |fakeblocks |1.16.4-1.0.1 |DONE |NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |DONE |NOSIGNATURE
NaturesCompass-1.16.4-1.8.6.jar |Nature's Compass |naturescompass |1.16.4-1.8.6 |DONE |NOSIGNATURE
[1.16.4]-additionalbars-1.6.0.jar |Additional Bars |additionalbars |1.6.0 |DONE |NOSIGNATURE
humblingbundle_1.16.4-1.3 (1).jar |Humbling Bundle |humblingbundle |1.3 |DONE |NOSIGNATURE
decorative_blocks-1.16.2-1.1.jar |Decorative Blocks |decorative_blocks |1.5 |DONE |NOSIGNATURE
champions-forge-1.16.5-2.0.1.0.jar |Champions |champions |1.16.5-2.0.1.0 |DONE |NOSIGNATURE
DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |NOSIGNATURE
RealisticTorches-1.16.4-3.1.1.jar |Realistic Torches |realistictorches |1.16.4-3.1.1 |DONE |NOSIGNATURE
nhacampfire_1.16.4-3.0.jar |No Hostiles Around Campfire |nhacampfire |3.0 |DONE |NOSIGNATURE
additional_lights-1.16.4-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |DONE |NOSIGNATURE
iceandfire-2.1.5-1.16.4.jar |Ice and Fire |iceandfire |2.1.5-1.16.4 |DONE |NOSIGNATURE
eyeofdragons-0.1.0.jar |Eye of Dragons |eyeofdragons |NONE |DONE |NOSIGNATURE
walljump-forge-1.16.4-1.3.7.jar |Wall-Jump! |walljump |1.16.4-1.3.7 |DONE |NOSIGNATURE
ColdsGrappler(Forge1.16.4)vrs1.0.2.jar |Colds: Grappler |coldsgrappler |1.16.4-1.0.2 |DONE |NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Waddles-1.16.4-0.8.11.jar |Waddles |waddles |1.16.4-0.8.11 |DONE |NOSIGNATURE
More+Crafting+Tables.Forge.1.16.4.jar |More Crafting Tables Mod |mctb |1.16.4 - 1.0.0 |DONE |NOSIGNATURE
OffHandCombat-1.16.3-3.1.1.0.jar |Off Hand Combat |offhandcombat |1.16.3-3.1.1.0 |DONE |c9:84:cd:eb:27:ac:0d:ad:8c:55:6f:d6:5f:19:f2:c8:63:2a:b0:bd:3b:d0:b6:df:fd:9f:de:9f:9d:e8:7c:68
DynamicSurroundings-1.16.4-4.0.3.8.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.3.8 |DONE |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |DONE |NOSIGNATURE
upgrade_aquatic-1.16.4-3.0.0.jar |Upgrade Aquatic |upgrade_aquatic |3.0.0 |DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.2.jar |EnchantmentDescriptions |enchdesc |7.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |DONE |NOSIGNATURE
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |NOSIGNATURE
ItemPhysicLite_v1.4.6_mc1.16.2.jar |ItemPhysic Lite |itemphysiclite |1.4.0 |DONE |NOSIGNATURE
SilentLib-1.16.3-4.9.1+64.jar |Silent Lib |silentlib |4.9.1+64 |DONE |NOSIGNATURE
inventorytotem_1.16.4-1.1.jar |Inventory Totem |inventorytotem |1.1 |DONE |NOSIGNATURE
SaveYourPets-1.16.2-1.0.0.5.jar |Save Your Pets |syp |1.0.0.5 |DONE |NOSIGNATURE
quiver-2.1-1.16.4.jar |Quiver |quiver |2.1-1.16.4 |DONE |NOSIGNATURE
AdditionalEnderItems.jar |Additional Ender Items |additionalenderitems |1.0 |DONE |NOSIGNATURE
CreativeCore_v2.0.7_mc1.16.2.jar |CreativeCore |creativecore |2.0.0 |DONE |NOSIGNATURE
towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |NOSIGNATURE
majrusz-library-1.16.4-1.3.0.jar |Majrusz Library |majrusz_library |1.3.0 |DONE |NOSIGNATURE
jeiintegration_1.16.4-6.1.0.10.jar |JEI Integration |jeiintegration |6.1.0.10 |DONE |NOSIGNATURE
SpartanShields-1.16.4-2.1.1.jar |Spartan Shields |spartanshields |2.1.1 |DONE |NOSIGNATURE
savageandravage-1.16.4-3.0.0.jar |Savage & Ravage |savageandravage |3.0.0 |DONE |NOSIGNATURE
Mantle-1.16.4-1.6.52.jar |Mantle |mantle |1.6.52 |DONE |NOSIGNATURE
Xaeros_Minimap_20.27.3_Forge_1.16.4.jar |Xaero's Minimap |xaerominimap |20.27.3 |DONE |NOSIGNATURE
baubley-heart-canisters-1.16.4-1.1.2.jar |Baubley Heart Canisters |bhc |1.1.2 |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
Quark-r2.4-304.jar |Quark |quark |r2.4-304 |DONE |NOSIGNATURE
QuarkOPlenty-1.16.5-1.1.0.jar |Quark O' Plenty |quarkoplenty |1.1.0 |DONE |NOSIGNATURE
extragolems-11.2.0.jar |Extra Golems |golems |11.2.0 |DONE |NOSIGNATURE
torcherino-13.0.3+1.16.3.jar |Torcherino |torcherino |13.0.3 |DONE |NOSIGNATURE
OfflineSkins-1.16.4-v1.jar |OfflineSkins |offlineskins |1.16.4-v1 |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
InventoryHud_1.16.x.forge-3.1.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.1.4 |DONE |NOSIGNATURE
FastFurnace-1.16.3-4.3.0.jar |FastFurnace |fastfurnace |4.3.0 |DONE |NOSIGNATURE
Actually+Useful+Stonecutter-Alternate-1.0.4+mc+1.1|Actually Useful Stonecutter |actuallyusefulstonecutter |1.0.4 mc 1.16.3 |DONE |NOSIGNATURE
[BETA]dannys_expansion1.16.4-1.0.3.2.jar |Danny's Expansion |dannys_expansion |1.0.3 |DONE |NOSIGNATURE
Vampirism-1.16.4-1.7.6.jar |Vampirism |vampirism |1.7.6 |DONE |NOSIGNATURE
VampirismIntegrations-1.16.4-1.4.0-beta.2.jar |Vampirism Integrations |vampirism_integrations |1.4.0-beta.2 |DONE |NOSIGNATURE
mobcatcher-3.1.jar |Mob Catcher |mobcatcher |3.1 |DONE |NOSIGNATURE
connectedglass-1.0.6-mc1.16.4.jar |Connected Glass |connectedglass |1.0.6 |DONE |NOSIGNATURE
Aquaculture-1.16.4-2.1.12.jar |Aquaculture 2 |aquaculture |1.16.4-2.1.12 |DONE |NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |NOSIGNATURE
healingcf_1.16.4-3.1.jar |Healing Campfire |healingcf |3.1 |DONE |NOSIGNATURE
guifollowers_1.16.4-1.0.jar |GUI Followers |guifollowers |1.0 |DONE |NOSIGNATURE
Crash Report UUID: 44fb8978-c7dc-45e8-bb12-fdc303d2953c
Patchouli open book context: n/a
Launched Version: 1.16.4-forge-35.1.37
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) HD Graphics 630 GL version 4.6.0 - Build 27.20.100.8681, Intel
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fast
Resource Packs: vanilla, mod_resources, quark:emote_resources (incompatible), file/bettervanillabuildingv2.46.zip, file/Dragon_Eggs_GOT.zip, file/SeaSerpent_Wild.zip, file/frostbite-brimstone.zip, file/zee-s-tools.zip (incompatible), file/clean-creepers.zip, file/Baby_dolphins.zip (incompatible), file/Default-Dark-Mode-1.16.2+-(v1.2.1).zip, file/darkmode-v1-1.zip, file/soul-changes.zip
Current Language: Español (España)
CPU: 4x Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
OptiFine Version: OptiFine_1.16.4_HD_U_G6
OptiFine Build: 20210117-001622
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Chocapic13_HighPerformance_Toaster.zip
OpenGlVersion: 4.6.0 - Build 27.20.100.8681
OpenGlRenderer: Intel(R) HD Graphics 630
OpenGlVendor: Intel
CpuCount: 4

Question with 1.12.2 version of the mod

So i have minecraft 1.12.2 and i have both this mod and Spartan Weaponry, i would like to know if theres any compatibility patch out there, if not, i would like to know if theres any way to add the weapons from that mod into this mod like how the 1.16 version compatibility mod exits, i went to the config folder and i noticed that theres no config file for this mod, is it anywhere else? is the custom weapon adding only supported for newer versions? anyway, great mod, definetely one of the best mods for minecraft!

This is happening in my minecraft server , hope you can reply me with a solution , thanks!

[05Mar2021 17:20:11.111] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: Can't find attribute epicfight:epicfight.weight
Index: 3
Listeners:
0: NORMAL
1: net.minecraftforge.eventbus.EventBus$$Lambda$2855/0x0000000801436af8@678b9025
2: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class maninhouse.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.IllegalArgumentException: Can't find attribute epicfight:epicfight.weight
at net.minecraft.entity.ai.attributes.AttributeModifierMap.func_233810_d_(SourceFile:22)
at net.minecraft.entity.ai.attributes.AttributeModifierMap.func_233804_a_(SourceFile:28)
at net.minecraft.entity.ai.attributes.AttributeModifierManager.func_233795_c_(SourceFile:62)
at net.minecraft.entity.LivingEntity.func_233637_b_(LivingEntity.java:1729)
at maninhouse.epicfight.capabilities.entity.LivingData.getWeight(LivingData.java:281)
at maninhouse.epicfight.capabilities.entity.player.ServerPlayerData.onArmorSlotChanged(ServerPlayerData.java:145)
at maninhouse.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:342)
at net.minecraftforge.eventbus.ASMEventHandler_489_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2268)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2239)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2141)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:223)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:404)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:207)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:226)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:864)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641)
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232)
at java.base/java.lang.Thread.run(Thread.java:832)

[05Mar2021 17:20:11.115] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 34298be7-1473-4487-9ffd-c8004e59e1e4
[05Mar2021 17:20:11.117] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /58.182.190.21:65324
net.minecraft.crash.ReportedException: Ticking player
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:467) ~[?:?]
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:207) ~[?:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:226) ~[?:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:864) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) ~[?:?]
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?]
at java.lang.Thread.run(Thread.java:832) [?:?]
Caused by: java.lang.IllegalArgumentException: Can't find attribute epicfight:epicfight.weight
at net.minecraft.entity.ai.attributes.AttributeModifierMap.func_233810_d_(SourceFile:22) ~[?:?]
at net.minecraft.entity.ai.attributes.AttributeModifierMap.func_233804_a_(SourceFile:28) ~[?:?]
at net.minecraft.entity.ai.attributes.AttributeModifierManager.func_233795_c_(SourceFile:62) ~[?:?]
at net.minecraft.entity.LivingEntity.func_233637_b_(LivingEntity.java:1729) ~[?:?]
at maninhouse.epicfight.capabilities.entity.LivingData.getWeight(LivingData.java:281) ~[epicfight:1.0]
at maninhouse.epicfight.capabilities.entity.player.ServerPlayerData.onArmorSlotChanged(ServerPlayerData.java:145) ~[epicfight:1.0]
at maninhouse.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:342) ~[epicfight:1.0]
at net.minecraftforge.eventbus.ASMEventHandler_489_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2268) ~[?:?]
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2239) ~[?:?]
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2141) ~[?:?]
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:223) ~[?:?]
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:404) ~[?:?]
... 9 more

World Creation stuck at 0%

I am on a Macbook Pro 2017 model and when i create a new world with just this mod installed it is stuck at 0%.

How do I create custom weaponry?

How do I create custom weaponry? I do not understand it. I got into the config file, added an entry, but nothing changes after the restart.

Crash

Hello, I think my world crashes because of its mod, more specifically because of Husky's fighting animation, I spawned several of it to fight with a golem and that's it, when they get close to the crash server, when I removed the mod and I did the same thing again, there was no problem.

crash-2021-02-25_14.38.51-server.txt

Suggestion : New Weapons and Better shield

I'm sure Maces And Sledge Hammers can be cool so much.
Can you add these weapons to the mod ?

You can add these features for maces and sledge hammers :
Knockback enemy
Slowdown enemy (10 or 15 Seconds)
Stun (Enemy cannot hit or move for 3 or 5 seconds when we do a head hit)

And you can make these changes for shields :
1-Make shield blocking animation like the reaction of a soldier using a shield to an arrow rain
(When player crawls with shift button)

2-Make a shield hitting ability (Left click while blocking) and the enemy can get knockbacked or stunned by this ability.

And last suggestion : Make bow animation more realistic.
You know archers are rotating their body while pulling an arrow.
And that realistic bow animation is featuring in even mount & blade.

I recommend you to add these super things. 👍
Thanks for reading.

When will you update 1.12.2 ?

I'm patiently waiting for you to update the mod for 1.12.2 because there is so much cool updates in new versions
and i like 1.12.2 only. :)

Moddel

I tried the 1.14.4 version and when I go into combat mode or third person my player model does not appear along with the weapons.

Weird player animations with projectile weapons in first person & third person

Using Epic Fight 3.0.0 on Forge 36.0.43 on 1.16.5

Mods I am using that may modify camera movement are Better Third Person and CameraOverhaul [Forge], but I believe this is a issue of Epic Fight Mod.

Here is a video of the problem I am describing: https://streamable.com/f1yxow. As you can see, when turning my view in battlemode with a crossbow/bow it glitches and starts bobbing left/right weirdly.

Also, in third person, when moving my view left/right and aiming with a projectile weapon it makes it really hard to aim. Also, there is no crosshair in third person.

World loading stuck at 0%

so i recently got a mac for playing minecraft with alot of mods but to my suprise it didn't work because it kept getting stuck at 0%
and when i opened the console to see what happens when it got to the loading part it kept repeating this line:
[12:40:04] [Client thread/FATAL] [minecraft/Minecraft]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_281]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_281]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1088) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.network.play.server.SPacketEntityHeadLook.func_149381_a(SourceFile:42) ~[jx.class:?]
at net.minecraft.client.network.NetHandlerPlayClient.func_147267_a(NetHandlerPlayClient.java:644) ~[brz.class:?]
at net.minecraft.network.play.server.SPacketEntityHeadLook.func_148833_a(SourceFile:38) ~[jx.class:?]
at net.minecraft.network.play.server.SPacketEntityHeadLook.func_148833_a(SourceFile:11) ~[jx.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_281]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
... 9 more

Eating honey will crash the server.

Any time honey is eaten, the entire server crashes, this does not happen in single player worlds.

Apparently the issue may be due to honey's ability to remove poison effects, causing the "Epic Fight Mod" to spam an error regarding this event in console and crashing the server.

Hi, a few questions I have

Heyo! Sorry if this is only for issues, but I wasn't quite sure if there was a better place to ask

I'm curious at the compatiblity with other mods, say stuff like Ice and Fire, Mahoutsuki, etc. Would they be causing some issues, crashes, rendering errors, etc.? Or, something like vampirism, which I think changes the player model every so slightly.

Furthermore, was going to suggest maybe a compact with Tetra? Having a modular weapon system combined with this great combat idea seems like a good combination. At the very least, if its not an option already, maybe a config where you could classify items as swords, katanas, greatswords, etc.?

1.16.4 Game crashes once i start walking / left mouse click

i literally have no other mods besides this one, Help?
Here's the crash log:

Time: 2/23/21 8:48 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at maninhouse.epicfight.client.events.engine.ControllEngine.sneakKeyPressed(ControllEngine.java:169) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.ControllEngine$Events.keyboardEvent(ControllEngine.java:457) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.eventbus.ASMEventHandler_57_Events_keyboardEvent_KeyInputEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.client.ForgeHooksClient.fireKeyInput(ForgeHooksClient.java:729) ~[?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161] {}
at net.optifine.reflect.Reflector.call(Reflector.java:887) ~[?:?] {re:classloading}
at net.optifine.reflect.ReflectorMethod.call(ReflectorMethod.java:133) ~[?:?] {re:classloading}
at net.minecraft.client.KeyboardListener.func_197961_a(KeyboardListener.java:548) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.KeyboardListener.lambda$null$7(KeyboardListener.java:622) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(ThreadTaskExecutor.java:104) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.KeyboardListener.lambda$setupCallbacks$8(KeyboardListener.java:621) ~[?:?] {re:classloading,xf:OptiFine:default}
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) ~[?:?] {re:classloading}
at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:388) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:996) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) ~[ForgeOptiFine%201.16.4.jar:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at maninhouse.epicfight.client.events.engine.ControllEngine.sneakKeyPressed(ControllEngine.java:169) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.ControllEngine$Events.keyboardEvent(ControllEngine.java:457) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.eventbus.ASMEventHandler_57_Events_keyboardEvent_KeyInputEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.client.ForgeHooksClient.fireKeyInput(ForgeHooksClient.java:729) ~[?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161] {}
at net.optifine.reflect.Reflector.call(Reflector.java:887) ~[?:?] {re:classloading}
at net.optifine.reflect.ReflectorMethod.call(ReflectorMethod.java:133) ~[?:?] {re:classloading}
at net.minecraft.client.KeyboardListener.func_197961_a(KeyboardListener.java:548) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.KeyboardListener.lambda$null$7(KeyboardListener.java:622) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(ThreadTaskExecutor.java:104) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.KeyboardListener.lambda$setupCallbacks$8(KeyboardListener.java:621) ~[?:?] {re:classloading,xf:OptiFine:default}
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) ~[?:?] {re:classloading}
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Jan_the_wizard'/393, l='ClientLevel', x=-207.93, y=76.00, z=234.56]]
Chunk stats: Client Chunk Cache: 441, 289
Level dimension: minecraft:overworld
Level spawn location: World: (-208,76,224), Chunk: (at 0,4,0 in -13,14; contains blocks -208,0,224 to -193,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 171 game time, 171 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2024) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) ~[ForgeOptiFine%201.16.4.jar:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.4-35.1.37.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}

-- System Details --
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 10014941736 bytes (9550 MB) / 10737418240 bytes (10240 MB) up to 10737418240 bytes (10240 MB)
CPUs: 4
JVM Flags: 10 total; -Xmn128M -Xmx10239M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.37.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.37.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.37.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-OptiFine-1.16.4_HD_U_G6_pre12.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.37.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.37
FML Language Providers:
[email protected]
minecraft@1
Mod List:
forge-1.16.4-35.1.37-client.jar |Minecraft |minecraft |1.16.4 |DONE |NOSIGNATURE
forge-1.16.4-35.1.37-universal.jar |Forge |forge |35.1.37 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
tl_skin_cape_forge_1.16.4-1.16.jar |TLSkinCape |tlskincape |1.6 |DONE |19:f5:ce:44:81:0c:e4:22:05:5e:73:c5:a8:cd:de:f3:c8:cf:a9:b3:01:70:40:a0:ee:2d:50:7a:1c:3d:1c:8a
EpicFightMod-1.16.4-2.0.2.jar |Epic Fight Mod |epicfight |1.0.0 |DONE |NOSIGNATURE
Crash Report UUID: e30cbebb-2f28-4cde-8672-d1852b1d9a47
Launched Version: ForgeOptiFine 1.16.4
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 460.89, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs:
Current Language: Русский (Россия)
CPU: 4x Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz
OptiFine Version: OptiFine_1.16.4_HD_U_G6_pre12
OptiFine Build: 20210110-191159
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Chocapic13 V6 Medium.zip
OpenGlVersion: 4.6.0 NVIDIA 460.89
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

1.16.5 - 36.0.42 load Crash

I just want to first start off my saying this mod looks amazing, right now its currently unclear why its happening, I'm currently using this mod to play with friends with couple other mods on our own server, but I had to remove it due to it crashing when loading the world, only one of my friends was able to join perfectly, but me and my other friend who was on at the time also tried it and it as well crashed him. I tried to take away mods to see if it where clashing and no, sadly it was the fight mod that crashed the game when loading the game. I tried to delete my Launcher and re installed it to see if it let me and nothing changed, still crashed. I was hoping the new version released 18 hours ago would fish it but it sadly didn't, still making me and my other friend crash and letting 2 other friends load in just fine. If anyone has any idea why it would be happening and any solutions to help please share.

Some things i notice when playing the mod

The normal third person view can be a bit annoying because your character's always in the way. Combining this with the shoulder surfing mod helps with this a bit but I think another third person option for combat mode would be nice or have it work better with shoulder surfing. There are some other little things I've found a little annoying. The targeting is a little finicky when the mobs are on different elevations and I find smaller mobs very difficult to hit sometimes. The dodging is a nice addition and I really enjoy it but it can also be a bit stiff at times. Other than that, I really like the mod and I can't wait to see how it gets updated. Also, I think an options to just have just the animations would be kool.

Epic Fight Mod 2.0.0 causing server crash on start (Dedicated Server)

net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
Epic Fight Mod (epicfight) has failed to load correctly
§7java.lang.NoSuchFieldError: LOGICAL_CLIENT
]
at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:263) ~[forge:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:230) ~[forge:?] {re:classloading}

Running Forge 36.0.42
Forge Server

Incompatible with Mowzies mob's (sort of)

I've been using the two mods to create a soft of high risk, high reward gameplay style. I was fine with the weapons just acting as swords or blocks. Until I beat the Knight. I used his axe, no animations for special moves. I was totally fine with it. Tried placing on the helmet, then went into the third person mode epic fight mod has. And the game crashes, I'm pretty sure it's how the armor and helmet is rendered by the multi-limb body. As various other mods have similar issues, where some stuff is displaced, or a visor is missing, but don't generally crash when i try wearing an armor piece. (i've also tried the sun mask, it crashes too), It isn't game breaking or anything. Just slightly annoying that I can't use any armor pieces.

[SUGGESTION] PvP balancing & tweaks

Well, you should have in mind i didn't read the config file about what i'm gonna say next. Once clarified that, those are my suggestions:

  1. There should be an option to unable damage to mobs and players during non-fighting mode, because during pvp i noticed that people who doen't use the combat mode tend to win more fight that those one who uses it.

  2. A config option to lock the 1°/3° person camera and a key to switch between them.

  3. A less intrusive animation tweaks because it's incompatible with AI & animation mods (for example, it overrides the spider's AI & behavior from Spiders 2.0 mod)

Two Bugs: Missing & Visual when using this and a mod

Bug 1:

*Missing visual item [travelers backpack mod] when wear in 3RD person view;
First image:[MISSING] 2021-03-05_14 09 52

When EPICFIGHTMOD was remove from the mod folder, The Backpack is shown.
Second Image: [SHOWN]
2021-03-05_14 15 17

Bug 2:

*Visual Bug. [ISSUE]When the MC tries and sleep using Vanilla Bed or Comfort mod Bed/ Travelers Backpack Bed, the MC stands up In the bed and jerk-like movement while standing up at the bed. see the image below.
First Image: [VISUAL BUG] using Vanilla Bed;
2021-03-05_14 28 56
Second Image [VISUAL BUG] using travelers Backpack Bed
2021-03-05_14 29 11

Last Image: [VISUAL BUG] using comfort mod
2021-03-05_14 29 38

BTW thank you for creating this marvelous EPICFIGHT MOD.
[Sorry for my bad English.]
Version 1.16.4 Forge

[Suggestion] Add config to disable all Player animations so we can use modded armors

This way people who like this mod but also want to use modded armors without them glitching out can use your mod. Basically, the config will have an option to disable all player animation changes (everything from the roll to weapon attacks) so that the player character will revert back to vanilla animations but enemy AI and animation changes will still be kept.

Invisible character

My character becomes invisible when i use this mod or sometimes crash i am using 1.16.4

(Suggestion)Planche attack

You should add an attack where when you are at a certain height and press attack button you do a planche attack and does more damage depending the height

[Suggestion] Have a separate mod that keeps everything but the player animation changes

I think it would be smart if you release a separate mod that includes the enemy animation changes and health/stamina bar but removes all player-related changes because then people can use modded armor sets without them glitching out. So in other words, you should just copy and paste all the changes you made to the mobs and released it as its own stand-alone mod so you can appease all the people complaining about modded armors looking weird. Granted this version of the mod wouldn't have the third-person mode, over-hauled player animations, or new weapons but at least now people have an option to choose between the original mod and a version of it that works with modded armors.

Skin rendering error

I noticed that on my skin there's a few pixels that isn't supposted to be there. Like black pixels on spots I circled red. You may look closely to see them. That's all errors I have noticed for now, i'll write more if i found more of them.
image

Suggestion: How to get custom armors working

I asked around in the "Mo'bends" Discord for how he got Custom 3D armor working, and this is the response I received

"Question, I noticed with more recent versions you've been able to render 3D modeled armor onto the animated player skeleton. How did you do that?"

"Mo Bends actually mutated the player model in 1.0.0 instead of overriding it"

"It means that 0.24 replaced the player model with a custom one from Mo Bends, 1.0.0 uses a mutation system, so it takes the existing model cutting it up into smaller parts where needed and assigning new animations. This is also extended to the armor, if modders implement their armors correctly Mo Bends can then simply cut the armors along the same lines and move it around as needed"_

"So basically instead of making a new skeleton entirely, they chopped up the old skeleton and added new parts where needed?"

_"That's at least the basic gist of it"

"Pretty art to visualize it"_

unknown

So it sounds like the best way to make 3D armor work, would be to use the pre-existing Minecraft skeleton as a base, and modifying it to work like your animated skeleton, as opposed to the creation of a new one.

create + epic fight mod crash

---- Minecraft Crash Report ----
// Don't do that.

Time: 2/26/21 9:57 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at xyz.brassgoggledcoders.transport.entity.CargoCarrierMinecartEntity.getCapability(CargoCarrierMinecartEntity.java:245) ~[?:1.16.4-3.4.2] {re:classloading}
at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:48) ~[?:?] {re:computing_frames,re:mixin,re:classloading}
at com.simibubi.create.content.contraptions.components.structureMovement.train.capability.CapabilityMinecartController.tick(CapabilityMinecartController.java:114) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:84) ~[?:mc1.16.3_v0.3e] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_318_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2631/747087972.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.hooks.BasicEventHooks.onPostClientTick(BasicEventHooks.java:110) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:forge.BasicEventHooksMixin,pl:mixin:A}
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.0.22.jar:36.0] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$482/927744186.call(Unknown Source) [forge-1.16.5-36.0.22.jar:36.0] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at xyz.brassgoggledcoders.transport.entity.CargoCarrierMinecartEntity.getCapability(CargoCarrierMinecartEntity.java:245) ~[?:1.16.4-3.4.2] {re:classloading}
at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:48) ~[?:?] {re:computing_frames,re:mixin,re:classloading}
at com.simibubi.create.content.contraptions.components.structureMovement.train.capability.CapabilityMinecartController.tick(CapabilityMinecartController.java:114) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:84) ~[?:mc1.16.3_v0.3e] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_318_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2631/747087972.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.hooks.BasicEventHooks.onPostClientTick(BasicEventHooks.java:110) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:forge.BasicEventHooksMixin,pl:mixin:A}
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['VeryEpicDuck'/137, l='ClientLevel', x=42.80, y=96.00, z=231.28]]
Chunk stats: Client Chunk Cache: 841, 529
Level dimension: minecraft:overworld
Level spawn location: World: (32,83,240), Chunk: (at 0,5,0 in 2,15; contains blocks 32,0,240 to 47,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2110 game time, 2110 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2029) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.0.22.jar:36.0] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$482/927744186.call(Unknown Source) [forge-1.16.5-36.0.22.jar:36.0] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
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: 823882096 bytes (785 MB) / 3591897088 bytes (3425 MB) up to 5637144576 bytes (5376 MB)
CPUs: 12
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6048m -Xms256m -XX:PermSize=256m
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.0.22.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.0.22.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.0.22.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.0.22.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.5_HD_U_G7%20(1).jar OptiFine TRANSFORMATIONSERVICE
/OptiForge-MC1.16.5-0.5.2%20(1).jar optiforge TRANSFORMATIONSERVICE
/forge-1.16.5-36.0.22.jar fml TRANSFORMATIONSERVICE
/OptiForge-MC1.16.5-0.5.2%20(1).jar FakeOptiFine TRANSFORMATIONSERVICE
/OptiForge-MC1.16.5-0.5.2%20(1).jar optiforgewrapper TRANSFORMATIONSERVICE
FML: 36.0
Forge: net.minecraftforge:36.0.22
FML Language Providers:
[email protected]
minecraft@1
Mod List:
Platter-1.16-1.0.0.jar |Platter |platter |1.0.0 |DONE |NOSIGNATURE
areas_1.16.5-1.2.jar |Areas |areas |1.2 |DONE |NOSIGNATURE
DeathCounter-1.16.3-1.2.1.jar |Death Counter |deathcounter |1.2.1 |DONE |NOSIGNATURE
Uppers-0.3.2.jar |Uppers |uppers |0.3.2 |DONE |NOSIGNATURE
coffee-mod_1.16.4-1.1.1.jar |Coffee mod |coffeemod |1.1.1 |DONE |NOSIGNATURE
mcw-windows-1.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |1.0.3 |DONE |NOSIGNATURE
ContentTweaker-1.16-1.0.0.develop.11.jar |ContentTweaker |contenttweaker |1.0.0.develop.11 |DONE |NOSIGNATURE
looot-1.16.4-1.0.0.3.jar |Looot |looot |1.0.0.3 |DONE |NOSIGNATURE
rsgauges-1.16.4-1.2.9-b1.jar |Gauges and Switches |rsgauges |1.2.9-b1 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |NOSIGNATURE
glassential-forge-1.16.4-1.1.5.jar |Glassential |glassential |1.1.5 |DONE |NOSIGNATURE
ForgeEndertech-1.16.4-7.0.10.0-build.0037.jar |Forge Endertech |forgeendertech |7.0.10.0 |DONE |NOSIGNATURE
Controlling-7.0.0.13.jar |Controlling |controlling |7.0.0.13 |DONE |NOSIGNATURE
Placebo-1.16.4-4.4.1.jar |Placebo |placebo |4.4.1 |DONE |NOSIGNATURE
citadel-1.6.1.jar |Citadel |citadel |1.6.1 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
mightyarchitect-mc1.16.3_v0.5.jar |The Mighty Architect |mightyarchitect |0.5 |DONE |NOSIGNATURE
potionofbees-1.16.4-1.1.0.2.jar |Potion of Bees |potionofbees |1.1.0.2 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.1.jar |Bookshelf |bookshelf |10.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Tips-1.16.5-4.0.2.jar |Tips |tips |4.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
musketmod-1.16.4-1.1.2.jar |Musket Mod |musketmod |1.1.2 |DONE |NOSIGNATURE
u_team_core-1.16.4-3.1.17.192.jar |U Team Core |uteamcore |3.1.17.192 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |NOSIGNATURE
MekanismGenerators-1.16.4-10.0.19.446.jar |Mekanism: Generators |mekanismgenerators |10.0.19 |DONE |NOSIGNATURE
JustEnoughResources-1.16.4-0.12.0.103.jar |Just Enough Resources |jeresources |0.12.0.103 |DONE |NOSIGNATURE
structure_gel-1.16.4-1.7.5.jar |Structure Gel API |structure_gel |1.7.5 |DONE |NOSIGNATURE
PackMenu-1.16.4-2.3.1.jar |Pack Menu |packmenu |2.3.1 |DONE |NOSIGNATURE
mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |DONE |NOSIGNATURE
FarmersDelight-1.16.3-0.3.2.jar |Farmer's Delight |farmersdelight |1.16.3-0.3.2 |DONE |NOSIGNATURE
resourcefulbees-1.16.5-0.5.9_3b.jar |Resourceful Bees |resourcefulbees |1.16.5-0.5.9_3b |DONE |NOSIGNATURE
AdPoles-1.16.4-5.0.3.0-build.0027.jar |To the Bat Poles! |adpoles |5.0.3.0 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.431-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.431 |DONE |NOSIGNATURE
MekanismAdditions-1.16.4-10.0.19.446.jar |Mekanism: Additions |mekanismadditions |10.0.19 |DONE |NOSIGNATURE
EndRemastered-R352.jar |End Remastered 3.5.2 |endrem |1.16.3 |DONE |NOSIGNATURE
toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |NOSIGNATURE
edibles_1.16.5-2.1.jar |Edibles |edibles |2.1 |DONE |NOSIGNATURE
masonry-1.16.3-0.3.6.jar |Masonry |masonry |NONE |DONE |NOSIGNATURE
fishingreal-1.16.3-1.0.0.jar |Fishing Real |fishingreal |1.0.0 |DONE |NOSIGNATURE
Trapcraft-1.16.4-3.2.2.jar |Trapcraft |trapcraft |3.2.2 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.4.0.jar |Curios API |curios |1.16.5-4.0.4.0 |DONE |NOSIGNATURE
Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE
collective-1.16.5-1.61.jar |Collective |collective |1.61 |DONE |NOSIGNATURE
camera-1.16.5-1.0.1.jar |Camera Mod |camera |1.16.5-1.0.1 |DONE |NOSIGNATURE
extlights-3.3.jar |Extended Lights |extlights |3.3 |DONE |NOSIGNATURE
xercapaint-1.16.5-1.0.jar |Joy of Painting |xercapaint |1.16.5-1.0 |DONE |NOSIGNATURE
Survivalist-1.16.3-3.3.1.jar |Survivalist |survivalist |3.3.1 |DONE |NOSIGNATURE
starterkit_1.16.5-2.2.jar |Starter Kit |starterkit |2.2 |DONE |NOSIGNATURE
MekanismTools-1.16.4-10.0.19.446.jar |Mekanism: Tools |mekanismtools |10.0.19 |DONE |NOSIGNATURE
mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |NOSIGNATURE
wandering_trapper-1.16.2-0.1.1.jar |Wandering Trapper |wandering_trapper |1.16.2-0.1.0 |DONE |NOSIGNATURE
architectury-1.5.112-forge.jar |Architectury |architectury |1.5.112 |DONE |NOSIGNATURE
ftb-gui-library-1605.2.1.39-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.39 |DONE |NOSIGNATURE
spanorama-1.4.1.jar |Panorama |spanorama |1.4.1 |DONE |NOSIGNATURE
moreoverlays-1.18.13-mc1.16.5.jar |More Overlays Updated |moreoverlays |1.18.13-mc1.16.5 |DONE |NOSIGNATURE
mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |DONE |NOSIGNATURE
AdChimneys-1.16.4-6.0.6.0-build.0037.jar |Advanced Chimneys |adchimneys |6.0.6.0 |DONE |NOSIGNATURE
BetterBurning-1.16.5-6.0.2.jar |BetterBurning |betterburning |6.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |NOSIGNATURE
PrettyBeaches_1.16.3-5.2.0.jar |Pretty Beaches |prettybeaches |5.2.0 |DONE |NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.1 |DONE |NOSIGNATURE
DarkPaintings-1.16.5-6.0.1.jar |DarkPaintings |darkpaintings |6.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BetterAdvancements-1.16.4-0.1.0.103.jar |Better Advancements |betteradvancements |0.1.0.103 |DONE |NOSIGNATURE
mining-helmet-1.16.4-2.0.0.jar |Mining Helmet |mining_helmet |2.0.0 |DONE |NOSIGNATURE
xlpackets-1.1.jar |XL Packets |xlpackets |1.1 |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.71.jar |Just Enough Items |jei |7.6.1.71 |DONE |NOSIGNATURE
OptiForge-MC1.16.5-0.5.2 (1).jar |OptiForge |optiforge |0.5.2 |DONE |NOSIGNATURE
AttributeFix-1.16.5-10.0.1.jar |AttributeFix |attributefix |10.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Mekanism-1.16.4-10.0.19.446.jar |Mekanism |mekanism |10.0.19 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
goldenhopper-1.1.1-1.16.3.jar |Golden Hopper |goldenhopper |1.1.1 |DONE |NOSIGNATURE
EpicFightMod-1.16.4-2.0.3 (1).jar |Epic Fight Mod |epicfight |1.0.0 |DONE |NOSIGNATURE
easyelytratakeoff_1.16.5-1.6.jar |Easy Elytra Takeoff |easyelytratakeoff |1.6 |DONE |NOSIGNATURE
Clumps-6.0.0.13.jar |Clumps |clumps |6.0.0.13 |DONE |NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |DONE |NOSIGNATURE
tumbleweed-1.16-0.4.9.jar |Tumbleweed |tumbleweed |1.16-0.4.9 |DONE |NOSIGNATURE
TravelersBackpack-1.16.4-5.3.8.jar |Traveler's Backpack |travelersbackpack |5.3.8 |DONE |NOSIGNATURE
NaturesCompass-1.16.5-1.8.6.jar |Nature's Compass |naturescompass |1.16.5-1.8.6 |DONE |NOSIGNATURE
SereneSeasons-1.16.5-4.0.1.91-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.91 |DONE |NOSIGNATURE
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |NOSIGNATURE
decorative_winter-0.1.2.jar |Decorative Winter |decorative_winter |0.1.2 |DONE |NOSIGNATURE
bottleyourxp_1.16.5-1.4.jar |Bottle Your Xp |bottleyourxp |1.4 |DONE |NOSIGNATURE
alib-1.16.4-1.jar |A Lib |alib |1.16.4-1 |DONE |NOSIGNATURE
mcjtylib-1.16-5.0.16.jar |McJtyLib |mcjtylib |1.16-5.0.16 |DONE |NOSIGNATURE
rftoolsbase-1.16-2.0.9.jar |RFToolsBase |rftoolsbase |1.16-2.0.9 |DONE |NOSIGNATURE
rftoolsstorage-1.16-2.0.9.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.9 |DONE |NOSIGNATURE
rftoolscontrol-1.16-4.0.7.jar |RFToolsControl |rftoolscontrol |1.16-4.0.7 |DONE |NOSIGNATURE
bedspreads-forge-1.16.4-5.1.0.1.jar |Bedspreads |bedspreads |1.16.4-5.1.0.1 |DONE |NOSIGNATURE
walljump-forge-1.16.4-1.3.7.jar |Wall-Jump! |walljump |1.16.4-1.3.7 |DONE |NOSIGNATURE
Toast-Control-1.16.4-4.3.1.jar |Toast Control |toastcontrol |4.3.1 |DONE |NOSIGNATURE
JEITweaker-1.16.5-1.0.1.12.jar |JEI Tweaker |jeitweaker |1.0.1.12 |DONE |NOSIGNATURE
iChunUtil-1.16.3-10.0.0.jar |iChunUtil |ichunutil |10.0.0 |DONE |NOSIGNATURE
CraftTweaker-1.16.5-7.1.0.122.jar |CraftTweaker |crafttweaker |7.1.0.122 |DONE |NOSIGNATURE
BotanyPots-1.16.5-7.0.8.jar |BotanyPots |botanypots |7.0.8 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
ImmersivePetroleum-1.16.4-3.1.0-2.jar |Immersive Petroleum |immersivepetroleum |3.1.0-2 |DONE |NOSIGNATURE
forge-1.16.5-36.0.22-universal.jar |Forge |forge |36.0.22 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Waddles-1.16.4-0.8.11.jar |Waddles |waddles |1.16.4-0.8.11 |DONE |NOSIGNATURE
tntbreaksbedrock_1.16.5-1.4.jar |TNT Breaks Bedrock |tntbreaksbedrock |1.4 |DONE |NOSIGNATURE
alchemistry-1.16.4-4.jar |Alchemistry |alchemistry |1.16.4-4 |DONE |NOSIGNATURE
forge-1.16.5-36.0.22-client.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
plonk-1.16.5-9.0.7.jar |Plonk |plonk |9.0.7 |DONE |NOSIGNATURE
rftoolsutility-1.16-3.0.21.jar |RFToolsUtility |rftoolsutility |1.16-3.0.21 |DONE |NOSIGNATURE
openbackup-1.16.x-1.0.3.jar |OpenBackup |openbackup |1.16.x-1.0.3 |DONE |NOSIGNATURE
theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |DONE |NOSIGNATURE
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |NOSIGNATURE
MouseTweaks-2.13-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.13 |DONE |NOSIGNATURE
ToolBelt-1.16.3-1.15.2.jar |Tool Belt |toolbelt |1.15.2 |DONE |NOSIGNATURE
titanium-1.16.5-3.2.6.2.jar |Titanium |titanium |3.2.6.2 |DONE |NOSIGNATURE
ImmersiveEngineering-1.16.5-4.2.1-131.jar |Immersive Engineering |immersiveengineering |1.16.5-4.2.1-131 |DONE |44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
useful_railroads-1.16.4-1.4.6.35.jar |Useful Railroads |usefulrailroads |1.4.6.35 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
SilentLib-1.16.3-4.9.1+64.jar |Silent Lib |silentlib |4.9.1+64 |DONE |NOSIGNATURE
ceramicbucket-2.5.7-1.16.2+.jar |Ceramic Bucket |ceramicbucket |2.5.7-1.16.2+ |DONE |NOSIGNATURE
AdLods-1.16.4-4.1.3.0-build.0034.jar |Large Ore Deposits |adlods |4.1.3.0 |DONE |NOSIGNATURE
gates-1.6.3.jar |Gates |gates |1.6.3 |DONE |NOSIGNATURE
astikorcarts-1.16.4-1.1.0.jar |AstikorCarts |astikorcarts |1.1.0 |DONE |NOSIGNATURE
rftoolsbuilder-1.16-3.0.13.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.13 |DONE |NOSIGNATURE
paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |DONE |NOSIGNATURE
Mantle-1.16.5-1.6.79.jar |Mantle |mantle |1.6.79 |DONE |NOSIGNATURE
Inspirations-1.16.5-1.2.2.jar |Inspirations |inspirations |1.2.2 |DONE |NOSIGNATURE
rats-7.1.1-1.16.5.jar |Rats |rats |7.1.1 |DONE |NOSIGNATURE
gravestone-1.16.5-1.0.1.jar |Gravestone Mod |gravestone |1.16.5-1.0.1 |DONE |NOSIGNATURE
chemlib-1.16.4-1.jar |Chem Lib |chemlib |1.16.4-1 |DONE |NOSIGNATURE
polymorph-forge-1.16.5-0.24.jar |Polymorph |polymorph |1.16.5-0.24 |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |NOSIGNATURE
Quark-r2.4-304.jar |Quark |quark |r2.4-304 |DONE |NOSIGNATURE
Apotheosis-1.16.3-4.4.1.jar |Apotheosis |apotheosis |4.4.1 |DONE |NOSIGNATURE
[1.16.4] SecurityCraft v1.8.20.2.jar |SecurityCraft |securitycraft |v1.8.20.2 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE
performant-1.16.2-4-3.30m.jar |Performant |performant |3.30m |DONE |NOSIGNATURE
OfflineSkins-1.16.5-v1a.jar |OfflineSkins |offlineskins |1.16.5-v1a |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
workshopsofdoom-1.16.4-1.1.0.1.jar |Workshops of Doom |workshopsofdoom |1.1.0.1 |DONE |NOSIGNATURE
hunterillager-1.16.4-1.2.2.jar |HunterIllager |hunterillager |1.16.4-1.2.2 |DONE |NOSIGNATURE
Transport-1.16.4-3.4.2.jar |Transport |transport |3.4.2 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
ferritecore-1.1.1.jar |Ferrite Core |ferritecore |1.1.1 |DONE |41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
engineersdecor-1.16.4-1.1.8-b1.jar |Engineer's Decor |engineersdecor |1.1.8-b1 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
solcarrot-1.16.3-1.9.9.jar |Spice of Life: Carrot Edition |solcarrot |1.16.3-1.9.9 |DONE |NOSIGNATURE
BackTools-1.16.3-10.0.0.jar |Back Tools |backtools |10.0.0 |DONE |NOSIGNATURE
forgemod_VoxelMap-1.10.12_for_1.16.5.jar |VoxelMap |voxelmap |1.10.15 |DONE |NOSIGNATURE
SoundFilters-0.14_for_1.16.2.jar |Sound Filters |soundfilters |0.14_for_1.16.2 |DONE |NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |NOSIGNATURE
MagicMirror-1.16.5-0.0.9.466.jar |Magic Mirror |magic_mirror |1.16.5-0.0.9.466 |DONE |NOSIGNATURE
OpenLoader-1.16.5-9.0.2.jar |OpenLoader |openloader |9.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
deuf-1.16.4-1.1.jar |DEUF - Duplicate Entity UUID F|deuf |1.16.4-1.1 |DONE |NOSIGNATURE
Crash Report UUID: 96a318b5-cfe1-435b-8600-6ce96cd9be1d
Patchouli open book context: n/a
Launched Version: forge-36.0.22
Backend library: LWJGL version 3.2.2 build 10
Backend API: Radeon RX 580 Series GL version 4.6.14757 Compatibility Profile Context 20.11.2 27.20.14501.18003, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, mod_resources, inspirations:config_resources (incompatible), openloader/resources/Brass_GFX (incompatible), openloader/resources/contenttweaker, packmenu (incompatible), quark:emote_resources (incompatible), resourcefulbees, file/bettervanillabuildingv2.46.1.zip, file/Updated_Engineering_v1.2.zip, file/Unity-1.16.X-Dark-0.7.0.zip
Current Language: English (US)
CPU: 12x AMD Ryzen 5 2600 Six-Core Processor
OptiFine Version: OptiFine_1.16.5_HD_U_G7
OptiFine Build: 20210219-144623
Render Distance Chunks: 12
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.14757 Compatibility Profile Context 20.11.2 27.20.14501.18003
OpenGlRenderer: Radeon RX 580 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 12

It doesn't say that it crashes because of create and epic fight mod, only epic fight mod, but when epic fight mod is removed then it works, FYI the crash only happens when going into a world, not when launching the game. thx

Mark as compatible with 1.16.5 on CurseForge

Hi @Yesssssman. Could you mark Epic Fight Mod as compatible with 1.16.5 on CurseForge? Reason being, 1.16.4 mods work on 1.16.5. Also, it makes updating the mod when using the CurseForge desktop app easier as I don't need to finker with the Manifest files.

Modpack, Fork, Modification Allowance

Hey there. I noticed that your code does not have a license assigned to it and currently is marked as "All Rights Reserved" on Curseforge. Because of this I am wondering what your policies are on the following issues:

  • Forking the project for modification
  • Distribution in modpacks
  • Pull Requests (as they require the project to be forked and modified)

New crash during chunk loading (Crash Report)

---- Minecraft Crash Report ----
// You're mean.

Time: 2/22/21 5:34 PM
Description: Rendering entity in world

java.lang.NullPointerException: Rendering entity in world
at net.minecraft.entity.Entity.func_70068_e(Entity.java:1182) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:EntityMixin,pl:mixin:APP:endergetic.mixins.json:EntityMixin,pl:mixin:A}
at maninhouse.epicfight.client.renderer.entity.ArmatureRenderer.shouldRenderNameTag(ArmatureRenderer.java:148) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.renderer.entity.ArmatureRenderer.render(ArmatureRenderer.java:47) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.RenderEngine.renderEntityArmatureModel(RenderEngine.java:264) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.RenderEngine$Events.renderLivingEvent(RenderEngine.java:387) ~[?:1.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_420_Events_renderLivingEvent_Pre.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) ~[?:?] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.optifine.reflect.Reflector.call(Reflector.java:1072) ~[?:?] {re:classloading}
at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1345) ~[?:?] {re:classloading}
at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1331) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:74) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B}
at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:47) ~[?:?] {re:classloading,xf:OptiFine:default,re:mixin}
at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:20) ~[?:?] {re:classloading,xf:OptiFine:default,re:mixin}
at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:310) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.MobSpawnerTileEntityRenderer.func_225616_a_(SourceFile:35) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.tileentity.MobSpawnerTileEntityRenderer.func_225616_a_(SourceFile:12) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228855_a_(TileEntityRendererDispatcher.java:126) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.lambda$renderTileEntity$0(TileEntityRendererDispatcher.java:101) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher$$Lambda$11204/860997097.run(Unknown Source) ~[?:?] {}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228853_a_(TileEntityRendererDispatcher.java:185) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228850_a_(TileEntityRendererDispatcher.java:99) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:1798) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A}
at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:1022) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:xaerominimap:xaero_gamerenderer_resetprojectionmatrix,xf:fml:xaerominimap:xaero_gamerenderer_renderworld,pl:mixin:APP:shouldersurfing.mixins.json:MixinGameRenderer,pl:mixin:APP:dungeons_gear.mixins.json:GameRendererMixin,pl:mixin:A}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:693) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:xaerominimap:xaero_gamerenderer_resetprojectionmatrix,xf:fml:xaerominimap:xaero_gamerenderer_renderworld,pl:mixin:APP:shouldersurfing.mixins.json:MixinGameRenderer,pl:mixin:APP:dungeons_gear.mixins.json:GameRendererMixin,pl:mixin:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.28.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$475/297031141.call(Unknown Source) [forge-1.16.4-35.1.28.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.entity.Entity.func_70068_e(Entity.java:1182) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:abnormals_core.mixins.json:EntityMixin,pl:mixin:APP:endergetic.mixins.json:EntityMixin,pl:mixin:A}
at maninhouse.epicfight.client.renderer.entity.ArmatureRenderer.shouldRenderNameTag(ArmatureRenderer.java:148) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.renderer.entity.ArmatureRenderer.render(ArmatureRenderer.java:47) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.RenderEngine.renderEntityArmatureModel(RenderEngine.java:264) ~[?:1.0] {re:classloading,pl:runtimedistcleaner:A}
at maninhouse.epicfight.client.events.engine.RenderEngine$Events.renderLivingEvent(RenderEngine.java:387) ~[?:1.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_420_Events_renderLivingEvent_Pre.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) ~[?:?] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.optifine.reflect.Reflector.call(Reflector.java:1072) ~[?:?] {re:classloading}
at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1345) ~[?:?] {re:classloading}
at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1331) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:74) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,re:mixin,pl:accesstransformer:B}
at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:47) ~[?:?] {re:classloading,xf:OptiFine:default,re:mixin}
at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:20) ~[?:?] {re:classloading,xf:OptiFine:default,re:mixin}
-- Entity being rendered --
Details:
Entity Type: minecraft:zombie (net.minecraft.entity.monster.ZombieEntity)
Entity ID: 600
Entity Name: Zombie
Entity's Exact location: 0.00, 0.00, 0.00
Entity's Block location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null

-- Renderer details --
Details:
Assigned renderer: net.minecraft.client.renderer.entity.ZombieRenderer@7a1c5bbe
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 0.8199997
Stacktrace:
at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:310) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.MobSpawnerTileEntityRenderer.func_225616_a_(SourceFile:35) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.tileentity.MobSpawnerTileEntityRenderer.func_225616_a_(SourceFile:12) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228855_a_(TileEntityRendererDispatcher.java:126) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.lambda$renderTileEntity$0(TileEntityRendererDispatcher.java:101) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher$$Lambda$11204/860997097.run(Unknown Source) ~[?:?] {}

-- Block Entity Details --
Details:
Name: minecraft:mob_spawner // net.minecraft.tileentity.MobSpawnerTileEntity
Block: Block{minecraft:spawner}
Block location: World: (315,39,569), Chunk: (at 11,2,9 in 19,35; contains blocks 304,0,560 to 319,255,575), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Block: Block{minecraft:spawner}
Block location: World: (315,39,569), Chunk: (at 11,2,9 in 19,35; contains blocks 304,0,560 to 319,255,575), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228853_a_(TileEntityRendererDispatcher.java:185) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228850_a_(TileEntityRendererDispatcher.java:99) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:1798) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A}
at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:1022) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:xaerominimap:xaero_gamerenderer_resetprojectionmatrix,xf:fml:xaerominimap:xaero_gamerenderer_renderworld,pl:mixin:APP:shouldersurfing.mixins.json:MixinGameRenderer,pl:mixin:APP:dungeons_gear.mixins.json:GameRendererMixin,pl:mixin:A}

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['0tlus'/163, l='ClientLevel', x=276.35, y=74.90, z=567.91]]
Chunk stats: Client Chunk Cache: 2209, 581
Level dimension: minecraft:overworld
Level spawn location: World: (80,63,231), Chunk: (at 0,3,7 in 5,14; contains blocks 80,0,224 to 95,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1101 game time, 1101 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2024) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:623) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.28.jar:35.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$475/297031141.call(Unknown Source) [forge-1.16.4-35.1.28.jar:35.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}

-- System Details --
Details:
Minecraft Version: 1.16.4
Minecraft Version ID: 1.16.4
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: 557192536 bytes (531 MB) / 2903506944 bytes (2769 MB) up to 4831838208 bytes (4608 MB)
CPUs: 6
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5184m -Xms256m -XX:PermSize=256m
ModLauncher: 8.0.6+85+master.325de55
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-3.0.5-service.jar eventbus PLUGINSERVICE
/forge-1.16.4-35.1.28.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.4-35.1.28.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.16.4-35.1.28.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.4-35.1.28.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine_1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.4-35.1.28.jar fml TRANSFORMATIONSERVICE
FML: 35.1
Forge: net.minecraftforge:35.1.28
FML Language Providers:
[email protected]
minecraft@1
Mod List:
forge-1.16.4-35.1.28-client.jar |Minecraft |minecraft |1.16.4 |DONE |NOSIGNATURE
EndRemastered-R352.jar |End Remastered 3.5.2 |endrem |1.16.3 |DONE |NOSIGNATURE
valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |NOSIGNATURE
TRansliterationLib-1.0.2.jar |TRansliterationLib Mod |transliterationlib |1.0.2 |DONE |NOSIGNATURE
ShoulderSurfing-1.16.4-2.0.3.jar |Shoulder Surfing |shouldersurfing |1.16.4-2.0.3 |DONE |NOSIGNATURE
abnormals_core-1.16.4-3.0.6.jar |Abnormals Core |abnormals_core |3.0.6 |DONE |NOSIGNATURE
buzzier_bees-1.16.4-3.0.0.jar |Buzzier Bees |buzzier_bees |3.0.0 |DONE |NOSIGNATURE
atmospheric-1.16.4-3.0.0.jar |Atmospheric |atmospheric |3.0.0 |DONE |NOSIGNATURE
upgrade_aquatic-1.16.5-3.0.1.jar |Upgrade Aquatic |upgrade_aquatic |3.0.1 |DONE |NOSIGNATURE
notenoughanimations-1.1.0.jar |NotEnoughAnimations Mod |notenoughanimations |1.1.0 |DONE |NOSIGNATURE
savageandravage-1.16.4-3.0.0.jar |Savage & Ravage |savageandravage |3.0.0 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |NOSIGNATURE
Xaeros_Minimap_21.4.0_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |21.4.0 |DONE |NOSIGNATURE
PassableFoliage-1.16.4-2.2.0.jar |Passable Foliage |passablefoliage |2.2.0 |DONE |NOSIGNATURE
EpicFightMod-1.16.4-2.0.1.jar |Epic Fight Mod |epicfight |1.0.0 |DONE |NOSIGNATURE
XaerosWorldMap_1.12.0.2_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.12.0 |DONE |NOSIGNATURE
autumnity-1.16.4-2.0.1.jar |Autumnity |autumnity |2.0.1 |DONE |NOSIGNATURE
citadel-1.6.1.jar |Citadel |citadel |1.6.1 |DONE |NOSIGNATURE
alexsmobs-1.5.1.jar |Alex's Mobs |alexsmobs |1.5.1 |DONE |NOSIGNATURE
earthmobsmod-1.16.4-0.4.2.jar |Earth Mobs Mod |earthmobsmod |1.16.4-0.4.2 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |DONE |d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
guardvillagers-1.16.4-1.1.10.jar |Guard Villagers |guardvillagers |1.1.10 |DONE |NOSIGNATURE
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |NOSIGNATURE
JEITweaker-1.16.5-1.0.1.13.jar |JEI Tweaker |jeitweaker |1.0.1.13 |DONE |NOSIGNATURE
CraftTweaker-1.16.5-7.1.0.126.jar |CraftTweaker |crafttweaker |7.1.0.126 |DONE |NOSIGNATURE
enchantwithmob-1.16.4-2.4.0.jar |Enchant With Mob |enchantwithmob |1.16.4-2.4.0 |DONE |NOSIGNATURE
charm-forge-1.16.4-2.2.2.jar |Charm |charm |2.2.2 |DONE |NOSIGNATURE
charmonium-forge-1.16.4-2.2.2.jar |Charmonium |charmonium |2.2.1 |DONE |NOSIGNATURE
forge-1.16.4-35.1.28-universal.jar |Forge |forge |35.1.28 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
BetterMineshafts-Forge-1.16.4-2.0.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.1 |DONE |NOSIGNATURE
SubWild-1.16.5-1.1.2.jar |Subterranean Wilderness |subwild |1.1.2 |DONE |NOSIGNATURE
dungeons_gear-1.16.4-3.0.6.jar |Dungeons Gear |dungeons_gear |3.0.6 |DONE |NOSIGNATURE
Crash Report UUID: adfd9923-be9f-4108-8a2c-d4a2e9b750fb
Launched Version: forge-35.1.28
Backend library: LWJGL version 3.2.2 build 10
Backend API: Radeon RX 580 Series GL version 4.6.14758 Compatibility Profile Context 21.2.2 27.20.14535.1000, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fast
Resource Packs: vanilla, mod_resources, file/NewDefault+v1.38[MC1.16.2-1.16.5].zip, file/Animated-Mobs-1.16.3.zip
Current Language: English (US)
CPU: 6x AMD FX(tm)-6300 Six-Core Processor
OptiFine Version: OptiFine_1.16.4_HD_U_G5
OptiFine Build: 20201106-171901
Render Distance Chunks: 21
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: (internal)
OpenGlVersion: 4.6.14758 Compatibility Profile Context 21.2.2 27.20.14535.1000
OpenGlRenderer: Radeon RX 580 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 6

Epic Fight crash server with apotheosis

Epic Fight Mod 3.0.1
Minecraft 1.16.4
Forge 35.1.36
Apotheosis 4.4.1

Crash Server: https://pastebin.com/m5pbGTt1
Explication: I only know that to reproduce the error, my friend encountered a spawner, then the server was closed
I wasn't on the server at the time so I can't give a video of the problem

Crashes with When Dungeons Arise mod (Possible Confliction?) (java.lang.NullPointerException: Exception while ticking)

Hi, my game would crash whenever I try to make a new world with Epic Fight Mod and When Dungeons Arise mod. Here's the log and crash report for the last time the game crashed with both of these mods installed:

Log: 2021-03-02-4.log
Crash Report: crash-2021-03-03_03.33.06-server.txt

(Sorry for it not being from pastebin but I've tried to put it in there and it always opened a new tab instead of the crash report actually going onto pastbin so I don't know what I'm doing wrong but here is the crash report anyways...)

Btw the problem began when I installed Epic Fight Mod to one of my previous modded worlds (Coraline World 3 1.16.5 (Modded) and both mods were working just fine till I came too close to one of the dungeons from When Dungeons Arise mod and then the game crashed and now when I try to make a new world with them both the game instantly crashes when entering a new world. As I said in the comments of Epic Fight Mod on curseforge that it might be the big airship that's causing this to happen.
But I really I don't know if its Epic Fight Mod's problem or When Dungeons Arise's problem for this to occur...
Even tho I've sent the crash report on here already but when I was looking through it I saw a couple things in there that has both of the mods names in there.

The game version, forge version, and the mods versions that this reoccurring issue started in is:
Minecraft: 1.16.5
Forge: 36.0.42 (I'm at 36.0.46 now but at the time I was at 36.0.42 when it all started)
Epic Fight Mod: 3.0.1
When Dungeons Arise: 1.2.63a

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.