-
Notifications
You must be signed in to change notification settings - Fork 213
Mixer custom recipe misbehaving (1.19) #620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
bad bot, it's 1.19 only |
Try with a regular datapack recipe |
I've added the following to a json under /kubejs/data/create/recipes
With the same outcome. I guess you want me to try entirely outside of kubejs but I tried moving the recipe under paxi without luck. Not sure how it's done with standard data packs, I've only used kubejs forms. |
I managed to load the json through paxi, same behavior. But then I also got a better idea, and added the json directly to the create.jar so it would be seen as a standard recipe. ...Same behavior. |
I got a clever idea... and it works. It should still be fixed properly I guess. The following actually doesn't ignore count... since it doesn't use the count (can't ignore the count if it's not used...):
This confirms it's not a display error, since this recipe shows properly in game. |
counts are not read for inputs, this is how it behaves on forge too |
Uh oh!
There was an error while loading. Please reload this page.
Describe the Bug
I don't know if this is a skill issue, a probem of KubeJS, a problem with Create, or a problem with REI display of the recipe.
I'm trying to convert some kubejs scripts and recipes from 1.18. This one recipe works on 1.18.
On 1.19 I'm proceeding through a lot of trial and error since some things aren't working and KubeJS Create isn't out.
The script is currently working, but ignoring "count" on an item to be mixed (same for "compacting"). Same syntax on the "result" field instead works correctly. Only the inputs seem to ignore count.
The problem seems to be specific to Create mixing since using "count" elsewhere does work.
Reproduction Steps
This is the recipe I'm currently using. I commented out lines that were working on 1.18 but fail on 1.19
I've even tried other things but without success, the number of items is always ignored.
Same for the following, therefore I suspect it's a problem related to Create mixing recipes:
Expected Result
The first image shows 1.19, the second 1.18
There should be 20 of those rotten flash items.
Screenshots and Videos
Crash Report or Log
No response
Operating System
W10
Mod Version
0.5.0g
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: