-
Notifications
You must be signed in to change notification settings - Fork 389
Inconsistent recipe builder method names for output items between KubeJS and Java #4949
Open
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
1.6.4+
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
EMI
Environment
Singleplayer
Cross-Mod Interaction
Yes
Other Installed Mods
KubeJS, Rhino
Expected Behavior
The method for setting output items of a recipe, .outputItems, is consistent between the two.
Actual Behavior
KubeJS uses .itemOutputs, while Java uses .outputItems.
Steps to Reproduce
Write a recipe in a Java (core)mod for a GT machine. Try to write the same recipe in KubeJS, observe the one method being different.
Additional Information
This is only affecting itemOutputs.
KJS correctly uses inputItems, inputFluids, outputFluids.
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.