Skip to content

If enchantment have a custom block, then it cause to connection error #429

@Moltanicaa

Description

@Moltanicaa

i tried create enchant like frostwalker, but lavawalker and i used custom magma block that changes some time

and now i can join to server. i attached logs that says "server cant parse block" and show my magma_block

enchantment file and block config

    category: darkside:sandside
    data:
      item-name: <!i>Выгоревшая магма
      lore:
        - <!i><gray>Излучает 10 уровень света,
        - <!i><gray>исчезает со временем
    model: minecraft:block/magma_block
    behavior:
      type: block_item
      block:
        behavior:
          - type: change_over_time_block
            change-speed: 0.35
            next-block: darkside:walker_cold_magma_1
        loot:
          template: default:loot_table/self
        settings:
          template: default:settings/ore
          arguments:
            break_power: 1
          overrides:
            luminance: 15
            tags:
              - minecraft:mineable/pickaxe
              - minecraft:infiniburn_overworld
              - minecraft:happy_ghast_avoids
              - minecraft:infiniburn_end
              - minecraft:infiniburn_nether
        states:
          auto-state: solid
          model::path: minecraft:block/magma_block```

![disconnect-2025-10-31_05.17.52-client.txt](https://github.com/user-attachments/files/23260614/disconnect-2025-10-31_05.17.52-client.txt)


Original message was send in discord

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions