mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
00029a2010f9923a603139d9f6b435b409204f0c
* Add voxel rendering to density function preview * InteractiveCanvas component * Use interactive canvas for noise preview * Use interactive canvas for noise settings preview * Extract common iterateWorld2D logic * Use InteractiveCanvas2D for biome source preview * Display final density in noise settings preview hover * Move remaining preview code * Hide noise router info for checkerboard and fixed * Add higher resolution biome map * User interactive canvas for decorator preview
misode.github.io
Data Pack Generators and Guides for Minecraft Java Edition
Contributing
This project uses Preact and Vite.
npm run dev
- Open the browser in
localhost:3000.
Guides
Do you want to contribute a guide?
- Add a markdown file in
src/guides/. It's name will be used in the url. - The beginning of the file contains the metadata of the guide, check the other guides for the format.
- Start the dev server with
npm run dev. - If everything is setup, saving the markdown file will update the guide in the browser.
- To support multiple versions, wrap parts of the guide like this:
{#[1.18] this text will only show when 1.18 is selected #}
The selected version is {#version#}, and the pack format is {#pack_format#}
Translating
misode.github.io supports multiple languages. If you'd like to help us translate this project to your language, it would be really appreciated! If your language is not on this list, please create an issue for it.
- Go to the localization website (hosted by SPGoding).
- Register by linking your GitHub account (recommended), or using your email.
- Note that the username and email will be shown in the repository's git commit log.
- See the components of misode.github.io here.
- Start translating!
Languages
TypeScript
89%
CSS
10.3%
JavaScript
0.4%
HTML
0.3%