-
Notifications
You must be signed in to change notification settings - Fork 10
Changes for more diesel machines #524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LordIdra
commented
Dec 15, 2025
- Adds persistent data types for Duration and ProgressItem
- Progress item is now held and persisted by PylonProcessor and PylonRecipeProcessor
- Add cycles per second unit
- Some other small utils
OhmV-IR
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one cw comment and a design comment
pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/datatypes/DurationPersistentDataType.kt
Show resolved
Hide resolved
pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/util/gui/ProgressItem.kt
Show resolved
Hide resolved
OhmV-IR
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM CW (can't really IG test this one)
Seggan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one teeny thing