Create Tiers

Quick rating

Create Tiers

No reviews yet

A dynamic, customizable tiered system for Create kinetic components.

Tech
Mod Loaders
Forge
NeoForge
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
create-tiers-neoforge-1.21.1-0.2.3.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

About

Create Tiers is an extension for the Create mod that introduces a flexible tiering system for kinetic components like shafts and cogwheels. It is designed to be lightweight and highly customizable, allowing modpack authors to define their own progression without any external tech-tree dependencies.

This mod was inspired by the Greate mod, aiming to provide similar tiered functionality in a standalone package.

Key Features

  • Dynamic Tier Registration: Define as many tiers as you need! Tiers can be registered via KubeJS or datapacks during the initialization phase.
  • Customizable Performance: Each tier can have its own Max RPM and Max Stress Units (SU) limits, allowing for deep progression balancing.
  • Individually Colored Components: Customize the color of both shafts and cogwheels independently for each tier, creating a unique visual identity for your modpack's progression.
  • Automated Resource Generation: No need to create dozens of models and textures. Blockstates, models, and textures are automatically generated for every registered tier at runtime.
  • Minimal Dependencies: Requires only the Create mod, favoring flexibility without complex tech-tree requirements.

Integration

KubeJS Support

Create Tiers features native KubeJS integration, making it easy to register tiers directly from your startup scripts:

// Example: Register 3 custom tiers
CreateTiers.registerTiers([
    { name: 'crude', level: 1, maxRPM: 128, maxSU: 512, shaftColor: 0x707572, cogwheelColor: 0x6B4E2C, displayName: 'Crude' },
    { name: 'basic', level: 2, maxRPM: 256, maxSU: 2048, shaftColor: 0x936C3D, cogwheelColor: 0xBCBCBC, displayName: 'Basic' },
    { name: 'refined', level: 3, maxRPM: 512, maxSU: 8192, shaftColor: 0xA995BB, cogwheelColor: 0x49EAD6, displayName: 'Refined' }
]);

Screenshots

Gallery

  • 2026-03-16_22.26.52.png
    2026-03-16_22.26.52.png 2026-03-16_22.26.52.png

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

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works