Ars Nouveau

Ars Nouveau

49M Downloads

rendering issue causes ctd

wolfbain5 opened this issue ยท 1 comments

commented

---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 2/12/22 7:36 AM
Description: Rendering screen

java.lang.NoSuchMethodError: com.hollingsworth.arsnouveau.client.renderer.item.FixedGeoItemRenderer.getRenderColor(Ljava/lang/Object;FLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;Lcom/mojang/blaze3d/vertex/IVertexBuilder;I)Ljava/awt/Color;
at com.hollingsworth.arsnouveau.client.renderer.item.FixedGeoItemRenderer.render(FixedGeoItemRenderer.java:55) ~[?:1.24.14] {re:classloading}
at com.hollingsworth.arsnouveau.client.renderer.item.FixedGeoItemRenderer.func_239207_a_(FixedGeoItemRenderer.java:33) ~[?:1.24.14] {re:classloading}
at net.minecraft.client.renderer.ItemRenderer.func_229111_a_(ItemRenderer.java:137) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at dev.ftb.mods.ftblibrary.ui.GuiHelper.drawItem(GuiHelper.java:235) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.icon.ItemIcon.draw(ItemIcon.java:96) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.icon.IconAnimation.draw(IconAnimation.java:57) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftbquests.gui.quests.QuestButton.draw(QuestButton.java:351) ~[?:1605.3.6-build.76] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.drawWidget(Panel.java:219) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.draw(Panel.java:196) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftbquests.gui.quests.QuestPanel.draw(QuestPanel.java:329) ~[?:1605.3.6-build.76] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.drawWidget(Panel.java:219) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.draw(Panel.java:196) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.BaseScreen.draw(BaseScreen.java:224) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.ScreenWrapper.func_230430_a_(ScreenWrapper.java:116) ~[?:1605.3.4-build.90] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:377) ~[?:?] {re:classloading,re:mixin}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:370) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:492) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:reach_set_client_renderer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:reach_set_client_renderer,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.22.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$495/365016387.call(Unknown Source) [forge-1.16.5-36.2.22.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

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

-- Head --
Thread: Render thread
Stacktrace:
at com.hollingsworth.arsnouveau.client.renderer.item.FixedGeoItemRenderer.render(FixedGeoItemRenderer.java:55) ~[?:1.24.14] {re:classloading}
at com.hollingsworth.arsnouveau.client.renderer.item.FixedGeoItemRenderer.func_239207_a_(FixedGeoItemRenderer.java:33) ~[?:1.24.14] {re:classloading}
at net.minecraft.client.renderer.ItemRenderer.func_229111_a_(ItemRenderer.java:137) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at dev.ftb.mods.ftblibrary.ui.GuiHelper.drawItem(GuiHelper.java:235) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.icon.ItemIcon.draw(ItemIcon.java:96) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.icon.IconAnimation.draw(IconAnimation.java:57) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftbquests.gui.quests.QuestButton.draw(QuestButton.java:351) ~[?:1605.3.6-build.76] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.drawWidget(Panel.java:219) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.draw(Panel.java:196) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftbquests.gui.quests.QuestPanel.draw(QuestPanel.java:329) ~[?:1605.3.6-build.76] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.drawWidget(Panel.java:219) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.Panel.draw(Panel.java:196) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.BaseScreen.draw(BaseScreen.java:224) ~[?:1605.3.4-build.90] {re:classloading}
at dev.ftb.mods.ftblibrary.ui.ScreenWrapper.func_230430_a_(ScreenWrapper.java:116) ~[?:1605.3.4-build.90] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:377) ~[?:?] {re:classloading,re:mixin}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:370) ~[?:?] {re:classloading,re:mixin}
-- Screen render details --
Details:
Screen name: dev.ftb.mods.ftblibrary.ui.ScreenWrapper
Mouse location: Scaled: (380, 148). Absolute: (1141.000000, 446.000000)
Screen size: Scaled: (640, 360). Absolute: (1920, 1080). Scale factor of 3.000000

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Jendir_Wolf'/201, l='ClientLevel', x=290.53, y=69.00, z=17.13]]
Chunk stats: Client Chunk Cache: 625, 516
Level dimension: minecraft:overworld
Level spawn location: World: (192,63,-45), Chunk: (at 0,3,3 in 12,-3; contains blocks 192,0,-48 to 207,255,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 118683 game time, 176077 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:447) ~[?:?] {re:mixin,xf:fml:astralsorcery:sun_brightness_client,pl:runtimedistcleaner:A,re:classloading,xf:fml:astralsorcery:sun_brightness_client,pl:mixin:APP:betterbiomeblend.mixins.json:MixinClientWorld,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:APP:create.mixins.json:BreakProgressMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2031) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:623) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.22.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$495/365016387.call(Unknown Source) [forge-1.16.5-36.2.22.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

-- System Details --
Details:
Minecraft Version: 1.16.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: 936122392 bytes (892 MB) / 5591531520 bytes (5332 MB) up to 5591531520 bytes (5332 MB)
CPUs: 16
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5424m -Xms256m
ModLauncher: 8.0.9+86+master.3cf110c
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.22.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.22.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.22.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.22.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.22.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.22
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
immersivecooking-1.0.1.jar |Immersive Cooking |immersivecooking |1.0.1 |DONE |Manifest: NOSIGNATURE
ftb-essentials-1605.1.5-build.32.jar |FTB Essentials |ftbessentials |1605.1.5-build.32 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.0.9-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
justenoughbeacons-3.1-1.16.3.jar |Just Enough Beacons |justenoughbeacons |3.1-1.16.3 |DONE |Manifest: NOSIGNATURE
badlightningnocookie-1.0.2.jar |BadLightningNoCookie |badlightningnocookie |1.0.2 |DONE |Manifest: NOSIGNATURE
IntegratedTerminals-1.16.5-1.2.11.jar |IntegratedTerminals |integratedterminals |1.2.11 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.0.2-mc1.16.5.jar |Macaw's Windows |mcwwindows |2.0.2 |DONE |Manifest: NOSIGNATURE
modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |Manifest: NOSIGNATURE
pitg-1.16.5-2.0.1.jar |Pane In The Glass |pitg |1.16.5-2.0.1 |DONE |Manifest: NOSIGNATURE
Neat 1.7-27.jar |Neat |neat |1.7-27 |DONE |Manifest: NOSIGNATURE
IronJetpacks-1.16.5-4.2.3.jar |Iron Jetpacks |ironjetpacks |4.2.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
Powah-1.16.5-2.3.16.jar |Powah |powah |2.3.16 |DONE |Manifest: NOSIGNATURE
MaxHealthFix-Forge-1.16.5-1.0.4.jar |MaxHealthFix |maxhealthfix |1.0.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
rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |Manifest: NOSIGNATURE
WitherSkeletonTweaks-1.16.5-5.4.1.jar |Wither Skeleton Tweaks |wstweaks |5.4.1 |DONE |Manifest: NOSIGNATURE
Shrink-1.16.5-1.1.6.jar |Shrink |shrink |1.1.6 |DONE |Manifest: NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
Apotheosis-1.16.5-4.8.4.jar |Apotheosis |apotheosis |4.8.4 |DONE |Manifest: NOSIGNATURE
shiftnscrollonmac-1.16.4-0.0.1.s1.jar |Shift n Scroll on Mac |shiftnscrollonmac |1.16.4-0.0.1.s1 |DONE |Manifest: NOSIGNATURE
clickadv-2.0.jar |clickadv mod |clickadv |2.0 |DONE |Manifest: NOSIGNATURE
dynviewdist-2.0.jar |Dynamic view distance |dynview |1.8 |DONE |Manifest: NOSIGNATURE
gunswithoutroses-1.16.5-1.0.9.jar |Guns Without Roses |gunswithoutroses |1.0.9 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.133.jar |Just Enough Resources |jeresources |0.12.1.133 |DONE |Manifest: NOSIGNATURE
integrated_proxy-1.16-1.0.19.jar |IntegratedProxy |integrated_proxy |1.0.19 |DONE |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.18.0.jar |Supplementaries |supplementaries |0.18.0 |DONE |Manifest: NOSIGNATURE
emojiful-1.16.4-2.1.6.jar |Emojiful |emojiful |1.16.4-2.1.6 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.9.16.jar |Refined Storage |refinedstorage |1.9.16 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.3.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.3 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |DONE |Manifest: NOSIGNATURE
PackMenu-1.16.5-2.5.0.jar |PackMenu |packmenu |2.5.0 |DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.16.5-3.2.14.7-16.jar |Industrial Foregoing |industrialforegoing |3.2.14.7 |DONE |Manifest: NOSIGNATURE
torchmaster-2.3.8.jar |Torchmaster |torchmaster |2.3.8 |DONE |Manifest: NOSIGNATURE
TipTheScales-1.16.5-3.0.0.15.jar |TipTheScales |tipthescales |3.0.0.15 |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-3.4.7+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.7+1.16.5 |DONE |Manifest: NOSIGNATURE
ToolStats-1.16.5-6.0.4.jar |ToolStats |toolstats |6.0.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
toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |Manifest: NOSIGNATURE
dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE
mcw-trapdoors-1.0.4-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.4 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.0.16-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.16 |DONE |Manifest: NOSIGNATURE
masonry-1.16.3-0.3.6.jar |Masonry |masonry |NONE |DONE |Manifest: NOSIGNATURE
Botania-1.16.5-420.2.jar |Botania |botania |1.16.5-420.2 |DONE |Manifest: NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |Manifest: NOSIGNATURE
spark-forge.jar |spark |spark |1.6.0 |DONE |Manifest: NOSIGNATURE
portality-1.16.5-3.2.5.jar |Portality |portality |3.2.5 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.8.0.jar |Curios API |curios |1.16.5-4.0.8.0 |DONE |Manifest: NOSIGNATURE
GameStages-Forge-1.16.5-7.3.12.jar |GameStages |gamestages |7.3.12 |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
tanknull-2.3-1.16.4.jar |Tank Null |tanknull |2.3-1.16.4 |DONE |Manifest: NOSIGNATURE
Chunk Pregenerator-V1.16-3.2.1.jar |Chunk Pregenerator |chunkpregen |V1.16-3.2.1 |DONE |Manifest: NOSIGNATURE
ExtraStorage-1.16.5-1.6.0.jar |Extra Storage |extrastorage |1.6.0 |DONE |Manifest: NOSIGNATURE
NaturesAura-34.3.jar |Nature's Aura |naturesaura |34.3 |DONE |Manifest: NOSIGNATURE
constructionwand-1.16.5-2.6.jar |Construction Wand |constructionwand |1.16.5-2.6 |DONE |Manifest: NOSIGNATURE
mcw-roofs-2.1.0-mc1.16.5.jar |Macaw's Roofs |mcwroofs |2.1.0 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
cloth-config-4.13.49-forge.jar |Cloth Config v4 API |cloth-config |4.13.49 |DONE |Manifest: NOSIGNATURE
BetterBurning-1.16.5-6.0.7.jar |BetterBurning |betterburning |6.0.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
FastLeafDecay-v25.2.jar |FastLeafDecay |fastleafdecay |v25.2 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.6.443-universal.jar |CodeChicken Lib |codechickenlib |4.0.6.443 |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
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
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
SimpleDiscordRichPresence-1.4.0-build.3+mc1.16.5.j|Simple Discord Rich Presence |sdrp |1.4.0-build.3+mc1.16|DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.65.jar |GeckoLib |geckolib3 |3.0.65 |DONE |Manifest: NOSIGNATURE
DarkPaintings-1.16.5-6.0.10.jar |DarkPaintings |darkpaintings |6.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
tconplanner-1.16.5-1.1.1.jar |Tinker's Planner |tconplanner |1.1.1 |DONE |Manifest: NOSIGNATURE
enigmatica-1.16.3-0.1.1.jar |Enigmatica Mod |enigmatica |1.16.3-0.1.1 |DONE |Manifest: NOSIGNATURE
ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |Manifest: NOSIGNATURE
portable_stonecutter-1.16.5-1.3.5.jar |Portable Stonecutter |portable_stonecutter |1.3.5 |DONE |Manifest: NOSIGNATURE
AttributeFix-1.16.5-10.1.3.jar |AttributeFix |attributefix |10.1.3 |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
seals-1.16.3-2.1.2.jar |Seals |seals |2.1.2 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |Manifest: NOSIGNATURE
PrettyPipesFluids-0.4.1.jar |Pretty Fluid Pipes |ppfluids |0.4.1 |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
catjammies-1.1.0.jar |CatJammies |catjammies |NONE |DONE |Manifest: NOSIGNATURE
LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |DONE |Manifest: NOSIGNATURE
compactmachines-4.0.0-beta.2.jar |Compact Machines 4 |compactmachines |4.0.0-beta.2 |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
FarmingForBlockheads_1.16.5-7.3.1.jar |Farming for Blockheads |farmingforblockheads |7.3.1 |DONE |Manifest: NOSIGNATURE
pneumaticcraft-repressurized-1.16.5-2.15.1-297.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.15.1-297 |DONE |Manifest: NOSIGNATURE
pedestals-0.8s_hotfix_5.jar |Pedestals |pedestals |0.8s_hotfix_5 |DONE |Manifest: NOSIGNATURE
catalogue-1.5.0-1.16.5.jar |Catalogue |catalogue |1.5.0 |DONE |Manifest: NOSIGNATURE
ImmersivePetroleum-1.16.5-3.3.0-11.jar |Immersive Petroleum |immersivepetroleum |3.3.0-11 |DONE |Manifest: NOSIGNATURE
ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |DONE |Manifest: NOSIGNATURE
MythicBotany-1.16.5-1.4.19.jar |MythicBotany |mythicbotany |1.16.5-1.4.19 |DONE |Manifest: NOSIGNATURE
IntegratedCrafting-1.16.5-1.0.20.jar |IntegratedCrafting |integratedcrafting |1.0.20 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.22-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
logprot-1.16-1.5.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE
integratedadditions-1.1.4.jar |IntegratedAdditions |integratedadditions |1.1.4 |DONE |Manifest: NOSIGNATURE
clockout-1.16.4-2.0.0.1.jar |Clockout |clockout |2.0.0.1 |DONE |Manifest: NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
configswapper-2.5.jar |Config Swapper |configswapper |2.5 |DONE |Manifest: NOSIGNATURE
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
EntityCulling-1.16.5-2.1.6.jar |Entity Culling |entity_culling |2.1.6 |DONE |Manifest: NOSIGNATURE
SaveYourPets-1.16.2-1.0.0.6.jar |Save Your Pets |syp |1.0.0.6 |DONE |Manifest: NOSIGNATURE
EmendatusEnigmatica-1.2.15-build.7+mc1.16.5.jar |Emendatus Enigmatica |emendatusenigmatica |1.16.5-1.2.15 |DONE |Manifest: NOSIGNATURE
Ding-1.16.5-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
NBT-Ingredient-Predicate-1.3.jar |NBT Ingredient Predicate |nbt_ingredient_predicate |1.3 |DONE |Manifest: NOSIGNATURE
MasterfulMachinery-1.16.5-0.1.60-B902.jar |Masterful Machinery |masterfulmachinery |1.16.5-0.1.60-B902 |DONE |Manifest: NOSIGNATURE
sushigocrafting-1.16.5-0.2.1.jar |Sushi Go Crafting |sushigocrafting |NONE |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.152.jar |Mantle |mantle |1.6.152 |DONE |Manifest: NOSIGNATURE
IntegratedDynamics-1.16.5-1.10.6.jar |IntegratedDynamics |integrateddynamics |1.10.6 |DONE |Manifest: NOSIGNATURE
integratednbt-1.16.4-1.4.2.jar |Integrated NBT |integratednbt |version |DONE |Manifest: NOSIGNATURE
ftb-backups-2.1.2.2.jar |FTB Backups |ftbbackups |2.1.2.2 |DONE |Manifest: NOSIGNATURE
cyclepaintings_1.16.5-2.1.jar |Cycle Paintings |cyclepaintings |2.1 |DONE |Manifest: NOSIGNATURE
serverconfigupdater-1.3.jar |ServerConfig Updater |serverconfigupdater |1.3 |DONE |Manifest: NOSIGNATURE
oauth-1.1.9-1.16.jar |OAuth |oauth |1.0 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.39.jar |Polymorph |polymorph |1.16.5-0.39 |DONE |Manifest: NOSIGNATURE
JustEnoughProfessions-1.16.5-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
tamedsummon-1.0.0.jar |TamedSummon |tamedsummon |NONE |DONE |Manifest: NOSIGNATURE
RSLargePatterns-1.16.5-2.1.0.3.jar |Refined Storage Large Patterns|rslargepatterns |2.1.0.3 |DONE |Manifest: NOSIGNATURE
quickstack-4.0.1.jar |DropOff |dropoff |4.0.1 |DONE |Manifest: NOSIGNATURE
FastFurnace-1.16.5-4.5.0.jar |FastFurnace |fastfurnace |4.5.0 |DONE |Manifest: NOSIGNATURE
lootr-1.16.5-0.1.11.36.jar |Lootr |lootr |0.1.11.35-experiment|DONE |Manifest: NOSIGNATURE
connectedglass-1.1.1-mc1.16.jar |Connected Glass |connectedglass |1.1.1 |DONE |Manifest: NOSIGNATURE
occultism-1.16.5-1.24.1.jar |Occultism |occultism |1.16.5-1.24.1 |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
byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
FriendlyFire-1.16.5-7.0.4.jar |FriendlyFire |friendlyfire |7.0.4 |DONE |Manifest: NOSIGNATURE
TacticalFishing-1.16.5-v1.0.2.jar |Tactical Fishing |tactical_fishing |1.0.1 |DONE |Manifest: NOSIGNATURE
extremeSoundMuffler-3.17_1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.17_forge-1.16.5 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v4a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4a |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
DefaultOptions_1.16.5-12.2.1.jar |Default Options |defaultoptions |12.2.1 |DONE |Manifest: NOSIGNATURE
tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |DONE |Manifest: NOSIGNATURE
tetranomicon-1.3.jar |Tetranomicon |tetranomicon |1.3 |DONE |Manifest: NOSIGNATURE
rsrequestify-1.16.5-2.1.6.jar |RSRequestify |rsrequestify |2.1.6 |DONE |Manifest: NOSIGNATURE
CyclopsCore-1.16.5-1.12.1.jar |Cyclops Core |cyclopscore |1.12.1 |DONE |Manifest: NOSIGNATURE
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
NaturesStarlight-1.1.jar |Nature's Starlight |naturesstarlight |1.1 |DONE |Manifest: NOSIGNATURE
NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |Manifest: NOSIGNATURE
aiotbotania-1.16.5-1.8.4.jar |AIOT Botania |aiotbotania |1.8.4 |DONE |Manifest: NOSIGNATURE
advancedperipherals-1.16.5-0.7.7.1r.jar |Advanced Peripherals |advancedperipherals |0.7.7.1r |DONE |Manifest: NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |Manifest: NOSIGNATURE
Architects-Palette-1.16.4-1.1.4.jar |Architect's Palette |architects_palette |1.1.2 |DONE |Manifest: NOSIGNATURE
morecfm-1.3.1-1.16.3.jar |MrCrayfish's More Furniture Mo|morecfm |1.3.1 |DONE |Manifest: NOSIGNATURE
connectivity-2.4-1.16.5.jar |Connectivity Mod |connectivity |2.4-1.16.5 |DONE |Manifest: NOSIGNATURE
Compote-1.0.2.jar |Compote |compote |1.0.2 |DONE |Manifest: NOSIGNATURE
KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE
rsgauges-1.16.5-1.2.13.jar |Gauges and Switches |rsgauges |1.2.13 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
findme-1.16.3-2.2.1.0.jar |Find Me |findme |2.2.1 |DONE |Manifest: NOSIGNATURE
glassential-forge-1.16.5-1.1.7.jar |Glassential |glassential |1.1.7 |DONE |Manifest: NOSIGNATURE
TerraForged-1.16.5-0.2.16-BETA-2.jar |TerraForged |terraforged |0.2.16-BETA-2 |DONE |Manifest: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |DONE |Manifest: NOSIGNATURE
Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE
Placebo-1.16.5-4.6.1.jar |Placebo |placebo |4.6.1 |DONE |Manifest: NOSIGNATURE
dankstorage-3.19.jar |Dank Storage |dankstorage |3.19 |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
mightyarchitect-mc1.16.3_v0.5.jar |The Mighty Architect |mightyarchitect |0.5 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.4.31.jar |Bookshelf |bookshelf |10.4.31 |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
DarkUtilities-1.16.5-8.0.11.jar |Dark Utilities |darkutils |8.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
BotanyPots-1.16.5-7.1.30.jar |BotanyPots |botanypots |7.1.30 |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
Tips-1.16.5-4.0.15.jar |Tips |tips |4.0.15 |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
sophisticatedbackpacks-1.16.5-3.15.1.503.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.15.1.503 |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
buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |DONE |Manifest: NOSIGNATURE
FramedBlocks-2.12.0.jar |FramedBlocks |framedblocks |2.12.0 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.22-universal.jar |Forge |forge |36.2.22 |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.9.jar |Atum 2 |atum |1.16.5-2.2.9 |DONE |Manifest: NOSIGNATURE
PassthroughSigns-1.16.4-2.3.7.jar |Passthrough Signs |passthroughsigns |1.16.4-2.3.7 |DONE |Manifest: NOSIGNATURE
cofh_core-1.16.5-1.4.1.8.jar |CoFH Core |cofh_core |1.4.1.8 |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
thermal_foundation-1.16.5-1.4.2.9.jar |Thermal Series |thermal |1.4.2.9 |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
thermal_innovation-1.16.5-1.4.1.3.jar |Thermal Innovation |thermal_innovation |1.4.1.3 |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
thermal_locomotion-1.16.5-1.4.1.2.jar |Thermal Locomotion |thermal_locomotion |1.4.1.2 |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
plonk-1.16.5-9.0.8.jar |Plonk |plonk |9.0.8 |DONE |Manifest: NOSIGNATURE
MoreCraftingTables1.16.5.jar |More Crafting Tables Mod |mctb |1.16.5 - 1.0.0 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.2.0.jar |AppleSkin |appleskin |mc1.16.4-2.2.0 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.21.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.21 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.5-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.5 |DONE |Manifest: NOSIGNATURE
jeed-1.16.5-1.6.jar |Just Enough Effect Description|jeed |1.16.5-1.6 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.16.5-10.1.1.456.jar |Mekanism: Generators |mekanismgenerators |10.1.1 |DONE |Manifest: NOSIGNATURE
FpsReducer-forge-1.24-mc1.16.5.jar |FPS Reducer |fpsreducer |1.24-mc1.16.5 |DONE |Manifest: NOSIGNATURE
XNetGases-1.16.5-2.3.9.jar |XNet Gases |xnetgases |2.3.9 |DONE |Manifest: NOSIGNATURE
MmmMmmMmmMmm-1.16.5-1.3.1.jar |MmmMmmMmmMmm |dummmmmmy |1.3.0 |DONE |Manifest: NOSIGNATURE
LostTrinkets-1.16.5-0.1.27.jar |Lost Trinkets |losttrinkets |0.1.27 |DONE |Manifest: NOSIGNATURE
restriction-1.16.5-0.1.3.jar |Restriction |restriction |1.16.5-0.1.3 |DONE |Manifest: NOSIGNATURE
cobblegenrandomizer-1.16-5.1.2.jar |CobbleGenRandomizer |cobblegenrandomizer |1.16-5.1.2 |DONE |Manifest: NOSIGNATURE
ExperienceBugFix-1.36.0.2.jar |Experience Bug Fix |experiencebugfix |1.36.0.2 |DONE |Manifest: NOSIGNATURE
RSInfinityBooster-1.16.5-1.1+13.jar |RSInfinityBooster |rsinfinitybooster |1.16.5-1.1+13 |DONE |Manifest: NOSIGNATURE
PrettyPipes-1.9.5.jar |Pretty Pipes |prettypipes |1.9.5 |DONE |Manifest: NOSIGNATURE
EquipmentCompare-1.16.5-1.2.7.jar |Equipment Compare |equipmentcompare |1.2.7 |DONE |Manifest: NOSIGNATURE
chipped-1.16.5-1.2.1-forge.jar |Chipped |chipped |1.16.5-1.2.1-forge |DONE |Manifest: NOSIGNATURE
createplus-1.16.4_v0.3.2.1.jar |Create Plus |createplus |1.16.4_v0.3.2.1 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.1-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.1 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.5.4.jar |Farmer's Delight |farmersdelight |1.16.5-0.5.4 |DONE |Manifest: NOSIGNATURE
ResourcefulBees-1.16.5-0.10.4.jar |Resourceful Bees |resourcefulbees |1.16.5-0.10.4 |DONE |Manifest: NOSIGNATURE
DustrialDecor-1.3.0.jar |'Dustrial Decor |dustrial_decor |1.2.8 |DONE |Manifest: NOSIGNATURE
Curious Armor Stands-1.16.5-2.2.0.jar |Curious Armor Stands |curious_armor_stands |1.16.5-2.2.0 |DONE |Manifest: NOSIGNATURE
entangled-1.3.10-mc1.16.jar |Entangled |entangled |1.3.10 |DONE |Manifest: NOSIGNATURE
CommonCapabilities-1.16.5-2.8.0.jar |CommonCapabilities |commoncapabilities |2.8.0 |DONE |Manifest: NOSIGNATURE
crashutilities-3.13.jar |Crash Utilities |crashutilities |3.13 |DONE |Manifest: NOSIGNATURE
Ping-1.16.4-1.6.9.jar |Ping |ping |1.16.4-1.6.9 |DONE |Manifest: NOSIGNATURE
projectvibrantjourneys-1.16.5-3.2.10.jar |Project: Vibrant Journeys |projectvibrantjourneys |1.16.5-3.2.10 |DONE |Manifest: NOSIGNATURE
Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.2-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.2 |DONE |Manifest: NOSIGNATURE
cant-sleep-clowns-will-eat-me-1.16.4-1.0.0.1.jar |Can't Sleep Clowns Will Eat Me|cant-sleep-clowns-will-eat-me |1.0.0.1 |DONE |Manifest: NOSIGNATURE
simplylight-1.16.5-1.4.0-build.24.jar |Simply Light |simplylight |1.16.5-1.4.0-build.2|DONE |Manifest: NOSIGNATURE
simplefarming-1.16.5-1.3.8.jar |Simple Farming |simplefarming |1.16.5-1.3.8 |DONE |Manifest: NOSIGNATURE
Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |DONE |Manifest: NOSIGNATURE
trofers-1.16.5-1.1.0.jar |Trofers |trofers |1.16.5-1.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.24.14.jar |Ars Nouveau |ars_nouveau |1.24.14 |DONE |Manifest: NOSIGNATURE
collective-1.16.5-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE
cakechomps-forge-1.16.5-5.0.0.3.jar |Cake Chomps |cakechomps |1.16.5-5.0.0.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
time-in-a-bottle-1.1.0.jar |Time In A Bottle |tiab |1.1.0 |DONE |Manifest: NOSIGNATURE
thermal_expansion-1.16.5-1.4.2.4.jar |Thermal Expansion |thermal_expansion |1.4.2.4 |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
IntegratedTunnels-1.16.5-1.8.9.jar |IntegratedTunnels |integratedtunnels |1.8.9 |DONE |Manifest: NOSIGNATURE
DrawersTooltip-1.16.2-2.1.1.jar |Drawers Tooltip |drawerstooltip |2.1.1 |DONE |Manifest: NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
ftb-ultimine-forge-1605.3.1-build.45.jar |FTB Ultimine |ftbultimine |1605.3.1-build.45 |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
MekanismTools-1.16.5-10.1.1.456.jar |Mekanism: Tools |mekanismtools |10.1.1 |DONE |Manifest: NOSIGNATURE
architectury-1.28.48.jar |Architectury |architectury |1.28.48 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1605.3.4-build.90.jar |FTB Library |ftblibrary |1605.3.4-build.90 |DONE |Manifest: NOSIGNATURE
ftb-teams-forge-1605.2.3-build.40.jar |FTB Teams |ftbteams |1605.2.3-build.40 |DONE |Manifest: NOSIGNATURE
ftb-ranks-forge-1605.1.5-build.16.jar |FTB Ranks |ftbranks |1605.1.5-build.16 |DONE |Manifest: NOSIGNATURE
curiouselytra-forge-1.16.5-4.0.2.4.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.4 |DONE |Manifest: NOSIGNATURE
cc-tweaked-1.16.5-1.100.2.jar |CC: Tweaked |computercraft |1.100.2 |DONE |Manifest: NOSIGNATURE
energymeter-1.16.5-1.6.1.jar |Energy Meter |energymeter |1.6.1 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.16.5-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE
moreoverlays-1.18.17-mc1.16.5.jar |More Overlays Updated |moreoverlays |1.18.17-mc1.16.5 |DONE |Manifest: NOSIGNATURE
cherishedworlds-forge-1.16.5-5.1.1.0.jar |Cherished Worlds |cherishedworlds |1.16.5-5.1.1.0 |DONE |Manifest: NOSIGNATURE
compactcrafting-1.0.0.jar |Compact Crafting |compactcrafting |task ':jar' property|DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.145.jar |Just Enough Items |jei |7.7.1.145 |DONE |Manifest: NOSIGNATURE
Mekanism-1.16.5-10.1.1.456.jar |Mekanism |mekanism |10.1.1 |DONE |Manifest: NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |DONE |Manifest: NOSIGNATURE
JustEnoughCalculation-1.16.5-3.8.6.jar |Just Enough Calculation |jecalculation |3.8.6 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.12-mc1.16.jar |Trash Cans |trashcans |1.0.12 |DONE |Manifest: NOSIGNATURE
The_Undergarden-1.16.5-0.5.5.jar |The Undergarden |undergarden |0.5.5 |DONE |Manifest: NOSIGNATURE
InventoryEssentials_1.16.5-2.3.2.jar |Inventory Essentials |inventoryessentials |2.3.2 |DONE |Manifest: NOSIGNATURE
smallships-1.16.5-1.10.3.jar |Small Ships Mod |smallships |1.10.3 |DONE |Manifest: NOSIGNATURE
bwncr-1.16.5-3.10.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.5-3.10.16 |DONE |Manifest: NOSIGNATURE
toomanyglyphs-snapshot-20220111.jar |Too Many Glyphs |toomanyglyphs |0.1.0 |DONE |Manifest: NOSIGNATURE
TradingPost-v1.0.2-1.16.5.jar |Trading Post |tradingpost |1.0.2 |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
BetterAdvancements-1.16.5-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |DONE |Manifest: NOSIGNATURE
rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |DONE |Manifest: NOSIGNATURE
BotaniaAdditionsMC1.16.4-1.0.4.jar |Botania Additions |botaniaadditions |1.0.4 |DONE |Manifest: NOSIGNATURE
BedBenefits-1.16.5-5.0.4.jar |BedBenefits |bedbenefits |5.0.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
Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |DONE |Manifest: NOSIGNATURE
TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |Manifest: NOSIGNATURE
jmi-1.16.5-0.6-34.jar |JourneyMap Integration |jmi |1.16.5-0.6-34 |DONE |Manifest: NOSIGNATURE
simpledelights-1.2.jar |Simple Delights |simpledelights |1.2 |DONE |Manifest: NOSIGNATURE
redstonepen-1.16.5-1.0.7-b1.jar |Redstone Pen |redstonepen |1.0.7-b1 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
item-filters-forge-1605.2.5-build.9.jar |Item Filters |itemfilters |1605.2.5-build.9 |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
upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |DONE |Manifest: NOSIGNATURE
personality-1.16.5-1.0.3.jar |Personality |personality |1.0.3 |DONE |Manifest: NOSIGNATURE
nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |DONE |Manifest: NOSIGNATURE
scannable-1.16.5-forge-1.7.6+00198b7.jar |Scannable |scannable |1.7.6 |DONE |Manifest: NOSIGNATURE
ponderjs-1.16.5-1.0.3d.jar |Ponderjs |ponderjs |1.16.5-1.0.3d |DONE |Manifest: NOSIGNATURE
ensorcellation-1.16.5-1.4.1.2.jar |Ensorcellation |ensorcellation |1.4.1.2 |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
create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.27.jar |Clumps |clumps |6.0.0.27 |DONE |Manifest: NOSIGNATURE
mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |DONE |Manifest: NOSIGNATURE
journeymap-1.16.5-5.8.0beta10.jar |Journeymap |journeymap |5.8.0beta10 |DONE |Manifest: NOSIGNATURE
RoadRunner-mc1.16.5-1.4.0.jar |Meep Meep! (Road Runner) |roadrunner |1.4.0 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.16.5-4.0.1.3.jar |Comforts |comforts |1.16.5-4.0.1.3 |DONE |Manifest: NOSIGNATURE
Artifacts-1.16.5-2.10.4.jar |Artifacts |artifacts |1.16.5-2.10.4 |DONE |Manifest: NOSIGNATURE
framedcompactdrawers-1.16-2.2.1.jar |Framed Compacting Drawers |framedcompactdrawers |1.16-2.2.1 |DONE |Manifest: NOSIGNATURE
configured-1.5.1-1.16.5.jar |Configured |configured |1.5.1 |DONE |Manifest: NOSIGNATURE
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |Manifest: NOSIGNATURE
decorative_blocks_abnormals-1.2.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.2 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |Manifest: NOSIGNATURE
demagnetize-forge-1.16.2-1.2.2.jar |Demagnetize |demagnetize |1.16.2-1.2.2 |DONE |Manifest: NOSIGNATURE
TravelAnchors-2.4.jar |Travel Anchors |travel_anchors |2.4 |DONE |Manifest: NOSIGNATURE
lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
mcjtylib-1.16-5.1.3.jar |McJtyLib |mcjtylib |1.16-5.1.3 |DONE |Manifest: NOSIGNATURE
rftoolsbase-1.16-2.1.2.jar |RFToolsBase |rftoolsbase |1.16-2.1.2 |DONE |Manifest: NOSIGNATURE
xnet-1.16-3.0.16.jar |XNet |xnet |1.16-3.0.16 |DONE |Manifest: NOSIGNATURE
rftoolspower-1.16-3.0.13.jar |RFToolsPower |rftoolspower |1.16-3.0.13 |DONE |Manifest: NOSIGNATURE
rftoolsbuilder-1.16-3.1.5.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.1.5 |DONE |Manifest: NOSIGNATURE
rftoolsstorage-1.16-2.0.17.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.17 |DONE |Manifest: NOSIGNATURE
rftoolscontrol-1.16-4.0.14.jar |RFToolsControl |rftoolscontrol |1.16-4.0.14 |DONE |Manifest: NOSIGNATURE
Interactio-1.16.4-3.1.1.jar |Interactio |interactio |1.16.4-3.1.1 |DONE |Manifest: NOSIGNATURE
ToastControl-1.16.5-4.4.0.jar |Toast Control |toastcontrol |4.4.0 |DONE |Manifest: NOSIGNATURE
mininggadgets-1.7.5.jar |Mining Gadgets |mininggadgets |1.7.5 |DONE |Manifest: NOSIGNATURE
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
ArsEnderStorage-1.16.5-1.1.0.jar |Ars EnderStorage |ars_enderstorage |1.1.0 |DONE |Manifest: NOSIGNATURE
AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE
ftb-chunks-forge-1605.3.2-build.115.jar |FTB Chunks |ftbchunks |1605.3.2-build.115 |DONE |Manifest: NOSIGNATURE
kubejs-forge-1605.3.19-build.258.jar |KubeJS |kubejs |1605.3.19-build.258 |DONE |Manifest: NOSIGNATURE
kubejs-thermal-1605.1.4-build.4.jar |KubeJS Thermal |kubejs_thermal |1605.1.4-build.4 |DONE |Manifest: NOSIGNATURE
ftb-quests-forge-1605.3.6-build.76.jar |FTB Quests |ftbquests |1605.3.6-build.76 |DONE |Manifest: NOSIGNATURE
kubejs-create-1605.1.4-build.12.jar |KubeJS Create |kubejs_create |1605.1.4-build.12 |DONE |Manifest: NOSIGNATURE
kubejs-mekanism-1605.1.2-build.2.jar |KubeJS Mekanism |kubejs_mekanism |1605.1.2-build.2 |DONE |Manifest: NOSIGNATURE
BloodMagic-1.16.4-3.1.7-27.jar |Blood Magic |bloodmagic |1.16.4-3.1.7-27 |DONE |Manifest: NOSIGNATURE
tomeofblood-1.16.5-1.2.3.jar |Tome of Blood |tomeofblood |1.16.5-1.2.3 |DONE |Manifest: NOSIGNATURE
kubejs-blood-magic-1605.1.1-build.3.jar |KubeJS Blood Magic |kubejs_blood_magic |1605.1.1-build.3 |DONE |Manifest: NOSIGNATURE
meetyourfight-1.16.5-1.2.0.jar |Meet Your Fight |meetyourfight |1.2.0 |DONE |Manifest: NOSIGNATURE
immersiveposts-1.16.5-4.2.2.jar |Immersive Posts |immersiveposts |4.2.0 |DONE |Manifest: d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0
ImmersiveEngineering-1.16.5-5.0.7-143.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.7-143 |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
kubejs-immersive-engineering-1605.1.2-build.28.jar|KubeJS Immersive Engineering |kubejs_immersive_engineering |1605.1.2-build.28 |DONE |Manifest: NOSIGNATURE
selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE
sounddeviceoptions-1.4.3.jar |Sound Device Options |sounddeviceoptions |1.4.3 |DONE |Manifest: NOSIGNATURE
CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE
TConstruct-1.16.5-3.3.2.324.jar |Tinkers' Construct |tconstruct |3.3.2.324 |DONE |Manifest: NOSIGNATURE
rftoolsutility-1.16-3.1.9.jar |RFToolsUtility |rftoolsutility |1.16-3.1.9 |DONE |Manifest: NOSIGNATURE
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
titanium-1.16.5-3.2.8.7-22.jar |Titanium |titanium |3.2.8.7 |DONE |Manifest: NOSIGNATURE
mana-and-artifice-1.5.1.6.jar |Mana and Artifice |mana-and-artifice |1.5.1.6 |DONE |Manifest: NOSIGNATURE
EnigmaticGraves-1.7.2.jar |Enigmatic Graves |enigmaticgraves |1.7.2 |DONE |Manifest: NOSIGNATURE
Undergarden-Tetra Patch-1.2.1.jar |Undergarden/Tetra Patch |undergardenpatch |1.2.1 |DONE |Manifest: NOSIGNATURE
archers_paradox-1.16.5-1.4.0.1.jar |Archer's Paradox |archers_paradox |1.4.0.1 |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
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
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |DONE |Manifest: NOSIGNATURE
atmospheric-1.16.5-3.1.1.jar |Atmospheric |atmospheric |3.1.1 |DONE |Manifest: NOSIGNATURE
actually-compatible-0.1.1.jar |Actually Compatible |actuallycompatible |0.1.1 |DONE |Manifest: NOSIGNATURE
Iceberg-1.16.5-1.0.38.jar |Iceberg |iceberg |1.0.38 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-321.jar |Quark |quark |r2.4-321 |DONE |Manifest: NOSIGNATURE
materialis-1.16.5-2.4.2.jar |Materialis |materialis |1.16.5-2.4.2 |DONE |Manifest: NOSIGNATURE
cookiecore-1.16.5-3.3.1-9c789ef.jar |CookieCore |cookiecore |3.3.1 |DONE |Manifest: NOSIGNATURE
magicfeather-1.16.2-3.2.0.jar |Magic Feather |magicfeather |1.16.2-3.2.0 |DONE |Manifest: NOSIGNATURE
diet-forge-1.16.5-1.0.2.0.jar |Diet |diet |1.16.5-1.0.2.0 |DONE |Manifest: NOSIGNATURE
FastWorkbench-1.16.5-4.6.1.jar |Fast Workbench |fastbench |4.6.1 |DONE |Manifest: NOSIGNATURE
abnormals_delight-1.16.5-1.2.1.jar |Abnormals Delight |abnormals_delight |1.2.1 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.16.3-8.5.1.jar |Storage Drawers |storagedrawers |8.5.1 |DONE |Manifest: NOSIGNATURE
moremountedstorages-1.2.0.jar |More Mounted Storages |moremountedstorages |1.2.0 |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.2.1.14.jar |Flux Networks |fluxnetworks |6.2.1.14 |DONE |Manifest: NOSIGNATURE
ars_elemental-1.16.5-0.1.5.3.jar |Ars Elemental - Elemental Spel|ars_elemental |1.16.5-0.1.5.3 |DONE |Manifest: NOSIGNATURE
InventoryHud_[1.16.2-1.16.5].forge-3.4.1.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.1 |DONE |Manifest: NOSIGNATURE
scaffoldingpower-1.16.5-1.3.0.jar |Scaffolding power |scaffoldingpower |1.16.5-1.3.0 |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
arsarsenal-1.0.6-1.16.5.jar |Ars Arsenal |arsarsenal |1.0.6-1.16.5 |DONE |Manifest: NOSIGNATURE
World Stripper-1.16.5-2.1.0.jar |World Stripper |worldstripper |2.1.0 |DONE |Manifest: NOSIGNATURE
Transport-1.16.5-3.7.0.jar |Transport |transport |3.7.0 |DONE |Manifest: NOSIGNATURE
ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |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
engineersdecor-1.16.5-1.1.16-b2.jar |Engineer's Decor |engineersdecor |1.1.16-b2 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
Chisel-MC1.16.5-2.0.1-alpha.4.jar |Chisel |chisel |MC1.16.5-2.0.1-alpha|DONE |Manifest: NOSIGNATURE
SoL-Carrot-1.16.5-1.10.1.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5-1.10.1 |DONE |Manifest: NOSIGNATURE
moredragoneggs-2.4.jar |More Dragon Eggs |moredragoneggs |2.4 |DONE |Manifest: NOSIGNATURE
modular-routers-1.16.5-7.5.2-83.jar |Modular Routers |modularrouters |task ':jar' property|DONE |Manifest: NOSIGNATURE
refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |DONE |Manifest: NOSIGNATURE
occultism_kubejs-1.16.5-0.0.1.jar |Occultism KubeJS |occultism_kubejs |1.16.5-0.0.1 |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
chiselsandbits-1.0.63.jar |Chisels & bits |chiselsandbits |1.0.63 |DONE |Manifest: NOSIGNATURE
Morph-o-Tool-1.4-27.jar |Morph-o-Tool |morphtool |1.4-27 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: ce91e1e9-b7dc-42b1-b84c-84a55a278c04
FramedBlocks BlockEntity Warning: Not applicable
RoadRunner != Lithium: This instance was launched using RoadRunner, which is an unofficial Lithium fork! Please do not report bugs to them!
Patchouli open book context: n/a
Launched Version: forge-36.2.22
Backend library: LWJGL version 3.2.2 build 10
Backend API: Radeon RX 580 Series GL version 4.6.14761 Compatibility Profile Context 21.30.23.01 30.0.13023.1012, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, mod_resources, packmenu, quark:emote_resources, resourcefulbees, file/ERP-1.9.zip
Current Language: English (US)
CPU: 16x AMD Ryzen 7 3700X 8-Core Processor

commented

Outdated version of the mod is being loaded - fixed over discord