Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when load entity #52

Open
reasure3 opened this issue Aug 29, 2021 · 2 comments
Open

Crash when load entity #52

reasure3 opened this issue Aug 29, 2021 · 2 comments

Comments

@reasure3
Copy link

reasure3 commented Aug 29, 2021

---- Minecraft Crash Report ----

// This doesn't make any sense!

Time: 8/29/21 4:31 PM
Description: Exception ticking world

java.lang.IllegalArgumentException: Unsupported mob type for TemptGoal
	at net.minecraft.entity.ai.goal.TemptGoal.<init>(SourceFile:40) ~[?:?] {re:classloading}
	at pam.pamhc2crops.entities.ai.MoreTemptation.<init>(MoreTemptation.java:9) ~[?:1.0.2] {re:classloading}
	at pam.pamhc2crops.events.TemptationTask.onEntitySpawn(TemptationTask.java:193) ~[?:1.0.2] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_1019_TemptationTask_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus$$Lambda$2570/1438003360.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.minecraft.world.server.ServerWorld.func_217440_f(ServerWorld.java:829) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:bountifulbaubles.mixins.json:MixinServerWorld,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:A}
	at net.minecraft.world.server.ChunkManager.func_219237_a_(ChunkManager.java:594) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ChunkManager$$Lambda$19092/800854685.apply(Unknown Source) ~[?:?] {}
	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$$Lambda$18947/1394229082.apply(Unknown Source) ~[?:?] {}
	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.func_219193_a_(ChunkManager.java:569) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ChunkManager$$Lambda$19089/135679856.apply(Unknown Source) ~[?:?] {}
	at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_51] {}
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_51] {}
	at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
	at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
	at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$18851/1446391091.run(Unknown Source) ~[?:?] {}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:519) ~[?:?] {re:classloading}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:527) ~[?:?] {re:classloading}
	at net.minecraft.world.server.ServerChunkProvider.func_217234_d(ServerChunkProvider.java:272) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:722) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:711) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:697) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:646) [?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer$$Lambda$18623/1513788713.run(Unknown Source) [?:?] {}
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

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

-- Head --

Thread: Server thread
Stacktrace:
	at net.minecraft.entity.ai.goal.TemptGoal.<init>(SourceFile:40) ~[?:?] {re:classloading}
	at pam.pamhc2crops.entities.ai.MoreTemptation.<init>(MoreTemptation.java:9) ~[?:1.0.2] {re:classloading}
	at pam.pamhc2crops.events.TemptationTask.onEntitySpawn(TemptationTask.java:193) ~[?:1.0.2] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_1019_TemptationTask_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus$$Lambda$2570/1438003360.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.minecraft.world.server.ServerWorld.func_217440_f(ServerWorld.java:829) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:bountifulbaubles.mixins.json:MixinServerWorld,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:A}
	at net.minecraft.world.server.ChunkManager.func_219237_a_(ChunkManager.java:594) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ChunkManager$$Lambda$19092/800854685.apply(Unknown Source) ~[?:?] {}
	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$$Lambda$18947/1394229082.apply(Unknown Source) ~[?:?] {}
	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.func_219193_a_(ChunkManager.java:569) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ChunkManager$$Lambda$19089/135679856.apply(Unknown Source) ~[?:?] {}
	at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_51] {}
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_51] {}
	at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
	at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
	at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$$Lambda$18851/1446391091.run(Unknown Source) ~[?:?] {}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:519) ~[?:?] {re:classloading}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:527) ~[?:?] {re:classloading}
	at net.minecraft.world.server.ServerChunkProvider.func_217234_d(ServerChunkProvider.java:272) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:722) ~[?:?] {re:classloading,pl:accesstransformer:B}

-- Affected level --

Details:
	All players: 1 total; [ServerPlayerEntity['ReaSure638'/168, l='ServerLevel[My Custom modpack survival]', x=255.77, y=63.00, z=-381.94]]
	Chunk stats: ServerChunkCache: 2734
	Level dimension: minecraft:overworld
	Level spawn location: World: (256,101,-234), Chunk: (at 0,6,6 in 16,-15; contains blocks 256,0,-240 to 271,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
	Level time: 29053 game time, 48862 day time
	Level name: My Custom modpack survival
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Level weather: Rain time: 172745 (now: false), thunder time: 83623 (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:854) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer$$Lambda$18623/1513788713.run(Unknown Source) [?:?] {}
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 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: 1486083920 bytes (1417 MB) / 3687317504 bytes (3516 MB) up to 4772593664 bytes (4551 MB)
CPUs: 8
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5120m -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.2.0.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.0.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.0.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.0.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.0.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.0
FML Language Providers:
javafml@36.2
minecraft@1
Mod List:
astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
pamhc2trees-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |DONE |Manifest: NOSIGNATURE
bountifulbaubles-1.16.5-0.1.0-forge.jar |Bountiful Baubles |bountifulbaubles |1.16.5-0.1.0 |DONE |Manifest: NOSIGNATURE
GooglyEyes-1.16.5-10.4.0.jar |Googly Eyes |googlyeyes |10.4.0 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.118.jar |Just Enough Items |jei |7.7.1.118 |DONE |Manifest: NOSIGNATURE
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |Manifest: NOSIGNATURE
findme-1.16.3-2.2.0.0.jar |Find Me |findme |2.2.0 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.2.jar |Waystones |waystones |7.6.2 |DONE |Manifest: NOSIGNATURE
jev-1.16.3-2.0.1.jar |Just Enough Vehicles |jev |2.0.1 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.25.jar |Clumps |clumps |6.0.0.25 |DONE |Manifest: NOSIGNATURE
journeymap-1.16.5-5.7.3.jar |Journeymap |journeymap |5.7.3 |DONE |Manifest: NOSIGNATURE
Controlling-7.0.0.24.jar |Controlling |controlling |7.0.0.24 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.12.0.jar |Alex's Mobs |alexsmobs |1.12.0 |DONE |Manifest: NOSIGNATURE
appliedenergistics2-8.4.0.jar |Applied Energistics 2 |appliedenergistics2 |8.4.0 |DONE |Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.2.27.jar |Bookshelf |bookshelf |10.2.27 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BotanyPots-1.16.5-7.0.17.jar |BotanyPots |botanypots |7.0.17 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
endercrop-1.16.5-1.6.0-beta.jar |Ender Crop |endercrop |1.16.5-1.6.0-beta |DONE |Manifest: NOSIGNATURE
u_team_core-1.16.5-3.2.1.196.jar |U Team Core |uteamcore |3.2.1.196 |DONE |Manifest: 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
DarkUtilities-1.16.5-8.0.10.jar |Dark Utilities |darkutils |8.0.10 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
iceandfire-2.1.8-1.16.5.jar |Ice and Fire |iceandfire |2.1.8-1.16.5 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |Manifest: NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
WAWLA-1.16.5-8.0.1.jar |WAWLA |wawla |8.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |DONE |Manifest: NOSIGNATURE
inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |DONE |Manifest: NOSIGNATURE
iChunUtil-1.16.5-10.4.1.jar |iChunUtil |ichunutil |10.4.1 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.127.jar |Just Enough Resources |jeresources |0.12.1.127 |DONE |Manifest: NOSIGNATURE
ImmersivePetroleum-1.16.5-3.3.0-5.jar |Immersive Petroleum |immersivepetroleum |3.3.0-5 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.0-universal.jar |Forge |forge |36.2.0 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
BloodMagic-1.16.4-3.1.1-16.jar |Blood Magic |bloodmagic |1.16.4-3.1.1-16 |DONE |Manifest: NOSIGNATURE
mob_grinding_utils-1.16.5-0.4.28.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.28 |DONE |Manifest: NOSIGNATURE
DynamicSurroundings-1.16.4-4.0.4.2.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.4.2 |DONE |Manifest: 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.5-36.2.0-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
cofh_core-1.16.5-1.3.1.jar |CoFH Core |cofh_core |1.3.1 |DONE |Manifest: NOSIGNATURE
thermal_foundation-1.16.5-1.3.2.jar |Thermal Series |thermal |1.3.2 |DONE |Manifest: NOSIGNATURE
TConstruct-1.16.5-3.1.1.252.jar |Tinkers' Construct |tconstruct |3.1.1.252 |DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.16.5-3.2.14.5-13.jar |Industrial Foregoing |industrialforegoing |3.2.14.5 |DONE |Manifest: NOSIGNATURE
useful_backpacks-1.16.5-1.12.1.90.jar |Useful Backpacks |usefulbackpacks |1.12.1.90 |DONE |Manifest: 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
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
thermal_innovation-1.16.5-1.3.0.jar |Thermal Innovation |thermal_innovation |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
titanium-1.16.5-3.2.8.4-10.jar |Titanium |titanium |3.2.8.4 |DONE |Manifest: NOSIGNATURE
ImmersiveEngineering-1.16.5-5.0.3-138.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.3-138 |DONE |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
useful_railroads-1.16.5-1.4.6.38.jar |Useful Railroads |usefulrailroads |1.4.6.38 |DONE |Manifest: 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
BotanyTrees-1.16.5-3.0.5.jar |BotanyTrees |botanytrees |3.0.5 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |DONE |Manifest: NOSIGNATURE
MekanismAdditions-1.16.5-10.0.21.448.jar |Mekanism: Additions |mekanismadditions |10.0.21 |DONE |Manifest: NOSIGNATURE
pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.0.12-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.12 |DONE |Manifest: NOSIGNATURE
simplylight-1.16.4-1.2.0-build.11.jar |Simply Light |simplylight |1.16.4-1.2.0-build.1|DONE |Manifest: NOSIGNATURE
Botania-1.16.5-419.jar |Botania |botania |1.16.5-419 |DONE |Manifest: NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.4.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |Manifest: NOSIGNATURE
jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.3.jar |Flywheel |flywheel |1.16-0.2.3 |DONE |Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2d.jar |Create |create |v0.3.2d |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.2.jar |Curios API |curios |1.16.5-4.0.5.2 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.1.jar |Patchouli |patchouli |1.16.4-53.1 |DONE |Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.115.jar |Mantle |mantle |1.6.115 |DONE |Manifest: NOSIGNATURE
rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |DONE |Manifest: NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |Manifest: NOSIGNATURE
gravestone-1.16.5-1.0.6.jar |Gravestone Mod |gravestone |1.16.5-1.0.6 |DONE |Manifest: NOSIGNATURE
thermal_cultivation-1.16.5-1.3.0.jar |Thermal Cultivation |thermal_cultivation |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
baubely-heart-canisters-1.16.5-1.1.10.jar |Baubley Heart Canisters |bhc |1.16.5-1.1.10 |DONE |Manifest: NOSIGNATURE
JustEnoughProfessions-1.16.5-1.2.1.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.1 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.16.3-8.3.0.jar |Storage Drawers |storagedrawers |8.3.0 |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |Manifest: NOSIGNATURE
angelring-1.16.5-1.3.4.1.jar |Angel Ring |angelring |1.3.4.1 |DONE |Manifest: NOSIGNATURE
thermal_expansion-1.16.5-1.3.0.jar |Thermal Expansion |thermal_expansion |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
obfuscate-0.6.2-1.16.3.jar |Obfuscate |obfuscate |0.6.2 |DONE |Manifest: e1:59:1a:56:ec:97:b3:d0:b3:4b:25:06:1f:83:b0:f4:fd:0c:24:e3:6d:ea:94:b1:9f:22:b0:38:13:60:88:ea
vehicle-mod-0.45.2-1.16.3.jar |MrCrayfish's Vehicle Mod |vehicle |0.45.2 |DONE |Manifest: NOSIGNATURE
Runelic-1.16.5-7.0.2.jar |Runelic |runelic |7.0.2 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
thermal_locomotion-1.16.5-1.3.0.jar |Thermal Locomotion |thermal_locomotion |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
MekanismTools-1.16.5-10.0.21.448.jar |Mekanism: Tools |mekanismtools |10.0.21 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE
morecfm-1.3.1-1.16.3.jar |MrCrayfish's More Furniture Mo|morecfm |1.3.1 |DONE |Manifest: NOSIGNATURE
architectury-1.21.31-forge.jar |Architectury |architectury |1.21.31 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1605.3.2-build.64.jar |FTB Library |ftblibrary |1605.3.2-build.64 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.1.0.jar |AppleSkin |appleskin |mc1.16.4-2.1.0 |DONE |Manifest: NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.10-mc1.16.5.jar |Trash Cans |trashcans |1.0.10 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.20.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.20 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.2.429-universal.jar |CodeChicken Lib |codechickenlib |4.0.2.429 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
EnderStorage-1.16.5-2.8.0.168-universal.jar |EnderStorage |enderstorage |2.8.0.168 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BrandonsCore-1.16.5-3.0.8.232-universal.jar |Brandon's Core |brandonscore |3.0.8.232 |DONE |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
Draconic-Evolution-1.16.5-3.0.11.396-universal.jar|Draconic Evolution |draconicevolution |3.0.11.396 |DONE |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
Babel-1.0.5.jar |Babel |babel |1.0.5 |DONE |Manifest: NOSIGNATURE
JEPB-1.0.0.jar |Just Enough Piglin Bartering |jepb |1.0.0 |DONE |Manifest: NOSIGNATURE
WailaHarvestability-mc1.16.x-forge-1.1.15.jar |Waila Harvestability |wailaharvestability |1.1.15 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 89c2a7fe-17d7-497e-98cd-fd13a704740e
Patchouli open book context: n/a
Player Count: 1 / 8; [ServerPlayerEntity['ReaSure638'/168, l='ServerLevel[My Custom modpack survival]', x=255.77, y=63.00, z=-381.94]]
Data Packs: vanilla, mod:astralsorcery, mod:pamhc2trees (incompatible), mod:bountifulbaubles (incompatible), mod:googlyeyes, mod:jei, mod:mekanism, mod:findme (incompatible), mod:waystones (incompatible), mod:jev, mod:clumps, mod:journeymap (incompatible), mod:controlling, mod:citadel (incompatible), mod:alexsmobs, mod:appliedenergistics2 (incompatible), mod:bookshelf, mod:botanypots, mod:endercrop (incompatible), mod:uteamcore, mod:darkutils (incompatible), mod:iceandfire (incompatible), mod:mekanismgenerators, mod:waila, mod:wawla, mod:waterstrainer, mod:inventorypets (incompatible), mod:ichunutil, mod:jeresources, mod:immersivepetroleum, mod:forge, mod:bloodmagic, mod:mob_grinding_utils, mod:dsurround, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:tconstruct, mod:industrialforegoing (incompatible), mod:usefulbackpacks, mod:swingthroughgrass (incompatible), mod:thermal_innovation (incompatible), mod:titanium (incompatible), mod:immersiveengineering, mod:usefulrailroads, mod:botanytrees, mod:biomesoplenty, mod:mekanismadditions, mod:pamhc2crops (incompatible), mod:supermartijn642corelib, mod:simplylight, mod:botania, mod:pamhc2foodextended (incompatible), mod:jeiintegration, mod:flywheel, mod:create, mod:curios, mod:patchouli (incompatible), mod:mantle (incompatible), mod:rats, mod:pamhc2foodcore (incompatible), mod:gravestone, mod:thermal_cultivation (incompatible), mod:bhc (incompatible), mod:justenoughprofessions, mod:storagedrawers (incompatible), mod:fluxnetworks, mod:angelring (incompatible), mod:thermal_expansion (incompatible), mod:elevatorid, mod:obfuscate (incompatible), mod:vehicle (incompatible), mod:runelic, mod:thermal_locomotion (incompatible), mod:mekanismtools, mod:cfm (incompatible), mod:morecfm, mod:appleskin, mod:observerlib, mod:trashcans, mod:aquaculture (incompatible), mod:fastleafdecay (incompatible), mod:codechickenlib (incompatible), mod:enderstorage (incompatible), mod:brandonscore (incompatible), mod:draconicevolution (incompatible), mod:babel, mod:jepb, mod:wailaharvestability, mod:naturescompass (incompatible), mod:mousetweaks, mod:architectury, mod:ftblibrary
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'

@FoxMcloud5655
Copy link

This may be a wall of text above, but I can confirm that this issue does happen randomly. At first I wasn't sure if it was a mixin conflict with Quark, but after seeing the crash report above, I'm convinced this is solely due to this mod.

Caused by: java.lang.IllegalArgumentException: Unsupported mob type for TemptGoal
at net.minecraft.entity.ai.goal.TemptGoal.<init>(SourceFile:40) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:quark.mixins.json:TemptGoalMixin,pl:mixin:A}
at pam.pamhc2crops.entities.ai.MoreTemptation.<init>(MoreTemptation.java:9) ~[pamhc2crops:1.0.2] {re:classloading}
at pam.pamhc2crops.events.TemptationTask.onEntitySpawn(TemptationTask.java:188) ~[pamhc2crops:1.0.2] {re:classloading}

Sorry I couldn't be of more help other than this, but this is the best I've got.

@TigerWalts
Copy link

This is apparently caused by the entity getNavigator() method returning the the navigator for the entity that it is riding.

E.g. When the Alex's Mobs crocodile attacks an entity, it latches onto it by making the entity ride it. The crocodile uses a custom navigator so the TempGoal fails when it checks that the returned navigator is an instance of PathNavigateGround.

This could be caused by a mob riding anything that doesn't return PathNavigateGround for getNavigator().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants