Dragging ghost items/fluids/etc. from JEI/EMI into a logic programmer works only partially
WeaselOnaStick opened this issue ยท 6 comments
Issue type:
- ๐ Bug
Short description:
Dragging items from JEI/EMI into the logic programmer doesn't work everywhere, meanwhile dragging items from actual inventory works. This inconsistentcy doesn't look intentional.
You can see in the recording below I can successfully use a ghost JEI item (water bottle) for the Item() function, but I can't use the same technique when adding it as an item in a list (or any other operator that takes "Item" input). But I can do both normally if the item is in my inventory
javaw_LX7cNv2KSp.mp4
Versions:
- This mod: 1.23.2
- Minecraft: 1.19.2
- Mod loader version: Forge 43.4.0
Furthermore, operators that accept Item/Fluid variables, don't accept dragging in actual/ghost items at all, which I find very unintuitive
We never released a 1.20.4 version for Forge. There's only a release on 1.20.4 for NeoForge, but we don't support that one anymore.
We never released a 1.20.4 version for Forge. There's only a release on 1.20.4 for NeoForge, but we don't support that one anymore.
The same issue exist in 1.20.4 NeoForge. I tried to compile the code myself but wasn't successful due a lot of missing libraries.