Skip to content

Incompatibility with Stacc #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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