fabric-docs
fabric-docs copied to clipboard
Custom Entities Guide
trafficstars
closes #147
Deploy Preview for nimble-elf-d9d491 ready!
| Name | Link |
|---|---|
| Latest commit | ffa1ab6b613731dbc54573b22c6a10d83900b46a |
| Latest deploy log | https://app.netlify.com/projects/nimble-elf-d9d491/deploys/68e7d50fc0dfd00008ff7ccd |
| Deploy Preview | https://deploy-preview-267--nimble-elf-d9d491.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Implementation of Client-Side Code needs suggestion , Server Side Code - needs review
Kindly check the to do on top on the recent commit and if im missing anything in the flow or the order is wrong , suggest changes.
In my mind, the flow of the tutorial would be more like:
- [ ] Create and register entity and attributes.
- This is the minimum amount of work to be able to run the
/summoncommand, I believe.
- This is the minimum amount of work to be able to run the
- [ ] Add and explain goals
- [ ] And renderer, model and texture
- This will include the leg swing animation, but not the dancing animation.
- [ ] Add
TrackedDatafor dancing, and explain how to use the data tracker for synchronizing values to the client. - [ ] Add
dancingTimeLeftwhich will be saved and loaded from NBT, explain saving and loading entities from NBT. - [ ] Add the dancing animation.
- [ ] Add the spawn egg.
Needs Code Rework for the latest version.
Which might change the flow.