Ingr.with_item and Ingr.with_fluid do not convey size/amount informations
RuelYasa opened this issue ยท 4 comments
Issue type:
- ๐ Bug
Short description:
When using Ingr.with_item, the inserted item's amount is always 1, no matter what the second input is. The Ingr.with_fluid shows similar behaviours, where the amount of the fluid is always 1000mB.
Besides, applying these operators to empty Ingredients always produce an empty Ingredients.
Steps to reproduce the problem:
- Create an Ingredients, an Integer and an Items by logic programmers.
- Use Ingr.with_fluid with the cards to create a new varible.
- Put it in a display panel and check the output.
Expected behaviour:
The inserted item's amount isn't 1.
Versions:
- This mod: 1.21.3
- Minecraft: 1.20.1
- Forge: 47.1.105 (NeoForge)
Log file:
I followed your exact steps, and I am able to successfully create an ingredient with items/fluids that keep their given amounts.