Mod

Flywheel Crash Fix

Quick rating

Flywheel Crash Fix

No reviews yet

Prevents a game-crashing `NullPointerException` in Create's Flywheel rendering engine when a Frogport or Chain Conveyor encounters a package item with no registered visual model.

No Theme
No Genre
Bug Fixes
Client Utility
Mod Addon
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
flywheelcrashfix-1.0.0.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Flywheel Crash Fix

Flywheel Crash Fix is a lightweight client-side Forge mod for Minecraft 1.20.1 that eliminates a NullPointerException crash triggered by Create's visual rendering system.

The Problem

When the Create mod renders its machines using the Flywheel rendering engine, the FrogportVisual and ChainConveyorVisual classes iterate over every item a Frogport or Chain Conveyor is currently handling. For each item they attempt to look up a registered visual model. If no model is registered for that item — which happens with package items from Create Mobile Packages that failed model registration — Flywheel receives a null partial model reference and throws a NullPointerException, immediately crashing the game client.

The Fix

This mod injects three Mixins into the Flywheel/Create rendering pipeline:

Mixin What it does
AbstractBEVisualAccessorMixin Exposes the protected level field on AbstractBlockEntityVisual so downstream mixins can safely read it.
FrogportVisualMixin Wraps the item-rendering loop in FrogportVisual with a null-check guard; skips any item whose visual model lookup returns null.
ChainConveyorVisualMixin Applies the same null-check guard to ChainConveyorVisual's item-rendering loop.

The fix is purely defensive — if models are correctly registered the code path is unchanged. No gameplay behaviour, item behaviour, or server logic is affected.

Compatibility

Requirement Version
Minecraft 1.20.1
Forge 47.4.16+
Create 6.0.8+
Flywheel 1.0.5

This mod is client-side only and does not need to be installed on a dedicated server.

Why Does This Happen?

Create Mobile Packages registers visual models for its package items during the Flywheel model-registration phase. Under certain mod-loading orders or when model registration is interrupted, the registration fails silently and leaves a null entry in the model registry. Flywheel does not guard against this, so the first time a Frogport or Chain Conveyor tries to render one of those items the JVM throws and the game crashes.

The permanent fix is for Create Mobile Packages to harden its own model registration. Until that upstream fix is released, this mod provides a safe workaround.

Author

TheDarkAce — created as a targeted fix for the All Of Create + modpack.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~16,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync