Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Create Fly
ModCC0-1.0

Create Fly

Higher version Create mod porting to Fabric

116.9K
Downloads
273
Followers
3 months ago
Updated
📦
30
Versions
decorationtechnologyutilityfabricquilt
Download Latestv1.21.11-6.0.9-4View on Modrinth

📖About Create Fly

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 11 months 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 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.1-snapshot-6
    implementation "maven.modrinth:create-fly:26.1-snapshot-6-6.0.9-1"
    // 1.21.11
    modImplementation "maven.modrinth:create-fly:1.21.11-6.0.9-4"
    // 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

👥 Team & Contributors

ZurrTum
ZurrTumOwner

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
fabricquilt
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page