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

Create Fly

Higher version Create mod porting to Fabric

355K загрузок540 подписчиковCC0-1.0fabricquilt

Обновлён 15 июня 2026 г. · опубликован 13 сентября 2025 г.

  • View the game tutorial using Ponder.
  • Higher version Package Feature
  • Using complementary shaders
  • View Recipe with REI
  • Port Fabric Game Display

Create Mod Advancement page, including the latest package contents Using complementary shaders View the game tutorial using Ponder. View Recipe with REI

Higher version Create mod porting to Fabric

1. What the project specifically does or adds

  • This is a Fabric fork of Create. The official Create Fabric fork has not released a version 1.21.1 or higher. it has been a year since then.
  • Minecraft uses a new rendering method in higher versions: item models use a dedicated rendering folder, rendering uses a rendering pipeline, Entity, BlockEntity and GUI rendering is changed to extract the state first and then render, which requires creating special rendering for GUI elements.
  • Minecraft uses a new data loading method that can capture error messages, which requires a lot of changes to be compatible.
  • The original Fabric fork was ported using Porting-Lib, which actually required implementing many NeoForge features. This project uses a mixin specifically for Create features to make porting easier.
  • The original Fabric fork used a mixed approach to server-side and client-side development, which made it easy for the server to call non-existent client code, leading to errors. This project uses a new code separation mode for development.
  • The original Fabric fork used a builder to generate data, which relied on Registrate-Refabricated and made migration difficult. This project registers data in a way that's more consistent with vanilla Minecraft.
  • This project implements the full Create feature independently, without the need to install the Fabric API.

2. Why someone should want to download the project

  • Minecraft will always release new versions, and old versions will always become obsolete. If they cannot be ported in time, the accumulated modifications will be huge.
  • This project can provide higher version Create content that does not exist in the original Fabric fork.

3. Any other critical information the user must know before downloading

  • Please do not report issues with this mod to simibubi and NeoForge Create.
  • Please do not use old game saves. Because data loading changes, data may be lost.
  • Recommended to use REI or JEI or EIV or RRV to view recipes, and please report any game crashes.
  • Using shaders will disable Flywheel optimizations.

4. TODO List

  • Create Commands
  • Compat Fabric Events
  • Compat Other Mod

This project modifies and includes code from the following projects:

  • Engine-Room/Flywheel
  • Engine-Room/Flywheel/Vanillin
  • Creators-of-Create/Create
  • Creators-of-Create/Ponder

Contains partial code

  • fabricMC/fabric ItemGroup
  • neoforged/NeoForge ObjModel

The license agreement for the open source code used in this project is stored in the licenses directory.

Modrinth Maven

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    // 26.2-rc-2
    implementation "maven.modrinth:create-fly:26.2-rc-2-6.0.9-1"
    // 26.1.2
    implementation "maven.modrinth:create-fly:26.1.2-6.0.9-4"
    // 1.21.11
    modImplementation "maven.modrinth:create-fly:1.21.11-6.0.9-5"
    // 1.21.10
    modImplementation "maven.modrinth:create-fly:1.21.10-6.0.9-2"
    // 1.21.8
    modImplementation "maven.modrinth:create-fly:1.21.8-6.0.9-2"
}

Donate

  • Supporting the Project

patreon

afdian

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
26.1.2-6.0.9-4Релиз26.1.2fabric15 июня 2026 г..jar (20.6 МБ)
26.2-rc-2-6.0.9-1Релиз26.2-rc-2, 26.2fabric14 июня 2026 г..jar (20.4 МБ)
26.2-pre-4-6.0.9-1Релиз26.2-pre-4, 26.2-pre-5fabric5 июня 2026 г..jar (19.4 МБ)
26.1.2-6.0.9-3Релиз26.1.2fabric3 июня 2026 г..jar (19.9 МБ)
26.1.2-6.0.9-2Релиз26.1.2fabric29 мая 2026 г..jar (19.4 МБ)
26.2-pre-1-6.0.9-1Релиз26.2-pre-1, 26.2-pre-2fabric27 мая 2026 г..jar (19.2 МБ)
26.1.2-6.0.9-1Бета26.1.2fabric11 мая 2026 г..jar (19.3 МБ)
26.1-pre-2-6.0.9-1Релиз26.1-pre-2, 26.1-pre-3, 26.1-rc-1fabric13 марта 2026 г..jar (19.2 МБ)
26.1-pre-1-6.0.9-1Релиз26.1-pre-1fabric12 марта 2026 г..jar (19.2 МБ)
26.1-snapshot-11-6.0.9-1Релиз26.1-snapshot-11fabric5 марта 2026 г..jar (19.1 МБ)
26.1-snapshot-10-6.0.9-1Релиз26.1-snapshot-10fabric28 февраля 2026 г..jar (19.1 МБ)
1.21.11-6.0.9-5Релиз1.21.11fabric, quilt21 февраля 2026 г..jar (19.3 МБ)
26.1-snapshot-9-6.0.9-1Релиз26.1-snapshot-9fabric19 февраля 2026 г..jar (19.1 МБ)
1.21.11-6.0.9-4Релиз1.21.11fabric, quilt10 февраля 2026 г..jar (19.1 МБ)
1.21.8-6.0.9-2Релиз1.21.8fabric, quilt10 февраля 2026 г..jar (18.8 МБ)

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

Ченджлог

26.1.2-6.0.9-4Релиз26.1.2 · 15 июня 2026 г.
  • Fix stock keeper category screen. Closes #312
  • Update CTModel sprite. Closes #191
  • Update track render type to cutout
  • Update mechanical roller render
  • Fix frogport render crash. Closes #305
26.2-rc-2-6.0.9-1Релиз26.2-rc-2, 26.2 · 14 июня 2026 г.
  • Add Trinkets Updated compat
  • Update CC: Tweaked compat
  • Update JEI compat
  • Update RRV compat. Closes #309
  • Update FRAPI compat
  • Fix stock keeper category screen. Closes #312
  • Update CTModel sprite. Closes #191
  • Update track render type to cutout
  • Update mechanical roller render
26.2-pre-4-6.0.9-1Релиз26.2-pre-4, 26.2-pre-5 · 5 июня 2026 г.
  • Fix frogport render crash. Closes #305
  • Fix cart assembler block crash
  • Compat fabric network packet context
  • Fix potion item check
  • Fix left click disconnect
  • Fix copycat model particle crash
  • Add RRV compat
26.1.2-6.0.9-3Релиз26.1.2 · 3 июня 2026 г.
  • Fix cart assembler block crash. Closes #213
  • Compat fabric network packet context. Closes #301
  • Fix block destroy crash. Closes #303
  • Fix display crush recipe. Closes #263
  • Add RRV compat. Closes #158
  • Update EIV compat
  • Fix potion item check
  • Update JEI compat. Closes #272
26.1.2-6.0.9-2Релиз26.1.2 · 29 мая 2026 г.
  • Update debug screen check
  • Add Trinkets Updated compat. Closes #198
  • Fix left click disconnect. Closes #267
  • Fix copycat model particle crash. Closes #250
  • Fix Respackopts compat. Closes #280
  • Fix Wilder Wild compat. Closes #281
  • Fix MaliLib compat. Closes #285
  • Update CC: Tweaked compat. Closes #290
  • Fix creative crate inventory. Closes #214
  • Fix fluid splash particle crash. Closes #228
  • Fix packager attempt to send package crash. Closes #231
  • Fix chute render crash. Closes #279
  • Fix packager render crash. Closes #286
26.2-pre-1-6.0.9-1Релиз26.2-pre-1, 26.2-pre-2 · 27 мая 2026 г.

Initial release

26.1.2-6.0.9-1Бета26.1.2 · 11 мая 2026 г.
  • Temporary fix for Iris rendering
  • Supports rendering the model as a blocky brightness
  • Compat sodium render
  • Compat FabricBlockState api
  • Compat fabric render api
  • Remove inventory method wrap
  • Update SuperByteBuffer
26.1-pre-2-6.0.9-1Релиз26.1-pre-2, 26.1-pre-3, 26.1-rc-1 · 13 марта 2026 г.

Initial release

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

Комментарии

Загружаем…