Skip to content

LevelConfig: AdditionalBlocks and block names in /is info #6

@Muspah

Description

@Muspah

USB's levelconfig.yml contains an undocumented option called 'additionalBlocks', which adds additional blocks to the material type configured. It took me a while to understand the exact use case for this, but I've found one today.

WOOL used to be a single Material type with a custom score and diminishingReturns value. All colors would be counted as one single type. Since MC1.13, WOOL is separated into different item id's for each color. AdditionalBlocks makes it possible to group them all together, like:

image

The issue here is that USB uses the name of the main item (WHITE_WOOL in this case) in outputs like /is info, like:

image

Feature request: make it possible to configure a custom name for the item, e.g. "Colored Wool", in this case.

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