Misode ac259bb83e Add loot table preview (#293)
* Initial loot table preview + item display counts

* Add loot functions without NBT

* Add loot conditions

* Render item tooltips with name and lore components

* Remove debug text component

* Disable advanced tooltips in the tree

* Minor style fixes

* Add item slot overlay and tweak tooltip offset

* Fix some items not rendering

* Translate item names and text components

* Translate params + more functions and tooltips

* Add durability bar

* Configurable stack mixing

* Correct tooltip background and border

* Add enchanting

* Enchantment glint

* Configurable luck, daytime and weather

* Improve tooltip spacing

* More tooltip spacing improvements

* Remove debug logging
2022-10-13 02:05:33 +02:00
2021-12-26 02:48:21 +01:00
2022-10-13 02:05:33 +02:00
2022-10-13 02:05:33 +02:00
2021-12-26 03:18:03 +01:00
2020-05-23 21:14:34 +02:00
2022-10-13 02:05:33 +02:00
2022-10-13 02:05:33 +02:00

misode.github.io

Data Pack Generators and Guides for Minecraft Java Edition

https://misode.github.io/

Contributing

This project uses Preact and Vite.

  1. Make sure you have node, npm, and git installed.
  2. Clone the repository.
  3. Start the dev server.
npm run dev
  1. Open the browser in localhost:3000.

Guides

Do you want to contribute a guide?

  1. Add a markdown file in src/guides/. It's name will be used in the url.
  2. The beginning of the file contains the metadata of the guide, check the other guides for the format.
  3. Start the dev server with npm run dev.
  4. If everything is setup, saving the markdown file will update the guide in the browser.
  5. 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.

Localization status

  1. Go to the localization website (hosted by SPGoding).
  2. 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.
  3. See the components of misode.github.io here.
  4. Start translating!
Description
Data Pack Generators and Tools for Minecraft 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21
Readme MIT 93 MiB
Languages
TypeScript 89%
CSS 10.3%
JavaScript 0.4%
HTML 0.3%