Skip to content

Data driven blocks #26

@EthanRStokes

Description

@EthanRStokes

Use the somewhat new block type codecs Mojang introduced some time in 1.20 or something.

This will be data driven.

Not sure if it can be added to Block Config. If it can, it will look something like this:

{
// other options

  “blocks”: [
    {
      “id”: “wilderwild:sculk_echoer”,
      “block”: {
        “type”: “minecraft:sculk_shrieker”,
        // other elements, not sure if this will work
      }
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions