Skip to content

Conversation

@LordIdra
Copy link
Contributor

  • Renames LogisticSlotType to LogisticGroupType
  • Update cargo ticking logic to work with multiple target slots instead of just duplicating the items across all of them lmao
  • Fix cargo routes not invalidating in certain situations
  • Fix cargo routes with no endpoint not being cached (lol)
  • Add logistic slots for vanilla inventories, and a method which gets all the logistic groups for a vanilla block

Copy link
Contributor

@OhmV-IR OhmV-IR left a comment

Choose a reason for hiding this comment

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

that util function bothers me

@LordIdra LordIdra requested a review from OhmV-IR January 5, 2026 22:32
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.

LGTM mostly

Comment on lines +59 to +60
val blockData = block?.state
return when (blockData) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
val blockData = block?.state
return when (blockData) {
return when (val blockData = block?.state) {

Copy link
Member

Choose a reason for hiding this comment

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

Quite a few unused imports

Copy link
Contributor

@OhmV-IR OhmV-IR left a comment

Choose a reason for hiding this comment

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

lgtm

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.

4 participants