Skip to content

Singleblock registration crashes in 7.5.1 #4600

@Phoenixvine32908

Description

@Phoenixvine32908

Checked for existing issues

  • I have checked for existing issues, and have found none.

Tested latest version

  • I have checked that this occurs on the latest version.

GregTech CEu Version

7.5.1

Minecraft Version

1.20.1 Forge

Recipe Viewer Installed

EMI

Environment

Singleplayer

Cross-Mod Interaction

Yes

Other Installed Mods

Phoenix Forge Technologies, thou for this the issue is purely gt+kjs.

Expected Behavior

I expected to be able to bring over my kjs single block registration from 7.4.1 to 7.5.1.

Actual Behavior

Said kjs singleblock crashes.

Steps to Reproduce

Try to register a singleblock either using what you had in 7.4.1 or a wiki example in kjs, load up game, crashes the game.

Additional Information

Here is the code I use
GTCEuStartupEvents.registry("gtceu:machine", phoenixvine => {
phoenixvine.create('earth_sieve', 'simple')
.tiers(GTValues.LV, GTValues.MV, GTValues.HV)
.langValue("Earth Sieve")
.definition((tier, builder) => {
return builder
.recipeType('earth_sieve')
.workableTieredHullModel('gtceu:block/machines/sifter')
})
});
and here is crash report

crash-2026-02-10_11.58.53-client.txt

latest.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions