Skip to content

Incompatibility with Stacc #2

@BasiqueEvangelist

Description

@BasiqueEvangelist

On servers with Stacc installed (e.g. those that have Numismatic Overhaul), the cobblestone generators never stop generating cobblestone, even going past the max stack size (our server had it at 350K).

This is because the cobblestone generator code doesn't check the max stack size of the cobble, and just blindly increments it, thus relying on SimpleInventory#setStack to cap the max stack size, which caps it to the global max stack size. This is 64 in Vanilla Minecraft, but this is changed by Stacc to be the maximum stack size across the registry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions