Skip to content

Display purification#867

Open
Intybyte wants to merge 2 commits intomasterfrom
vaan/task/purification-display
Open

Display purification#867
Intybyte wants to merge 2 commits intomasterfrom
vaan/task/purification-display

Conversation

@Intybyte
Copy link
Member

@Intybyte Intybyte commented Mar 9, 2026

Fixes #844

Copy link
Member

@Seggan Seggan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you seen how we do display-only recipes currently?

@Intybyte
Copy link
Member Author

Intybyte commented Mar 10, 2026

Have you seen how we do display-only recipes currently?

Yes, it is a read only file filled with warnings, which is very error prone and bad practice, because it doesnt actually change the underlying hardcoded recipe

Copy link
Contributor

@LordIdra LordIdra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 small things here

  1. it would be nicer to have the purification tower ('x' in the gui) cycle through the purification towers - see the hammer recipe for an example of how to do this, it's really simple
  2. you can just lazily get the recipes whenever you need to display the gui, yeah it's slower but no one cares as it is being called very rarely, it's nice and simpler than the listener

Copy link
Contributor

@LordIdra LordIdra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, towers are shown in the wrong order but that's probably fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dirty Hydraulic Fluid purification recipes should display on guide

4 participants