Skip to content

Small issue in the DataContainer of your GrowthChamber BE #5

@RINGULARITTY

Description

@RINGULARITTY
@Override
public void set(int i, int value) {
    switch (i) {
        case 0: GrowthChamberBlockEntity.this.progress = value;
        case 1: GrowthChamberBlockEntity.this.maxProgress = value;
    }
}

It should be -> insted of :

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