Roughly Enough Items Fabric/Forge/NeoForge (REI)

Roughly Enough Items Fabric/Forge/NeoForge (REI)

40M Downloads

[Bug] (Fabric) Villager-style gui entries *don't handle multiple outputs well

supersaiyansubtlety opened this issue ยท 3 comments

commented

Describe the bug
The REI plugin I'm writing somehow cause REI's villager-style gui entries to become too tall, and for their stack entries to stop cycling and instead render all stacks on top of one another.

Steps to Reproduce

Screenshots
anvil crushing REI

Environment:

  • Minecraft: 1.17.1
  • Mod Loader: fabric, 0.12.3
  • REI: 6.0.307-alpha
  • FAPI: 0.41.0+1.17

Logs
latest.log
rei-log

commented

This is the test datapack I mentioned.
output_op_combo_terracotta_test.zip

commented

It seems as though the issue is just that multiple outputs from me.shedaniel.rei.api.common.display.Display::getOutputEntries are rendered on top of one another, and yet the villager gui list item is stretched vertically to fit the number of output entries (if they were spaced out vertically).

commented

Duplicate of #617