A modern engine for modded Minecraft.

Overview
Logo by @voxel_dani on Twitter

Flywheel

A modern engine for modded Minecraft.
Jenkins Discord Curseforge Downloads

About

The goal of this project is to provide tools for mod developers so they no longer have to worry about performance, or limitations of Minecraft's archaic rendering engine. That said, this is primarily an outlet for me to have fun with graphics programming.

Instancing

Flywheel provides an alternate, unified path for entity and tile entity rendering that takes advantage of GPU instancing. In doing so, Flywheel gives the developer the flexibility to define their own vertex and instance formats, and write custom shaders to ingest that data.

Shaders

To accomodate the developer and leave more in the hands of the engine, Flywheel provides a custom shader loading and templating system to hide the details of the CPU/GPU interface. This system is a work in progress. There will be breaking changes, and I make no guarantees of backwards compatibility.

Plans

  • Vanilla performance improvements
  • Compute shader particles
  • Deferred rendering
  • Different renderers for differently aged hardware

Getting Started (For Developers)

Add the following repo and dependency to your build.gradle:

repositories {
    maven {
        name "tterrag maven"
        url "https://maven.tterrag.com/"
    }
}

dependencies {
    implementation fg.deobf("com.jozufozu.flywheel:Flywheel:${flywheel_version}")
}

${flywheel_version} gets replaced by the version of Flywheel you want to use, eg. 0.0.3.18

For a list of available Flywheel versions, you can check the maven.

If you aren't using mixed mappings (or just want to be safe), add the following properties to your run configurations:

property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

This ensures that Flywheel's mixins get properly loaded in your dev env.

Comments
  • (1.18.2) Flywheel ISN'T compatible with Optifine

    (1.18.2) Flywheel ISN'T compatible with Optifine

    Describe the Bug

    I'll be blunt: Optifine is straight up NOT compatible with Flywheel, despite what the mod description says. Whenever I load Flywheel with Optifine at the same time, the game just straight up crashes before it can even boot up, with an exit code of 1, of course.

    Reproduction Steps

    1. Download Flywheel
    2. Download Optifine
    3. Boot up the game (Or at least try to do so.) ...

    Expected Result

    I would've expected the two mods would work together just fine, but NOPE. The description lies, albiet unintentonally.

    Screenshots and Videos

    No response

    Crash Report or Log

    No response

    Operating System

    Windows 10

    What is your GPU?

    Nvidia GeForce GTX 970

    Mod Version

    0.6.2

    Minecraft Version

    1.18

    Loader Version

    Forge 40.1.54

    Other Mods

    No response

    Additional Context

    No response

    bug 
    opened by Youhadabadday 16
  • Client crash with Create rendering

    Client crash with Create rendering

    When a contraption in Create starts moving the game immediately crashes with a "Unexpected error/NullPointerException" error. The first error message is from Flywheel, therefore I am reporting this error here as well. I am using macOS, other players running Windows haven't had any issues.

    Crash report:

    ---- Minecraft Crash Report ----
    // Quite honestly, I wouldn't worry myself about that.
    
    Time: 8/3/21 12:18 AM
    Description: Unexpected error
    
    java.lang.NullPointerException: Unexpected error
    	at com.jozufozu.flywheel.backend.model.ModelRenderer.draw(ModelRenderer.java:24) ~[?:1.16-0.2.0] {re:classloading}
    	at com.simibubi.create.content.contraptions.components.structureMovement.render.RenderedContraption.doRenderLayer(RenderedContraption.java:70) ~[?:mc1.16.5_v0.3.2c] {re:classloading}
    	at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.renderLayer(FlwContraptionManager.java:55) ~[?:mc1.16.5_v0.3.2c] {re:classloading}
    	at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.renderLayer(ContraptionRenderDispatcher.java:62) ~[?:mc1.16.5_v0.3.2c] {re:classloading,pl:runtimedistcleaner:A}
    	at net.minecraftforge.eventbus.ASMEventHandler_920_ContraptionRenderDispatcher_renderLayer_RenderLayerEvent.invoke(.dynamic) ~[?:?] {}
    	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
    	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
    	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
    	at net.minecraft.client.renderer.WorldRenderer.handler$zha000$renderLayer(WorldRenderer.java:5719) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:APP:supplementaries.mixins.json:ParrotPartyMixin,pl:mixin:APP:lightoverlay-forge.mixins.json:MixinLevelRenderer,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess,pl:mixin:APP:immersiveengineering.mixins.json:coremods.client.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:APP:quark.mixins.json:client.WorldRendererMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorWorldRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.renderer.WorldRenderer.func_228441_a_(WorldRenderer.java:1263) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:APP:supplementaries.mixins.json:ParrotPartyMixin,pl:mixin:APP:lightoverlay-forge.mixins.json:MixinLevelRenderer,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess,pl:mixin:APP:immersiveengineering.mixins.json:coremods.client.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:APP:quark.mixins.json:client.WorldRendererMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorWorldRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:956) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:APP:supplementaries.mixins.json:ParrotPartyMixin,pl:mixin:APP:lightoverlay-forge.mixins.json:MixinLevelRenderer,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess,pl:mixin:APP:immersiveengineering.mixins.json:coremods.client.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:APP:quark.mixins.json:client.WorldRendererMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorWorldRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:608) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:StoreProjectionMatrixMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:425) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:StoreProjectionMatrixMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,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:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,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) ~[1.16.5.jar:?] {re:classloading,pl:runtimedistcleaner:A}
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
    	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.0.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.jozufozu.flywheel.backend.model.ModelRenderer.draw(ModelRenderer.java:24) ~[?:1.16-0.2.0] {re:classloading}
    	at com.simibubi.create.content.contraptions.components.structureMovement.render.RenderedContraption.doRenderLayer(RenderedContraption.java:70) ~[?:mc1.16.5_v0.3.2c] {re:classloading}
    	at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.renderLayer(FlwContraptionManager.java:55) ~[?:mc1.16.5_v0.3.2c] {re:classloading}
    	at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.renderLayer(ContraptionRenderDispatcher.java:62) ~[?:mc1.16.5_v0.3.2c] {re:classloading,pl:runtimedistcleaner:A}
    	at net.minecraftforge.eventbus.ASMEventHandler_920_ContraptionRenderDispatcher_renderLayer_RenderLayerEvent.invoke(.dynamic) ~[?:?] {}
    	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
    	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
    	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
    	at net.minecraft.client.renderer.WorldRenderer.handler$zha000$renderLayer(WorldRenderer.java:5719) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:APP:supplementaries.mixins.json:ParrotPartyMixin,pl:mixin:APP:lightoverlay-forge.mixins.json:MixinLevelRenderer,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess,pl:mixin:APP:immersiveengineering.mixins.json:coremods.client.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:APP:quark.mixins.json:client.WorldRendererMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorWorldRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.renderer.WorldRenderer.func_228441_a_(WorldRenderer.java:1263) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:APP:supplementaries.mixins.json:ParrotPartyMixin,pl:mixin:APP:lightoverlay-forge.mixins.json:MixinLevelRenderer,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess,pl:mixin:APP:immersiveengineering.mixins.json:coremods.client.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:APP:quark.mixins.json:client.WorldRendererMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorWorldRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:956) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:APP:supplementaries.mixins.json:ParrotPartyMixin,pl:mixin:APP:lightoverlay-forge.mixins.json:MixinLevelRenderer,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess,pl:mixin:APP:immersiveengineering.mixins.json:coremods.client.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:APP:quark.mixins.json:client.WorldRendererMixin,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorWorldRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
    	at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:608) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:StoreProjectionMatrixMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    -- Affected level --
    Details:
    	All players: 1 total; [ClientPlayerEntity['PLAYERNAME'/295, l='ClientLevel', x=425.21, y=86.00, z=4318.24]]
    	Chunk stats: Client Chunk Cache: 625, 420
    	Level dimension: minecraft:overworld
    	Level spawn location: World: (421,86,4320), Chunk: (at 5,5,0 in 26,270; contains blocks 416,0,4320 to 431,255,4335), Region: (0,8; contains chunks 0,256 to 31,287, blocks 0,0,4096 to 511,255,4607)
    	Level time: 1781 game time, 1781 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,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_clientworldclass,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:2029) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,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:628) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,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) ~[1.16.5.jar:?] {re:classloading,pl:runtimedistcleaner:A}
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
    	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
    	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.0.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: Mac OS X (x86_64) version 10.13.6
    	Java Version: 1.8.0_74, Oracle Corporation
    	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    	Memory: 1303889368 bytes (1243 MB) / 3362258944 bytes (3206 MB) up to 5249695744 bytes (5006 MB)
    	CPUs: 4
    	JVM Flags: 4 total; -Xss1M -Xmx5632m -Xms256m -XX:PermSize=256m
    	ModLauncher: 8.0.9+86+master.3cf110c
    	ModLauncher launch target: fmlclient
    	ModLauncher naming: srg
    	ModLauncher services: 
    		/mixin-0.8.2.jar mixin PLUGINSERVICE 
    		/eventbus-4.0.0.jar eventbus PLUGINSERVICE 
    		/forge-1.16.5-36.2.0.jar object_holder_definalize PLUGINSERVICE 
    		/forge-1.16.5-36.2.0.jar runtime_enum_extender PLUGINSERVICE 
    		/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
    		/forge-1.16.5-36.2.0.jar capability_inject_definalize PLUGINSERVICE 
    		/forge-1.16.5-36.2.0.jar runtimedistcleaner PLUGINSERVICE 
    		/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
    		/forge-1.16.5-36.2.0.jar fml TRANSFORMATIONSERVICE 
    	FML: 36.2
    	Forge: net.minecraftforge:36.2.0
    	FML Language Providers: 
    		[email protected]
    		minecraft@1
    	Mod List: 
    		CyclopsCore-1.16.5-1.11.7.jar                     |Cyclops Core                  |cyclopscore                   |1.11.7              |DONE      |Manifest: NOSIGNATURE
    		IntegratedTerminals-1.16.5-1.2.4.jar              |IntegratedTerminals           |integratedterminals           |1.2.4               |DONE      |Manifest: NOSIGNATURE
    		mcw-windows-1.0.3-mc1.16.5.jar                    |Macaw's Windows               |mcwwindows                    |1.0.3               |DONE      |Manifest: NOSIGNATURE
    		IronJetpacks-1.16.5-4.2.1.jar                     |Iron Jetpacks                 |ironjetpacks                  |4.2.1               |DONE      |Manifest: NOSIGNATURE
    		BetterCaves-Forge-1.16.4-1.1.2.jar                |YUNG's Better Caves           |bettercaves                   |1.16.4-1.1.2        |DONE      |Manifest: NOSIGNATURE
    		glassential-forge-1.16.5-1.1.6.jar                |Glassential                   |glassential                   |1.1.6               |DONE      |Manifest: NOSIGNATURE
    		TerraForged-1.16.5-0.2.13.jar                     |TerraForged                   |terraforged                   |0.2.13              |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
    		CTM-MC1.16.1-1.1.2.6.jar                          |ConnectedTexturesMod          |ctm                           |MC1.16.1-1.1.2.6    |DONE      |Manifest: NOSIGNATURE
    		CookingForBlockheads_1.16.5-9.3.3.jar             |Cooking for Blockheads        |cookingforblockheads          |9.3.3               |DONE      |Manifest: NOSIGNATURE
    		ReAuth-1.16-Forge-3.9.3.jar                       |ReAuth                        |reauth                        |3.9.3               |DONE      |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
    		farmersdelightintegrations-1.16.5-1.1.jar         |Farmer's Delight Compats      |farmersdelightintegrations    |1.16.5-1.1          |DONE      |Manifest: NOSIGNATURE
    		YungsApi-1.16.4-Forge-11.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-11     |DONE      |Manifest: NOSIGNATURE
    		Bookshelf-1.16.5-10.2.15.jar                      |Bookshelf                     |bookshelf                     |10.2.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.s4.jar                  |Biome Id Fixer by Desagas     |biomeidfixer                  |1.16.5-1.0.1.s4     |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
    		DarkUtilities-1.16.5-8.0.10.jar                   |Dark Utilities                |darkutils                     |8.0.10              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
    		mcw-doors-1.0.3-mc1.16.5.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.3               |DONE      |Manifest: NOSIGNATURE
    		Morpheus-1.16.5-4.2.70.jar                        |Morpheus                      |morpheus                      |4.2.70              |DONE      |Manifest: NOSIGNATURE
    		MekanismGenerators-1.16.5-10.0.21.448.jar         |Mekanism: Generators          |mekanismgenerators            |10.0.21             |DONE      |Manifest: NOSIGNATURE
    		FpsReducer-mc1.16.5-1.20.jar                      |FPS Reducer                   |fpsreducer                    |mc1.16.5-1.20       |DONE      |Manifest: NOSIGNATURE
    		JustEnoughResources-1.16.5-0.12.1.121.jar         |Just Enough Resources         |jeresources                   |0.12.1.121          |DONE      |Manifest: NOSIGNATURE
    		twilightforest-1.16.5-4.0.515-universal.jar       |The Twilight Forest           |twilightforest                |NONE                |DONE      |Manifest: NOSIGNATURE
    		supplementaries-1.16.5-0.14.5.jar                 |Supplementaries               |supplementaries               |1.16.5-0.14.0       |DONE      |Manifest: NOSIGNATURE
    		refinedstorage-1.9.15.jar                         |Refined Storage               |refinedstorage                |1.9.15              |DONE      |Manifest: NOSIGNATURE
    		chocolate-1.3.0-1.16.4.jar                        |Chocolate                     |chocolate                     |1.3.0-1.16.4        |DONE      |Manifest: NOSIGNATURE
    		mcw-bridges-1.0.6-mc1.16.5.jar                    |Macaw's Bridges               |mcwbridges                    |1.0.6               |DONE      |Manifest: NOSIGNATURE
    		FarmersDelight-1.16.5-0.4.5.jar                   |Farmer's Delight              |farmersdelight                |1.16.5-0.4.5        |DONE      |Manifest: NOSIGNATURE
    		CommonCapabilities-1.16.5-2.7.0.jar               |CommonCapabilities            |commoncapabilities            |2.7.0               |DONE      |Manifest: NOSIGNATURE
    		BiomesOPlenty-1.16.5-13.1.0.477-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.16.5-13.1.0.477   |DONE      |Manifest: NOSIGNATURE
    		MekanismAdditions-1.16.5-10.0.21.448.jar          |Mekanism: Additions           |mekanismadditions             |10.0.21             |DONE      |Manifest: NOSIGNATURE
    		ironfurnaces-1.16.5-2.6.9.jar                     |Iron Furnaces                 |ironfurnaces                  |2.6.9               |DONE      |Manifest: NOSIGNATURE
    		mcw-trapdoors-1.0.2-mc1.16.5.jar                  |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
    		mcw-fences-1.0.0-mc1.16.5.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.0               |DONE      |Manifest: NOSIGNATURE
    		simplylight-1.16.4-1.1.3.jar                      |Simply Light                  |simplylight                   |1.16.4-1.1.3        |DONE      |Manifest: NOSIGNATURE
    		Botania-1.16.5-419.jar                            |Botania                       |botania                       |1.16.5-419          |DONE      |Manifest: NOSIGNATURE
    		pamhc2foodextended-1.16.3-1.0.2.jar               |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended            |version             |DONE      |Manifest: NOSIGNATURE
    		curios-forge-1.16.5-4.0.5.2.jar                   |Curios API                    |curios                        |1.16.5-4.0.5.2      |DONE      |Manifest: NOSIGNATURE
    		Patchouli-1.16.4-53.1.jar                         |Patchouli                     |patchouli                     |1.16.4-53.1         |DONE      |Manifest: NOSIGNATURE
    		IntegratedTunnels-1.16.5-1.8.5.jar                |IntegratedTunnels             |integratedtunnels             |1.8.5               |DONE      |Manifest: NOSIGNATURE
    		Runelic-1.16.5-7.0.1.jar                          |Runelic                       |runelic                       |7.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
    		MekanismTools-1.16.5-10.0.21.448.jar              |Mekanism: Tools               |mekanismtools                 |10.0.21             |DONE      |Manifest: NOSIGNATURE
    		mcw-roofs-2.0.1-mc1.16.5-4.jar                    |Macaw's Roofs                 |mcwroofs                      |2.0.1               |DONE      |Manifest: NOSIGNATURE
    		architectury-1.20.28-forge.jar                    |Architectury                  |architectury                  |1.20.28             |DONE      |Manifest: NOSIGNATURE
    		mcw-furniture-2.0.1-mc1.16.5.jar                  |Macaw's Furniture             |mcwfurnitures                 |2.0.1               |DONE      |Manifest: NOSIGNATURE
    		light-overlay-5.8.1.jar                           |Light Overlay                 |lightoverlay                  |5.8.1               |DONE      |Manifest: NOSIGNATURE
    		cloth-config-4.11.26-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.11.26             |DONE      |Manifest: NOSIGNATURE
    		FastLeafDecay-v25.jar                             |FastLeafDecay                 |fastleafdecay                 |v25                 |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
    		mcw-lights-1.0.0-mc1.16.5.jar                     |Macaw's Lights and Lamps      |mcwlights                     |1.0.0               |DONE      |Manifest: NOSIGNATURE
    		QuarkOddities-1.16.3.jar                          |Quark Oddities                |quarkoddities                 |1.16.3              |DONE      |Manifest: NOSIGNATURE
    		ClientTweaks_1.16.3-5.3.0.jar                     |Client Tweaks                 |clienttweaks                  |5.3.0               |DONE      |Manifest: NOSIGNATURE
    		Cucumber-1.16.4-4.1.10.jar                        |Cucumber Library              |cucumber                      |4.1.10              |DONE      |Manifest: NOSIGNATURE
    		ftb-library-forge-1605.3.1-build.56.jar           |FTB Library                   |ftblibrary                    |1605.3.1-build.56   |DONE      |Manifest: NOSIGNATURE
    		ftb-teams-forge-1605.2.1-build.20.jar             |FTB Teams                     |ftbteams                      |1605.2.1-build.20   |DONE      |Manifest: NOSIGNATURE
    		pamhc2trees-1.16.3-1.0.1.jar                      |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees                   |1.0.1               |DONE      |Manifest: NOSIGNATURE
    		jei-1.16.5-7.7.1.116.jar                          |Just Enough Items             |jei                           |7.7.1.116           |DONE      |Manifest: NOSIGNATURE
    		abnormals_core-1.16.5-3.2.0.jar                   |Abnormals Core                |abnormals_core                |3.2.0               |DONE      |Manifest: NOSIGNATURE
    		Mekanism-1.16.5-10.0.21.448.jar                   |Mekanism                      |mekanism                      |10.0.21             |DONE      |Manifest: NOSIGNATURE
    		extraboats-1.16.5-2.1.0.jar                       |Extra Boats                   |extraboats                    |2.1.0               |DONE      |Manifest: NOSIGNATURE
    		Waystones_1.16.5-7.6.2.jar                        |Waystones                     |waystones                     |7.6.2               |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
    		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.3.0.jar                     |Dungeon Crawl                 |dungeoncrawl                  |2.3.0               |DONE      |Manifest: NOSIGNATURE
    		mcjtylib-1.16-5.0.22.jar                          |McJtyLib                      |mcjtylib                      |1.16-5.0.22         |DONE      |Manifest: NOSIGNATURE
    		rftoolsbase-1.16-2.0.11.jar                       |RFToolsBase                   |rftoolsbase                   |1.16-2.0.11         |DONE      |Manifest: NOSIGNATURE
    		xnet-1.16-3.0.13.jar                              |XNet                          |xnet                          |1.16-3.0.13         |DONE      |Manifest: NOSIGNATURE
    		rftoolsstorage-1.16-2.0.13.jar                    |RFToolsStorage                |rftoolsstorage                |1.16-2.0.13         |DONE      |Manifest: NOSIGNATURE
    		rftoolscontrol-1.16-4.0.11.jar                    |RFToolsControl                |rftoolscontrol                |1.16-4.0.11         |DONE      |Manifest: NOSIGNATURE
    		rftoolsdim-1.16-7.0.11-beta.jar                   |RFToolsDimensions             |rftoolsdim                    |1.16-7.0.11-beta    |DONE      |Manifest: NOSIGNATURE
    		JEITweaker-1.16.5-1.0.1.34.jar                    |JEI Tweaker                   |jeitweaker                    |1.0.1.34            |DONE      |Manifest: NOSIGNATURE
    		CraftTweaker-1.16.5-7.1.0.360.jar                 |CraftTweaker                  |crafttweaker                  |7.1.0.360           |DONE      |Manifest: NOSIGNATURE
    		rftoolspower-1.16-3.0.9.jar                       |RFToolsPower                  |rftoolspower                  |1.16-3.0.9          |DONE      |Manifest: NOSIGNATURE
    		ImmersivePetroleum-1.16.5-3.3.0-5.jar             |Immersive Petroleum           |immersivepetroleum            |3.3.0-5             |DONE      |Manifest: NOSIGNATURE
    		ftb-chunks-forge-1605.3.1-build.41.jar            |FTB Chunks                    |ftbchunks                     |1605.3.1-build.41   |DONE      |Manifest: NOSIGNATURE
    		forge-1.16.5-36.2.0-universal.jar                 |Forge                         |forge                         |36.2.0              |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
    		Ceramics-1.16.5-1.6.3.jar                         |Ceramics                      |ceramics                      |1.6.3               |DONE      |Manifest: NOSIGNATURE
    		neapolitan-1.16.5-2.1.0.jar                       |Neapolitan                    |neapolitan                    |2.1.0               |DONE      |Manifest: NOSIGNATURE
    		immersiveposts-1.16.5-4.1.1.jar                   |Immersive Posts               |immersiveposts                |4.1.1               |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
    		selene-1.16.5-1.5.jar                             |Selene                        |selene                        |1.16.5-1.0          |DONE      |Manifest: NOSIGNATURE
    		MysticalAgriculture-1.16.5-4.2.1.jar              |Mystical Agriculture          |mysticalagriculture           |4.2.1               |DONE      |Manifest: NOSIGNATURE
    		MysticalAgradditions-1.16.5-4.2.0.jar             |Mystical Agradditions         |mysticalagradditions          |4.2.0               |DONE      |Manifest: NOSIGNATURE
    		ironchest-1.16.4-11.2.10.jar                      |Iron Chests                   |ironchest                     |1.16.4-11.2.10      |DONE      |Manifest: NOSIGNATURE
    		IntegratedCrafting-1.16.5-1.0.16.jar              |IntegratedCrafting            |integratedcrafting            |1.0.16              |DONE      |Manifest: NOSIGNATURE
    		ZeroCore2-1.16.4-2.0.21.jar                       |Zero CORE 2                   |zerocore                      |1.16.4-2.0.21       |DONE      |Manifest: NOSIGNATURE
    		ExtremeReactors2-1.16.4-2.0.23.jar                |Extreme Reactors 2            |bigreactors                   |1.16.4-2.0.23       |DONE      |Manifest: NOSIGNATURE
    		forge-1.16.5-36.2.0-client.jar                    |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
    		cofh_core-1.16.5-1.3.1.jar                        |CoFH Core                     |cofh_core                     |1.3.1               |DONE      |Manifest: NOSIGNATURE
    		thermal_foundation-1.16.5-1.3.1.jar               |Thermal Series                |thermal                       |1.3.1               |DONE      |Manifest: NOSIGNATURE
    		thermal_innovation-1.16.5-1.3.0.jar               |Thermal Innovation            |thermal_innovation            |1.3.0               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
    		thermal_expansion-1.16.5-1.3.0.jar                |Thermal Expansion             |thermal_expansion             |1.3.0               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
    		thermal_locomotion-1.16.5-1.3.0.jar               |Thermal Locomotion            |thermal_locomotion            |1.3.0               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
    		TConstruct-1.16.5-3.1.0.231.jar                   |Tinkers' Construct            |tconstruct                    |3.1.0.231           |DONE      |Manifest: NOSIGNATURE
    		rftoolsutility-1.16-3.1.1.jar                     |RFToolsUtility                |rftoolsutility                |1.16-3.1.1          |DONE      |Manifest: NOSIGNATURE
    		MouseTweaks-2.14-mc1.16.2.jar                     |Mouse Tweaks                  |mousetweaks                   |2.14                |DONE      |Manifest: NOSIGNATURE
    		ImmersiveEngineering-1.16.5-5.0.2-137.jar         |Immersive Engineering         |immersiveengineering          |1.16.5-5.0.2-137    |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
    		Jade-1.16.4-2.7.1.jar                             |Jade                          |jade                          |2.7.1               |DONE      |Manifest: NOSIGNATURE
    		pamhc2crops-1.16.3-1.0.2.jar                      |Pam's HarvestCraft 2 Crops    |pamhc2crops                   |version             |DONE      |Manifest: NOSIGNATURE
    		Ding-1.16.5-1.3.0.jar                             |Ding                          |ding                          |1.3.0               |DONE      |Manifest: NOSIGNATURE
    		rftoolsbuilder-1.16-3.1.1.jar                     |RFToolsBuilder                |rftoolsbuilder                |1.16-3.1.1          |DONE      |Manifest: NOSIGNATURE
    		flywheel-1.16-0.2.0.jar                           |Flywheel                      |flywheel                      |1.16-0.2.0          |DONE      |Manifest: NOSIGNATURE
    		create-mc1.16.5_v0.3.2c.jar                       |Create                        |create                        |v0.3.2c for 1.16.5  |DONE      |Manifest: NOSIGNATURE
    		Mantle-1.16.5-1.6.115.jar                         |Mantle                        |mantle                        |1.6.115             |DONE      |Manifest: NOSIGNATURE
    		Xaeros_Minimap_21.14.0_Forge_1.16.5.jar           |Xaero's Minimap               |xaerominimap                  |21.14.0             |DONE      |Manifest: NOSIGNATURE
    		IntegratedDynamics-1.16.5-1.9.1.jar               |IntegratedDynamics            |integrateddynamics            |1.9.1               |DONE      |Manifest: NOSIGNATURE
    		pamhc2foodcore-1.16.3-1.0.2.jar                   |Pam's HarvestCraft 2 Food Core|pamhc2foodcore                |version             |DONE      |Manifest: NOSIGNATURE
    		gravestone-1.16.5-1.0.6.jar                       |Gravestone Mod                |gravestone                    |1.16.5-1.0.6        |DONE      |Manifest: NOSIGNATURE
    		ftb-backups-2.1.1.6.jar                           |FTB Backups                   |ftbbackups                    |2.1.1.6             |DONE      |Manifest: NOSIGNATURE
    		thermal_cultivation-1.16.5-1.3.0.jar              |Thermal Cultivation           |thermal_cultivation           |1.3.0               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
    		autumnity-1.16.5-2.1.1.jar                        |Autumnity                     |autumnity                     |2.1.1               |DONE      |Manifest: NOSIGNATURE
    		AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |Manifest: NOSIGNATURE
    		Quark-r2.4-316.jar                                |Quark                         |quark                         |r2.4-316            |DONE      |Manifest: NOSIGNATURE
    		abnormals_delight-1.16.5-1.1.1.jar                |Abnormals Delight             |abnormals_delight             |1.1.1               |DONE      |Manifest: NOSIGNATURE
    		StorageDrawers-1.16.3-8.3.0.jar                   |Storage Drawers               |storagedrawers                |8.3.0               |DONE      |Manifest: NOSIGNATURE
    		performant-1.16.2-5-3.72m.jar                     |Performant                    |performant                    |3.56m               |DONE      |Manifest: NOSIGNATURE
    		PickleTweaks-1.16.4-5.2.3.jar                     |Pickle Tweaks                 |pickletweaks                  |5.2.3               |DONE      |Manifest: NOSIGNATURE
    		appleskin-forge-mc1.16.x-2.1.0.jar                |AppleSkin                     |appleskin                     |mc1.16.4-2.1.0      |DONE      |Manifest: NOSIGNATURE
    		ferritecore-2.0.5-forge.jar                       |Ferrite Core                  |ferritecore                   |2.0.5               |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.4-1.1.14.jar                  |Engineer's Decor              |engineersdecor                |1.1.14              |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
    		CosmeticArmorReworked-1.16.5-v4.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v4           |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
    		valhelsia_core-16.0.9.jar                         |Valhelsia Core                |valhelsia_core                |16.0.9              |DONE      |Manifest: NOSIGNATURE
    		valhelsia_structures-1.16.5-0.1.4.jar             |Valhelsia Structures          |valhelsia_structures          |1.16.5-0.1.4        |DONE      |Manifest: NOSIGNATURE
    		chiselsandbits-0.3.4-RELEASE.jar                  |Chisels & bits                |chiselsandbits                |NONE                |DONE      |Manifest: NOSIGNATURE
    		morered-1.16.5-2.1.1.0.jar                        |More Red                      |morered                       |2.1.1.0             |DONE      |Manifest: NOSIGNATURE
    	Crash Report UUID: 0c8b23f0-f349-4cbb-b2f0-18032cf7ddbc
    	Patchouli open book context: n/a
    	Launched Version: forge-36.2.0
    	Backend library: LWJGL version 3.2.1 build 12
    	Backend API: Intel(R) HD Graphics 6000 GL version 2.1 INTEL-10.36.22, Intel Inc.
    	GL Caps: Using framebuffer using ARB_framebuffer_object extension
    	Using VBOs: Yes
    	Is Modded: Definitely; Client brand changed to 'forge'
    	Type: Client (map_client.txt)
    	GPU Warnings: version: 2.1
    	Graphics mode: fancy
    	Resource Packs: 
    	Current Language: English (US)
    	CPU: 4x Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz
    
    opened by TechnicProblem 13
  • Chests (and many other block models) are broken

    Chests (and many other block models) are broken

    obraz Note the lack of bottoms and the weird textures in the corner. This was ran in 1.18.0 and 1.18.1 with the same effects, as well as Forge 39.0.0 and 38.0.16 and 38.0.17

    The only mods enabled are Forge and Flywheel.

    Flywheel version is 0.4.0

    EDIT: Does not happen with just Forge installed in any of the abovementioned versions but without Flywheel

    AMD 
    opened by TimCabbage 12
  • game crashing on open, Mac

    game crashing on open, Mac

    Describe the Bug

    When launching a single-player or multiplayer world, right before its supposed to open, (after the loading screen) the entire game crashes and sends me back to the launcher, crashing the game. Regardless of what kind of world. I have the latest forge, flywheel and create mod

    Reproduction Steps

    1. have forge 1.18, flywheel, and the create mod downloaded
    2. launch the game in forge 1.18
    3. join a world (either multiplayer or single)
    4. watch the game crash after the loading terrain screen

    Expected Result

    Launch game click world Not have it crash

    Screenshots and Videos

    Screen Shot 2021-12-11 at 9 10 48 PM `

    Crash Report or Log

    No response

    Operating System

    macOS Monterey Version 12.0.1

    Mod Version

    0.4.0

    Minecraft Version

    1.18

    Forge Version

    1.18

    Other Mods

    Create mod

    Additional Context

    Time: 12/11/21, 9:10 PM Description: Unexpected error

    java.lang.NullPointerException: Unexpected error at java.util.Objects.requireNonNull(Objects.java:208) ~[?:?] {re:mixin} at org.lwjgl.system.MemoryUtil.memAddress(MemoryUtil.java:718) ~[lwjgl-3.2.1.jar%2344!:build 12] {re:mixin} at com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter.acquireWritePointer(UnsafeBufferWriter.java:43) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter.(UnsafeBufferWriter.java:26) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.core.materials.model.writer.UnsafeModelWriter.(UnsafeModelWriter.java:14) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.core.materials.model.ModelType.getWriter(ModelType.java:30) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.GPUInstancer.realloc(GPUInstancer.java:184) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.GPUInstancer.renderSetup(GPUInstancer.java:116) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.GPUInstancer.render(GPUInstancer.java:53) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterialRenderer.render(InstancedMaterialRenderer.java:42) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterialGroup.render(InstancedMaterialGroup.java:52) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.InstancingEngine.lambda$render$1(InstancingEngine.java:100) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) ~[?:?] {} at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] {} at com.jozufozu.flywheel.backend.instancing.instancing.InstancingEngine.render(InstancingEngine.java:100) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.InstanceWorld.renderLayer(InstanceWorld.java:101) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.InstancedRenderDispatcher.renderLayer(InstancedRenderDispatcher.java:83) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.eventbus.ASMEventHandler_12_InstancedRenderDispatcher_renderLayer_RenderLayerEvent.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!:?] {} at net.minecraft.client.renderer.LevelRenderer.handler$zzf000$renderLayer(LevelRenderer.java:4567) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_172993_(LevelRenderer.java:1550) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1174) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1050) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:830) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1040) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:660) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:classloading,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:45) ~[fmlloader-1.18-38.0.15.jar%2322!:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90) [bootstraplauncher-0.1.17.jar:?] {}

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

    -- Head -- Thread: Render thread Stacktrace: at java.util.Objects.requireNonNull(Objects.java:208) ~[?:?] {re:mixin} at org.lwjgl.system.MemoryUtil.memAddress(MemoryUtil.java:718) ~[lwjgl-3.2.1.jar%2344!:build 12] {re:mixin} at com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter.acquireWritePointer(UnsafeBufferWriter.java:43) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.struct.UnsafeBufferWriter.(UnsafeBufferWriter.java:26) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.core.materials.model.writer.UnsafeModelWriter.(UnsafeModelWriter.java:14) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.core.materials.model.ModelType.getWriter(ModelType.java:30) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.GPUInstancer.realloc(GPUInstancer.java:184) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.GPUInstancer.renderSetup(GPUInstancer.java:116) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.GPUInstancer.render(GPUInstancer.java:53) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterialRenderer.render(InstancedMaterialRenderer.java:42) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterialGroup.render(InstancedMaterialGroup.java:52) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.instancing.InstancingEngine.lambda$render$1(InstancingEngine.java:100) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) ~[?:?] {} at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] {} at com.jozufozu.flywheel.backend.instancing.instancing.InstancingEngine.render(InstancingEngine.java:100) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.InstanceWorld.renderLayer(InstanceWorld.java:101) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:classloading} at com.jozufozu.flywheel.backend.instancing.InstancedRenderDispatcher.renderLayer(InstancedRenderDispatcher.java:83) ~[flywheel-forge-1.18-0.4.0.jar%2354!:1.18-0.4.0] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.eventbus.ASMEventHandler_12_InstancedRenderDispatcher_renderLayer_RenderLayerEvent.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!:?] {} at net.minecraft.client.renderer.LevelRenderer.handler$zzf000$renderLayer(LevelRenderer.java:4567) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_172993_(LevelRenderer.java:1550) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1174) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:CancelEntityRenderMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:flywheel.mixins.json:RenderHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1050) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} -- Affected level -- Details: All players: 1 total; [LocalPlayer['Ada_Lugume'/11420, l='ClientLevel', x=-66.05, y=-54.00, z=-59.84]] Chunk stats: 2209, 747 Level dimension: minecraft:overworld Level spawn location: World: (0,107,32), Section: (at 0,11,0 in 0,6,2; chunk contains blocks 0,-64,32 to 15,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 7473862 game time, 584119 day time Server brand: forge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:407) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:create.mixins.json:DestroyProgressMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2249) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:682) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18-20211130.085255-srg.jar%2356!:?] {re:classloading,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:45) ~[fmlloader-1.18-38.0.15.jar%2322!:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.0.7.jar%235!:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90) [bootstraplauncher-0.1.17.jar:?] {}

    -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Mod Resources, Default

    -- System Details -- Details: Minecraft Version: 1.18 Minecraft Version ID: 1.18 Operating System: Mac OS X (x86_64) version 12.0.1 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 902248280 bytes (860 MiB) / 1979711488 bytes (1888 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz Identifier: Intel64 Family 6 Model 142 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 1.40 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: Intel Iris Plus Graphics 645 Graphics card #0 vendor: Intel Graphics card #0 VRAM (MB): 1536.00 Graphics card #0 deviceId: 0x3ea6 Graphics card #0 versionInfo: Revision ID: 0x0001 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: LPDDR3 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: LPDDR3 Virtual memory max (MB): 10240.00 Virtual memory used (MB): 7288.30 Swap memory total (MB): 2048.00 Swap memory used (MB): 1263.50 JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: 1.18-forge-38.0.15 Backend library: LWJGL version 3.2.1 SNAPSHOT Backend API: Intel(R) Iris(TM) Plus Graphics 645 GL version 4.1 INTEL-18.2.10, Intel Inc. Window size: 1708x960 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: vanilla Current Language: English (United Kingdom) CPU: 8x Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz ModLauncher: 9.0.7+91+master.8569cdf ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] javafml@null Mod List: client-1.18-20211130.085255-srg.jar |Minecraft |minecraft |1.18 |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 forge-1.18-38.0.15-universal.jar |Forge |forge |38.0.15 |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 flywheel-forge-1.18-0.4.0.jar |Flywheel |flywheel |1.18-0.4.0 |DONE |Manifest: NOSIGNATURE create-mc1.18_v0.4.jar |Create |create |0.4 |DONE |Manifest: NOSIGNATURE Crash Report UUID: ca7eb1fb-b4e6-4f68-a794-840bb5e9f4ae FML: 38.0 Forge: net.minecraftforge:38.0.15

    bug 
    opened by GreenPanda64 10
  • Flywheel Crashes on Windows 11 with AMD Graphics card

    Flywheel Crashes on Windows 11 with AMD Graphics card

    Describe the Bug

    I spent multiple hours testing a mod pack and found that the flywheel mod for 1.18.2 will always crash my (fully up-to-date) AMD Card, but will not crash my Laptop running an NVIDIA card. Both computers are running intel processors and windows 11.

    Reproduction Steps

    1. Use PC with AMD graphics card and Windows 11 OS
    2. Boot up a modpack that includes Flywheel (either by itself or with others)
    3. Join multiplayer or single player
    4. Game Closes on it's own giving random error codes including (1 and -1073740940) ...

    Expected Result

    Expected to run without crashing

    Screenshots and Videos

    No response

    Crash Report or Log

    No response

    Operating System

    windows 11

    What is your GPU?

    AMD Radeon RX 6600 XT

    Mod Version

    0.6.8

    Minecraft Version

    1.18.2

    Loader Version

    Forge - 40.1.86

    Other Mods

    None

    Additional Context

    Works with NVIDIA but not AMD graphics

    bug 
    opened by killalogan101 9
  • Flywheel fakeplayer api issue

    Flywheel fakeplayer api issue

    Describe the Bug

    Create mod crashes my server due to an issue with flywheel's fake player api. See this github issue for more detail (given to me by dev of caller further up stacktrace).

    Reproduction Steps

    1. join server
    2. place Create mod deployer block for the first time
    3. get achievement from placing block
    4. server crashes immediately after step 3 ...

    Expected Result

    Server continues to run as normal

    Screenshots and Videos

    Kyori lib's interaction with Flywheel

    Crash Report or Log

    https://pastebin.com/HmzE1ABz

    Operating System

    Linux, Windows 10, Windows 11

    What is your GPU?

    Nvidia Geforce 980 Ti

    Mod Version

    0.6.2

    Minecraft Version

    1.18.1

    Loader Version

    Fabric 0.14.6

    Other Mods

    No response

    Additional Context

    See https://github.com/FabricMC/fabric/issues/1980

    bug 
    opened by papuSpartan 9
  • Incompatibility with Oculus mod by Asek3 (Iris port)

    Incompatibility with Oculus mod by Asek3 (Iris port)

    Describe the Bug

    Oculus is a mod by Asek3, which is a Forge port of Iris. This mod is incompatible with the Flywheel engine/Create and crashes whenever a Create block is placed. This issue has been reported to Asek3 and they insist it is an issue with Flywheel. See Oculus Issue Asek3/Iris#24 and Oculus Issue Asek3/Iris#26. Additionally, /flywheel backend off does not solve or prevent the issue.

    Reproduction Steps

    1. Install Rubidium mod (Sodium port by Asek3), Iris mod by Asek3, Flywheel, and Create.
    2. Open world
    3. Place Create block. (i.e. cogwheel)
    4. Game crash. World now un-joinable. ...

    Expected Result

    Iris allows for the rendering of Flywheel/Create objects.

    Screenshots and Videos

    No response

    Crash Report or Log

    https://gist.github.com/ShibeTemple/66e7192b4cbd86e950db490ecbaa4128

    Operating System

    Windows 10

    What is your GPU?

    NVIDIA RTX 3090

    Mod Version

    0.6.0

    Minecraft Version

    1.18.1

    Forge Version

    39.0.79

    Other Mods

    Please see gist.

    Additional Context

    No response

    bug 
    opened by ShibeTemple 9
  • optimized entity's invisible when using shaders

    optimized entity's invisible when using shaders

    Describe the Bug

    When using the Oculus mod with shaders enabled, certain entities become invisible. Specifically, the ones mentioned that have been optimized (chests and bells). I have looked for a way to disable the optimizations, the only thing I could find in the config was "experimental rendering". Turning this off had no change. I am unsure if this is the optimized rendering mentioned on the curseforge page.

    Reproduction Steps

    1. install Oculus and Flywheel
    2. enable any shader

    Expected Result

    Chests and bells should be visible when using shaders.

    Screenshots and Videos

    2022-03-04_18 20 15 2022-03-04_18 20 03

    Crash Report or Log

    No response

    Operating System

    Windows 11

    What is your GPU?

    Nvidia RTX 2070

    Mod Version

    0.6.0

    Minecraft Version

    1.18.1

    Forge Version

    39.1.2

    Other Mods

    No response

    Additional Context

    No response

    bug 
    opened by syelents 9
  • Random movement, crouching, swimming and POV flashing.

    Random movement, crouching, swimming and POV flashing.

    When using this mod (with or without Create) there appears to be this strange issue where you character randomly moves from side to side / crouches /enters the swimming animation for a split second. Another thing happening is the POV glitching out randomly (it's most apparent in 3rd person mode, in 1st person it looks like an occasional black screen flash). It seems to get worse if you increase the render distance or in general put more strain on the system.

    It seems to be a compatibility problem. A clean instance with only forge+flywheel doesn't generate this issue. I will try to scan through the mods to see what exactly causes this.

    opened by SteaSteaStea 8
  • Block light flickering, probable shader issue

    Block light flickering, probable shader issue

    With flywheel, create, and Starlight Create 1.16.5 rc2 installed, blocks on the ground flicker black then back to their assigned lighting. it is entirely random.

    opened by Kaleidio 8
  • Shadows render from the wrong direction with Optifine shaders

    Shadows render from the wrong direction with Optifine shaders

    I recently updated my create version, which introduced this flywheel dependency.

    I'm not 100% sure the problem comes from here, but given that this seems to be a rendering overhaul partially targeting that mod, I think it's at least a good place to start :) Do tell if I should move this elsewhere.

    I've only seen fallout from moving create objects so far, if there are other things I could look at to help pin down the issue, please ask!

    Context

    After an update of create that includes the flywheel dependency, shadows on moving create objects now seem to render from the wrong direction when using optifine shaders.

    Mods

    • Flywheel 0.2.0
    • Create 0.3.2c
    • OptiFine HD U G8

    Tested Shaders

    Screenshots

    It's somewhat hard to accurately represent the issue. Instead of logs (since those have no interesting info, I'll happily provide logs if asked, though), I think screenshots do better here.

    I hope it's somewhat clear that in the "before" screenshot the shadows appear neatly behind the sail frames, on the windmill body, whereas in the "after" they appear on the ground/building before me. Shadows seem to vaguely be relative to the player.

    The shadows also move with in the inverse direction of the camera, which makes this effect a whole lot more jarring than it may seem.

    These screenshots are both from a very modded version of the game, since I only have the given screenshot of the old version; if you'd like me to produce comparison screenshots with a clean environment, I'll happily do so, but this is a bit easier right now - I have reproduced it with the listed mods isolated :)

    Before (Create/Flywheel <= 0.3.2b/0.1.1)

    2021-05-04_00 40 27

    After (Create/Flywheel == 0.3.2c/0.2.0)

    2021-07-31_02 12 53

    Video

    I uploaded a short video to youtube in a test world with just the above mods installed, where i'm flying around a windmill to showcase the issue: https://youtu.be/J0dX10QfUmw

    opened by TLATER 8
  • Version problem

    Version problem

    Describe the Bug

    Flywheel is stated to be for an older version of minecraft in 1.18.2 but I downloaded latest mod for 1.18.2 It is saying that in data pack when creating world And the world shows warning about experimental settings and then crashes but does not crash if flywheel not present

    Reproduction Steps

    1.Download mod for 1.18.2 latest 2.Use it with latest Create mod for 1.18.2 3. Try to start new world ...

    Expected Result

    I expected it to run

    Screenshots and Videos

    No response

    Crash Report or Log

    It does not show any such just kicks me out of game bak to launcher

    Operating System

    Windows 10

    What is your GPU?

    Normal GPU for HP Pavillion G4

    Mod Version

    0.6.8

    Minecraft Version

    1.18.2

    Loader Version

    Forge 40.2.0

    Other Mods

    Create mod latest for 1.18.2

    Additional Context

    No response

    bug 
    opened by MinecraftsholudbeModern 0
  • Backend = Instanced causing stack overflow when joining server

    Backend = Instanced causing stack overflow when joining server

    Describe the Bug

    Joining server causes stack overflow. No crashlogs present. This is a JVM crash. Attached is my dump file hs_err_pid13744-1.log

    Solution: Turning Instanced to Off

    I do not have a MC crash that could provide pointers on the matter.

    Reproduction Steps

    Install modpack Try to play on server Client crashes with JVM error

    Expected Result

    Being able to log in

    Screenshots and Videos

    No response

    Crash Report or Log

    No response

    Operating System

    Windows 10

    What is your GPU?

    ASRock Phantom Gaming D RX 570

    Mod Version

    0.6.8

    Minecraft Version

    1.18.2

    Loader Version

    Forge 40.2.0

    Other Mods

    AI-Improvements-1.18.2-0.5.2.jar appleskin-forge-mc1.18.2-2.4.1.jar Aquaculture-1.18.2-2.3.10.jar arcaneadditions-1.5.0.jar architectury-4.10.88-forge.jar AttributeFix-Forge-1.18.2-14.0.2.jar bmorph-1.18.2-2.0.1.jar Bookshelf-Forge-1.18.2-13.2.50.jar cfm-7.0.0-pre29-1.18.2.jar champions-forge-1.18.2-2.1.6.2.jar chipped-2.0.0-forge.jar cloth-config-6.4.90-forge.jar Clumps-forge-1.18.2-8.0.0+17.jar CodeChickenLib-1.18.2-4.1.2.475-universal.jar corpse-1.18.2-1.0.1.jar CosmeticArmorReworked-1.18.2-v2a.jar create-1.18.2-0.5.0.g.jar create-confectionery1.18.2_v1.0.8.jar create-stuff-additions1.18.2_v2.0.2a.jar createdeco-1.2.12-1.18.2.jar CTM-1.18.2-1.1.5+5.jar curios-forge-1.18.2-5.0.7.1.jar dragonfight-1.18.2-2.2.jar dusk-1.18.2-2.1.jar EnchantmentDescriptions-Forge-1.18.2-10.0.12.jar EnderStorage-1.18.2-2.9.0.182-universal.jar FarmersDelight-1.18.2-1.2.0.jar FarmersRespite-1.18.2-1.3.0.jar FastLeafDecay-28.jar flywheel-forge-1.18.2-0.6.8.jar ftb-chunks-forge-1802.3.12-build.217.jar ftb-library-forge-1802.3.9-build.167.jar ftb-teams-forge-1802.2.9-build.88.jar fxbuildup-0.0.2.jar geckolib-forge-1.18-3.0.57.jar grappling_hook_mod-1.18.2-v13.jar hexerei-0.2.2.jar honeyexpansion-1.1.1.jar IKnowWhatImDoing-5.0.0-forge.jar jei-1.18.2-9.7.1.255.jar kotlinforforge-3.8.0-obf.jar libIPN-forge-1.18.2-2.0.1.jar lootr-1.18.2-0.2.23.60.jar mcw-bridges-2.0.6-mc1.18.2forge.jar mna-1.7.2.10.jar modonomicon-1.18.2-1.23.2.jar MouseTweaks-forge-mc1.18-2.21.jar mystic_alchemy-0.0.9.jar occultism-1.18.2-1.64.0.jar oculus-1.4.3.jar Patchouli-1.18.2-71.1.jar Placebo-1.18.2-6.6.6.jar rubidium-0.5.4.jar selene-1.18.2-1.17.9.jar simplemagnets-1.1.8-forge-mc1.18.jar SmartBrainLib-forge-1.18.2-1.7.4.jar SoL-Carrot-1.18.1-1.12.0.jar spark-1.9.11-forge.jar StorageDrawers-1.18.2-10.2.1.jar supermartijn642configlib-1.1.6-forge-mc1.18.jar supermartijn642corelib-1.0.19-forge-mc1.18.jar supplementaries-1.18.2-1.5.14.jar theoneprobe-1.18-5.1.2.jar theurgy-1.18.2-1.1.1.jar ToastControl-1.18.2-6.0.3.jar ToolBelt-1.18.2-1.18.9.jar XaerosWorldMap_1.28.7_Forge_1.18.2.jar Xaeros_Minimap_22.17.0_Forge_1.18.2.jar

    Additional Context

    Hopefully I have given all the information I can. I have no other clues as to why this happened.

    bug 
    opened by nanakisan 0
  • rendering issue with chest and similar blocks

    rendering issue with chest and similar blocks

    flywheel-forge-1.18.2-0.6.8.jar

    tried forge versions 40.1.0 , 40.1.86 , and 40.1.85

    2022-12-16_22 17 50

    chests, enderchests, trapped chests, shulker boxs, and bells have issues rendering textures from certain angles.

    bug fixed in dev AMD 
    opened by skybix 7
  • Trying to upload an empty model during instancing causes a VBO upload failure

    Trying to upload an empty model during instancing causes a VBO upload failure

    Describe the Bug

    When passing a model that has no vertices to the instancer to use as an instanced model, the upload process of that model crashes.

    Reproduction Steps

    1. Create a baked model that has no quads:
        @NotNull
        @Override
        public List<BakedQuad> getQuads(@Nullable final BlockState state, @Nullable final Direction side, @NotNull final RandomSource rand)
        {
            return Collections.emptyList();
        }
    

    Is a good example 2. Pass this model as a BlockModel to the instancer via for example an ActorInstance in create 3. Notice that the upload fails because no mapped memory region of size 0 can be allocated for the VBO

    Expected Result

    Either the Instancer should just skip upload and rendering, or not fail to upload.

    Screenshots and Videos

    No response

    Crash Report or Log

    https://gist.github.com/marchermans/6f91cfff448672fede9e48bc2cce721a

    Operating System

    Windows 11

    What is your GPU?

    NVidea Geforce RTX 2070 Super Max-Q

    Mod Version

    0.6.8

    Minecraft Version

    1.19.2

    Loader Version

    Forge 43.1.x

    Other Mods

    Create and Chisels And Bits

    Additional Context

    No response

    bug 
    opened by marchermans 0
  •  1.18.2 Missing mandatory dependency.

    1.18.2 Missing mandatory dependency.

    While going to open up my mods pack, i am greeted with a crash of error:1 Going into the logs shows: [17:11:13] [main/ERROR]: Missing mandatory dependencies: flywheel

    I have flywheel installed, ans i can not personally locate anything that would be creating a clash

    Other info: Using the curseforge app to create my modpack and using it through that. Full modpack is 213 mods but no indication as to what specifically could be causing the clash.

    opened by atomiicos 0
  • Error loading mod.

    Error loading mod.

    So i am using a modpack called Dawncraft wich should work fine but for some reason it has a loading error starting up. Here are the logs.

    Crash Report

    If you need more information or can help me with this dm me on discord: ChrisMG#1995 / or here in the comments

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

    Time: 10-10-2022 15:19 Description: Mod loading error has occurred

    java.lang.Exception: Mod Loading has failed at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.18.2-40.1.80-universal.jar%23248!/:?] {re:classloading} at net.minecraftforge.client.loading.ClientModLoader.completeModLoading(ClientModLoader.java:170) ~[forge-1.18.2-40.1.80-universal.jar%23248!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.lambda$new$1(Minecraft.java:557) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:braincell.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:ClientPackFinderMixin,pl:mixin:APP:dannys_expansion.mixins.json:client.MinecraftMixin,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.Util.m_137521_(Util.java:397) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {re:mixin,re:classloading,pl:mixin:APP:blue_skies.mixins.json:UtilMixin,pl:mixin:APP:bettermineshafts.mixins.json:SuppressLogMixin,pl:mixin:A} at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:551) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:braincell.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:ClientPackFinderMixin,pl:mixin:APP:dannys_expansion.mixins.json:client.MinecraftMixin,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.gui.screens.LoadingOverlay.m_6305_(LoadingOverlay.java:135) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:879) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {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:1046) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:braincell.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:ClientPackFinderMixin,pl:mixin:APP:dannys_expansion.mixins.json:client.MinecraftMixin,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:665) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:braincell.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:globaldataandresourcepacks.mixins.json:ClientPackFinderMixin,pl:mixin:APP:dannys_expansion.mixins.json:client.MinecraftMixin,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.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23243!/:?] {re:classloading,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:31) ~[fmlloader-1.18.2-40.1.80.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

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

    -- Head -- Thread: Render thread Stacktrace: at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:754) ~[mixin-0.8.5.jar%2314!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} -- MOD flywheel -- Details: Caused by 0: java.lang.reflect.InvocationTargetException at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.80.jar%23245!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.80.jar%23244!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}

    Caused by 1: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    	at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    	at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
    	at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {}
    	at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {}
    	at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {}
    	at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {}
    	at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?] {}
    	at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {}
    	at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?] {}
    	at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {}
    	at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?] {}
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
    	at com.jozufozu.flywheel.Flywheel.clientInit(Flywheel.java:72) ~[flywheel-forge-1.18.2-0.6.5.jar%23127!/:0.6.5] {re:classloading}
    	at com.jozufozu.flywheel.Flywheel.lambda$new$3(Flywheel.java:62) ~[flywheel-forge-1.18.2-0.6.5.jar%23127!/:0.6.5] {re:classloading}
    	at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.18.2-40.1.80.jar%23244!/:?] {}
    	at com.jozufozu.flywheel.Flywheel.<init>(Flywheel.java:62) ~[flywheel-forge-1.18.2-0.6.5.jar%23127!/:0.6.5] {re:classloading}
    	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
    	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
    	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
    	at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
    	at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.80.jar%23245!/:?] {}
    	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.80.jar%23244!/:?] {}
    	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    	at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
    
    Mod File: /C:/Users/Gebruiker/AppData/Roaming/.minecraft/mods/flywheel-forge-1.18.2-0.6.5.jar
    Failure message: Flywheel (flywheel) has failed to load correctly
    	java.lang.reflect.InvocationTargetException: null
    Mod Version: 0.6.5
    Mod Issue URL: https://github.com/Jozufozu/Flywheel/issues
    Exception message: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.irisshaders.iris.api.v0.IrisApi
    

    Stacktrace: at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:754) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:739) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:310) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at com.jozufozu.flywheel.Flywheel.clientInit(Flywheel.java:72) ~[flywheel-forge-1.18.2-0.6.5.jar%23127!/:0.6.5] {re:classloading} at com.jozufozu.flywheel.Flywheel.lambda$new$3(Flywheel.java:62) ~[flywheel-forge-1.18.2-0.6.5.jar%23127!/:0.6.5] {re:classloading} at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.18.2-40.1.80.jar%23244!/:?] {} at com.jozufozu.flywheel.Flywheel.(Flywheel.java:62) ~[flywheel-forge-1.18.2-0.6.5.jar%23127!/:0.6.5] {re:classloading} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.1.80.jar%23245!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.80.jar%23244!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}

    -- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 945233968 bytes (901 MiB) / 1442840576 bytes (1376 MiB) up to 12884901888 bytes (12288 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 2600 Six-Core Processor
    Identifier: AuthenticAMD Family 23 Model 8 Stepping 2 Microarchitecture: Zen+ Frequency (GHz): 3,39 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce RTX 2060 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095,00 Graphics card #0 deviceId: 0x1f08 Graphics card #0 versionInfo: DriverVersion=31.0.15.1748 Memory slot #0 capacity (MB): 8192,00 Memory slot #0 clockSpeed (GHz): 2,93 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192,00 Memory slot #1 clockSpeed (GHz): 2,93 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 8192,00 Memory slot #2 clockSpeed (GHz): 2,93 Memory slot #2 type: DDR4 Memory slot #3 capacity (MB): 8192,00 Memory slot #3 clockSpeed (GHz): 2,93 Memory slot #3 type: DDR4 Virtual memory max (MB): 37581,77 Virtual memory used (MB): 12066,95 Swap memory total (MB): 4864,00 Swap memory used (MB): 0,00 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ModLauncher: 9.1.3+9.1.3+main.9b69c82a ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE slf4jfixer PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: hexerei-0.2.2.jar |Hexerei |hexerei |0.2.2 |COMMON_SET|Manifest: NOSIGNATURE saturn-mc1.18.2-0.0.1.jar |Saturn |saturn |0.0.1 |COMMON_SET|Manifest: NOSIGNATURE TreeChop-1.18.2-0.15.7.jar |HT's TreeChop |treechop |0.15.7 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG's Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE habitat-1.1.3.jar |Habitat |habitat |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE musictriggers-1.18.2-5.4-hf.jar |Music Triggers |musictriggers |1.18.2-5.4 |COMMON_SET|Manifest: NOSIGNATURE GlobalGameRules-1.18.1-6.0.0.5.jar |Global GameRules |globalgamerules |6.0.0.5 |COMMON_SET|Manifest: NOSIGNATURE blue_skies-1.18.2-1.3.12.jar |Blue Skies |blue_skies |1.3.12 |COMMON_SET|Manifest: NOSIGNATURE auudio_forge_1.0.3_MC_1.18-1.18.2.jar |Auudio |auudio |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar |YUNG's Better Witch Huts |betterwitchhuts |1.18.2-Forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |COMMON_SET|Manifest: NOSIGNATURE areas_1.18.2-2.9.jar |Areas |areas |2.9 |COMMON_SET|Manifest: NOSIGNATURE allay-forge-1.18.x-4.0.0.jar |YDM's Allay Mod |allay |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE majruszs-difficulty-1.18.2-1.4.4.jar |Majrusz's Progressive Difficul|majruszsdifficulty |1.4.4 |COMMON_SET|Manifest: NOSIGNATURE Quest_Giver-1.18.2-1.0.2.jar |Quest Giver |quest_giver |1.18.2-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE incontrol-1.18-6.0.11.jar |InControl |incontrol |1.18-6.0.11 |COMMON_SET|Manifest: NOSIGNATURE Incendium_v5.0.4.jar |Incendium |incendium |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE Strawgolem-forge-1.18.2-2.0.0b1.jar |Straw Golem |strawgolem |2.0.0b1 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.18.2-0.5.6.108.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.5.6.108 |COMMON_SET|Manifest: NOSIGNATURE InsaneLib-1.5.1-mc1.18.2.jar |InsaneLib |insanelib |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE villagernames_1.18.2-3.5.jar |Villager Names |villagernames |3.5 |COMMON_SET|Manifest: NOSIGNATURE piglinproliferation-1.0.0.jar |Piglin Proliferation |piglinproliferation |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE ReAuth-1.18-Forge-4.0.4.jar |ReAuth |reauth |4.0.4 |COMMON_SET|Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e Prism-1.18.2-1.0.1.jar |Prism |prism |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.18.2-6.6.4.jar |Placebo |placebo |6.6.4 |COMMON_SET|Manifest: NOSIGNATURE citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.18.6.jar |Alex's Mobs |alexsmobs |1.18.6 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.18.2-Forge-2.0.8.jar |YUNG's API |yungsapi |1.18.2-Forge-2.0.8 |COMMON_SET|Manifest: NOSIGNATURE feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone |feature_nbt_deadlock_be_gone |2.0.0+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE difficultraids-1.6.2-beta.jar |Difficult Raids |difficultraids |1.6.2-beta |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.18.2-13.2.47.jar |Bookshelf |bookshelf |13.2.47 |COMMON_SET|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 sophisticatedbackpacks-1.18.2-3.18.21.691.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.18.21.691 |COMMON_SET|Manifest: NOSIGNATURE guardvillagers-1.18.2.1.4.3.jar |Guard Villagers |guardvillagers |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE Apotheosis-1.18.2-5.6.1.jar |Apotheosis |apotheosis |5.6.1 |COMMON_SET|Manifest: NOSIGNATURE ProgressiveBosses-3.5.14-mc1.18.2.jar |Progressive Bosses |progressivebosses |3.5.14 |COMMON_SET|Manifest: NOSIGNATURE bygonenether-1.2-1.18.2.jar |Bygone Nether |bygonenether |1.2 |COMMON_SET|Manifest: NOSIGNATURE balm-3.1.0+0.jar |Balm |balm |3.1.0+0 |COMMON_SET|Manifest: NOSIGNATURE Paraglider-1.18.2-1.6.0.3.jar |Paraglider |paraglider |1.6.0.3 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-6.4.90-forge.jar |Cloth Config v4 API |cloth_config |6.4.90 |COMMON_SET|Manifest: NOSIGNATURE soundphysics-forge-1.18.2-1.0.6.jar |Sound Physics Remastered |sound_physics_remastered |1.18.2-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE paladin-furniture-mod-1.1.1-forge-mc1.18.2.jar |Paladin's Furniture |pfm |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE dragonmounts-1.18.2-1.1.4.jar |Dragon Mounts: Legacy |dragonmounts |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE MmmMmmMmmMmm-1.18.2-1.5.2.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE structure_gel-1.18.2-2.4.3.jar |Structure Gel API |structure_gel |2.4.3 |COMMON_SET|Manifest: NOSIGNATURE corpse-1.18.2-1.0.1.jar |Corpse |corpse |1.18.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE TinySkeletons-v3.2.1-1.18.2-Forge.jar |Tiny Skeletons |tinyskeletons |3.2.1 |COMMON_SET|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 tenshilib-1.18.2-1.6.10-forge.jar |TenshiLib |tenshilib |1.18.2-1.6.10 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.18.2-1.1.2.jar |Farmer's Delight |farmersdelight |1.18.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE morevillagers-FORGE-1.18.2-3.2.0.jar |More Villagers |morevillagers |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE AmbientSounds_FORGE_v5.0.16_mc1.18.2.jar |Ambient Sounds |ambientsounds |5.0.16 |COMMON_SET|Manifest: NOSIGNATURE BloodAndMadness-Forge1.18.2-BETA2.0-0.1.2.jar |Blood And Madness |bloodandmadness |2.0 |COMMON_SET|Manifest: NOSIGNATURE Aquamirae 3.2.0 (Forge 1.18.2).jar |Aquamirae |ob_aquamirae |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE braincell-1.18.jar |Braincell |braincell |1.18 |COMMON_SET|Manifest: NOSIGNATURE BisectHosting-forge-1.18+.jar |PanelStats |bisecthosting |1.18.1-1.0.3 |COMMON_SET|Manifest: NOSIGNATURE endrem_forge-5.1.0-R-1.18.2.jar |End Remastered |endrem |5.1.0-R-1.18.2 |COMMON_SET|Manifest: NOSIGNATURE coppergolem-1-18-2b.jar |Copper Golem |coppergolem |2.0 |COMMON_SET|Manifest: NOSIGNATURE Beekeeper-1.18.2-1.0.0.4.jar |Beekeeper |bk |1.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE LetSleepingDogsLie-1.18-1.1.1.jar |Let Sleeping Dogs Lie |dogslie |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE dungeons_enhanced-1.18.2-3.1.jar |Dungeons Enhanced |dungeons_enhanced |3.1 |COMMON_SET|Manifest: NOSIGNATURE cloudstorage-1.1.0-1.18.2.jar |Cloud Storage |cloudstorage |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE spark-1.9.11-forge.jar |spark |spark |1.9.11 |COMMON_SET|Manifest: NOSIGNATURE Goblins_Dungeons_1.0.8.jar |Goblins & Dungeons |goblinsanddungeons |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |COMMON_SET|Manifest: NOSIGNATURE Cataclysm-0.19.jar |Cataclysm Mod |cataclysm |1.0 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.18.2-70.jar |Patchouli |patchouli |1.18.2-70 |COMMON_SET|Manifest: NOSIGNATURE collective-1.18.2-4.50.jar |Collective |collective |4.50 |COMMON_SET|Manifest: NOSIGNATURE YungsExtras-1.18.2-Forge-2.1.0.jar |YUNG's Extras |yungsextras |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE BetterVillage-Forge-1.18.2-1.0.2.jar |Better Village |bettervillage |1 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE Queen Bee.jar |Queen Bee |queen_bee |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Atlas-Lib-1.18.2-1.1.5a.jar |Atlas Lib |atlaslib |1.1.5a |COMMON_SET|Manifest: NOSIGNATURE starterkit_1.18.2-3.2.jar |Starter Kit |starterkit |3.2 |COMMON_SET|Manifest: NOSIGNATURE OnlyLooking-1.18.2-1.2.0.jar |OnlyLooking |onlylooking |1.18.2-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE Project_MMO-1.18.2-3.69.11.jar |Project MMO |pmmo |1.18.2-3.69.11 |COMMON_SET|Manifest: NOSIGNATURE architectury-4.9.83-forge.jar |Architectury |architectury |4.9.83 |COMMON_SET|Manifest: NOSIGNATURE AI-Improvements-1.18.2-0.5.0.jar |AI-Improvements |aiimprovements |0.5.0 |COMMON_SET|Manifest: NOSIGNATURE NetherSkeletons4.5(1.18.2).jar |NetherSkeletons 1.18 |netherskeletons |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE AgeingSpawners-1.18.2-1.2.1.jar |Ageing Spawners |ageingspawners |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE majrusz-library-1.18.2-2.7.3.jar |Majrusz Library |majruszlib |2.7.3 |COMMON_SET|Manifest: NOSIGNATURE huge-structure-blocks-1.0.5-forge.jar |Huge Structure Blocks |hugestructureblocks |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE enchantwithmob-1.18.2-4.2.0.jar |Enchant With Mob |enchantwithmob |1.18.2-4.2.0 |COMMON_SET|Manifest: NOSIGNATURE bwncr-3.13.21.jar |Bad Wither No Cookie Reloaded |bwncr |3.13.21 |COMMON_SET|Manifest: NOSIGNATURE illageandspillage-1.18.2-1.1.3.jar |Illage and Spillage |illageandspillage |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE polylib-forge-1801.0.2-build.13.jar |PolyLib |polylib |1801.0.2-build.13 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterMineshafts-1.18.2-Forge-2.2.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.2 |COMMON_SET|Manifest: NOSIGNATURE celesteconfig-1.18.2-1.0.0.jar |Celestial Config |celesteconfig |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE effortlessbuilding-1.18-2.34.jar |Effortless Building |effortlessbuilding |1.18-2.34 |COMMON_SET|Manifest: NOSIGNATURE mowziesmobs-1.5.29.jar |Mowzie's Mobs |mowziesmobs |1.5.29 |COMMON_SET|Manifest: NOSIGNATURE humancompanions-1.18.2-1.4.7.jar |Human Companions |humancompanions |1.18.2-1.4.7 |COMMON_SET|Manifest: NOSIGNATURE ftb-library-forge-1802.3.6-build.140.jar |FTB Library |ftblibrary |1802.3.6-build.140 |COMMON_SET|Manifest: NOSIGNATURE ftb-teams-forge-1802.2.6-build.51.jar |FTB Teams |ftbteams |1802.2.6-build.51 |COMMON_SET|Manifest: NOSIGNATURE biomemakeover-FORGE-1.18.2-1.4.31.jar |Biome Makeover |biomemakeover |1.18.2-1.4.31 |COMMON_SET|Manifest: NOSIGNATURE Reputation-1.18-0.9.3.jar |Reputation |reputation |0.9.3 |COMMON_SET|Manifest: NOSIGNATURE simple_mobs-1.18-0.3.jar |Simple Mobs |simple_mobs |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE oculus-flywheel-compat-1.18.2-0.1.5-ALPHA.jar |Oculus Flywheel Compat |irisflw |1.18.2-0.1.5-ALPHA |COMMON_SET|Manifest: NOSIGNATURE Shrines-1.18.2-4.1.0.jar |Shrines |shrines |1.18.2-4.1.0 |COMMON_SET|Manifest: NOSIGNATURE Nourished Nether Release V13.1.jar |Nourished Nether |nourished_nether |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE item-filters-forge-1802.2.7-build.33.jar |Item Filters |itemfilters |1802.2.7-build.33 |COMMON_SET|Manifest: NOSIGNATURE EasyMagic-v3.3.0-1.18.2-Forge.jar |Easy Magic |easymagic |3.3.0 |COMMON_SET|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 Enlightened End RE Release V1.21.jar |Enlightened End |nourished_end |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE jei-1.18.2-9.7.1.255.jar |Just Enough Items |jei |9.7.1.255 |COMMON_SET|Manifest: NOSIGNATURE VisualWorkbench-v3.3.0-1.18.2-Forge.jar |Visual Workbench |visualworkbench |3.3.0 |COMMON_SET|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 AttributeFix-Forge-1.18.2-14.0.2.jar |AttributeFix |attributefix |14.0.2 |COMMON_SET|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.18.2-1.1.1.jar |The Conjurer |conjurer_illager |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE LibraryFerret-Forge-1.18.2-2.5.1.jar |Library Ferret |libraryferret |2.5.1 |COMMON_SET|Manifest: NOSIGNATURE goblintraders-1.7.2-1.18.2.jar |Goblin Traders |goblintraders |1.7.2 |COMMON_SET|Manifest: NOSIGNATURE Kobolds-2.0.5.jar |Kobolds |kobolds |2.0.5 |COMMON_SET|Manifest: NOSIGNATURE waystones-forge-1.18.2-10.1.0.jar |Waystones |waystones |10.1.0 |COMMON_SET|Manifest: NOSIGNATURE PassableFoliage-1.18.2-forge-4.0.4.jar |Passable Foliage |passablefoliage |4.0.4 |COMMON_SET|Manifest: NOSIGNATURE MonsterPlus1.1.2-Forge1.18.2.jar |MonsterPlus |monsterplus |1.0 |COMMON_SET|Manifest: NOSIGNATURE EpicFight-18.3.6.jar |Epic Fight |epicfight |18.3.6 |COMMON_SET|Manifest: NOSIGNATURE Structory-1.18.2-1.0.2.jar |Structory |structory |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.18.2-8.0.0+10.jar |Clumps |clumps |8.0.0+10 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-1.18.2-5.0.0.4.jar |Comforts |comforts |1.18.2-5.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE tumbleweed-1.18-0.4.12.jar |Tumbleweed |tumbleweed |1.18-0.4.12 |COMMON_SET|Manifest: NOSIGNATURE fromtheshadows-1.82.jar |From the shadows |fromtheshadows |1.82 |COMMON_SET|Manifest: NOSIGNATURE faction_craft-1.18.2-1.1.3.jar |Faction Craft |faction_craft |1.18.2-1.1.3 |COMMON_SET|Manifest: NOSIGNATURE untamedwilds-1.18.2-2.2.0.jar |Untamed Wilds |untamedwilds |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE Serene Seasons-1.18.2-7.0.0.13.jar |Serene Seasons |sereneseasons |1.18.2-7.0.0.13 |COMMON_SET|Manifest: NOSIGNATURE LibX-1.18.2-3.2.19.jar |LibX |libx |1.18.2-3.2.19 |COMMON_SET|Manifest: NOSIGNATURE scatterd_weapons-1.18.2-1.2.jar |scattered weapons |scattered_weapons |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE champions-forge-1.18.2-2.1.5.6.jar |Champions |champions |1.18.2-2.1.5.6 |COMMON_SET|Manifest: NOSIGNATURE [1.18.x]-Epic-Knights-Armor-and-Weapons-6.6v.jar |Epic Knights: Armor and Weapon|magistuarmory |1.0 |COMMON_SET|Manifest: NOSIGNATURE DungeonCrawl-1.18.2-2.3.9.jar |Dungeon Crawl |dungeoncrawl |2.3.9 |COMMON_SET|Manifest: NOSIGNATURE BadMobs-1.18.2-13.01.jar |BadMobs |badmobs |13.01 |COMMON_SET|Manifest: NOSIGNATURE Obscuria's Tooltips 1.4.1 (1.18.2).jar |Obscuria's Tooltips |ob_tooltips |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE farsightedmobs-forge-1.1-1.18.jar |Farsighted Mobs |farsightedmobs |1.1 |COMMON_SET|Manifest: NOSIGNATURE lazydfu-1.0-1.18+.jar |LazyDFU |lazydfu |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE questsadditions-1.18.2-1.3.1b.jar |Quests Additions |questsadditions |1.3.1b |COMMON_SET|Manifest: NOSIGNATURE Orcz_InteJason_V5_1.18.2.jar |Orcz |orcz |0.74 |COMMON_SET|Manifest: NOSIGNATURE JEITweaker-1.18.2-3.0.0.9.jar |JEI Tweaker |jeitweaker |3.0.0.9 |COMMON_SET|Manifest: NOSIGNATURE Zombie Variants 0.6.0 1.18.2.jar |Zombie Variants |zombie_variants |0.6.0 |COMMON_SET|Manifest: NOSIGNATURE Terralith_v2.2.1a.jar |Terralith |terralith |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE blueprint-1.18.2-5.4.7.jar |Blueprint |blueprint |5.4.7 |COMMON_SET|Manifest: NOSIGNATURE savage_and_ravage-1.18.2-4.0.0.jar |Savage & Ravage |savage_and_ravage |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE CraftTweaker-forge-1.18.2-9.1.185.jar |CraftTweaker |crafttweaker |9.1.185 |COMMON_SET|Manifest: NOSIGNATURE GameStages-Forge-1.18.2-8.0.2.jar |GameStages |gamestages |8.0.2 |COMMON_SET|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 forge-1.18.2-40.1.80-universal.jar |Forge |forge |40.1.80 |COMMON_SET|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 RecipeStages-3.0.0.6.jar |Recipe Stages |recipestages |3.0.0.6 |COMMON_SET|Manifest: NOSIGNATURE ArmoreableMobs-forge-1.18.2-1.0.5.jar |Armoreable Mods |armoreablemobs |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE meetyourfight-1.18.2-1.2.5.jar |Meet Your Fight |meetyourfight |1.18.2-1.2.5 |COMMON_SET|Manifest: NOSIGNATURE idas_forge-1.4.4+1.18.2.jar |Integrated Dungeons and Struct|idas |1.4.4+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.18.2-1.4.8.jar |Supplementaries |supplementaries |1.18.2-1.4.8 |COMMON_SET|Manifest: NOSIGNATURE antiqueatlas-7.0.3-forge-mc1.18.2.jar |Antique Atlas |antiqueatlas |7.0.3-forge-mc1.18.2|COMMON_SET|Manifest: NOSIGNATURE DungeonsArise-1.18.2-2.1.50d-beta.jar |When Dungeons Arise |dungeons_arise |2.1.50d-1.18.2 |COMMON_SET|Manifest: NOSIGNATURE client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |COMMON_SET|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 radon-0.8.1.jar |Radon |radon |0.8.1 |COMMON_SET|Manifest: NOSIGNATURE BrassAmberBattleTowers-1.18.2-2.13.0.jar |Brass-Amber BattleTowers |ba_bt |1.18.2-2.13.0 |COMMON_SET|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar |EnchantmentDescriptions |enchdesc |10.0.4 |COMMON_SET|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.18.2-1.1.0.102.jar |TerraBlender |terrablender |1.18.2-1.1.0.102 |COMMON_SET|Manifest: NOSIGNATURE ftb-quests-forge-1802.3.8-build.101.jar |FTB Quests |ftbquests |1802.3.8-build.101 |COMMON_SET|Manifest: NOSIGNATURE AwesomeDungeonNether-Forge-1.18.2-1.0.2.jar |Awesome Dungeon Nether |awesomedungeonnether |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE The_Wild_Update_Mod_V1.3_Minecraft_1.18.jar |The Wild Update 1.19 Mod |the_wild_update |1.3 |COMMON_SET|Manifest: NOSIGNATURE Jade-1.18.2-forge-5.2.4.jar |Jade |jade |5.2.4 |COMMON_SET|Manifest: NOSIGNATURE PresenceNotRequired-Forge-1.3.0.jar |Presence Not Required |presencenotrequired |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE CreativeCore_FORGE_v2.6.15_mc1.18.2.jar |CreativeCore |creativecore |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE weaponmaster-1-18-x-multi.jar |YDM's Weapon Master |weaponmaster |1.18.X |COMMON_SET|Manifest: NOSIGNATURE NethersDelight-1.18.2-2.2.0.jar |Nethers Delight |nethersdelight |2.2 |COMMON_SET|Manifest: NOSIGNATURE Ksyxis-Forge1.17-1.1.jar |Ksyxis |ksyxis |1.1 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.18.2-1.0.44.jar |Iceberg |iceberg |1.0.44 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.18.2-0.6.5.jar |Flywheel |flywheel |0.6.5 |ERROR |Manifest: NOSIGNATURE create-1.18.2-0.5.0.d.jar |Create |create |0.5.0.d |COMMON_SET|Manifest: NOSIGNATURE ecologics-forge-1.18.2-1.7.6.jar |Ecologics |ecologics |1.7.6 |COMMON_SET|Manifest: NOSIGNATURE brutalbosses-1.18.2-5.4.jar |brutalbosses mod |brutalbosses |1.18.2-5.4 |COMMON_SET|Manifest: NOSIGNATURE polymorph-forge-1.18.2-0.44.jar |Polymorph |polymorph |1.18.2-0.44 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |COMMON_SET|Manifest: NOSIGNATURE Quark-3.2-358.jar |Quark |quark |3.2-358 |COMMON_SET|Manifest: NOSIGNATURE warden_and_sculk-2.8.5.jar |Warden and Sculk |warden_and_sculk |2.8.5 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.18-3.0.37.jar |GeckoLib |geckolib3 |3.0.37 |COMMON_SET|Manifest: NOSIGNATURE ars_nouveau-1.18.2-2.7.8.jar |Ars Nouveau |ars_nouveau |2.7.8 |COMMON_SET|Manifest: NOSIGNATURE EarthMobs-1.18.2-1.1.2.jar |Earth Mobs Mod |earthmobsmod |1.18.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE effective_fg-1.2.4.jar |Effective (Forge) |effective_fg |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE global_packs-forge-1.18.2-1.12.2.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.12.2 |COMMON_SET|Manifest: NOSIGNATURE FastFurnace-1.18.2-6.0.3.jar |FastFurnace |fastfurnace |6.0.3 |COMMON_SET|Manifest: NOSIGNATURE HunterIllager-1.18.2-4.0.1.jar |Hunter Illager |hunterillager |1.18.2-4.0.1 |COMMON_SET|Manifest: NOSIGNATURE dannys_expansion-1.2.6.jar |Danny's Expansion |dannys_expansion |1.2.6 |COMMON_SET|Manifest: NOSIGNATURE creeperoverhaul-1.18.2-1.3.0-forge.jar |Creeper Overhaul |creeperoverhaul |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE ferritecore-4.2.1-forge.jar |Ferrite Core |ferritecore |0.0NONE |COMMON_SET|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 lilwings-forge-1.18.2-1.2.2.jar |Lil' Wings |lilwings |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |COMMON_SET|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 Plus The End V.1.1.9.jar |Plus The End |plus_the_end |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE bettergolem-1.18.2-1.1.0.jar |Better Golem |bettergolem |1.18.2-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE Obscuria's Essentials 3.2.0 (Forge 1.18.2).jar |Obscuria's Essentials |ob_core |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE Follow-Me-1.18-1.1.8a.jar |Follow Me |followme |1.1.8a |COMMON_SET|Manifest: NOSIGNATURE improvedmobs-1.18.2-1.10.15-forge.jar |Improved Mobs Mod |improvedmobs |1.18.2-1.10.15 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_core-1.18.2-0.3.1.jar |Valhelsia Core |valhelsia_core |1.18.2-0.3.1 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_structures-forge-1.18.2-0.1.0.jar |Valhelsia Structures |valhelsia_structures |1.18.2-0.1.0 |COMMON_SET|Manifest: NOSIGNATURE domesticationinnovation-1.4.2-1.18.2.jar |Domestication Innovation |domesticationinnovation |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE DawnCraft-Tweaks-1.1.6a.jar |DawnCraft-Tweaks |dawncraft |1.1.6a |COMMON_SET|Manifest: NOSIGNATURE PresenceFootsteps-1.18.2-1.5.0-beta2-forge.jar |Presence Footsteps (Forge) |presencefootsteps |1.18.2-1.5.0-beta2 |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 86cbc3bb-2dd6-48a2-af4f-c052e7166b65 FML: 40.1 Forge: net.minecraftforge:40.1.80 Flywheel Backend: GL33 Instanced Arrays

    opened by ChrisMGz 1
Owner
null
The most powerfull forge server software (not yet) which aims for high capacity and performance on 1.16.5 modded server.

GoldenForge The most powerfull forge server software (not yet) which aims for high capacity and performance on 1.16.5 modded server. Current work Asyn

null 20 Sep 3, 2022
Minecraft mod running on the TTCp engine to load modules written in JS at runtime - with runtime deobfuscation!

PolyFire ClickGUI opens with NUMROW_0 How to use: Run -jsmodules to initialize Navigate to your .minecraft folder Go to config/pf/modules/ Copy Exampl

Daniel H. 8 Nov 18, 2022
Blaze4D - Minecraft but with Vulkan using the Rosella engine.

Information Blaze4D is a Fabric mod that changes Minecraft's rendering engine to use the Vulkan Graphics Library, it is currently in Early Development

Kiln Graphics 257 Dec 30, 2022
A mixin based ghost client for Minecraft 1.8.9 built on Minecraft Forge.

A mixin based ghost client for Minecraft 1.8.9 built on Minecraft Forge. Originally designed as a MCP Client (called Tephra), it is now being ported t

Peanut 130 Jan 1, 2023
An efficient map viewer for Minecraft seed in a nice GUI with utilities without ever needing to install Minecraft.

To download it head to the Releases section. To run it: either double click it on it if you have the Java Runtime (JRE) or use the command line (shift

Neil 127 Dec 24, 2022
A free mixin-based injection hacked-client for Minecraft using Minecraft Forge.

Custom LiquidBounce 1.8.9 build that aims to improve original visuals and bypasses, along with built-in ViaVersion to help you change from 1.8 to 1.17.1 without creating any other version branch.

epic group of paster 123 Jan 2, 2023
Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cross-chatting between Minecraft and Discord.

DiscordSync Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cros

AeonLucid 4 Dec 20, 2022
Minecraft Utility Mod for the latest release of Minecraft developed by Cypphi.

Minecraft Utility Mod for the latest release of Minecraft developed by Cypphi.

Haze 18 Jan 1, 2023
Play snake, in minecraft. This is a crude, horibly made snake in minecraft game. Requires PaperMC 1.18.2.

MinecraftSnake Play snake, in minecraft. This is a crude, horibly made snake in minecraft game. Requires PaperMC 1.18.2. Installation: Create a paperm

null 1 Sep 30, 2022
Java / JavaFX / Kotlin Game Library (Engine)

About JavaFX Game Development Framework Why FXGL? No installation or setup required "Out of the box": Java 8-15, Win/Mac/Linux/Android 8+/iOS 11.0+/We

Almas Baimagambetov 3k Jan 2, 2023
My Game Engine tested via my Cubecraft Game

My Game Engine tested via my Cubecraft Game Install: mvn -P {your OS name} clean install mvn -P mac clean install mvn -P linux clean install mvn -P wi

null 30 Oct 3, 2022
A Java Swing based game engine

faypixelengine A Java Swing based game engine What is it? A Java game engine that uses swing and can be used to develop interactive games. The idea fo

null 9 Aug 26, 2022
LITIENGINE is a free and open source Java 2D Game Engine

LITIENGINE is a free and open source Java 2D Game Engine. It provides a comprehensive Java library and a dedicated map editor to create tile-based 2D games.

Gurkenlabs 572 Jan 7, 2023
A 2d Java physics engine, native java port of the C++ physics engines Box2D and LiquidFun

jbox2d Please see the project's BountySource page to vote on issues that matter to you. Commenting/voting on issues helps me prioritize the small amou

jbox2d 1k Dec 27, 2022
HackLights - Simple framebuffer based lighting engine for libGDX

HackLights Simple framebuffer based lighting engine for libGDX. Example See: Sample Code Sample Light Images: Installation Open or create gradle.prope

Ali Asif Khan 13 Dec 5, 2022
Orbital a java 2D game engine

Orbital Orbital is a under-development 2D game engine. Installation Orbital is avaliable on Jitpack. See below for the installation: Gradle allproject

null 22 Dec 12, 2022
A simple puzzle game made with Unity to practice the game engine

A simple puzzle game made with Unity to practice the game engine.

Eyüb Salih Özdemir 1 Mar 30, 2022
A Java Game Engine created in Java with LWJGL!

?? Suffler Engine Suffler Game Engine is an engine created in java using OpenGL to Graphics. Currently being developed at Eclipse, and Visual Studio C

Suffler Engine 2 Jul 23, 2022
The Minecraft Mod API

Bukkit A Minecraft Server API. Website: http://bukkit.org Bugs/Suggestions: http://leaky.bukkit.org Contributing Guidelines: CONTRIBUTING.md Compilati

The Bukkit Project 2.2k Dec 31, 2022