Fix jecs addon repository links
Some checks failed
analysis / Run Luau Analyze (push) Has been cancelled
deploy-docs / build (push) Has been cancelled
publish-npm / publish (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled
deploy-docs / Deploy (push) Has been cancelled

This commit is contained in:
Neon 2025-04-17 12:08:32 -07:00 committed by GitHub
parent 9163285f9e
commit e5a30f2bc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,17 +8,17 @@ A collection of third-party jecs addons made by the community. If you would like
A jecs debugger with a string-based query language and entity editing capabilities. A jecs debugger with a string-based query language and entity editing capabilities.
## [jecs_entity_visualiser](https://github.com/Ukendio/jecs/tree/main/addons/entity_visualiser) ## [jecs_entity_visualiser](https://github.com/Ukendio/jecs/blob/main/addons/entity_visualiser.luau)
A simple entity and component visualiser in the output A simple entity and component visualiser in the output
## [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/tree/main/addons/lifetime_tracker) ## [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/blob/main/addons/lifetime_tracker.luau)
A tool for inspecting entity lifetimes A tool for inspecting entity lifetimes
# Helpers # Helpers
## [jecs_observers](https://github.com/Ukendio/jecs/tree/main/addons/observers) ## [jecs_observers](https://github.com/Ukendio/jecs/blob/main/addons/observers.luau)
Observers for queries and signals for components Observers for queries and signals for components