-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
GTCEuM recently updated to 7.5.0. Here is what the GTCEuM wiki has to say:
Change to GTRecipe constructor
GTRecipe has had one new field added to it and its constructors: int groupColor. For new recipes, this parameter is set to -1; however for recipes that are being prepared and run, this field holds the Paint color of the Painted Input Group that the recipe drew its inputs from.
Addon mods which explicitly attempt to construct, copy, or apply their own ModifierFunctions to a GTRecipe (not using the standard builder or kjs functions) will need to either add the additional int parameter to the end of their constructor calls, or the additional recipe.groupColor to their copy calls.
Relevant Log Line:
[09Feb2026 17:13:44.174] [Render thread/ERROR] [GregTechCEu/]: No key groupColor in MapLike[{"type":"gtceu:macerator","duration":200,"inputs":{"item":[{"content":{"type":"gtceu:sized","count":1,"ingredient":{"type":"forge:nbt","item":"productivebees:spawn_egg_configurable_bee","nbt":"{\"EntityTag\": {\"type\": \"productivebees:copper\"}}"}},"chance":1,"tierChanceBoost":0}]},"outputs":{"item":[{"content":{"type":"gtceu:sized","count":1,"ingredient":{"type":"forge:nbt","item":"productivebees:spawn_egg_configurable_bee","nbt":"{\"EntityTag\": {\"type\": \"productivebees:tetrahedrite\"}}"}},"chance":1,"tierChanceBoost":0}]},"tickInputs":{"eu":[{"content":4,"chance":1,"tierChanceBoost":0}]},"tickOutputs":{},"conditions":[{"type":"forge:mod_loaded","modid":"gtceu"},{"type":"productivebees:bee_exists","bee":"productivebees:copper"},{"type":"productivebees:bee_exists","bee":"productivebees:tetrahedrite"}]}]
(1.20.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels