Skip to content

Commit

Permalink
ADR-281: added links
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jan 16, 2025
1 parent 4909c64 commit 4061d1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/ADR-281-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ User-created items that can be either static or interactive, allowing creators t

### Asset Packs Repository

- Central storage for default items and smart items
- Central storage for default items and smart items ([asset-packs repository](https://github.com/decentraland/asset-packs))
- Organized in themed collections (cyberpunk, fantasy, etc.)
- Distributed via npm package `@dcl/asset-packs`
- Accessible through CDN at builder-items.decentraland.org

Custom items can be added to the default asset-packs registry by copying their folder and contents from the custom items folder into the appropriate asset-pack folder in the asset-packs repository.
Custom items can be added to the default asset-packs registry by copying their folder and contents from the custom items folder into the appropriate asset-pack folder in the [asset-packs repository](https://github.com/decentraland/asset-packs).

### Custom Items Storage

Expand Down Expand Up @@ -162,3 +162,8 @@ When an item is added to a scene:
- New SDK components with resource fields require manual tracking
- Resource copying and path mapping needs careful handling
- Multiple item sources require consistent handling

# References

- [Decentraland Asset Packs Repository](https://github.com/decentraland/asset-packs)
- [Decentraland SDK Repository](https://github.com/decentraland/js-sdk-tooling)

0 comments on commit 4061d1f

Please sign in to comment.