Перейти к содержимому
Mineforgian

Iris & Oculus Flywheel Compat

Enable Flywheel's optimizations when using shaderpacks.

3.9M загрузок305 подписчиковCC0-1.0fabricforgeneoforge

Обновлён 6 мая 2026 г. · опубликован 9 января 2024 г.

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:

  1. Render Create's entities using Flywheel Instancing with shaderpack enabled.
  2. Supports most shaderpacks without patching.
  3. Supports PBR.

Version 2.0.3

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?

  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.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.21.1+2.4.0-releaseРелиз1.21.1neoforge6 мая 2026 г..jar (886 КБ)
1.21.1+2.3.1-releaseРелиз1.21.1neoforge3 мая 2026 г..jar (872 КБ)
1.21.1+2.3.0-releaseРелиз1.21.1neoforge26 апреля 2026 г..jar (871 КБ)
2.2.0Бета1.21.1neoforge2 марта 2026 г..jar (869 КБ)
2.1.2Релиз1.21.1neoforge1 февраля 2026 г..jar (873 КБ)
2.1.0Релиз1.21.1neoforge18 января 2026 г..jar (863 КБ)
2.0.5Релиз1.21.1neoforge7 октября 2025 г..jar (116 КБ)
2.0.5Релиз1.21.1fabric7 октября 2025 г..jar (116 КБ)
2.0.4Релиз1.21.1neoforge7 июля 2025 г..jar (114 КБ)
2.0.4Релиз1.21.1fabric7 июля 2025 г..jar (115 КБ)
2.0.3Бета1.20.1forge25 июня 2025 г..jar (114 КБ)
2.0.3Бета1.21.1fabric21 июня 2025 г..jar (114 КБ)
2.0.3Бета1.21.1neoforge21 июня 2025 г..jar (114 КБ)
2.0.2Бета1.21.1neoforge20 июня 2025 г..jar (114 КБ)
2.0.1Бета1.21.1neoforge15 июня 2025 г..jar (102 КБ)

Показаны последние 15 из 54 версий. Все версии — на Modrinth.

Ченджлог

1.21.1+2.4.0-releaseРелиз1.21.1 · 6 мая 2026 г.

2.4.0

  • Fix ghost block preview turning black under shader packs.
  • Add ordered dithering (Bayer / IGN) for ghost block translucency; choose the method in config (default IGN).
1.21.1+2.3.1-releaseРелиз1.21.1 · 3 мая 2026 г.

This version only compatible with Iris 1.8.0 above and Sodium.

2.3.1

  • Fixed Sable embedded Flywheel rendering issues and Veil's "Unsupported Uniform Type: unsigned int" error.

2.3.0

  • Fixed compatibility issues with Sable and Create Aeronautics.

2.2.0

  • Refactored to NeoForge-only: removed architectury (Fabric version will be developed separately in a new branch).
  • Fixed block breaking crumbling effect: vertex shader now uses position-based UV coordinates for crumbling texture.

2.1.2

  • It is strongly recommended that you upgrade to this version.
  • Completely solved the rendering issue of Create mod's Schematic and Outline rendering.
  • Add configuration option to replace Create's checkerboard texture for better shader compatibility.

2.1.0

  • Support Create 6.0.9 and Flywheel 1.0.6.
  • Notice: This is not compatible with Flywheel below 1.0.6 due to breaking changes.

2.0.5

  • Fix lighting issue of moving contraption.
  • Add compatibility tips for ScalableLux.

2.0.4

  • Fix issue #211: Rails lighting issue.

2.0.3

  • Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.

2.0.2

  • Fix issue #206: Lighting not being applied on moving glued contraptions.

2.0.1

  • Fix issue #203: Disable shaders will result in improper rendering.
  • Maybe fix issue #205. Same reason as above issue, I guess.

2.0.0

  • Support Create 6.0.
1.21.1+2.3.0-releaseРелиз1.21.1 · 26 апреля 2026 г.

This version only compatible with Iris 1.8.0 above and Sodium.

2.3.0

  • Fixed compatibility issues with Sable and Create Aeronautics.

2.2.0

  • Refactored to NeoForge-only: removed architectury (Fabric version will be developed separately in a new branch).
  • Fixed block breaking crumbling effect: vertex shader now uses position-based UV coordinates for crumbling texture.

2.1.2

  • It is strongly recommended that you upgrade to this version.
  • Completely solved the rendering issue of Create mod's Schematic and Outline rendering.
  • Add configuration option to replace Create's checkerboard texture for better shader compatibility.

2.1.0

  • Support Create 6.0.9 and Flywheel 1.0.6.
  • Notice: This is not compatible with Flywheel below 1.0.6 due to breaking changes.

2.0.5

  • Fix lighting issue of moving contraption.
  • Add compatibility tips for ScalableLux.

2.0.4

  • Fix issue #211: Rails lighting issue.

2.0.3

  • Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.

2.0.2

  • Fix issue #206: Lighting not being applied on moving glued contraptions.

2.0.1

  • Fix issue #203: Disable shaders will result in improper rendering.
  • Maybe fix issue #205. Same reason as above issue, I guess.

2.0.0

  • Support Create 6.0.
2.2.0Бета1.21.1 · 2 марта 2026 г.

This version only compatible with Iris 1.8.0 above and Sodium.

2.2.0

  • Refactored to NeoForge-only: removed architectury (Fabric version will be developed separately in a new branch).
  • Fixed block breaking crumbling effect: vertex shader now uses position-based UV coordinates for crumbling texture.

2.1.2

  • It is strongly recommended that you upgrade to this version.
  • Completely solved the rendering issue of Create mod's Schematic and Outline rendering.
  • Add configuration option to replace Create's checkerboard texture for better shader compatibility.

2.1.0

  • Support Create 6.0.9 and Flywheel 1.0.6.
  • Notice: This is not compatible with Flywheel below 1.0.6 due to breaking changes.

2.0.5

  • Fix lighting issue of moving contraption.
  • Add compatibility tips for ScalableLux.

2.0.4

  • Fix issue #211: Rails lighting issue.

2.0.3

  • Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.

2.0.2

  • Fix issue #206: Lighting not being applied on moving glued contraptions.

2.0.1

  • Fix issue #203: Disable shaders will result in improper rendering.
  • Maybe fix issue #205. Same reason as above issue, I guess.

2.0.0

  • Support Create 6.0.
2.1.2Релиз1.21.1 · 1 февраля 2026 г.

This version only compatible with Iris 1.8.0 above and Sodium.

2.1.2

  • It is strongly recommended that you upgrade to this version.
  • Completely solved the rendering issue of Create mod's Schematic and Outline rendering.
  • Add configuration option to replace Create's checkerboard texture for better shader compatibility.

2.1.0

  • Support Create 6.0.9 and Flywheel 1.0.6.
  • Notice: This is not compatible with Flywheel below 1.0.6 due to breaking changes.

2.0.5

  • Fix lighting issue of moving contraption.
  • Add compatibility tips for ScalableLux.

2.0.4

  • Fix issue #211: Rails lighting issue.

2.0.3

  • Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.

2.0.2

  • Fix issue #206: Lighting not being applied on moving glued contraptions.

2.0.1

  • Fix issue #203: Disable shaders will result in improper rendering.
  • Maybe fix issue #205. Same reason as above issue, I guess.

2.0.0

  • Support Create 6.0.
2.1.0Релиз1.21.1 · 18 января 2026 г.

This version only compatible with Iris 1.8.0 above and Sodium.

2.1.0

  • Support Create 6.0.9 and Flywheel 1.0.6.
  • Notice: This is not compatible with Flywheel below 1.0.6 due to breaking changes.

2.0.5

  • Fix lighting issue of moving contraption.
  • Add compatibility tips for ScalableLux.

2.0.4

  • Fix issue #211: Rails lighting issue.

2.0.3

  • Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.

2.0.2

  • Fix issue #206: Lighting not being applied on moving glued contraptions.

2.0.1

  • Fix issue #203: Disable shaders will result in improper rendering.
  • Maybe fix issue #205. Same reason as above issue, I guess.

2.0.0

  • Support Create 6.0.
2.0.5Релиз1.21.1 · 7 октября 2025 г.

This version only compatible with Iris 1.8.0 above and Sodium.

2.0.5

  • Fix lighting issue of moving contraption.
  • Add compatibility tips for ScalableLux.

2.0.4

  • Fix issue #211: Rails lighting issue.

2.0.3

  • Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.

2.0.2

  • Fix issue #206: Lighting not being applied on moving glued contraptions.

2.0.1

  • Fix issue #203: Disable shaders will result in improper rendering.
  • Maybe fix issue #205. Same reason as above issue, I guess.

2.0.0

  • Support Create 6.0.
2.0.5Релиз1.21.1 · 7 октября 2025 г.

This version only compatible with Iris 1.8.0 above and Sodium.

2.0.5

  • Fix lighting issue of moving contraption.
  • Add compatibility tips for ScalableLux.

2.0.4

  • Fix issue #211: Rails lighting issue.

2.0.3

  • Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.

2.0.2

  • Fix issue #206: Lighting not being applied on moving glued contraptions.

2.0.1

  • Fix issue #203: Disable shaders will result in improper rendering.
  • Maybe fix issue #205. Same reason as above issue, I guess.

2.0.0

  • Support Create 6.0.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…