fabric-docs icon indicating copy to clipboard operation
fabric-docs copied to clipboard

Custom Entities Guide

Open JaaiDead opened this issue 10 months ago • 4 comments
trafficstars

closes #147

JaaiDead avatar Jan 17 '25 07:01 JaaiDead

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jan 17 '25 07:01 netlify[bot]

Implementation of Client-Side Code needs suggestion , Server Side Code - needs review

JaaiDead avatar Jan 18 '25 16:01 JaaiDead

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.

JaaiDead avatar Feb 28 '25 17:02 JaaiDead

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 /summon command, I believe.
  • [ ] Add and explain goals
  • [ ] And renderer, model and texture
    • This will include the leg swing animation, but not the dancing animation.
  • [ ] Add TrackedData for dancing, and explain how to use the data tracker for synchronizing values to the client.
  • [ ] Add dancingTimeLeft which will be saved and loaded from NBT, explain saving and loading entities from NBT.
  • [ ] Add the dancing animation.
  • [ ] Add the spawn egg.

Earthcomputer avatar Feb 28 '25 18:02 Earthcomputer

Needs Code Rework for the latest version.

Which might change the flow.

JaaiDead avatar Oct 17 '25 10:10 JaaiDead