You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
gtceu-1.21.1-1.4.6
Minecraft Version
1.21.1 NeoForge
Recipe Viewer Installed
JEI
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
Required to reproduce this issue:
JEI
Expected Behavior
Adding a recipe to a machine that just have one slot and all of default recipes dont include circuits as input it should show info about that or just throw errors on logs
(idk if it was a bug or not)
Actual Behavior
It work but still "hidden" the circuit on jei due the machine slots / it dont support circuits as input
Steps to Reproduce
step 1:
create a datapack / install kubejs and add inside kubejs/data/<modname>/recipe/ this recipe
//just the sifter gravel recipe but with stone as input + circuit 1 new.json
step 2:
run /reload and search it on jei
step 3:
place a sifter correctly configured without change circuit settings and it look like that (dont execute the recipe)
step 4:
change the circuit setting to 1
you can see that it execute the recipe
Additional Information
Possible solution:
completly change circuit view on jei ( item -> texture ) and adding it a condition to show only when on recipe input still required so it can be used on custom recipes where input slots are just one
The text was updated successfully, but these errors were encountered:
While the circuit setting does work if you do it this way, it is not meant to. The circuit slot is supposed to count as one of the inputs, and the sifter, and cutter, for instance, do not have this second slot. However, the circuit setting does still work as a side effect of how our machines are defined.
Checked for existing issues
Tested latest version
GregTech CEu Version
gtceu-1.21.1-1.4.6
Minecraft Version
1.21.1 NeoForge
Recipe Viewer Installed
JEI
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
Required to reproduce this issue:
JEI
Expected Behavior
Adding a recipe to a machine that just have one slot and all of default recipes dont include circuits as input it should show info about that or just throw errors on logs
(idk if it was a bug or not)
Actual Behavior
It work but still "hidden" the circuit on jei due the machine slots / it dont support circuits as input
Steps to Reproduce
step 1:
create a datapack / install kubejs and add inside
kubejs/data/<modname>/recipe/
this recipe//just the sifter gravel recipe but with stone as input + circuit 1
new.json
step 2:
run
/reload
and search it on jeistep 3:
place a sifter correctly configured without change circuit settings and it look like that (dont execute the recipe)
step 4:
change the circuit setting to 1
you can see that it execute the recipe
Additional Information
Possible solution:
completly change circuit view on jei ( item -> texture ) and adding it a condition to show only when on recipe input still required so it can be used on custom recipes where input slots are just one
The text was updated successfully, but these errors were encountered: