-
Notifications
You must be signed in to change notification settings - Fork 29
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
Updating Undocumented #180
Conversation
Updating Undocumented and Fix Component errors
"properties": { | ||
"value": { | ||
"title": "Value", | ||
"description": "UNDOCUMENTED.", | ||
"type": "boolean" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one need to stay for now, Microsoft uses it in their own entity:
https://learn.microsoft.com/en-us/minecraft/creator/reference/source/vanillabehaviorpack_snippets/entities/chest_minecart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So do I just remove it, or do you? I am kinda new to this github thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You removed in your code 🙂, So for this case you need to re-add it to the file 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I think this is where the reply goes... I deleted my changes for is_stackable.
Getting confused about where comments go... anyways, deleted the is_stackable file from the PR. I think. |
Mainly under the Entity Components
Used information from MS-Learn component pages.