Iris & Oculus Flywheel Compat
No reviews yet
Enable Flywheel's optimizations when use shaders.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Enhances game performance and optimizes resource usage.
Adds extra features or content to an existing mod.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Version Compatibility:
| Create Version | NeoForge/Forge | Fabric |
|---|---|---|
| 6.0.9 | 2.1.0 | ❌ |
| 6.0.0 - 6.0.9 | 2.0.5 | ❌ |
| 5.0 | 1.X | 1.X |
Features:
- Render Create's entities using Flywheel Instancing with shaderpack enabled.
- Supports most shaderpacks without patching.
- Supports PBR.
The version 2.0.3 now fully supports Create 6.0.

If you have any suggestions or issues, please raise them on the GitHub issue page.
undefined
What's this?
- Flywheel will disable its optimizations when you are using shaderpacks.
- This mod forces Flywheel’s optimizations to be enabled.
- For those using shaderpacks and mods that depend on Flywheel, this mod can significantly improve fps.
- If you don’t use shaderpacks, this mod has no effect because Flywheel’s optimizations are enabled by default.
undefined
Compatibility
The shaders that have been tested are:
- BSL
- Complementary
- Complementary Reimagined
- SEUS renewed
- Sildurs Vibrant Shaders
- AstraLex
- Kapa 5.1
- Nostalgia
- Rethinking Voxels
- SEUS PTGI HRR
There are some shaderpacks that are also supported, but not listed above, so you can test them yourself.
This mod only supports some specific versions of Iris !!!
| Create Version | NeoForge/Forge | Fabric |
|---|---|---|
| 6.0.9 | 2.1.0 | ❌ |
| 6.0.0 - 6.0.9 | 2.0.5 | ❌ |
| 5.0 | 1.X | 1.X |
| Iris or Oculus | This Mod |
|---|---|
| >= 1.8.1 | 2.0.0 |
| >= 1.6.13 | 0.2.2 |
| >= 1.6.5 | 0.2.1 |
| >= 1.6.2 | 0.2.0 |
| >= 1.5 and <= 1.6.1 | 0.1.9 |
| >= 1.4 and < 1.5 | 0.1.7~0.1.8 |
| <1.4 | 0.1.6 below |
CHANGELOG
2024/7/28
- Fix lighting issues of the moving contraption.
- The vertex light strength was incorrectly set to a fixed value, causing the moving contraption won't be affected by the light source.

- Use architecture to reorganize the project.
- Forge and Fabric forge are now merged into a single project, which is more convenient for future development.
- New version number format.
- Now the version number starts from 1.0.0. The first number represents the major version and will be increased when the mod has a significant update. The second number represents the Iris/Oculus compatibility and will be increased when the mod is no longer compatible with older versions of iris.
Principle
Flywheel uses a method called GPU Instancing to render entities. It is very efficient when rendering a large number of repeating entities (e.g., cogwheels in the Create mod).
However, when you use Iris and enable shaderpack, this optimization is disabled because Flywheel needs to use its own shaders to render these entities, and Flywheel’s shaders will no longer work when you enable shaderpack.
This mod will automatically merge Flywheel’s shaders with the shaders in the shaderpack when shaderpack is enabled, allowing entities to be rendered using Instancing.
When there is a large number of entities to render, there is a significant CPU bottleneck with the original rendering method. This means that the better your GPU is, the more substantial the FPS improvement from Flywheel will be. For example, on my RTX 4070ti at 4K resolution, the scene in the screenshot improved from 26fps to 65fps.
Comparison
Before
After

Before

After

Before

After

How to use it?
1. Install Flywheel(Create has embedded flywheel so you don't need to install it separately now) and Iris (Oculus if you use forge).
2. Install this mod.undefinedundefined
Version Compatibility:
| Create Version | NeoForge/Forge | Fabric |
|---|---|---|
| 6.0.9 | 2.1.0 | ❌ |
| 6.0.0 - 6.0.9 | 2.0.5 | ❌ |
| 5.0 | 1.X | 1.X |
Features:
- Render Create's entities using Flywheel Instancing with shaderpack enabled.
- Supports most shaderpacks without patching.
- Supports PBR.

If you have any suggestions or issues, please raise them on the GitHub issue page.
What's this?
Flywheel will disable its optimizations when you are using shaderpacks.
This mod forces Flywheel's optimizations to be enabled.
For those using shaderpack and mods depend on Flywheel, this mod can significantly improve fps.
If you don't use shaderpack, this mod has no effect. Because Flywheel's optimizations are enabled by default.
Compatibility
The shaders that have been tested are:
- BSL
- Complementary
- Complementary Reimagined
- SEUS renewed
- Sildurs Vibrant Shaders
- AstraLex
- Photon
- Kapa
- Nostalgia
- Rethinking Voxels
- SEUS PTGI HRR
There are some shaderpacks that are also supported, but not listed above, so you can test them by yourself.
This mod only supports some specific versions of Iris or Oculus !!!
| Create Version | NeoForge/Forge | Fabric |
|---|---|---|
| 6.0.9 | 2.1.0 | ❌ |
| 6.0.0 - 6.0.9 | 2.0.5 | ❌ |
| 5.0 | 1.X | 1.X |
| Iris or Oculus | This Mod |
|---|---|
| >= 1.8.1 | 2.0.0 |
| >= 1.6.13 | 0.2.2 |
| >= 1.6.5 | 0.2.1 |
| >= 1.6.2 | 0.2.0 |
| >= 1.5 and <= 1.6.1 | 0.1.9 |
| >= 1.4 and < 1.5 | 0.1.7~0.1.8 |
| <1.4 | 0.1.6 below |
Principle
Flywheel uses a method called GPU Instancing to render entities. It is very efficient when rendering a large number of repeating entities (e.g. gears in Create mod). But when you use iris and enable shaderpack, this optimization is disabled. Because flywheel needs to use its own shader to render these entities and flywheel's shader will no longer work when you enable shaderpack.
This mod will automatically merge flywheel's shader with the shader in shaderpack when shaderpack is enabled to be able to render entities using Instancing.
When you have a large number of entities to render, there is a huge CPU bottleneck with the original rendering method. This means that the better your GPU is, the bigger the FPS improvement from Flywheel.
How to use it?
-
Install Flywheel(Create has embedded flywheel so you don't need to install it separately now) and Iris (Oculus if you use forge).
-
Install this mod.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
