-
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 "rotate" property of portrait_offsets #26
Comments
To address the issue with 1. Verify JSON SchemaEnsure that the JSON schema you are using correctly defines 2. Update Minecraft or ToolsEnsure that you are using the latest version of Minecraft and any tools or plugins associated with JSON editing. Sometimes properties or schema definitions change with updates. 3. Validate JSONUse an online JSON validator or schema validator to check if your JSON is correct. Tools like JSONLint or JSON Schema Validator can be useful. 4. Review and Fix JSON ExampleHere’s how you might structure the {
"minecraft:entity": {
"components": {
"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"scale": [1.0, 1.0, 1.0],
"translate": [0.0, 0.0, 0.0],
"rotate": [0.0, 0.0, 0.0] // Ensure this property is valid
}
}
}
}
}
} 5. Use Minecraft CommandsIf you are working within Minecraft and need to adjust entity properties using commands, you can use commands like:
6. Consult DocumentationIf 7. Seek Community HelpIf you are still having issues, consider reaching out to Minecraft forums or communities, such as: These communities often have experienced developers who can provide advice or solutions for specific issues. By following these steps, you should be able to diagnose and correct the issue with the |
Can we not clog this issue with crappy AI spam please? |
What crappy, I give you a reply with some true informations. |
It seems like the key validations are coming from https://github.com/Blockception/Minecraft-bedrock-json-schemas/ That's a bit disappointing; as a community we are in dire need of accurate, comprehensive schemas from an official source. That's what I thought this project was at first. There are so many obscure and undocumented keys, and a multitude of different format versions, that reverse-engineering them all ourselves and keeping them up-to-date is an impossible task. Is there any possibility of this coming in the future? I can't be confident that the errors produced by this project are accurate if they're not sourced from the game itself. |
I got this error:
rotate
is a valid and functional property in this field, just likescale
andtranslate
. It rotates the preview.The text was updated successfully, but these errors were encountered: