KubeJS Recipe type builder missing research abilities
Cattman423 opened this issue ยท 0 comments
Cross-mod Integration
KubeJS
Feature Description
Right now you can only make custom research recipes for Assembly Line recipes through KubeJS, you cannot do so for other multiblocks. The KubeJS Recipe Type Builder is missing the following parameters:
.setHasResearchSlot(true)
.onRecipeBuild(ResearchManager::createDefaultResearchRecipe);
Without access to these parameters, one cannot make a multiblock that has a research requirement for a recipe without using the Assembly Line recipe type.