GregTechCEu Modern

GregTechCEu Modern

6M Downloads

Shapeless equivalent of GTShapedRecipeSchema

Pyritie opened this issue ยท 1 comments

commented

Cross-mod Integration

No response

Minecraft Version

1.20.1

Feature Description

The new .addMaterialInfo() system is great for adding recycling recipes via kube-js, but it only works for shaped and not shapeless recipes. Adding support for shapeless recipes would be very appreciated!

commented

P.S. the documentation is wrong and shaped recipes only support .addMaterialInfo() with no arguments, while the docs say to use .addMaterialInfo(true), which will give kjs errors.