-
Notifications
You must be signed in to change notification settings - Fork 354
Singleblock registration crashes in 7.5.1 #4600
Copy link
Copy link
Closed
Labels
Description
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
Reactions are currently unavailable