HT's TreeChop

HT's TreeChop

3M Downloads

Crashed when trying to break giant bioshroom from Regions Unexplored

B-Wither opened this issue · 2 comments

commented

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 2023-03-06 20:39:24
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: ht/tuber/math/Vector3
at ht.treechop.common.util.FaceShape.(FaceShape.java:11) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.properties.ChoppedLogShape.lambda$new$3(ChoppedLogShape.java:117) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {}
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[?:?] {}
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[?:?] {}
at ht.treechop.common.properties.ChoppedLogShape.(ChoppedLogShape.java:118) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.properties.ChoppedLogShape.(ChoppedLogShape.java:21) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.block.ChoppedLogBlock$MyEntity.(ChoppedLogBlock.java:280) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.block.ForgeChoppedLogBlock$MyEntity.(ForgeChoppedLogBlock.java:104) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.block.ForgeChoppedLogBlock.m_142194_(ForgeChoppedLogBlock.java:28) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at net.minecraft.world.level.chunk.LevelChunk.m_6978_(LevelChunk.java:255) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:moonlight-common.mixins.json:LevelChunkMixin,pl:mixin:APP:flywheel.mixins.json:instancemanage.InstanceAddMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_6933_(Level.java:211) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:APP:the_bumblezone.mixins.json:world.LevelMixin,pl:mixin:APP:biomemakeover-common.mixins.json:multipart.LevelMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_7731_(Level.java:188) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:APP:the_bumblezone.mixins.json:world.LevelMixin,pl:mixin:APP:biomemakeover-common.mixins.json:multipart.LevelMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_46597_(Level.java:304) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:APP:the_bumblezone.mixins.json:world.LevelMixin,pl:mixin:APP:biomemakeover-common.mixins.json:multipart.LevelMixin,pl:mixin:A}
at ht.treechop.common.block.ChoppedLogBlock.chop(ChoppedLogBlock.java:196) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.chop.Chop.apply(Chop.java:33) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.chop.ChopResult.lambda$chopBlocks$0(ChopResult.java:39) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at java.util.Vector$VectorSpliterator.forEachRemaining(Vector.java:1470) ~[?:?] {}
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] {}
at ht.treechop.common.chop.ChopResult.chopBlocks(ChopResult.java:39) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.chop.ChopResult.apply(ChopResult.java:116) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.chop.ChopUtil.chop(ChopUtil.java:442) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.ForgeCommon.onBreakEvent(ForgeCommon.java:43) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading}
at ht.treechop.common.ForgeCommon_onBreakEvent_BreakEvent.invoke(.dynamic) ~[TreeChop-1.19.2-forge-0.17.8.jar%23481!/:0.17.8] {re:classloading,pl:eventbus:B}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2379!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2379!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2379!/:?] {}
at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:633) ~[forge-1.19.2-43.2.2-universal.jar%23512!/:?] {re:mixin,re:classloading,pl:mixin:APP:enigmaticlegacy.mixins.json:MixinForgeHooks,pl:mixin:A}
at net.minecraft.server.level.ServerPlayerGameMode.m_9280
(ServerPlayerGameMode.java:229) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinServerPlayerGameMode,pl:mixin:APP:mixins.artifacts.json:item.diggingclaws.ServerPlayerGameModeMixin,pl:mixin:A}
at net.minecraft.server.level.ServerPlayerGameMode.m_215116
(ServerPlayerGameMode.java:218) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinServerPlayerGameMode,pl:mixin:APP:mixins.artifacts.json:item.diggingclaws.ServerPlayerGameModeMixin,pl:mixin:A}
at net.minecraft.server.level.ServerPlayerGameMode.m_214168_(ServerPlayerGameMode.java:188) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinServerPlayerGameMode,pl:mixin:APP:mixins.artifacts.json:item.diggingclaws.ServerPlayerGameModeMixin,pl:mixin:A}
at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7502_(ServerGamePacketListenerImpl.java:1024) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:nochatreports.mixins.json:server.MixinServerGamePacketListenerImpl,pl:mixin:APP:connectivity.mixins.json:ServerPlayNetHandlerMixin,pl:mixin:A}
at net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.m_5797_(ServerboundPlayerActionPacket.java:42) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:classloading}
at net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.m_5797_(ServerboundPlayerActionPacket.java:8) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:classloading}
at net.minecraft.network.protocol.PacketUtils.m_131356_(PacketUtils.java:22) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:classloading}
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:classloading,re:mixin}
at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,re:computing_frames,re:classloading}
at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:763) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:746) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:740) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:726) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:658) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23507!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) [?:?] {}
Caused by: java.lang.ClassNotFoundException: ht.tuber.math.Vector3
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
... 53 more

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

-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 505753056 bytes (482 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 5625U with Radeon Graphics
Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 2.30
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: AMD Radeon (TM) Graphics
Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
Graphics card #0 VRAM (MB): 512.00
Graphics card #0 deviceId: 0x15e7
Graphics card #0 versionInfo: DriverVersion=30.0.14056.7
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 18144.63
Virtual memory used (MB): 16044.61
Swap memory total (MB): 2432.00
Swap memory used (MB): 104.59
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Server Running: true
Player Count: 1 / 8; [ServerPlayer['Tateatwoteto'/185, l='ServerLevel[The New World of Mine]', x=-81.76, y=32.00, z=-11.66]]
Data Packs: vanilla, mod:hexerei (incompatible), mod:treechop (incompatible), mod:betterdungeons, mod:habitat, mod:betterwitchhuts, mod:mobbattle (incompatible), mod:infernalexp, mod:blazegear (incompatible), mod:galosphere (incompatible), mod:biome_backlog, mod:naturalist, mod:paragon, mod:betteroceanmonuments, mod:entitycollisionfpsfix (incompatible), mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:rubidium (incompatible), mod:ravageandcabbage (incompatible), mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:yungsapi, mod:finsandtails (incompatible), mod:skillsapi (incompatible), mod:sophisticatedbackpacks (incompatible), mod:guardvillagers (incompatible), mod:kiwiboi (incompatible), mod:balm (incompatible), mod:wikizoomer (incompatible), mod:whatareyouvotingfor, mod:swampier_swamps (incompatible), mod:carryon (incompatible), mod:jeresources (incompatible), mod:shieldexp (incompatible), mod:betterfortresses, mod:paraglider, mod:cloth_config (incompatible), mod:spelunkers_charm, mod:twilightforest (incompatible), mod:supplementaries (incompatible), mod:structure_gel, mod:farmersdelight (incompatible), mod:goodending (incompatible), mod:dungeons_plus, mod:yungsbridges, mod:untranslateditems, mod:darkerdepths (incompatible), mod:cloudstorage (incompatible), mod:cnb, mod:cataclysm (incompatible), mod:curios, mod:relics (incompatible), mod:patchouli (incompatible), mod:oreexcavation (incompatible), mod:yungsextras, mod:unvotedandshelved (incompatible), mod:betterstrongholds, mod:overweight_farming (incompatible), mod:enigmaticlegacy (incompatible), mod:wandering_trapper (incompatible), mod:mutantmore, mod:littlelogistics (incompatible), mod:deeperdarker, mod:cfm (incompatible), mod:architectury (incompatible), mod:littlemaidmodelloader (incompatible), mod:littlemaidrebirth (incompatible), mod:biomancy (incompatible), mod:the_bumblezone, mod:sullysmod (incompatible), mod:illageandspillage, mod:bettas (incompatible), mod:fastleafdecay, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:dungeons_libraries (incompatible), mod:dungeons_gear (incompatible), mod:caupona (incompatible), mod:frozen_delight, mod:quarkoddities (incompatible), mod:lushsaurmod (incompatible), mod:biomemakeover (incompatible), mod:broglisplants, mod:spiderstpo (incompatible), mod:nourished_nether, mod:jei (incompatible), mod:conjurer_illager (incompatible), mod:dungeons_mobs (incompatible), mod:goblintraders (incompatible), mod:caelus (incompatible), mod:obscure_api, mod:immersive_weathering (incompatible), mod:enlightened_end, mod:waystones (incompatible), mod:sootychimneys (incompatible), mod:journeymap (incompatible), mod:integrated_api (incompatible), mod:comforts, mod:roflmod (incompatible), mod:naturescompass (incompatible), mod:fromtheshadows (incompatible), mod:artifacts, mod:more_babies (incompatible), mod:snuffles (incompatible), mod:everycomp (incompatible), mod:betterdeserttemples, mod:explorerscompass (incompatible), mod:foodeffects, mod:netherdepthsupgrade (incompatible), mod:blueprint (incompatible), mod:boatload (incompatible), mod:environmental (incompatible), mod:savage_and_ravage (incompatible), mod:allurement (incompatible), mod:pet_cemetery (incompatible), mod:woodworks (incompatible), mod:incubation (incompatible), mod:buzzier_bees (incompatible), mod:berry_good (incompatible), mod:miningmaster, mod:missingwilds (incompatible), mod:frozenup (incompatible), mod:forge, mod:waddles, mod:iwannaskate, mod:seasonals (incompatible), mod:scuba_gear (incompatible), mod:chalk (incompatible), mod:untitledduckmod (incompatible), mod:raided, mod:meetyourfight (incompatible), mod:friendsandfoes (incompatible), mod:neapolitan (incompatible), mod:idas (incompatible), mod:illager_additions, mod:upgrade_aquatic (incompatible), mod:smoothchunk (incompatible), mod:theoneprobe (incompatible), mod:terrablender, mod:biomesoplenty, mod:compatoplenty, mod:moonlight (incompatible), mod:labels (incompatible), mod:moyai (incompatible), mod:babyfat (incompatible), mod:yippee (incompatible), mod:regions_unexplored, mod:nochatreports (incompatible), mod:additionaladditions (incompatible), mod:spectrelib (incompatible), mod:mobcompack (incompatible), mod:personality (incompatible), mod:atmospheric (incompatible), mod:rottencreatures (incompatible), mod:flywheel (incompatible), mod:create, mod:ecologics (incompatible), mod:hmag, mod:autumnity (incompatible), mod:shimmer (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:abnormals_delight (incompatible), mod:crittersandcompanions (incompatible), mod:effective_fg (incompatible), mod:mtmechs, mod:one_twenty_backport, mod:wabi_sabi_structures, mod:appleskin, mod:ferritecore (incompatible), mod:visuality, mod:cave_enhancements (incompatible), mod:expandability (incompatible), mod:delightful (incompatible), mod:cosmeticarmorreworked (incompatible), mod:valhelsia_core (incompatible), mod:forbidden_arcanus (incompatible), mod:domesticationinnovation, mod:aquamirae, Everycomp Generated Pack, Immersive Weathering Generated Pack, Supplementaries Generated Pack, mod:endersdelight, mod:culturaldelights (incompatible), mod:nethersdelight (incompatible), mod:mmlib (incompatible), mod:corn_delight (incompatible)
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Launched Version: forge-43.2.2
ModLauncher: 10.0.8+10.0.8+main.0ef7e830
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin-0.8.5.jar mixin PLUGINSERVICE
eventbus-6.0.3.jar eventbus PLUGINSERVICE
fmlloader-1.19.2-43.2.2.jar slf4jfixer PLUGINSERVICE
fmlloader-1.19.2-43.2.2.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.19.2-43.2.2.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.19.2-43.2.2.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.19.2-43.2.2.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
javafml@null
Mod List:
hexerei-0.2.5.jar |Hexerei |hexerei |0.2.5 |DONE |Manifest: NOSIGNATURE
TreeChop-1.19.2-forge-0.17.8.jar |HT's TreeChop |treechop |0.17.8 |DONE |Manifest: NOSIGNATURE
YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE
habitat-1.1.9.jar |Habitat |habitat |1.1.9 |DONE |Manifest: NOSIGNATURE
YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
mobbattle-1.19-2.4.3-forge.jar |Mob Battle Mod |mobbattle |1.19-2.4.3 |DONE |Manifest: NOSIGNATURE
infernal-expansion-1.19.2-2.5.3.jar |Infernal Expansion |infernalexp |2.5.1 |DONE |Manifest: NOSIGNATURE
blazegear-1.19.2-1.3.3.jar |Blaze Gear |blazegear |1.19.2-1.3.3 |DONE |Manifest: NOSIGNATURE
Galosphere-1.19.2-1.2.3-Forge.jar |Galosphere |galosphere |1.19.2-1.2.3 |DONE |Manifest: NOSIGNATURE
biome_backlog-1.19.2-1.1.2.jar |Biome Backlog |biome_backlog |1.0.0 |DONE |Manifest: NOSIGNATURE
naturalist-forge-2.1.1-1.19.2.jar |Naturalist |naturalist |2.1.1 |DONE |Manifest: NOSIGNATURE
paragon-forge-3.0.2-1.19x.jar |Paragon |paragon |3.0.2 |DONE |Manifest: NOSIGNATURE
YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
Entity_Collision_FPS_Fix-forge-1.19-2.0.0.0.jar |Entity Collision FPS Fix |entitycollisionfpsfix |2.0.0.0 |DONE |Manifest: NOSIGNATURE
connectivity-1.19.2-3.4.jar |Connectivity Mod |connectivity |1.19.2-3.4 |DONE |Manifest: NOSIGNATURE
sophisticatedcore-1.19.2-0.5.38.203.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.38.203 |DONE |Manifest: NOSIGNATURE
rubidium-0.6.2.jar |Rubidium |rubidium |0.6.2 |DONE |Manifest: NOSIGNATURE
RavageAndCabbage-1.19.2-1.2.1.jar |Ravage & Cabbage |ravageandcabbage |1.2.1 |DONE |Manifest: NOSIGNATURE
cookingforblockheads-forge-1.19.2-13.3.1.jar |CookingForBlockheads |cookingforblockheads |13.3.1 |DONE |Manifest: NOSIGNATURE
Placebo-1.19.2-7.1.2.jar |Placebo |placebo |7.1.2 |DONE |Manifest: NOSIGNATURE
citadel-2.1.1-1.19.jar |Citadel |citadel |2.1.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.19.2-Forge-3.8.8.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.8 |DONE |Manifest: NOSIGNATURE
finsandtails-1.19.2-1.0.0.jar |Fins and Tails |finsandtails |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
skillsapi-1.2-very-last-version.jar |Skills Mod's API |skillsapi |1.2 |DONE |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.19.2-3.18.40.779.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.40.779 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.19.2-1.5.2.jar |Guard Villagers |guardvillagers |1.19.2-1.5.2 |DONE |Manifest: NOSIGNATURE
kiwiboi-1.19.2-1.0.0.jar |Kiwi Boi |kiwiboi |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
balm-forge-1.19.2-4.5.6.jar |Balm |balm |4.5.6 |DONE |Manifest: NOSIGNATURE
wikizoomer-1.1.3-1.19.2.jar |Wiki Zoomer |wikizoomer |1.1.3 |DONE |Manifest: NOSIGNATURE
whatareyouvotingfor2022-1.19.2-1.9.jar |What Are You Voting For? |whatareyouvotingfor |1.0 |DONE |Manifest: NOSIGNATURE
swampier_swamps-1.19-1.1.4.jar |Swampier Swamps |swampier_swamps |1.19-1.1.4 |DONE |Manifest: NOSIGNATURE
carryon-forge-1.19.2-2.0.5.10.jar |Carry On |carryon |2.0.5.10 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.19.2-1.1.0.179.jar |Just Enough Resources |jeresources |1.1.0.179 |DONE |Manifest: NOSIGNATURE
ShieldExpansion-1.19.2-1.1.5.jar |Shield Expansion |shieldexp |1.1.5 |DONE |Manifest: NOSIGNATURE
YungsBetterNetherFortresses-1.19.2-Forge-1.0.4.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.4 |DONE |Manifest: NOSIGNATURE
Paraglider-1.19.2-1.7.0.3.jar |Paraglider |paraglider |1.7.0.3 |DONE |Manifest: NOSIGNATURE
cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
SpelunkersCharm-2.7.2-1.19.2.jar |Spelunker's Charm |spelunkers_charm |1.0.0 |DONE |Manifest: NOSIGNATURE
twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |DONE |Manifest: NOSIGNATURE
supplementaries-1.19.2-2.2.56.jar |Supplementaries |supplementaries |1.19.2-2.2.56 |DONE |Manifest: NOSIGNATURE
structure_gel-1.19.2-2.7.1.jar |Structure Gel API |structure_gel |2.7.1 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |DONE |Manifest: NOSIGNATURE
Good Ending-1.19.2-1.0.2-forge.jar |Good Ending |goodending |1.19.2-1.0.2 |DONE |Manifest: NOSIGNATURE
endersdelight-1.19-1.0.2.jar |Ender's Delight |endersdelight |1.19-1.0.2 |DONE |Manifest: NOSIGNATURE
dungeons_plus-1.19.2-1.3.0.jar |Dungeons Plus |dungeons_plus |1.3.0 |DONE |Manifest: NOSIGNATURE
YungsBridges-1.19.2-Forge-3.1.0.jar |YUNG's Bridges |yungsbridges |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE
UntranslatedItems-forge-1.19.2-1.5.jar |Untranslated Items |untranslateditems |1.19.2-1.5 |DONE |Manifest: NOSIGNATURE
DarkerDepths-1.19.2-1.0.0.jar |Darker Depths |darkerdepths |1.19-1.0.7 |DONE |Manifest: NOSIGNATURE
cloudstorage-1.3.4-1.19.2.jar |Cloud Storage |cloudstorage |1.3.4 |DONE |Manifest: NOSIGNATURE
CNB-1.19-1.5.2.jar |Creatures and Beasts |cnb |1.5.2 |DONE |Manifest: NOSIGNATURE
L_Enders_Cataclysm-0.73-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.19.2-5.1.3.0.jar |Curios API |curios |1.19.2-5.1.3.0 |DONE |Manifest: NOSIGNATURE
relics-1.19.2-0.4.2.jar |Relics |relics |0.4.2 |DONE |Manifest: NOSIGNATURE
Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
OreExcavation-1.11.166.jar |OreExcavation |oreexcavation |1.11.166 |DONE |Manifest: NOSIGNATURE
YungsExtras-1.19.2-Forge-3.1.0.jar |YUNG's Extras |yungsextras |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE
unvotedandshelved-1.19-2.0.5-forge.jar |Unvoted and Shelved |unvotedandshelved |1.19-1.0.0-forge |DONE |Manifest: NOSIGNATURE
YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
overweightfarming-1.19.2-2.0.1-forge.jar |Overweight Farming |overweight_farming |1.19.2-2.0.0-forge |DONE |Manifest: NOSIGNATURE
EnigmaticLegacy-2.26.5.jar |Enigmatic Legacy |enigmaticlegacy |2.26.5 |DONE |Manifest: NOSIGNATURE
Wandering Trapper-forge-1.19.2-2.0.0.jar |Wandering Trapper |wandering_trapper |2.0.0 |DONE |Manifest: NOSIGNATURE
mutantmore-1.19.2-early-access-1.0.3.jar |Mutant More |mutantmore |1.0 |DONE |Manifest: NOSIGNATURE
littlelogistics-mc1.19.2-v1.3.1.jar |Little Logistics |littlelogistics |1.3.1 |DONE |Manifest: NOSIGNATURE
deeperdarker-forge-1.1.6-forge.jar |Deeper and Darker |deeperdarker |1.1.6 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |DONE |Manifest: NOSIGNATURE
architectury-6.5.69-forge.jar |Architectury |architectury |6.5.69 |DONE |Manifest: NOSIGNATURE
LMML-1.19.2-5.1.1-Forge.jar |LittleMaid ModelLoader |littlemaidmodelloader |5.1.1 |DONE |Manifest: NOSIGNATURE
LMRB-1.19.2-5.3.2-Forge.jar |LittleMaid ReBirth |littlemaidrebirth |5.3.2 |DONE |Manifest: NOSIGNATURE
biomancy-forge-1.19.2-2.0.48.0.jar |Biomancy 2 |biomancy |2.0.48.0 |DONE |Manifest: NOSIGNATURE
the_bumblezone_forge-6.6.17+1.19.2.jar |The Bumblezone |the_bumblezone |6.6.17+1.19.2 |DONE |Manifest: NOSIGNATURE
sullysmod-2.3.1-beta.jar |Sully's Mod |sullysmod |2.3.1-beta |DONE |Manifest: NOSIGNATURE
illageandspillage-1.19.2-1.2.4.jar |Illage And Spillage |illageandspillage |1.2.4 |DONE |Manifest: NOSIGNATURE
bettas-forge-1.19.2-1.1.0.jar |Bettas |bettas |1.0.0 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-30.jar |FastLeafDecay |fastleafdecay |30 |DONE |Manifest: NOSIGNATURE
YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE
dungeons_libraries-1.19.2-3.0.9-beta.jar |Dungeons Libraries |dungeons_libraries |1.19.2-3.0.9-beta |DONE |Manifest: NOSIGNATURE
dungeons_gear-1.19.2-5.0.4-beta.jar |Dungeons Gear |dungeons_gear |1.19.2-5.0.4-beta |DONE |Manifest: NOSIGNATURE
caupona-1.19.2-0.2.2.jar |Caupona |caupona |1.19.2-0.2.2 |DONE |Manifest: NOSIGNATURE
frozen_delight_1.3.0_forge_1.19.2.jar |Frozen Delight (By NoCube) |frozen_delight |1.3.0 |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.18.jar |Quark Oddities |quarkoddities |1.18 |DONE |Manifest: NOSIGNATURE
LushsaurMod-1.0.jar |Lushsaur Mod |lushsaurmod |1.0 |DONE |Manifest: NOSIGNATURE
biomemakeover-FORGE-1.19.2-1.6.2.jar |Biome Makeover |biomemakeover |1.19.2-1.6.2 |DONE |Manifest: NOSIGNATURE
culturaldelights-1.19.2-0.15.1.jar |Cultural Delights |culturaldelights |1.19.2-0.15.1 |DONE |Manifest: NOSIGNATURE
broglisplants-0.0.4.jar |Broglis Plants |broglisplants |0.0.4 |DONE |Manifest: NOSIGNATURE
spiderstpo-1.19.2-2.0.4.jar |Nyf's Spiders 2.0 |spiderstpo |2.0.4 |DONE |Manifest: NOSIGNATURE
nourished-nether-1.19.2-v24.jar |Nourished Nether |nourished_nether |24 |DONE |Manifest: NOSIGNATURE
jei-1.19.2-forge-11.6.0.1011.jar |Just Enough Items |jei |11.6.0.1011 |DONE |Manifest: NOSIGNATURE
the-conjurer-1.19.2-1.1.5.jar |The Conjurer |conjurer_illager |1.1.5 |DONE |Manifest: NOSIGNATURE
dungeons_mobs-1.19.2-4.0.6-beta.jar |Dungeons Mobs |dungeons_mobs |1.19.2-4.0.6-beta |DONE |Manifest: NOSIGNATURE
goblintraders-1.8.0-1.19.2.jar |Goblin Traders |goblintraders |1.8.0 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE
obscure_api-14.jar |Obscure API |obscure_api |14 |DONE |Manifest: NOSIGNATURE
immersive_weathering-1.19.2-1.2.8-forge.jar |Immersive Weathering |immersive_weathering |1.19.2-1.2.8 |DONE |Manifest: NOSIGNATURE
enlightened-end-1.19.2-v4.0.0.1.jar |Enlightened End |enlightened_end |4.0.0.1 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.19.2-11.3.0.jar |Waystones |waystones |11.3.0 |DONE |Manifest: NOSIGNATURE
sootychimneys-1.19.2-1.0.0l.jar |Sooty Chimneys |sootychimneys |1.0.0l |DONE |Manifest: NOSIGNATURE
journeymap-1.19.2-5.9.3-forge.jar |Journeymap |journeymap |5.9.3 |DONE |Manifest: NOSIGNATURE
integrated_api_forge-1.2.2+1.19.2.jar |Integrated API |integrated_api |1.2.2+1.19.2 |DONE |Manifest: NOSIGNATURE
comforts-forge-6.0.3+1.19.2.jar |Comforts |comforts |6.0.3+1.19.2 |DONE |Manifest: NOSIGNATURE
RoflMod-1.0.jar |RoflMod |roflmod |1.0 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE
fromtheshadows-1.931.jar |From the shadows |fromtheshadows |1.931 |DONE |Manifest: NOSIGNATURE
artifacts-1.19.2-5.0.1.jar |Artifacts |artifacts |1.19.2-5.0.1 |DONE |Manifest: NOSIGNATURE
More Babies-forge-1.19.1-1.0.0.jar |More Babies |more_babies |1.0.0 |DONE |Manifest: NOSIGNATURE
snuffles-1.0.3.jar |Snuffles |snuffles |1.0.3 |DONE |Manifest: NOSIGNATURE
everycomp-1.19.2-2.2.3.jar |Every Compat |everycomp |1.19.2-2.2.3 |DONE |Manifest: NOSIGNATURE
YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |DONE |Manifest: NOSIGNATURE
ExplorersCompass-1.19.2-1.3.0-forge.jar |Explorer's Compass |explorerscompass |1.19.2-1.3.0-forge |DONE |Manifest: NOSIGNATURE
foodeffects-1.19-1.1.3.jar |Food Effects |foodeffects |1.1.3 |DONE |Manifest: NOSIGNATURE
netherdepthsupgrade-2.0.2-1.19.2.jar |Nether Depths Upgrade |netherdepthsupgrade |2.0.2-1.19.2 |DONE |Manifest: NOSIGNATURE
blueprint-1.19.2-6.1.0.jar |Blueprint |blueprint |6.1.0 |DONE |Manifest: NOSIGNATURE
boatload-1.19.2-4.2.0.jar |Boatload |boatload |4.2.0 |DONE |Manifest: NOSIGNATURE
environmental-1.19.2-3.0.0.jar |Environmental |environmental |3.0.0 |DONE |Manifest: NOSIGNATURE
savage_and_ravage-1.19.2-5.0.3.jar |Savage & Ravage |savage_and_ravage |5.0.3 |DONE |Manifest: NOSIGNATURE
allurement-1.19.2-3.1.0.jar |Allurement |allurement |3.1.0 |DONE |Manifest: NOSIGNATURE
pet_cemetery-1.19.2-1.0.0.jar |Pet Cemetery |pet_cemetery |1.0.0 |DONE |Manifest: NOSIGNATURE
woodworks-1.19.2-2.2.1.jar |Woodworks |woodworks |2.2.1 |DONE |Manifest: NOSIGNATURE
incubation-1.19-3.0.0.jar |Incubation |incubation |3.0.0 |DONE |Manifest: NOSIGNATURE
buzzier_bees-1.19-5.0.1.jar |Buzzier Bees |buzzier_bees |5.0.1 |DONE |Manifest: NOSIGNATURE
berry_good-1.19.2-6.0.1.jar |Berry Good |berry_good |6.0.1 |DONE |Manifest: NOSIGNATURE
miningmaster-1.19.2-4.0.0.jar |Mining Master |miningmaster |4.0.0 |DONE |Manifest: NOSIGNATURE
MissingWilds-forge-1.19-1.1.1.jar |Missing Wilds |missingwilds |0.0NONE |DONE |Manifest: NOSIGNATURE
frozenup-1.19.2-2.1.2-forge.jar |Frozen Up |frozenup |2.1.2-forge |DONE |Manifest: NOSIGNATURE
forge-1.19.2-43.2.2-universal.jar |Forge |forge |43.2.2 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
Waddles-1.19-0.9.1.jar |Waddles |waddles |1.19-0.9.1 |DONE |Manifest: NOSIGNATURE
iwannaskate-1.0.1.jar |I Wanna Skate |iwannaskate |1.0.1 |DONE |Manifest: NOSIGNATURE
seasonals-1.19.2-4.0.0.jar |Seasonals |seasonals |1.19.2-4.0.0 |DONE |Manifest: NOSIGNATURE
scuba_gear-1.19-1.0.5.jar |Scuba Gear |scuba_gear |1.0.5 |DONE |Manifest: NOSIGNATURE
chalk-1.19-1.4.0.jar |Chalk |chalk |1.4.0 |DONE |Manifest: NOSIGNATURE
untitledduckmod-0.6.1-1.19.2-forge.jar |Untitled Duck Mod |untitledduckmod |0.6.1 |DONE |Manifest: NOSIGNATURE
Raided-1.19.2-0.1.3.jar |Raided |raided |0.1.3 |DONE |Manifest: NOSIGNATURE
meetyourfight-1.19.2-1.2.8.jar |Meet Your Fight |meetyourfight |1.19.2-1.2.8 |DONE |Manifest: NOSIGNATURE
friendsandfoes-forge-mc1.19.2-1.6.8.jar |Friends&Foes |friendsandfoes |1.6.8 |DONE |Manifest: NOSIGNATURE
neapolitan-1.19.2-4.0.2.jar |Neapolitan |neapolitan |4.0.2 |DONE |Manifest: NOSIGNATURE
idas_forge-1.6.0+1.19.2.jar |Integrated Dungeons and Struct|idas |1.6.0+1.19.2 |DONE |Manifest: NOSIGNATURE
illager_additions-1.19-0.0.2-alpha.jar |Illager Additions |illager_additions |1.19-0.0.2-alpha |DONE |Manifest: NOSIGNATURE
client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
upgrade_aquatic-1.19.2-5.0.0.jar |Upgrade Aquatic |upgrade_aquatic |5.0.0 |DONE |Manifest: NOSIGNATURE
smoothchunk-1.19.1-2.0.jar |Smoothchunk mod |smoothchunk |1.19.1-2.0 |DONE |Manifest: NOSIGNATURE
theoneprobe-1.19-6.2.2.jar |The One Probe |theoneprobe |1.19-6.2.2 |DONE |Manifest: NOSIGNATURE
TerraBlender-forge-1.19.2-2.0.1.128.jar |TerraBlender |terrablender |2.0.1.128 |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.19.2-17.1.1.162.jar |Biomes O' Plenty |biomesoplenty |17.1.1.162 |DONE |Manifest: NOSIGNATURE
Compat-O-Plenty-1.19.2-2.0.1.jar |Compat O' Plenty |compatoplenty |1.19.2-2.0.1 |DONE |Manifest: NOSIGNATURE
moonlight-1.19.2-2.2.14-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.14 |DONE |Manifest: NOSIGNATURE
labels-1.19.2-1.8.jar |Labels |labels |1.19.2-1.8 |DONE |Manifest: NOSIGNATURE
moyai-1.19.2-2.0.1.jar |Moyai |moyai |1.19.2-2.0.1 |DONE |Manifest: NOSIGNATURE
babyfat-forge-1.19.2-1.1.2.jar |Baby Fat |babyfat |1.19.2-1.1.2 |DONE |Manifest: NOSIGNATURE
yippee-1.3.1-forge.jar |Yippee |yippee |1.19.2-1.3.1 |DONE |Manifest: NOSIGNATURE
RegionsUnexploredForge-0.3.0+1.19.2.jar |Regions Unexplored |regions_unexplored |0.3.0 |DONE |Manifest: NOSIGNATURE
NoChatReports-FORGE-1.19.2-v1.5.1.jar |No Chat Reports |nochatreports |1.19.2-v1.5.1 |DONE |Manifest: NOSIGNATURE
additionaladditions-5.1.0.jar |Additional Additions |additionaladditions |5.1.0 |DONE |Manifest: NOSIGNATURE
spectrelib-forge-0.10.0+1.19.jar |SpectreLib |spectrelib |0.10.0+1.19 |DONE |Manifest: NOSIGNATURE
NethersDelight-1.19-3.0.jar |Nether's Delight |nethersdelight |1.19-3.0 |DONE |Manifest: NOSIGNATURE
mobcompack-0.0.3.8-1.19.2.jar |Mob Compack |mobcompack |0.0.3.8-1.19.2 |DONE |Manifest: NOSIGNATURE
personality-1.19-3.0.1.jar |Personality |personality |3.0.1 |DONE |Manifest: NOSIGNATURE
atmospheric-1.19.2-5.0.0.jar |Atmospheric |atmospheric |5.0.0 |DONE |Manifest: NOSIGNATURE
rottencreatures-forge-1.19.2-1.0.1.jar |Rotten Creatures |rottencreatures |1.0.1 |DONE |Manifest: NOSIGNATURE
mmlib-1.2.2-1.19.jar |Mysterious Mountain Lib |mmlib |1.2.2-1.19 |DONE |Manifest: NOSIGNATURE
corn_delight-1.0.0-1.19.jar |Corn Delight |corn_delight |1.0.0-1.19 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.19.2-0.6.8.a-14.jar |Flywheel |flywheel |0.6.8.a-14 |DONE |Manifest: NOSIGNATURE
create-1.19.2-0.5.0.i.jar |Create |create |0.5.0.i |DONE |Manifest: NOSIGNATURE
ecologics-forge-1.19.2-2.1.11.jar |Ecologics |ecologics |2.1.11 |DONE |Manifest: NOSIGNATURE
hmag-forge-mc1.19.2-6.1.8.jar |Hostile Mobs and Girls |hmag |6.1.8 |DONE |Manifest: NOSIGNATURE
autumnity-1.19.2-4.0.0.jar |Autumnity |autumnity |4.0.0 |DONE |Manifest: NOSIGNATURE
Shimmer-forge-1.19.2-0.1.14.jar |Shimmer |shimmer |1.19.2-0.1.14 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE
Quark-3.4-393.jar |Quark |quark |3.4-393 |DONE |Manifest: NOSIGNATURE
abnormals_delight-1.19.2-4.0.2.jar |Abnormals Delight |abnormals_delight |4.0.2 |DONE |Manifest: NOSIGNATURE
crittersandcompanions-1.19.2-1.1.2.jar |Critters and Companions |crittersandcompanions |1.19.2-1.1.2 |DONE |Manifest: NOSIGNATURE
effective_fg-1.3.4.jar |Effective (Forge) |effective_fg |1.3.4 |DONE |Manifest: NOSIGNATURE
magitekmechs-forge-MC1.19.2-1.0.14.jar |Magitek Mechs |mtmechs |1.0.14 |DONE |Manifest: NOSIGNATURE
One Twenty Backport 1.19.2 V1.2.0.jar |One Twenty Backport |one_twenty_backport |1.2.0 |DONE |Manifest: NOSIGNATURE
Wabi-Sabi-Structures-1.1.2-Forge.jar |Wabi-Sabi Structures |wabi_sabi_structures |1.1.2 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE
ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |DONE |Manifest: 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
Visuality-1.0+forge-mc1.19.jar |Visuality: Reforged |visuality |1.0 |DONE |Manifest: NOSIGNATURE
cave-enhancements-1.19.2-2.1.11-forge.jar |Cave Enhancements |cave_enhancements |1.19.2-2.1.11-forge |DONE |Manifest: NOSIGNATURE
expandability-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
Delightful-1.19.2-3.2.2.jar |Delightful |delightful |3.2.2 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-v1a |DONE |Manifest: 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
valhelsia_core-forge-1.19.2-0.5.0.jar |Valhelsia Core |valhelsia_core |1.19.2-0.5.0 |DONE |Manifest: NOSIGNATURE
forbidden_arcanus-1.19.2-2.1.1.jar |Forbidden & Arcanus |forbidden_arcanus |1.19.2-2.1.1 |DONE |Manifest: NOSIGNATURE
domesticationinnovation-1.6.1-1.19.2.jar |Domestication Innovation |domesticationinnovation |1.6.1 |DONE |Manifest: NOSIGNATURE
aquamirae-5.6.API14.jar |Aquamirae |aquamirae |5.6.API14 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: e965f760-e9fc-478a-83bd-776493f92ada
FML: 43.2
Forge: net.minecraftforge:43.2.2
Flywheel Backend: GL33 Instanced Arrays

commented

Ok, I posted a fix, 0.17.8a. Thanks for reporting this

commented

Hey, sorry about that. I’ve taken down version 0.17.8, will post a fix tonight