Skip to content

tonydawhale/skyblock-assets-worker

Repository files navigation

Skyblock Assets Worker

A self-sufficient worker that generates Hypixel Skyblock assets.

API Usage

  • /assets/list - lists all the supported skyblock assets
  • /assets/item/:skyblock_id - fetches the item with the specified skyblock item id
  • /assets/essence/list - lists all the supported skyblock essences
  • /assets/essence/:essence_name - fetches the skyblock essence with the specified name
  • /assets/head/:texture_id - fetches the head with the specified minecraft texture id

Development

Copy the .env.example file to .env.local and fill in the required values.

cp .env.example .env.local

To start the development server, run:

bun run dev

Open http://localhost:25615/ with your browser to see the server run.

Production

To start the production server, run:

bun src/index.ts

Open http://localhost:25615/ with your browser to see the server run.

Development Roadmap

  • Item Rendering
  • Essence Rendering
  • Head Rendering
  • Item List
  • Support for texture packs
  • Support for specifying whether to render the item with an enchant glint or not

Technologies used

Acknowledgements

License

This project is licensed under the MIT License