Skip to content
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

Custom Entities Guide #267

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Custom Entities Guide #267

wants to merge 18 commits into from

Conversation

JaaiDead
Copy link
Contributor

@JaaiDead JaaiDead commented Jan 17, 2025

closes #147

@JaaiDead JaaiDead requested review from a team as code owners January 17, 2025 07:40
@JaaiDead JaaiDead marked this pull request as draft January 17, 2025 07:40
Copy link

netlify bot commented Jan 17, 2025

Deploy Preview for nimble-elf-d9d491 ready!

Name Link
🔨 Latest commit 6bb6538
🔍 Latest deploy log https://app.netlify.com/sites/nimble-elf-d9d491/deploys/67c311b3113de70008ff3c30
😎 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 site configuration.

@its-miroma its-miroma added new-content A new page or set of pages help-wanted Anyone is welcome to work on this stage:expansion This should be expanded labels Jan 17, 2025
@JaaiDead JaaiDead marked this pull request as ready for review January 18, 2025 16:56
@JaaiDead
Copy link
Contributor Author

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

@JaaiDead JaaiDead marked this pull request as draft January 18, 2025 17:30
@JaaiDead JaaiDead changed the title Custom Entities Documentation Custom Entities Guide Jan 24, 2025
@its-miroma its-miroma mentioned this pull request Jan 29, 2025
25 tasks
@JaaiDead
Copy link
Contributor Author

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.

@Earthcomputer
Copy link
Contributor

Earthcomputer commented Feb 28, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted Anyone is welcome to work on this new-content A new page or set of pages stage:expansion This should be expanded
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Developer Guides: Entities
3 participants