Crash with Prehistoric Fauna in 1.16.5
PeopleMcNugget opened this issue · 3 comments
The following error occurs whenever a Paleontologist camp spawns while using this mod and Prehistoric Fauna at the same time.
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 5/16/22 3:01 PM
Description: Exception in server tick loop
java.lang.ClassCastException: superlord.prehistoricfauna.common.entities.tile.PaleontologyTableTileEntity$TileRecipeInventory cannot be cast to net.minecraftforge.items.IItemHandler
at nonamecrackers2.witherstormmod.common.event.FormidibombContainerUpdater$$Lambda$36799/620251956.accept(Unknown Source) ~[?:?] {}
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:151) ~[?:?] {re:classloading,re:mixin}
at nonamecrackers2.witherstormmod.common.event.FormidibombContainerUpdater.onWorldTick(FormidibombContainerUpdater.java:24) ~[?:1.16.5-1.0.1] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_3078_FormidibombContainerUpdater_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$3279/2028160153.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.onPostWorldTick(BasicEventHooks.java:86) ~[?:?] {re:classloading}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:857) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,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:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$35127/1683037578.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
I have about 240 mods in this pack currently, but this crash has never happened up until I installed this mod.
I'm unable to replicate the issue (and it's most likely due to another mod that is being used in your mod pack), however I should have fixed something similar (#17) that will come in an upcoming update. Could you send over the entire crash log?
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 5/16/22 3:01 PM
Description: Exception in server tick loop
java.lang.ClassCastException: superlord.prehistoricfauna.common.entities.tile.PaleontologyTableTileEntity$TileRecipeInventory cannot be cast to net.minecraftforge.items.IItemHandler
at nonamecrackers2.witherstormmod.common.event.FormidibombContainerUpdater$$Lambda$36799/620251956.accept(Unknown Source) ~[?:?] {}
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:151) ~[?:?] {re:classloading,re:mixin}
at nonamecrackers2.witherstormmod.common.event.FormidibombContainerUpdater.onWorldTick(FormidibombContainerUpdater.java:24) ~[?:1.16.5-1.0.1] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_3078_FormidibombContainerUpdater_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$3279/2028160153.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.onPostWorldTick(BasicEventHooks.java:86) ~[?:?] {re:classloading}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:857) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,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:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nethercraft.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:unearthed.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$35127/1683037578.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:
-- 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: 1387299464 bytes (1323 MB) / 9813098496 bytes (9358 MB) up to 11453595648 bytes (10923 MB)
CPUs: 16
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.35.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.35.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.35.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.35.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.35.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.35
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
dynamiclightsreforged-mc1.16.5_v1.0.1.jar |Dynamic Lights Reforged |dynamiclightsreforged |mc1.16.5_v1.0.1 |DONE |Manifest: NOSIGNATURE
habitat-1.0.1.jar |Habitat |habitat |1.0.1 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.0.9-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
nethercraft-1.16.5-1.1.0.jar |Nethercraft |nethercraft |1.1.0 |DONE |Manifest: NOSIGNATURE
infernal-expansion-1.16.5-2.4.0.jar |Infernal Expansion |infernalexp |2.4.0 |DONE |Manifest: NOSIGNATURE
Dense Ores Reborn 1.16.5 v2.1.jar |Dense Ores Reborn |denseoresreborn |2.1 |DONE |Manifest: NOSIGNATURE
betternether_reforged-1.2.jar |Better Nether Reforged |betternether |1.2 |DONE |Manifest: NOSIGNATURE
looot-1.16.4-1.0.0.3.jar |Looot |looot |1.0.0.3 |DONE |Manifest: NOSIGNATURE
etched-1.1.0-1.16.5-forge.jar |Etched |etched |1.1.0 |DONE |Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE
ForgeEndertech-1.16.5-7.2.2.0-build.0202.jar |Forge Endertech |forgeendertech |7.2.2.0 |DONE |Manifest: NOSIGNATURE
Goety-1.9.3.jar |Goety |goety |1.9.3 |DONE |Manifest: NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |DONE |Manifest: NOSIGNATURE
premium-wood-1.16.4-1.3.4.jar |Premium Wood |premium_wood |1.3.4 |DONE |Manifest: NOSIGNATURE
pyromancer 1.7.0.3.jar |Pyromancer |pyromancer |1.7.0.3 |DONE |Manifest: NOSIGNATURE
reliquary-1.16.5-1.3.5.1124.jar |Reliquary |xreliquary |1.16.5-1.3.5.1124 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |DONE |Manifest: NOSIGNATURE
Omni-1.16.5-1.2.2.jar |Omni |omni |version |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
what_did_you_vote_for-1.16.5-1.0.5.jar |What Did You Vote For? |whatareyouvotingfor |1.0 |DONE |Manifest: NOSIGNATURE
gunswithoutroses-1.16.5-1.0.9.jar |Guns Without Roses |gunswithoutroses |1.0.9 |DONE |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.18.4.jar |Supplementaries |supplementaries |0.18.2 |DONE |Manifest: NOSIGNATURE
JustNeeded-1.16.5-1.0.0.jar |Just Needed |justneeded |1.16.5-1.0.0 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |DONE |Manifest: NOSIGNATURE
TinySkeletons-v1.0.1-1.16.5-Forge.jar |Tiny Skeletons |tinyskeletons |1.0.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
repurposed_structures_forge-3.4.7+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.7+1.16.5 |DONE |Manifest: NOSIGNATURE
morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |DONE |Manifest: NOSIGNATURE
Aquamirae 3.0.0.jar |Aquamirae |ob_aquamirae |3.0.0 |DONE |Manifest: NOSIGNATURE
Beekeeper-1.16.2-1.0.0.4.jar |Beekeeper |bk |1.0.0.4 |DONE |Manifest: NOSIGNATURE
ironfurnaces-1.16.5-2.7.7.jar |Iron Furnaces |ironfurnaces |2.7.7 |DONE |Manifest: NOSIGNATURE
thatched-0.5.jar |Thatched |thatched |version |DONE |Manifest: NOSIGNATURE
dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.0.18-forge-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |DONE |Manifest: NOSIGNATURE
BetterDefaultBiomes-1.16.4+-Alpha 2.6.1.jar |Better Default Biomes |betterdefaultbiomes |Alpha 2.6.0 |DONE |Manifest: NOSIGNATURE
YungsBridges-Forge-1.16.4-1.0.1.jar |YUNG's Bridges |yungsbridges |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
Botania-1.16.5-420.2.jar |Botania |botania |1.16.5-420.2 |DONE |Manifest: NOSIGNATURE
cavesandcliffs-1.16.5-7.2.0.jar |Caves and Cliffs Backport |cavesandcliffs |1.16.5-7.2.0 |DONE |Manifest: NOSIGNATURE
darkerdepths-1.16.5-1.1.4.jar |Darker Depths |darkerdepths |1.1.4 |DONE |Manifest: NOSIGNATURE
mostructures-forge-1.2.0-1.16.5.jar |Mo' Structures |mostructures |1.2.0-1.16.5 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
LGH-1.2.jar |Lets Go Herping! |herping |1.2 |DONE |Manifest: NOSIGNATURE
unnamedanimalmod-1.0.3.jar |Unnamed Animal Mod |unnamedanimalmod |1.0.3 |DONE |Manifest: NOSIGNATURE
YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |Manifest: NOSIGNATURE
Infinite_Dungeons-1.16.5-1.0.9.jar |Infinite Dungeons |infinite_dungeons |NONE |DONE |Manifest: NOSIGNATURE
Witherbold-1.16.5.jar |Witherbold |witherbold |1.0.0 |DONE |Manifest: NOSIGNATURE
mutantmore-1.16.5-1.0.0.jar |Mutant More |mutantmore |1.0.3 |DONE |Manifest: NOSIGNATURE
helium-1.0.jar |Helium |helium |1.0 |DONE |Manifest: NOSIGNATURE
forestcraft-1.6151.jar |Astemir's Forest Craft |forestcraft |1.6151 |DONE |Manifest: NOSIGNATURE
cloth-config-4.14.64-forge.jar |Cloth Config v4 API |cloth-config |4.14.64 |DONE |Manifest: NOSIGNATURE
the_bumblezone_forge-3.2.1+1.16.5.jar |The Bumblezone |the_bumblezone |3.2.1+1.16.5 |DONE |Manifest: NOSIGNATURE
bettas-1.2.1.jar |Bettas |bettas |1.2.1 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-v25.2.jar |FastLeafDecay |fastleafdecay |v25.2 |DONE |Manifest: NOSIGNATURE
stables-1.16.5-1.0.1.jar |Stables |stables |1.16.5-1.0.1 |DONE |Manifest: NOSIGNATURE
DarkPaintings-1.16.5-6.0.11.jar |DarkPaintings |darkpaintings |6.0.11 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
SaveMyStronghold-1.16.4-1.0.jar |Save My Stronghold! |savemystronghold |1.16.4-1.0 |DONE |Manifest: NOSIGNATURE
mowziesmobs-1.5.25.jar |Mowzie's Mobs |mowziesmobs |1.5.25 |DONE |Manifest: NOSIGNATURE
mining_helmet-1.16.5-2.0.1.jar |Mining Helmet |mining_helmet |2.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
jei-1.16.5-7.7.1.152.jar |Just Enough Items |jei |7.7.1.152 |DONE |Manifest: NOSIGNATURE
The_Graveyard_2.1_(FORGE)_for_1.16.4-1.16.5.jar |The Graveyard (FORGE) |graveyard |2.1 |DONE |Manifest: NOSIGNATURE
enderlinginvaders-1.16.5-1.0.6.jar |Enderling Invaders |enderlinginvaders |1.0 |DONE |Manifest: NOSIGNATURE
ComfortableNether4.11.jar |Comfortable Nether |comfortable_nether |1.0.0 |DONE |Manifest: NOSIGNATURE
AttributeFix-1.16.5-10.1.4.jar |AttributeFix |attributefix |10.1.4 |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
Jellyfishing-1.6.13.jar |Jellyfishing |jellyfishing |1.6.11 |DONE |Manifest: NOSIGNATURE
LibraryFerret-Forge-1.16.5-1.0.3.jar |Library ferret |libraryferret |1.0.3 |DONE |Manifest: NOSIGNATURE
luggage-1.1.jar |Luggage |luggage |1.1 |DONE |Manifest: NOSIGNATURE
Kobolds-2.0.jar |Kobolds |kobolds |2.0.0 |DONE |Manifest: NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
Fallingleaves-1.16.3-1.2.4.jar |Falling Leaves |fallingleaves |1.2.4-alpha+20220121|DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |Manifest: NOSIGNATURE
AwesomeDungeonForge-1.16.5-2.0.8.jar |Awesome Dungeon |awesomedungeon |2.0.8 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
stoneholm-1.2.2.jar |Stoneholm |stoneholm |1.2 |DONE |Manifest: NOSIGNATURE
Halloween_nightmare 1_16_5 damageFix.jar |halloween_nighmare |halloween_nighmare |1.0.0 |DONE |Manifest: NOSIGNATURE
curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |DONE |Manifest: NOSIGNATURE
sulfuric-1.1.jar |Sulfuric |sulfuric |1.0 |DONE |Manifest: NOSIGNATURE
DisplayCase-1.16.5-0.2.jar |DisplayCase Mod |display_case |1.16.5-0.1 |DONE |Manifest: NOSIGNATURE
mysticalworld-1.16.5-0.3.6.27.jar |Mystical World |mysticalworld |0.3.6.27 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.35-universal.jar |Forge |forge |36.2.35 |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
Atum-1.16.5-2.2.11.jar |Atum 2 |atum |1.16.5-2.2.11 |DONE |Manifest: NOSIGNATURE
blame-1.16.5-3.7.0-forge.jar |Blame! |blame |1.16.5-3.7.0-forge |DONE |Manifest: NOSIGNATURE
DynamicSurroundings-1.16.5-4.0.5.0.jar |§3Dynamic Surroundings |dsurround |4.0.5.0 |DONE |Manifest: NOSIGNATURE
ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.16.5-2.1.49-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49 |DONE |Manifest: NOSIGNATURE
AwesomeDungeonOcean-Forge-1.16.5-2.0.5.jar |Awesome Dungeon Ocean |awesomedungeonocean |2.0.5 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.35-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
pandoras_creatures-1.16.3-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |DONE |Manifest: NOSIGNATURE
Spheric 1.0.6-1 1.16.5.jar |Spheric |spheric |1.0.6-1 |DONE |Manifest: NOSIGNATURE
AwesomeDungeonNether-Forge-1.16.5-1.0.1.jar |Awesome Dungeon Nether |awesomedungeonnether |1.0.1 |DONE |Manifest: NOSIGNATURE
totw_additions-1.1.0.jar |Towers of the Wild: Additions |totw_additions |1.1.0 |DONE |Manifest: NOSIGNATURE
turtlemancy-1.16.5-1.6.4.jar |Turtlemancy |turtlemancy |1.6.4 |DONE |Manifest: NOSIGNATURE
AdLods-1.16.5-4.1.9.2-build.0217.jar |Large Ore Deposits |adlods |4.1.9.2 |DONE |Manifest: NOSIGNATURE
ambientadditions-0.5.1.jar |Ambient Additions |ambientadditions |0.5.1 |DONE |Manifest: NOSIGNATURE
betterfpsdist-1.2.jar |betterfpsdist mod |betterfpsdist |1.2 |DONE |Manifest: NOSIGNATURE
whisperwoods-1.16.5-2.1.0-forge.jar |Whisperwoods |whisperwoods |1.16.5-2.1.0 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_22.7.0_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |22.7.0 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
entityculling-forge-mc1.16.5-1.5.2.jar |EntityCulling |entityculling |1.5.2 |DONE |Manifest: NOSIGNATURE
Library_of_Exile-1.16.5-1.2.3.jar |Library Of Exile |library_of_exile |NONE |DONE |Manifest: NOSIGNATURE
cobbler-1.6.1.jar |Shulkers Faithful Factories |cobbler |1.6.1 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |DONE |Manifest: NOSIGNATURE
BuriedBarrels-1.16.5-1.0.2-forge-release.jar |Buried Barrels |buriedbarrels |1.0.2 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
FriendlyFire-1.16.5-7.0.5.jar |FriendlyFire |friendlyfire |7.0.5 |DONE |Manifest: NOSIGNATURE
Obscuria's Essentials 3.0.0.jar |Obscuria's Essentials |ob_core |3.0.0 |DONE |Manifest: NOSIGNATURE
Betterlands-1.16.5-0.5.0.jar |Betterlands |betterlands |1.16.5-0.5.0 |DONE |Manifest: NOSIGNATURE
xptome-1.16.5-v2.1.5.jar |XP Tome |xpbook |v2.1.5 |DONE |Manifest: NOSIGNATURE
SkyVillage_1.0.0_1.16.5.jar |Sky Villages |skyvillages |1.0.0 |DONE |Manifest: NOSIGNATURE
EnhancedArmaments-forge-1.16.5-1.1.0.jar |EnhancedArmaments |enhancedarmaments |1.16.5-1.1.0 |DONE |Manifest: NOSIGNATURE
blue_skies-1.16.5-1.1.3.jar |Blue Skies |blue_skies |1.1.3 |DONE |Manifest: NOSIGNATURE
superflatworldnoslimes_1.16.5-1.4.jar |Superflat World No Slimes |superflatworldnoslimes |1.4 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.21.2_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.21.2 |DONE |Manifest: NOSIGNATURE
structurescompass-1.16.5-1.4.0.jar |Structures Compass |structurescompass |1.16.5-1.4.0 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |DONE |Manifest: NOSIGNATURE
ratlantis-1.0.0-1.16.3.jar |Rats: Ratlantis |ratlantis |1.0.0-1.16.3 |DONE |Manifest: NOSIGNATURE
culinaryconstruct-forge-1.16.5-4.0.1.0.jar |Culinary Construct |culinaryconstruct |1.16.5-4.0.1.0 |DONE |Manifest: NOSIGNATURE
MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |DONE |Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
Bookshelf-Forge-1.16.5-10.4.32.jar |Bookshelf |bookshelf |10.4.32 |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
biomeidfixer-1.16.5-1.0.1.s5.jar |Biome Id Fixer by Desagas |biomeidfixer |1.16.5-1.0.1.s5 |DONE |Manifest: NOSIGNATURE
musketmod-1.16.5-forge-1.4.2.jar |Musket Mod |musketmod |1.4.2 |DONE |Manifest: NOSIGNATURE
wandering_trapper-1.16.5-0.1.2.jar |Wandering Trapper |wandering_trapper |NONE |DONE |Manifest: NOSIGNATURE
magnesium-1.5.jar |Magnesium |magnesium |1.5 |DONE |Manifest: NOSIGNATURE
sworddisplay-1.16.5-1.2.0.jar |Sword Displays |sworddisplay |1.16.5-1.2.0 |DONE |Manifest: NOSIGNATURE
bygonenether-1.1.2-1.16.5.jar |Bygone Nether |bygonenether |1.1.2 |DONE |Manifest: NOSIGNATURE
worldshape-1.0.jar |Worldshape |worldshape |1.0 |DONE |Manifest: NOSIGNATURE
FpsReducer-forge-1.24-mc1.16.5.jar |FPS Reducer |fpsreducer |1.24-mc1.16.5 |DONE |Manifest: NOSIGNATURE
dragonfight-1.8.jar |dragonfight mod |dragonfight |1.8 |DONE |Manifest: NOSIGNATURE
twilightforest-1.16.5-4.0.870-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE
Tidbits-0.1.3.jar |Tidbits |tidbits |0.1.2 |DONE |Manifest: NOSIGNATURE
cuneiform-1.16.3-1.2.5.jar |Cuneiform |cuneiform |1.16.3-1.2.5 |DONE |Manifest: NOSIGNATURE
musicdr-forge-1.2.0.jar |Music Duration Reducer |musicdr |NONE |DONE |Manifest: NOSIGNATURE
Wild Lands 1.0.2.jar |Wild Lands |wildlands |1.0.2 |DONE |Manifest: NOSIGNATURE
unearthed-1.3.0.jar |Unearthed |unearthed |1.2.2 |DONE |Manifest: NOSIGNATURE
dungeons_enhanced-1.16.5-1.7.jar |Dungeons Enhanced |dungeons_enhanced |1.7 |DONE |Manifest: NOSIGNATURE
simplybackpacks-1.16.5-2.1.1-build.39.jar |Simply Backpacks |simplybackpacks |1.16.5-2.1.1-build.3|DONE |Manifest: NOSIGNATURE
Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |DONE |Manifest: NOSIGNATURE
CNB-1.16.3_5-1.2.11.jar |Creatures and Beasts |cnb |1.2.11 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.71.jar |GeckoLib |geckolib3 |3.0.71 |DONE |Manifest: NOSIGNATURE
Goblins_Dungeons_1.0.6-1.16.jar |Goblins & Dungeons |goblinsanddungeons |1.0.6 |DONE |Manifest: NOSIGNATURE
gaiadimension-1.16.5-1.3.3.jar |The Gaia Dimension |gaiadimension |1.3.3 |DONE |Manifest: NOSIGNATURE
Cataclysm-0.18.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.16.5-1.25.0.jar |Ars Nouveau |ars_nouveau |1.25.0 |DONE |Manifest: NOSIGNATURE
collective-1.16.5-4.25.jar |Collective |collective |4.25 |DONE |Manifest: NOSIGNATURE
arsomega-1.4.0.jar |Ars Omega |arsomega |1.16.5-1.3 |DONE |Manifest: NOSIGNATURE
betterbiomeblend-1.16.4-1.2.9-forge.jar |Better Biome Blend |betterbiomeblend |1.16.4-1.2.9-forge |DONE |Manifest: NOSIGNATURE
EndReborn [0.8.4].jar |End: Reborn |endreborn |0.8.4 |DONE |Manifest: NOSIGNATURE
witherstormmod-1.16.5-1.0.1.jar |Cracker's Wither Storm Mod |witherstormmod |1.0.1 |DONE |Manifest: NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
antiqueshotgun-1.16.5-forge-public-beta1.jar |Antique Shotgun |antiqueshotgun |0.0.5 |DONE |Manifest: NOSIGNATURE
eatinganimation-1.16.5-1.0.0.jar |Eating Animation |eatinganimation |1.0.0 |DONE |Manifest: NOSIGNATURE
cavebiomeapi-1.16.5-1.4.2.jar |CaveBiomeAPI |cavebiomeapi |1.16.5-1.4.2 |DONE |Manifest: NOSIGNATURE
architectury-1.31.61.jar |Architectury |architectury |1.31.61 |DONE |Manifest: NOSIGNATURE
The_Undergarden-1.16.5-0.5.5.jar |The Undergarden |undergarden |0.5.5 |DONE |Manifest: NOSIGNATURE
smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |DONE |Manifest: NOSIGNATURE
anchor-forge-1.0.1+1.16.5.jar |Anchor |anchor |1.0.1 |DONE |Manifest: NOSIGNATURE
Cyclic-1.16.5-1.5.15.jar |Cyclic |cyclic |1.16.5-1.5.15 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
Supernatural-1.1.0.jar |Supernatural |supernatural |1.0.2 |DONE |Manifest: NOSIGNATURE
AwesomeDungeonEnd-Forge-1.16.5-1.0.1.jar |Awesome Dungeon End |awesomedungeonend |1.0.1 |DONE |Manifest: NOSIGNATURE
MoreJellyfish-1.1.7.jar |More Jellyfish |more_jellyfish |1.1.6 |DONE |Manifest: NOSIGNATURE
Shrines-1.16.5-2.2.1.jar |Shrines |shrines |1.16.5-2.2.1 |DONE |Manifest: NOSIGNATURE
NourishedNetherV12-1.16.5Backport.jar |Nourished Nether |nourished_nether |1.1.3 |DONE |Manifest: NOSIGNATURE
NourishedEndV9-1.16.5Backport.jar |Nourished End |nourished_end |1.0.8 |DONE |Manifest: NOSIGNATURE
Druidcraft-1.16.5-0.4.54.jar |Druidcraft |druidcraft |0.4.52 |DONE |Manifest: NOSIGNATURE
Cloud Boots v1.jar |Cloud Boots |cloud_boots |1 |DONE |Manifest: NOSIGNATURE
mooshroomtweaks_1.16.5-1.6.jar |Mooshroom Tweaks |mooshroomtweaks |1.6 |DONE |Manifest: NOSIGNATURE
the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |DONE |Manifest: NOSIGNATURE
environmental-1.16.5-1.1.1.jar |Environmental |environmental |1.1.1 |DONE |Manifest: NOSIGNATURE
Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |DONE |Manifest: NOSIGNATURE
Better-Badlands-1.16.5-2.0.3.jar |Better Badlands |better_badlands |1.16.5-2.0.3 |DONE |Manifest: NOSIGNATURE
endergetic-1.16.5-3.1.0.jar |The Endergetic Expansion |endergetic |3.1.0 |DONE |Manifest: NOSIGNATURE
neapolitan-1.16.5-2.2.1.jar |Neapolitan |neapolitan |2.2.1 |DONE |Manifest: NOSIGNATURE
savageandravage-1.16.5-3.2.0.jar |Savage & Ravage |savageandravage |3.2.0 |DONE |Manifest: NOSIGNATURE
autumnity-1.16.5-2.1.2.jar |Autumnity |autumnity |2.1.2 |DONE |Manifest: NOSIGNATURE
buzzier_bees-1.16.5-3.0.3.jar |Buzzier Bees |buzzier_bees |3.0.3 |DONE |Manifest: NOSIGNATURE
berry_good-1.16.5-4.1.2.jar |Berry Good |berry_good |4.1.2 |DONE |Manifest: NOSIGNATURE
brazier-3.0.10-forge.jar |Brazier |brazier |3.0.10 |DONE |Manifest: NOSIGNATURE
toadterror-1.16.4-1.0.0.jar |Toad Terror |toadterror |1.0.0 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.28.jar |Clumps |clumps |6.0.0.28 |DONE |Manifest: NOSIGNATURE
tumbleweed-1.16-0.4.9.jar |Tumbleweed |tumbleweed |1.16-0.4.9 |DONE |Manifest: NOSIGNATURE
Artifacts-1.16.5-2.10.5.jar |Artifacts |artifacts |1.16.5-2.10.5 |DONE |Manifest: NOSIGNATURE
Into_The_Maelstrom-1.0.0.jar |Example Mod |mm |1.0.0 |DONE |Manifest: NOSIGNATURE
OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.16.5-2.3.8.jar |Dungeon Crawl |dungeoncrawl |2.3.8 |DONE |Manifest: NOSIGNATURE
BadMobs-1.16.5-9.1.7.jar |BadMobs |badmobs |9.1.7 |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
Obscuria's Tooltips 1.0.0.jar |Obscuria's Tooltips |ob_tooltips |1.0.0 |DONE |Manifest: NOSIGNATURE
Ore Creeper-1.16.5-1.1.8.jar |Ore Creeper |ore_creeper |1.16.5-1.1.8 |DONE |Manifest: NOSIGNATURE
iChunUtil-1.16.5-10.5.2.jar |iChunUtil |ichunutil |10.5.2 |DONE |Manifest: NOSIGNATURE
fixedanvilrepaircost_1.16.5-1.6.jar |Fixed Anvil Repair Cost |fixedanvilrepaircost |1.6 |DONE |Manifest: NOSIGNATURE
magnesium_extras-mc1.16.5_v1.3.1.jar |Magnesium Extras |magnesium_extras |mc1.16.5_v1.3.1 |DONE |Manifest: NOSIGNATURE
miningmaster-1.16.5-3.0.1.jar |Mining Master |miningmaster |3.0.1 |DONE |Manifest: NOSIGNATURE
frozenup-1.0.1.jar |Frozen Up |frozenup |1.0.1 |DONE |Manifest: NOSIGNATURE
Prehistoric Fauna 2.1.3.jar |Prehistoric Fauna |prehistoricfauna |2.1.3 |DONE |Manifest: NOSIGNATURE
TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |DONE |Manifest: NOSIGNATURE
castle_dungeons-3.3-1.16.5-forge.jar |Castle Dungeons |castle_dungeons |3.3 |DONE |Manifest: NOSIGNATURE
scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |Manifest: NOSIGNATURE
Fish's Undead Rising-2.0.3.jar |Fish's Undead Rising |mod_lavacow |2.0.3 |DONE |Manifest: NOSIGNATURE
terraform-1.0.2.jar |Terraform Api Reforged |terraform |1.0.1 |DONE |Manifest: NOSIGNATURE
meetyourfight-1.16.5-1.2.0.jar |Meet Your Fight |meetyourfight |1.2.0 |DONE |Manifest: NOSIGNATURE
TheMorbidRebornReborn-1.0.0.jar |The Morbid Reborn Reborn |morbid |1.0.0 |DONE |Manifest: NOSIGNATURE
twist-1.4.1.jar |Twist |twist |4.0.0 |DONE |Manifest: NOSIGNATURE
selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE
BrassAmberBattleTowers-1.16.5-1.6.3.jar |Brass Amber BattleTowers |ba_bt |1.16.5-1.6.3 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.19.jar |EnchantmentDescriptions |enchdesc |7.0.19 |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
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
pollen-forge-1.4.1+1.16.5.jar |Pollen |pollen |1.4.1 |DONE |Manifest: NOSIGNATURE
babyfat-1.0.1.jar |Baby Fat |babyfat |1.0.1 |DONE |Manifest: NOSIGNATURE
Abundance-1.16.5-1.0.5.jar |Abundance |abundance |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
movingelevators-1.3.7-forge-mc1.16.jar |Moving Elevators |movingelevators |1.3.7 |DONE |Manifest: NOSIGNATURE
towers_of_the_wild-1.16.3-2.1.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.3-2.1.0 |DONE |Manifest: NOSIGNATURE
nolakes-0.1-1.16.4.jar |NoLakes! |nolakes |0.1-1.16.4 |DONE |Manifest: NOSIGNATURE
atmospheric-1.16.5-3.1.1.jar |Atmospheric |atmospheric |3.1.1 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-322.jar |Quark |quark |r2.4-322 |DONE |Manifest: NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE
charmonium-forge-1.16.5-2.3.2.jar |Charmonium |charmonium |2.3.2 |DONE |Manifest: NOSIGNATURE
terraincognita-1.16.3-1.7.2.jar |Terra Incognita |terraincognita |1.16.3-1.7.2 |DONE |Manifest: NOSIGNATURE
kryptonreforged-mc1.16.5_v1.0.0.jar |Krypton Reforged |kryptonreforged |mc1.16.5_v1.0.0 |DONE |Manifest: NOSIGNATURE
Doombringerv1.0.jar |DoD Final Boss |dod_final_boss |1.0.0 |DONE |Manifest: NOSIGNATURE
surfacemushrooms_1.16.5-1.4.jar |Surface Mushrooms |surfacemushrooms |1.4 |DONE |Manifest: NOSIGNATURE
fins-1.6.2.jar |Fins and Tails |fins |1.6.2 |DONE |Manifest: NOSIGNATURE
workshopsofdoom-1.16.4-1.1.0.1.jar |Workshops of Doom |workshopsofdoom |1.1.0.1 |DONE |Manifest: NOSIGNATURE
HunterIllager-1.16.5-1.4.0.jar |Hunter Illager |hunterillager |1.16.5-1.4.0 |DONE |Manifest: NOSIGNATURE
mobcatcher-1.16.4-3.2a.jar |Mob Catcher |mobcatcher |1.16.4-3.2a |DONE |Manifest: NOSIGNATURE
Chisel-MC1.16.5-2.0.1-alpha.4.jar |Chisel |chisel |MC1.16.5-2.0.1-alpha|DONE |Manifest: NOSIGNATURE
Dungeons_Bosses_0.1_fix.jar |Redstone_monstrosity_mod |redstone_monstrosity_mod |1.0.0 |DONE |Manifest: NOSIGNATURE
BackTools-1.16.5-10.1.0.jar |Back Tools |backtools |10.1.0 |DONE |Manifest: NOSIGNATURE
enhancedcelestials-2.0.9-1.16.5.jar |Enhanced Celestials |enhancedcelestials |2.0.9-1.16.5 |DONE |Manifest: NOSIGNATURE
expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |DONE |Manifest: NOSIGNATURE
valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-1.16.5-0.1.6.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.6 |DONE |Manifest: NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE
FabricBiomeApiReforged-1.0.5.jar |Fabric BiomeApi Reforged |fabric-biome-api |1.0.5 |DONE |Manifest: NOSIGNATURE
Cinderscapes-Reforged-1.0.3.jar |Cinderscapes Reforged |cinderscapes |1.0.3 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 30acb958-ac91-49d3-9f76-06e99734f927
Patchouli open book context: n/a
Player Count: 1 / 8; [ServerPlayerEntity['Nugget_MC'/1060, l='ServerLevel[New World]', x=2803.71, y=96.38, z=-2953.66]]
Data Packs: vanilla, mod:dynamiclightsreforged, mod:habitat, mod:supermartijn642configlib, mod:nethercraft (incompatible), mod:infernalexp (incompatible), mod:denseoresreborn, mod:betternether, mod:looot, mod:etched, mod:bettercaves (incompatible), mod:forgeendertech, mod:goety, mod:ctm (incompatible), mod:yungsapi, mod:premium_wood (incompatible), mod:pyromancer, mod:xreliquary, mod:guardvillagers, mod:omni, mod:waila, mod:whatareyouvotingfor, mod:gunswithoutroses (incompatible), mod:supplementaries, mod:justneeded (incompatible), mod:structure_gel, mod:tinyskeletons, mod:repurposed_structures, mod:morevillagers, mod:ob_aquamirae, mod:bk, mod:ironfurnaces, mod:thatched, mod:dungeons_plus, mod:supermartijn642corelib, mod:betterdefaultbiomes, mod:yungsbridges, mod:botania, mod:cavesandcliffs, mod:darkerdepths, mod:mostructures, mod:curios, mod:herping, mod:unnamedanimalmod, mod:yungsextras, mod:infinite_dungeons (incompatible), mod:witherbold, mod:mutantmore, mod:helium, mod:forestcraft, mod:cloth-config (incompatible), mod:the_bumblezone, mod:bettas, mod:fastleafdecay, mod:stables, mod:darkpaintings, mod:savemystronghold, mod:mowziesmobs, mod:mining_helmet (incompatible), mod:bountifulbaubles (incompatible), mod:jei, mod:graveyard, mod:enderlinginvaders, mod:comfortable_nether, mod:attributefix, mod:jellyfishing (incompatible), mod:libraryferret, mod:luggage (incompatible), mod:kobolds, mod:invtweaks (incompatible), mod:fallingleaves, mod:shutupexperimentalsettings (incompatible), mod:awesomedungeon, mod:naturescompass (incompatible), mod:stoneholm, mod:halloween_nighmare, mod:curioofundying, mod:sulfuric, mod:display_case, mod:mysticalworld, mod:forge, mod:atum, mod:blame, mod:dsurround, mod:ironchest, mod:dungeons_arise, mod:awesomedungeonocean, mod:pandoras_creatures (incompatible), mod:spheric, mod:awesomedungeonnether, mod:totw_additions, mod:turtlemancy, mod:adlods, mod:ambientadditions, mod:betterfpsdist, mod:whisperwoods, mod:xaerominimap, mod:autoreglib (incompatible), mod:entityculling, mod:library_of_exile (incompatible), mod:cobbler, mod:appleskin, mod:buriedbarrels, mod:puzzleslib, mod:friendlyfire (incompatible), mod:ob_core, mod:betterlands, mod:xpbook, mod:skyvillages, mod:enhancedarmaments, mod:blue_skies (incompatible), mod:superflatworldnoslimes, mod:xaeroworldmap, mod:structurescompass, mod:citadel (incompatible), mod:alexsmobs, mod:rats, mod:ratlantis, mod:culinaryconstruct (incompatible), mod:mutantbeasts (incompatible), mod:bookshelf, mod:biomeidfixer, mod:musketmod, mod:wandering_trapper, mod:magnesium, mod:sworddisplay, mod:bygonenether (incompatible), mod:worldshape, mod:fpsreducer, mod:dragonfight, mod:twilightforest, mod:tidbits, mod:cuneiform, mod:musicdr, mod:wildlands, mod:unearthed, mod:dungeons_enhanced, mod:simplybackpacks (incompatible), mod:bountiful (incompatible), mod:cnb, mod:geckolib3 (incompatible), mod:goblinsanddungeons, mod:gaiadimension, mod:cataclysm (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:collective, mod:arsomega, mod:betterbiomeblend, mod:endreborn, mod:witherstormmod, mod:elevatorid, mod:antiqueshotgun, mod:eatinganimation, mod:cavebiomeapi, mod:architectury, mod:undergarden, mod:smallships, mod:anchor, mod:cyclic (incompatible), mod:supernatural, mod:awesomedungeonend, mod:more_jellyfish (incompatible), mod:shrines, mod:nourished_nether, mod:nourished_end, mod:druidcraft (incompatible), mod:cloud_boots, mod:mooshroomtweaks, mod:conjurer_illager (incompatible), mod:abnormals_core, mod:environmental, mod:bayou_blues, mod:upgrade_aquatic, mod:better_badlands, mod:endergetic, mod:neapolitan, mod:savageandravage, mod:autumnity, mod:buzzier_bees, mod:berry_good, mod:brazier, mod:toadterror (incompatible), mod:waystones (incompatible), mod:clumps, mod:tumbleweed (incompatible), mod:artifacts, mod:mm, mod:outer_end, mod:decorative_blocks, mod:dungeoncrawl, mod:badmobs (incompatible), mod:ob_tooltips, mod:ore_creeper (incompatible), mod:ichunutil, mod:fixedanvilrepaircost, mod:magnesium_extras, mod:miningmaster, mod:frozenup, mod:prehistoricfauna, mod:travelerstitles, mod:castle_dungeons, mod:scuba_gear (incompatible), mod:mod_lavacow, mod:terraform, mod:meetyourfight (incompatible), mod:morbid, mod:twist, mod:selene, mod:ba_bt, mod:enchdesc, mod:swingthroughgrass (incompatible), mod:pollen, mod:babyfat, mod:abundance, mod:movingelevators, mod:towers_of_the_wild, mod:nolakes (incompatible), mod:atmospheric, mod:quark (incompatible), mod:charm, mod:charmonium (incompatible), mod:terraincognita, mod:kryptonreforged (incompatible), mod:dod_final_boss, mod:surfacemushrooms, mod:fins, mod:workshopsofdoom, mod:hunterillager, mod:mobcatcher (incompatible), mod:chisel (incompatible), mod:redstone_monstrosity_mod, mod:backtools, mod:enhancedcelestials, mod:expandability, mod:valhelsia_core, mod:valhelsia_structures, mod:overloadedarmorbar (incompatible), mod:fabric-biome-api, mod:cinderscapes, file/Included Structures
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'