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

Block state support #61

Open
null2264 opened this issue Mar 2, 2024 · 0 comments
Open

Block state support #61

null2264 opened this issue Mar 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@null2264
Copy link
Owner

null2264 commented Mar 2, 2024

Previously reported on GH-9, as block state no longer used for variant I thought it probably fine not implement it.

Format:

{
  "id": "minecraft:door[open=false,...]"  // One-liner, separated by comma
  // or
  "states": {
    "open": false,
    ...
  }
}
// for modifiers
"cobblegen:modifier[powered=true,...]": [  // One-liner, separated by comma
  {
    ...,
    // or
    "modifierStates": {
      "powered": true
    },
    ...
  }
]
@null2264 null2264 added the enhancement New feature or request label Mar 2, 2024
@null2264 null2264 self-assigned this Mar 2, 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