Several tweaks for brainsweep sacrifice entity display#1023
Several tweaks for brainsweep sacrifice entity display#1023Robotgiggle merged 4 commits intoFallingColors:mainfrom
Conversation
YukkuriC
commented
Apr 2, 2026
- loop display every choices for tag ingredient
- cache them on client to prevent by-frame new instances
Robotgiggle
left a comment
There was a problem hiding this comment.
The cycling entity display only works in recipe viewers, not in the guidebook. Making it work in the guidebook is totally possible though, you'd just need to change some things around in the component processor for brainsweep recipes. That should probably get done before this gets merged.
|
@YukkuriC If you haven't started working on this change, don't worry about it, I'll implement it. If you have, let me know so we don't duplicate work! |
…dering Co-Authored-By: Aly Cerruti <7751296+s5bug@users.noreply.github.com>
ce7788d to
028a19b
Compare
Robotgiggle
left a comment
There was a problem hiding this comment.
Turns out Patchouli is in fact not capable of showing cycling entity displays, so we won't be able to implement that yet in this PR.
However, some preliminary refactoring to turn exampleEntity into exampleEntities for ease of use has been done anyway, and an issue has been created in the Patchouli repo (VazkiiMods/Patchouli#852) to hopefully enable cycling entities at some point in the future.