Ex Nihilo: Sequentia

Ex Nihilo: Sequentia

9M Downloads

[BUG] Multiple of the same output of a Hammer Recipe are displayed individually in JEI

PercyCreeper opened this issue ยท 1 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When making a custom Hammer Recipe with multiple of the same output (for example two diamonds), these outputs are displayed individually as different outputs in JEI.

Expected Behavior

The Outputs should be displayed as one with a counter as to how many of the same there are, like with the outputs of a sieving recipe.

Steps to Reproduce

  1. Create a custom hammer recipe using CraftTweaker and the following command:
    recipetype:exnihilosequentia:hammer.create("test").setInput(item:minecraft:glass).addOutput(item:minecraft:stone).addOutput(item:minecraft:stone);
  2. Use JEI to view how the recipe is displayed

Minecraft Version

1.19.X

Forge Version

43.2.0

Ex Nihilo: Sequentia Version

1.19.2-4.1.0.53-beta

Additional Context

grafik

Log File

latest.log

commented

This is intended functionality due to current implementation. However, this is a good improvement.