Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data driven blocks #26

Open
Treetrain1 opened this issue Dec 6, 2024 · 0 comments
Open

Data driven blocks #26

Treetrain1 opened this issue Dec 6, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Treetrain1
Copy link
Member

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
      }
    }
  ]
}
@Treetrain1 Treetrain1 added the enhancement New feature or request label Dec 6, 2024
@Treetrain1 Treetrain1 added this to the 1.3 milestone Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant