Simple Uncrafting Table (Fabric/NeoForge)

Simple Uncrafting Table (Fabric/NeoForge)

456k Downloads

[1.19.2] [Forge] [1.1.3] Crash upon opening UI

FJDoell opened this issue ยท 5 comments

commented

Checking other versions as well.

Report:
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2022-11-08 12:35:46
Description: Rendering screen

java.lang.AbstractMethodError: Missing implementation of resolved method 'abstract void m_7286_(com.mojang.blaze3d.vertex.PoseStack, float, int, int)' of abstract class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6305_(AbstractContainerScreen.java:92) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:440) ~[forge-1.19.2-43.1.38-universal.jar%23323!/:?] {re:mixin,re:classloading,pl:mixin:A}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:433) ~[forge-1.19.2-43.1.38-universal.jar%23323!/:?] {re:mixin,re:classloading,pl:mixin:A}
at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:896) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:combatroll.mixins.json:MinecraftClientMixin,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:combatroll.mixins.json:MinecraftClientMixin,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.38.jar%2395!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.m_6305_(AbstractContainerScreen.java:92) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:mousetweaks.mixins.json:AbstractContainerScreenAccessor,pl:mixin:APP:quark.mixins.json:client.ContainerScreenMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:440) ~[forge-1.19.2-43.1.38-universal.jar%23323!/:?] {re:mixin,re:classloading,pl:mixin:A}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:433) ~[forge-1.19.2-43.1.38-universal.jar%23323!/:?] {re:mixin,re:classloading,pl:mixin:A}
-- Screen render details --
Details:
Screen name: ml.pkom.uncraftingtable.UncraftingScreen
Mouse location: Scaled: (336, 209). Absolute: (1007.000000, 626.000000)
Screen size: Scaled: (672, 418). Absolute: (2014, 1252). Scale factor of 3.000000
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:896) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:combatroll.mixins.json:MinecraftClientMixin,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:combatroll.mixins.json:MinecraftClientMixin,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.38.jar%2395!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

-- Affected level --
Details:
All players: 1 total; [LocalPlayer['DarkMetaknight'/3518, l='ClientLevel', x=-193.30, y=64.00, z=258.69]]
Chunk stats: 361, 207
Level dimension: minecraft:overworld
Level spawn location: World: (-288,69,128), Section: (at 0,5,0 in -18,4,8; chunk contains blocks -288,-64,128 to -273,319,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
Level time: 3372 game time, 3372 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:450) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blueprint.mixins.json:client.ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:create.mixins.json:DestroyProgressMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2278) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:combatroll.mixins.json:MinecraftClientMixin,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:717) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:combatroll.mixins.json:MinecraftClientMixin,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23318!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.38.jar%2395!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Mod Resources, Supplementaries Generated Pack, quark-emote-pack

-- 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: 818539424 bytes (780 MiB) / 6408896512 bytes (6112 MiB) up to 6408896512 bytes (6112 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
Identifier: Intel64 Family 6 Model 158 Stepping 13
Microarchitecture: Coffee Lake
Frequency (GHz): 3.60
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 8
Graphics card #0 name: NVIDIA GeForce RTX 2080 SUPER
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1e81
Graphics card #0 versionInfo: DriverVersion=30.0.15.1215
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.00
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.00
Memory slot #1 type: DDR4
Virtual memory max (MB): 48697.18
Virtual memory used (MB): 36187.71
Swap memory total (MB): 32396.41
Swap memory used (MB): 2037.89
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6112m -Xms256m
Launched Version: forge-43.1.38
Backend library: LWJGL version 3.3.1 build 7
Backend API: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.15, NVIDIA Corporation
Window size: 2014x1252
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Type: Integrated Server (map_client.txt)
Graphics mode: fast
Resource Packs:
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
Server Running: true
Player Count: 1 / 8; [ServerPlayer['DarkMetaknight'/3518, l='ServerLevel[starterkit plz]', x=-193.30, y=64.00, z=258.69]]
Data Packs: vanilla, mod:treechop (incompatible), mod:betterdungeons, mod:blue_skies, mod:betterwitchhuts, mod:netherportalfix (incompatible), mod:zombiehorsespawn, mod:infernalexp, mod:playeranimator (incompatible), mod:keebszs_battle_towers, mod:betteroceanmonuments, mod:cheatmode (incompatible), mod:modnametooltip (incompatible), mod:guiclock, mod:neat (incompatible), mod:forgeendertech, mod:villagernames, mod:xaeroworldmap, mod:jrftl (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:yungsapi, mod:wstweaks (incompatible), mod:waymaker, mod:bookshelf (incompatible), mod:guardvillagers (incompatible), mod:takesapillage (incompatible), mod:mcwdoors, mod:skeletonhorsespawn, mod:balm (incompatible), mod:kelpfertilizer, mod:jeresources (incompatible), mod:paraglider (incompatible), mod:cloth_config (incompatible), mod:stackrefill, mod:ctov, mod:dummmmmmy (incompatible), mod:twilightforest (incompatible), mod:supplementaries (incompatible), mod:structure_gel, mod:corpse (incompatible), mod:castle_in_the_sky (incompatible), mod:mcwbridges, mod:farmersdelight (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:bcc (incompatible), mod:betterspawnercontrol, mod:mcwtrpdoors, mod:mcwfences, mod:yungsbridges, mod:simplylight (incompatible), mod:dungeons_enhanced, mod:villagespawnpoint, mod:simplybackpacks, mod:cnb, mod:curios, mod:patchouli (incompatible), mod:naturallychargedcreepers, mod:lucent, mod:collective, mod:yungsextras, mod:betterthirdperson, mod:lostcities (incompatible), mod:betterstrongholds, mod:starterkit, mod:mcwroofs, mod:cfm (incompatible), mod:architectury (incompatible), mod:nametagtweaks, mod:mcwfurnitures, mod:globalxp, mod:majruszlib, mod:cryingportals, mod:the_bumblezone, mod:smallships (incompatible), mod:t_and_t, mod:fastleafdecay, mod:bettermineshafts, mod:voidtotem (incompatible), mod:geckolib3 (incompatible), mod:enchantinginfuser (incompatible), mod:randombonemealflowers, mod:tradingpost (incompatible), mod:mcwlights, mod:betteradvancements (incompatible), mod:frozen_delight, mod:mining_helmet (incompatible), mod:biggerspongeabsorptionradius, mod:easymagic (incompatible), mod:jei (incompatible), mod:attributefix (incompatible), mod:conjurer_illager (incompatible), mod:splash_milk, mod:reap (incompatible), mod:waystones (incompatible), mod:taxfreelevels (incompatible), mod:mcwpaintings, mod:clumps (incompatible), mod:mcpitanlibarch (incompatible), mod:comforts, mod:tumbleweed, mod:artifacts, mod:storagenetwork (incompatible), mod:configured (incompatible), mod:libx, mod:simplytools, mod:guicompass, mod:magistuarmory, mod:dungeoncrawl, mod:anvilrestoration, mod:betterdeserttemples, mod:terralith (incompatible), mod:potionbundles (incompatible), mod:fixedanvilrepaircost, mod:blueprint (incompatible), mod:savage_and_ravage (incompatible), mod:ars_nouveau (incompatible), mod:frozenup (incompatible), mod:forge, mod:scuba_gear (incompatible), mod:creativeblockreplacer, mod:mcwpaths, mod:idas (incompatible), mod:ironchest (incompatible), mod:infernalmobs (incompatible), mod:dungeons_arise, mod:nexus, mod:enchdesc (incompatible), mod:terrablender, mod:swingthroughgrass (incompatible), mod:moonlight (incompatible), mod:mousetweaks, mod:companion (incompatible), mod:bettercombat (incompatible), mod:combatroll, mod:totw_additions, mod:bettersafebed (incompatible), mod:retraining (incompatible), mod:nochatreports (incompatible), mod:syp, mod:nutritiousmilk, mod:spectrelib (incompatible), mod:golems (incompatible), mod:dimdungeons, mod:flywheel (incompatible), mod:create, mod:ars_creo (incompatible), mod:xaerominimap, mod:hmag, mod:cyclepaintings, mod:fastbench (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:quark (incompatible), mod:ars_elemental (incompatible), mod:ars_scalaes (incompatible), mod:entityculling (incompatible), mod:villagebellrecipe, mod:ars_instrumentum (incompatible), mod:tramplenomore (incompatible), mod:fastfurnace (incompatible), mod:bettertridents (incompatible), mod:puzzleslib (incompatible), mod:byg, mod:macawsroofsbyg, mod:mcwfencesbyg, mod:charmofundying, mod:betterf3 (incompatible), mod:majruszsenchantments, mod:friendlyfire (incompatible), mod:craftablehorsearmour (incompatible), mod:cosmeticarmorreworked (incompatible), mod:expandability (incompatible), mod:uncraftingtable76 (incompatible), mod:xpbook, Supplementaries Generated Pack, golems:golems_addon_quark (incompatible)
World Generation: Stable
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.1.38.jar slf4jfixer PLUGINSERVICE
fmlloader-1.19.2-43.1.38.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.19.2-43.1.38.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.19.2-43.1.38.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.19.2-43.1.38.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:
TreeChop-1.19.1-0.15.8.jar |HT's TreeChop |treechop |0.15.8 |DONE |Manifest: NOSIGNATURE
YungsBetterDungeons-1.19.2-Forge-3.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.1 |DONE |Manifest: NOSIGNATURE
blue_skies-1.19.2-1.3.20.jar |Blue Skies |blue_skies |1.3.20 |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
netherportalfix-forge-1.19-10.0.0.jar |NetherPortalFix |netherportalfix |10.0.0 |DONE |Manifest: NOSIGNATURE
zombiehorsespawn_1.19.2-3.2.jar |Zombie Horse Spawn |zombiehorsespawn |3.2 |DONE |Manifest: NOSIGNATURE
infernal-expansion-1.19.2-2.5.3.jar |Infernal Expansion |infernalexp |2.5.1 |DONE |Manifest: NOSIGNATURE
player-animation-lib-forge-0.3.5.jar |Player Animator |playeranimator |0.3.5 |DONE |Manifest: NOSIGNATURE
keebszs_battle_towers-0.4.0-1.19.jar |Keebsz's Battle Towers |keebszs_battle_towers |0.4.0-1.19 |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
cheatmode-1.19.2-2.0.0-beta.2.jar |Cheat Mode Mod |cheatmode |2.0.0-beta.2 |DONE |Manifest: NOSIGNATURE
modnametooltip-1.19-1.19.0.jar |Mod Name Tooltip |modnametooltip |1.19.0 |DONE |Manifest: NOSIGNATURE
guiclock_1.19.2-3.7.jar |GUI Clock |guiclock |3.7 |DONE |Manifest: NOSIGNATURE
Neat-1.19-32.jar |Neat |neat |1.19-32 |DONE |Manifest: NOSIGNATURE
ForgeEndertech-1.19.2-10.0.5.0-build.0599.jar |ForgeEndertech |forgeendertech |10.0.5.0 |DONE |Manifest: NOSIGNATURE
villagernames_1.19.2-4.1.jar |Villager Names |villagernames |4.1 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.28.1_Forge_1.19.1.jar |Xaero's World Map |xaeroworldmap |1.28.1 |DONE |Manifest: NOSIGNATURE
JRFTL [1.19]-1.4.1.jar |JRFTL |jrftl |1.4.1 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.19.2-10.0+6.jar |Controlling |controlling |10.0+6 |DONE |Manifest: NOSIGNATURE
Placebo-1.19.2-7.0.1.jar |Placebo |placebo |7.0.1 |DONE |Manifest: NOSIGNATURE
citadel-1.13.3-1.19.jar |Citadel |citadel |1.13.3 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.20.2.jar |Alex's Mobs |alexsmobs |1.20.2 |DONE |Manifest: NOSIGNATURE
YungsApi-1.19.2-Forge-3.8.2.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.2 |DONE |Manifest: NOSIGNATURE
WitherSkeletonTweaks-1.19.2-8.0.0.jar |Wither Skeleton Tweaks |wstweaks |8.0.0 |DONE |Manifest: NOSIGNATURE
waymaker-1.19-1.0.jar |Waystone Waypoint Maker |waymaker |1.19-1.0 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.19.2-16.1.5.jar |Bookshelf |bookshelf |16.1.5 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
guardvillagers-1.19.2-1.5.2.jar |Guard Villagers |guardvillagers |1.19.2-1.5.2 |DONE |Manifest: NOSIGNATURE
takesapillage-1.0.2-1.19.2.jar |It Takes A Pillage |takesapillage |1.0.2 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.7-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.0.7 |DONE |Manifest: NOSIGNATURE
skeletonhorsespawn_1.19.2-2.2.jar |Skeleton Horse Spawn |skeletonhorsespawn |2.2 |DONE |Manifest: NOSIGNATURE
balm-4.5.3.jar |Balm |balm |4.5.3 |DONE |Manifest: NOSIGNATURE
kelpfertilizer_1.19.2-2.0.jar |Kelp Fertilizer |kelpfertilizer |2.0 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.19.2-1.1.0.179.jar |Just Enough Resources |jeresources |1.1.0.179 |DONE |Manifest: NOSIGNATURE
Paraglider-1.19.2-1.7.0.1.jar |Paraglider |paraglider |1.7.0.1 |DONE |Manifest: NOSIGNATURE
cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
stackrefill_1.19.2-3.2.jar |Stack Refill |stackrefill |3.2 |DONE |Manifest: NOSIGNATURE
[Universal]CTOV-v3-1-2.jar |ChoiceTheorem's Overhauled Vil|ctov |3.1.2 |DONE |Manifest: NOSIGNATURE
dummmmmmy-1.19-1.5.5.jar |MmmMmmMmmMmm |dummmmmmy |1.19-1.5.5 |DONE |Manifest: NOSIGNATURE
twilightforest-1.19-4.2.1421-universal.jar |The Twilight Forest |twilightforest |4.2.1421 |DONE |Manifest: NOSIGNATURE
supplementaries-1.19.2-2.2.9.jar |Supplementaries |supplementaries |1.19.2-2.2.9 |DONE |Manifest: NOSIGNATURE
structure_gel-1.19.2-2.7.1.jar |Structure Gel API |structure_gel |2.7.1 |DONE |Manifest: NOSIGNATURE
corpse-1.19.2-1.0.0.jar |Corpse |corpse |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
castle_in_the_sky-1.19.2-0.5.2.jar |Castle in the sky |castle_in_the_sky |1.19.2 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.5-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.0.5 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |DONE |Manifest: NOSIGNATURE
torchmaster-19.2.0.jar |Torchmaster |torchmaster |19.2.0 |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-6.3.4+1.19.2.jar |Repurposed Structures |repurposed_structures |6.3.4+1.19.2 |DONE |Manifest: NOSIGNATURE
BetterCompatibilityChecker-1.0.8-build.36+mc1.19.2|Better Compatibility Checker |bcc |1.0.8-build.36+mc1.1|DONE |Manifest: NOSIGNATURE
betterspawnercontrol_1.19.2-3.0.jar |Better Spawner Control |betterspawnercontrol |3.0 |DONE |Manifest: NOSIGNATURE
mcw-trapdoors-1.0.7-mc1.19.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.7 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.6-mc1.19.2.jar |Macaw's Fences and Walls |mcwfences |1.0.6 |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
simplylight-1.19.2-1.4.5-build.42.jar |Simply Light |simplylight |1.19.2-1.4.5-build.4|DONE |Manifest: NOSIGNATURE
dungeons_enhanced-1.19.2-4.1.jar |Dungeons Enhanced |dungeons_enhanced |4.1 |DONE |Manifest: NOSIGNATURE
villagespawnpoint_1.19.2-2.6.jar |Village Spawn Point |villagespawnpoint |2.6 |DONE |Manifest: NOSIGNATURE
simplybackpacks-1.19-2.1.5-build.45.jar |Simply Backpacks |simplybackpacks |1.19-2.1.5-build.45 |DONE |Manifest: NOSIGNATURE
CNB-1.19-1.4.0.jar |Creatures and Beasts |cnb |1.4.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
naturallychargedcreepers_1.19.2-2.3.jar |Naturally Charged Creepers |naturallychargedcreepers |2.3 |DONE |Manifest: NOSIGNATURE
lucent-1.19.2-1.3.0.jar |Lucent |lucent |1.3.0 |DONE |Manifest: NOSIGNATURE
collective-1.19.2-5.11.jar |Collective |collective |5.11 |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
BetterThirdPerson-Forge-1.19-1.8.1.jar |Better Third Person |betterthirdperson |1.8.1 |DONE |Manifest: NOSIGNATURE
lostcities-1.19-6.0.8.jar |LostCities |lostcities |1.19-6.0.8 |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
starterkit_1.19.2-3.4.jar |Starter Kit |starterkit |3.4 |DONE |Manifest: NOSIGNATURE
mcw-roofs-2.2.1-mc1.19.2-forge.jar |Macaw's Roofs |mcwroofs |2.2.1 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre34-1.19.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre34 |DONE |Manifest: NOSIGNATURE
architectury-6.3.49-forge.jar |Architectury |architectury |6.3.49 |DONE |Manifest: NOSIGNATURE
nametagtweaks_1.19.2-2.0.jar |Name Tag Tweaks |nametagtweaks |2.0 |DONE |Manifest: NOSIGNATURE
mcw-furniture-3.0.2-mc1.19.2.jar |Macaw's Furniture |mcwfurnitures |3.0.2 |DONE |Manifest: NOSIGNATURE
globalxp-1.19-1.10.2.jar |Global XP |globalxp |1.10.2 |DONE |Manifest: NOSIGNATURE
majrusz-library-1.19.2-2.16.0.jar |Majrusz Library |majruszlib |2.16.0 |DONE |Manifest: NOSIGNATURE
cryingportals_1.19.2-1.7.jar |Crying Portals |cryingportals |1.7 |DONE |Manifest: NOSIGNATURE
the_bumblezone_forge-6.3.3+1.19.2.jar |The Bumblezone |the_bumblezone |6.3.3+1.19.2 |DONE |Manifest: NOSIGNATURE
smallships-1.19.2-2.0.0-Alpha-0.4.jar |Small Ships Mod |smallships |2.0.0-a0.4 |DONE |Manifest: NOSIGNATURE
Towns-and-Towers-1.19-1.8.2.jar |Towns and Towers - Structure A|t_and_t |1.8.2 |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
voidtotem-forge-1.19.2-2.1.0.jar |Void Totem |voidtotem |2.1.0 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.19-3.1.28.jar |GeckoLib |geckolib3 |3.1.28 |DONE |Manifest: NOSIGNATURE
EnchantingInfuser-v4.2.1-1.19.2-Forge.jar |Enchanting Infuser |enchantinginfuser |4.2.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
randombonemealflowers_1.19.2-3.0.jar |Random Bone Meal Flowers |randombonemealflowers |3.0 |DONE |Manifest: NOSIGNATURE
TradingPost-v4.2.0-1.19.2-Forge.jar |Trading Post |tradingpost |4.2.0 |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
mcw-lights-1.0.4-mc1.19.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.4 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.19.2-0.2.2.142.jar |Better Advancements |betteradvancements |0.2.2.142 |DONE |Manifest: NOSIGNATURE
Frozen_Delight_1.2.1_Forge_1.19.2.jar |Frozen Delight (By NoCube) |frozen_delight |1.2.1 |DONE |Manifest: NOSIGNATURE
mining_helmet-1.19-2.1.1.jar |Mining Helmet |mining_helmet |2.1.1 |DONE |Manifest: NOSIGNATURE
biggerspongeabsorptionradius_1.19.2-2.4.jar |Bigger Sponge Absorption Radiu|biggerspongeabsorptionradius |2.4 |DONE |Manifest: NOSIGNATURE
EasyMagic-v4.3.2-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.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
jei-1.19.2-forge-11.4.0.274.jar |Just Enough Items |jei |11.4.0.274 |DONE |Manifest: NOSIGNATURE
AttributeFix-Forge-1.19.2-17.1.2.jar |AttributeFix |attributefix |17.1.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
the-conjurer-1.19.2-1.1.4.jar |The Conjurer |conjurer_illager |1.1.4 |DONE |Manifest: NOSIGNATURE
splash_milk-1.19.2-1.4.0.jar |Splash Milk |splash_milk |1.4.0 |DONE |Manifest: NOSIGNATURE
reap-1.19.2-1.0.0.jar |Reap Mod |reap |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.19-11.1.0.jar |Waystones |waystones |11.1.0 |DONE |Manifest: NOSIGNATURE
TaxFreeLevels-1.3.1-forge-1.18.1.jar |Tax Free Levels |taxfreelevels |1.3.1 |DONE |Manifest: NOSIGNATURE
mcw-paintings-1.0.4-mc1.19.2.jar |Macaw's Paintings |mcwpaintings |1.0.4 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.19.2-9.0.0+11.jar |Clumps |clumps |9.0.0+11 |DONE |Manifest: NOSIGNATURE
mcpitanlibarch-1.0.8-1.19-forge.jar |MCPitanLibarch |mcpitanlibarch |1.0.8-1.19-forge |DONE |Manifest: NOSIGNATURE
comforts-forge-6.0.2+1.19.2.jar |Comforts |comforts |6.0.2+1.19.2 |DONE |Manifest: NOSIGNATURE
Tumbleweed-forge-1.19-0.5.1.jar |Tumbleweed |tumbleweed |0.5.1 |DONE |Manifest: NOSIGNATURE
artifacts-1.19.2-5.0.1.jar |Artifacts |artifacts |1.19.2-5.0.1 |DONE |Manifest: NOSIGNATURE
SimpleStorageNetwork-1.19-1.6.4.jar |Simple Storage Network |storagenetwork |1.19-1.6.4 |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
configured-2.0.1-1.19.2.jar |Configured |configured |2.0.1 |DONE |Manifest: NOSIGNATURE
LibX-1.19.2-4.2.5.jar |LibX |libx |1.19.2-4.2.5 |DONE |Manifest: NOSIGNATURE
SimplyTools-1.19.1-1.1.5.jar |Simply Tools |simplytools |1.19.1-1.1.5 |DONE |Manifest: NOSIGNATURE
guicompass_1.19.2-2.7.jar |GUI Compass |guicompass |2.7 |DONE |Manifest: NOSIGNATURE
[1.19.x]-Epic-Knights-Armor-and-Weapons-6.7v.jar |Epic Knights: Armor and Weapon|magistuarmory |1.0 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.19-2.3.11.jar |Dungeon Crawl |dungeoncrawl |2.3.11 |DONE |Manifest: NOSIGNATURE
anvilrestoration_1.19.2-1.4.jar |Anvil Restoration |anvilrestoration |1.4 |DONE |Manifest: NOSIGNATURE
YungsBetterDesertTemples-1.19.2-Forge-2.2.1.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.1 |DONE |Manifest: NOSIGNATURE
Terralith_v2.3.5.jar |Terralith |terralith |0.0NONE |DONE |Manifest: NOSIGNATURE
potionbundles-1.19.1-1.6.jar |Potion Bundles |potionbundles |1.6 |DONE |Manifest: NOSIGNATURE
fixedanvilrepaircost_1.19.2-1.9.jar |Fixed Anvil Repair Cost |fixedanvilrepaircost |1.9 |DONE |Manifest: NOSIGNATURE
blueprint-1.19.2-6.1.0.jar |Blueprint |blueprint |6.1.0 |DONE |Manifest: NOSIGNATURE
savage_and_ravage-1.19-5.0.2.jar |Savage & Ravage |savage_and_ravage |5.0.2 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.19.2-3.4.3.jar |Ars Nouveau |ars_nouveau |3.4.3 |DONE |Manifest: NOSIGNATURE
frozenup-2.0.0-forge.jar |Frozen Up |frozenup |2.0.0-forge |DONE |Manifest: NOSIGNATURE
forge-1.19.2-43.1.38-universal.jar |Forge |forge |43.1.38 |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
scuba_gear-1.19-1.0.5.jar |Scuba Gear |scuba_gear |1.0.5 |DONE |Manifest: NOSIGNATURE
creativeblockreplacer_1.19.2-1.7.jar |Creative Block Replacer |creativeblockreplacer |1.7 |DONE |Manifest: NOSIGNATURE
mcw-paths-1.0.1-mc1.19.2.jar |Macaw's Paths and Pavings |mcwpaths |1.0.1 |DONE |Manifest: NOSIGNATURE
idas_forge-1.4.8+1.19.2.jar |Integrated Dungeons and Struct|idas |1.4.8+1.19.2 |DONE |Manifest: NOSIGNATURE
ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |DONE |Manifest: NOSIGNATURE
infernalmobs-1.19.2.2.jar |Infernal Mobs |infernalmobs |1.19.2.2 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.19.2-2.1.52-beta.jar |When Dungeons Arise |dungeons_arise |2.1.52-1.19.2 |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
Nexus-1.19.x-(v.1.2.7).jar |Nexus |nexus |1.2.7 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.19.2-13.0.3.jar |EnchantmentDescriptions |enchdesc |13.0.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
TerraBlender-forge-1.19.2-2.0.1.128.jar |TerraBlender |terrablender |2.0.1.128 |DONE |Manifest: NOSIGNATURE
swingthroughgrass-1.19.2-1.10.0.jar |SwingThroughGrass |swingthroughgrass |1.19.2-1.10.0 |DONE |Manifest: NOSIGNATURE
moonlight-1.19.2-2.1.3-forge.jar |Moonlight Library |moonlight |1.19.2-2.1.3 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE
Companion-1.19.1-forge-3.0.2.jar |Companion |companion |3.0.2 |DONE |Manifest: NOSIGNATURE
bettercombat-forge-1.4.5+1.19.jar |Better Combat |bettercombat |1.4.5+1.19 |DONE |Manifest: NOSIGNATURE
combatroll-forge-1.0.8+1.19.jar |Combat Roll |combatroll |1.0.8+1.19 |DONE |Manifest: NOSIGNATURE
totw_additions-1.2.3-1.19.x-forge.jar |Towers of the Wild: Additions |totw_additions |1.2.3 |DONE |Manifest: NOSIGNATURE
bettersafebed-forge-1.19-4.jar |Better Safe Bed |bettersafebed |4 |DONE |Manifest: NOSIGNATURE
Retraining-forge-1.19-1.2.0.jar |Retraining |retraining |1.2.0 |DONE |Manifest: NOSIGNATURE
NoChatReports-FORGE-1.19.2-v1.4.0.jar |No Chat Reports |nochatreports |1.19.2-v1.4.0 |DONE |Manifest: NOSIGNATURE
SaveYourPets-1.19-1.0.7.jar |Save Your Pets |syp |1.0.7 |DONE |Manifest: NOSIGNATURE
nutritiousmilk_1.19.2-2.1.jar |Nutritious Milk |nutritiousmilk |2.1 |DONE |Manifest: NOSIGNATURE
spectrelib-forge-0.10.0+1.19.jar |SpectreLib |spectrelib |0.10.0+1.19 |DONE |Manifest: NOSIGNATURE
extragolems-19.2.4.jar |Extra Golems |golems |19.2.4 |DONE |Manifest: NOSIGNATURE
dimdungeons-166-forge-1.19.0.jar |Dimensional Dungeons |dimdungeons |166 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.19.2-0.6.7-8.jar |Flywheel |flywheel |0.6.7-8 |DONE |Manifest: NOSIGNATURE
create-1.19.2-0.5.0.f.jar |Create |create |0.5.0.f |DONE |Manifest: NOSIGNATURE
ars_creo-1.19.2-3.0.1.jar |Ars Creo |ars_creo |3.0.1 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_22.16.0_Forge_1.19.1.jar |Xaero's Minimap |xaerominimap |22.16.0 |DONE |Manifest: NOSIGNATURE
hmag-forge-mc1.19.2-6.0.2.jar |Hostile Mobs and Girls |hmag |6.0.2 |DONE |Manifest: NOSIGNATURE
cyclepaintings_1.19.2-2.7.jar |Cycle Paintings |cyclepaintings |2.7 |DONE |Manifest: NOSIGNATURE
FastWorkbench-1.19.2-7.0.1.jar |Fast Workbench |fastbench |7.0.1 |DONE |Manifest: NOSIGNATURE
polymorph-forge-0.45.0+1.19.2.jar |Polymorph |polymorph |0.45.0+1.19.2 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.8-54.jar |AutoRegLib |autoreglib |1.8-54 |DONE |Manifest: NOSIGNATURE
Quark-3.3-371.jar |Quark |quark |3.3-371 |DONE |Manifest: NOSIGNATURE
ars_elemental-1.19.2-0.5.5.5.1.jar |Ars Elemental |ars_elemental |1.19.2-0.5.5.5.1 |DONE |Manifest: NOSIGNATURE
ars_scalaes-1.19.2-1.7.0.6.jar |Ars Nouveau Scaling Compats |ars_scalaes |1.19.2-1.7.0.6 |DONE |Manifest: NOSIGNATURE
entityculling-forge-1.5.2-mc1.19.1.jar |EntityCulling |entityculling |1.5.1 |DONE |Manifest: NOSIGNATURE
villagebellrecipe_1.19.2-1.6.jar |Village Bell Recipe |villagebellrecipe |1.6 |DONE |Manifest: NOSIGNATURE
ars_instrumentum-1.19.2-3.1.0.jar |Ars Instrumentum |ars_instrumentum |3.1.0 |DONE |Manifest: NOSIGNATURE
TrampleNoMore-Forge-1.19.2-9.0.1.jar |TrampleNoMore |tramplenomore |9.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
FastFurnace-1.19.2-7.0.0.jar |FastFurnace |fastfurnace |7.0.0 |DONE |Manifest: NOSIGNATURE
BetterTridents-v4.0.1-1.19.2-Forge.jar |Better Tridents |bettertridents |4.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
PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |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
Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go |byg |2.0.0.13 |DONE |Manifest: NOSIGNATURE
macawsroofsbyg-1.19.2-1.0.jar |Macaw's Roofs - BYG |macawsroofsbyg |1.19.2-1.0 |DONE |Manifest: NOSIGNATURE
mcwfencesbyg-1.19.2-1.0.jar |Macaw's Fences - BYG |mcwfencesbyg |1.19.2-1.0 |DONE |Manifest: NOSIGNATURE
charmofundying-forge-6.0.0+1.19.2.jar |Charm of Undying |charmofundying |6.0.0+1.19.2 |DONE |Manifest: NOSIGNATURE
BetterF3-4.0.0-Forge-1.19.2.jar |BetterF3 |betterf3 |4.0.0 |DONE |Manifest: NOSIGNATURE
majruszs-enchantments-1.19.2-1.7.5.jar |Majrusz's Enchantments |majruszsenchantments |1.7.5 |DONE |Manifest: NOSIGNATURE
FriendlyFire-Forge-1.19.2-14.0.1.jar |FriendlyFire |friendlyfire |14.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Craftable Horse Armour Saddle-1.19-1.9.jar |CHA&S - Craftable Horse Armour|craftablehorsearmour |1.9 |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
expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
UncraftingTable-forge-1.1.3.jar |Uncrafting Table |uncraftingtable76 |1.1.3 |DONE |Manifest: NOSIGNATURE
xptome-1.19-2.1.6.jar |XP Tome |xpbook |2.1.6 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 5d618cfd-6509-4506-8969-f156d10cabe6
FML: 43.1
Forge: net.minecraftforge:43.1.38
Flywheel Backend: GL33 Instanced Arrays

commented

Happened in 1.1.1 as well.

commented

Please update MCPitanLibarch to the latest.

commented

It works after updating MCPitanLibarch, thanks!

Separate issue though; it has no book slot. Maybe a mod conflict?

commented

Please check if Item Alchemy is old or check Config(config/uncrafting_table76.json).

commented

It was an old config file. Thanks! :)