Commit 8fcb621
Skip the crafting network lookup of an idle crafting interface
CraftingJobHandler.update looked the crafting network capability up to find a
job to start, even when the handler has no pending jobs at all, which is what
every idle crafting interface does on every tick. It also repeated that same
lookup for every finished job instead of once.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MxquU3sDjDpKbeHrVyrV1t1 parent 6ec73e2 commit 8fcb621
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
435 | | - | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
475 | 477 | | |
476 | 478 | | |
477 | 479 | | |
| |||
0 commit comments