https://github.com/jacobsjo/mc-datapack-map
A Minecraft biome map capable of handling worldgen datapacks.
https://github.com/jacobsjo/mc-datapack-map
datapack leaflet map minecraft vue3 worldgen
Last synced: 4 months ago
JSON representation
A Minecraft biome map capable of handling worldgen datapacks.
- Host: GitHub
- URL: https://github.com/jacobsjo/mc-datapack-map
- Owner: jacobsjo
- License: mit
- Created: 2023-03-02T23:27:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-16T21:49:17.000Z (9 months ago)
- Last Synced: 2025-09-16T23:59:18.413Z (9 months ago)
- Topics: datapack, leaflet, map, minecraft, vue3, worldgen
- Language: TypeScript
- Homepage: https://map.jacobsjo.eu/
- Size: 6.65 MB
- Stars: 86
- Watchers: 3
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/jacobsjo/mc-datapack-map/actions)
[](https://map.jacobsjo.eu)
[](https://github.com/jacobsjo/mc-datapack-map/issues)
[](https://github.com/sponsors/jacobsjo)
[](https://weblate.catter.dev/projects/jacobsjo/mc-datapack-map/)
## Use online at https://map.jacobsjo.eu
--------
# MC Datapack Map
| | |
|---|---|
| [](https://map.jacobsjo.eu) | A Leaflet based map to display Minecraft biome layouts and structures of vanilla and using worldgen datapacks. |
| | |

# Translations
Translate at https://weblate.catter.dev/projects/jacobsjo/mc-datapack-map/
# Contributing
Contributions are welcome! For significant feature additions please ask beforehand by opening an issue or on discord.
## Setup dev environment:
1. Install python dependencies: `pip install -r requirements.txt`
2. Install node dependencies: `npm i`
3. Create vanilla datapack zip files: `npm run createZips`
4. Start dev server: `npm run dev` and open http://localhost:5173/
- **dev environment requires a [browser supporting ECMAScript modules in webworkers](https://caniuse.com/mdn-api_worker_worker_ecmascript_modules)**
5. Build final page: `npm run build`
6. Test build version: `npm run preview` and open https://localhost:4173/