Skip to content

NBT Tag Issue #19

@Invadermonky

Description

@Invadermonky

This mod has a bug that, when purchasing items that differ based on NBT Tags, squishes existing item stacks together. I'm currently working on a modpack that is (hopefully) going to update this weekend.

The bug occurs at Line 263 of VillagerMarketContainer.java

It can be fixed by changing the line to:
else if (!inv.isEmpty() && inv.isItemEqual(result) && inv.areItemStacksEqual(inv, result)) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions