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

"color" key is unrecognized in worldgen/biome particles #1679

Closed
BemusedLeader10 opened this issue Dec 20, 2024 · 2 comments · Fixed by #1688
Closed

"color" key is unrecognized in worldgen/biome particles #1679

BemusedLeader10 opened this issue Dec 20, 2024 · 2 comments · Fixed by #1688
Assignees
Labels
🐛 bug Something isn't working /mcdoc
Milestone

Comments

@BemusedLeader10
Copy link

See titleImage

@misode
Copy link
Member

misode commented Dec 20, 2024

What is the particle type what you are using? It is covered by the error message.

@BemusedLeader10
Copy link
Author

BemusedLeader10 commented Dec 21, 2024

Sorry about that 😅
I was using minecraft:entity_effect

Here's the whole bit that was covered:

"particle": {
      "options": {
        "type": "minecraft:entity_effect",
        "color": [
          0.03,
          0.36,
          0.15,
          0.98
        ]
      },
      "probability": 0.01428
    }

@misode misode added 🐛 bug Something isn't working /mcdoc labels Dec 26, 2024
@misode misode self-assigned this Dec 26, 2024
@misode misode added this to the Backlog milestone Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working /mcdoc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants