GregTechCEu Modern

GregTechCEu Modern

6M Downloads

Add custom material info for recipe builder

jurrejelle opened this issue ยท 0 comments

commented

Cross-mod Integration

No response

Minecraft Version

1.20.1 Forge

Feature Description

Right now, as far as I can see we can't add custom recycling material info to a recipe using the recipe builder (because of e.g. the recursive material resolution)

I propose a .recyclingInfo(List) that does the work of GTRecipeBuilder#addOutputMaterial instead (or sets a temporary list and adds the info on recipe build). This should be avaialble to KJS and java recipe building.

Making an issue because I don't have time right now to do it and it might need further discussion