Back to mods
GregTech Universal Frame project artwork

CurseForge · Minecraft mod

GregTech Universal Frame

GregTech Universal Frame ( GTUF ) is a mod that depends on GregTechCEu:Modern.It is desighed to provide a universal frame for modpack authors to develop their modpacks.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which GregTech Universal Frame release should I use?

Updated 13 days ago
beta file GregTech Universal Frame v1.1.0-Beta1-Fix2
Game version 1.20.1
Loader Forge

GregTech Universal Frame v1.1.0-Beta1-Fix2 targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is GregTech Universal Frame required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does GregTech Universal Frame v1.1.0-Beta1-Fix2 need?

GregTech Universal Frame v1.1.0-Beta1-Fix2. Change the file and its required mods may change too.

All 1 required mods have matching files

Install GregTech CEu Modern first. We found matching files for this game-version and loader setup. 6 come through another mod in the chain.

1 listed on this file 6 pulled in by those mods
GregTech CEu Modern Needed by GregTech Universal Frame v1.1.0-Beta1-Fix2
required
Matching file found Matched file: GregTech CEu 1.20.1-7.5.3
Just Enough Items (JEI) Needed by GregTech CEu Modern
pulled in
Matching file found Matched file: 15.49.0.200 for Forge 1.20.1
EMI Needed by GregTech CEu Modern
pulled in
Matching file found Matched file: emi-1.1.24+1.20.1+forge
Jade 🔍 Needed by GregTech CEu Modern
pulled in
Matching file found Matched file: [Forge 1.20.1] 11.13.3
KubeJS Needed by GregTech CEu Modern
pulled in
Matching file found Matched file: KubeJS Forge 2001.6.5-build.26
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino Forge 2001.2.3-build.10
Architectury API Needed by KubeJS
pulled in
Matching file found Matched file: [Forge 1.20(.1)] v9.2.14

6 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add GregTech Universal Frame without breaking your instance.

Built for GregTech Universal Frame v1.1.0-Beta1-Fix2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use GregTech Universal Frame v1.1.0-Beta1-Fix2. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install GregTech CEu Modern first. We found matching files for this game-version and loader setup. 6 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside GregTech Universal Frame v1.1.0-Beta1-Fix2. It opens that exact file at the source.

About this project

What does GregTech Universal Frame add?

🎶 Keyword

What is this?

GregTech Universal Frame ( GTUF ) is a mod that depends on GregTechCEu:Modern.It is desighed to provide a universal frame for modpack authors to develop their modpacks.

What does this mod include?

GTUF don't provide substantial content by itself. Instead,it encourages modpack authors to use its methods and interfaces for an all-in-one modpack development experience,whether In JAVA or via KubeJS ( with a primary focus on KubeJS users )

What are the development plans?

GTUF is a continuously updated mod.The code comes partly from other open-source projects,and also from author's core_mod that are still under development for modpack.


♣️ Example

⚡Electric Multi Machine Method:

  • ConfigurableElectricParallelMachine : Allows configuring the parallel count directly in the controller GUI. AND When creating a multiblock with this method, a maximum parallel limit can be set.
    #KubeJS.machine((holder) => new ConfigurableElectricParallelMachine(holder, 32))//parallels(int).recipeModifier((machine, recipe) => ConfigurableElectricParallelMachine.recipeModifier(machine, recipe), true)
    
  • EnhanceableElectricMachine : Inspired by GTNH; efficiency , parallels and energy consumption can be improved by upgrading components such as casings , pipes and frames. Meanwhile , these can be set as well when creating multiblock.
    true
    
  • TierElectricParallelMachine : The maximum parallel count of multiblocks created with this method scales with voltage tier.

🚂 Steam Multi Machine Method:

  • AdjustableSteamParallelMachine : The steam version of ConfigurableElectricParallelMachine
    .machine((holder) => new AdjustableSteamParallelMachine(    holder, GTRecipeTypes.MIXER_RECIPES, 64, 64, 0.5, true))//initial_parallels(int),max_parallels(int),duration(double),adjust(boolean)
    
  • EnhanceableSteamMachine : The steam version of EnhanceableElectricMachine.
    .machine((holder) => new EnhanceableSteamMachine(holder, GTRecipeTypes.MIXER_RECIPES, 2))//initial_parallels(int)
    
  • IndustrialSteamMachine : The steam multiblock capable of overclocking up to MV.
    .machine((holder) => new IndustrialSteamMachine(holder, GTRecipeTypes.MIXER_RECIPES, 32))//max_parallels(int)
    

♣️ Extra Hatch Machine Method:

  • EnhancedFluidHatchPartMachine : An enhanced fluid hatch with a maximum capacity far exceeding the int limit.
    .machine((holder, tier, tankScaling) => new EnhancedFluidHatchPartMachine(holder, tier, IO.IN, 8000, 1))//InitialCapacity(int)
    
  • EnhancedParallelHatchPartMachine : An enhanced parallel hatch using a different calculation formula from the original.
  • IndustrialSteamHatchPartMachine : An enhanced steam hatch with adjustable capacity; used in the IndustrialSteamMachine to overclock to MV.
  • ThreadHatchPartMachine : Inspired by GTO and GTNA; enables true multi‑threaded operation for multiblocks.

📥 Downloads & Dependencies

These versions already tested: 7.1.4, 7.3.1, 7.4.1, 7.5.3

Minecraft Version GTCEu Version
1.20.1 [ 7.1.4-7.5.3 ]

Requirements:

  1. GregTech CEu Modern
  2. GregTech Universal Frame (This Mod)

📜 Credits

  • Author: LiangquHMF
  • Inspiration: GT Odyssey, GT Nexus Addon, GT Leisure.
  • License:LGPL3.0
Project Author License
GTO Code GTO TEAM GPLv3
GTNA (GregTech Nexus Addon) Raishxn LGPL-3.0
GTL Core AaAdoniSsS LGPLv3.0

Project description from CurseForge.

Pick your setup

GregTech Universal Frame by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

GregTech Universal Frame versions and loaders

5 of 5 releases match

Looking for an older file? The official CurseForge project page is in Resources.