Skip to content

[1.16.5, 1.18.2] Item / Formatters section in ore presents doesn't work #170

@MundM2007

Description

@MundM2007

Describe the bug
if wanting to overwrite the Name of a Ore using the formatters section, it will not work and it will give the item no name.

To Reproduce

  1. add this piece of text to the coal ore configuration file (for 1.16 add quotation marks before the double point in the 3rd line)
    item: {
    formatters: {
    : [
    {
    text: '{fg} Ore ({bg})'
    }
    ]
    }
    }
    (indents have been removed for some reason)
  2. make sure the ore is active in the common config
  3. start the game
  4. see the item name

Expected behavior
that it shows the correct text, not none

Screenshots
image

Versions:

  • Ore Stone Variants Version: Newest
  • Forge Version: 36.2.39 / 40.2.0

Additional context
for minecraft version 1.18, the coal ore preset (txt, because github doesn't support xjs):
coal_ore.txt

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