• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CyclopsMC / CommonCapabilities / 34153140538
70%
master-1.21-lts: 70%

Build:
Build:
LAST BUILD BRANCH: 1.21.1-2.11.6
DEFAULT BRANCH: master-1.21-lts
Ran 07 Sep 2026 06:54PM UTC
Jobs 1
Files 100
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Sep 2026 06:48PM UTC coverage: 69.684% (+35.2%) from 34.51%
34153140538

Pull #49

github

claude
Take the maximum stack size from the slot when extracting from large slots

The workaround for inventories with slots larger than a vanilla stack read
its maximum stack size from ItemStack.EMPTY. Since the component rewrite an
empty stack carries no MAX_STACK_SIZE component, so that reports 1 rather
than 64.

As a result the branch triggered for practically every extraction, and the
non-simulated path pulled a single item per extractItem call: draining 1000
items out of one slot took 1001 calls instead of 16. Items that stack below
64, such as ender pearls, were affected the same way.

The value now comes from the stack in the slot, which is what item handlers
actually cap a single extraction at.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ACuxaa5QeiZ8mVsEQtwSq1
Pull Request #49: Take the maximum stack size from the slot when extracting from large slots

727 of 1182 branches covered (61.51%)

Branch coverage included in aggregate %.

2098 of 2872 relevant lines covered (73.05%)

3.69 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
83.9
0.73% org/cyclops/commoncapabilities/ingredient/storage/IngredientComponentStorageWrapperHandlerItemStack.java
Jobs
ID Job ID Ran Files Coverage
1 34153140538.1 07 Sep 2026 06:54PM UTC 100
69.68
GitHub Action Run
Source Files on build 34153140538
  • Tree
  • List 100
  • Changed 48
  • Source Changed 0
  • Coverage Changed 48
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34153140538
  • Pull Request #49
  • PR Base - master-1.21-lts (#33543858969)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc