You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to validate commands with our web app, it is useful to have bindings for all Minecraft commands. Having some validation will be helpful. It would be nice for these to already be pydantic models so that they work seamlessly with the existing web app.
We can use this comprehensive list as our source of truth. We only need to consider commands that are compatible on PC Java edition (JE) for now.
An example implementation of this may use Pydantic models as follows:
Summary
In order to validate commands with our web app, it is useful to have bindings for all Minecraft commands. Having some validation will be helpful. It would be nice for these to already be pydantic models so that they work seamlessly with the existing web app.
We can use this comprehensive list as our source of truth. We only need to consider commands that are compatible on PC Java edition (JE) for now.
An example implementation of this may use Pydantic models as follows:
The text was updated successfully, but these errors were encountered: