-
Notifications
You must be signed in to change notification settings - Fork 3
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
Doesn't like emitter_shape_entity_aabb fields #28
Comments
The errors you’re encountering suggest that the JSON schema you're using for particle effects has strict validation rules that are not aligned with the latest changes or implementations you’ve tested. It’s possible that the schema you are using is outdated or not fully compatible with the current Minecraft updates or your specific setup. Here's how you can address these issues: 1. Validate Schema and JSONEnsure that your JSON and schema are compatible with the version of Minecraft you're using. Sometimes, official schemas might not immediately reflect changes or additions. 2. Correct JSON StructureFor the Valid JSON Structure for
|
I got these errors:
When using a particle with this component:
These errors are wrong because these fields are valid and functional, I've tested it just now.
The text was updated successfully, but these errors were encountered: