https://github.com/lucsoft/minecraft-game
https://github.com/lucsoft/minecraft-game
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucsoft/minecraft-game
- Owner: lucsoft
- Created: 2025-10-19T12:56:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T14:53:01.000Z (4 months ago)
- Last Synced: 2026-03-28T15:07:46.776Z (4 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Miencraft Renderer on Babylon.js
## Asset Pipeline
The pipeline fetches and caches ZIP archives, collects mcmeta files within them, and precomputes custom atlas maps. It serves the resulting blockstates, models, and prebuilt atlas. It is hosted at `https://asset-cdn.lucsoft.de/`.
**Required parameter:**
- `url` — URL of a ZIP archive to fetch and cache
**Optional response format parameters:**
- `atlaspng` — returns the precomputed texture atlas as a PNG
- `atlas` — returns the atlas with UV rect metadata as a CBOR file
- `file` — returns a specific file from the archive by path
- _(none)_ — returns JSON with blockstates and models
**Example** (texture atlas PNG for 1.21.4):
```
https://asset-pipeline.lucsoft.de/?url=https://piston-data.mojang.com/v1/objects/d3bdf582a7fa723ce199f3665588dcfe6bf9aca8/client.jar&atlaspng
```