Commit Graph

160 Commits

Author SHA1 Message Date
Misode d9c8eb17d7 Add top-down view to density function preview 2023-01-26 13:05:09 +01:00
Misode 00029a2010 Voxel rendering + refactor interactive canvas (#322)
* 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
2023-01-26 01:21:02 +01:00
Misode cbdf81d969 Show weight of loot entries when collapsed 2022-12-14 00:25:20 +01:00
Misode 7bc51d38f7 Add version 1.19.3 (atlas generator, feature flags)
Fixes #304
2022-11-16 19:06:14 +01:00
Misode 0fb3a7c4b9 Option to show final density visualization 2022-11-10 21:33:27 +01:00
Misode e89cdfb0ad Show density/noise value at cursor (#282)
* Fix #277 WIP show density at cursor

* Correctly implement hovered value for noise and df previews
2022-11-10 02:01:50 +01:00
Misode 6312dfbc71 Add fixed bugs tab to versions 2022-11-09 19:08:25 +01:00
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
piw-piw 61a1e21206 Translated using Weblate (Polish)
Currently translated at 9.5% (21 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/pl/
2022-09-05 22:14:27 +00:00
なまけもの 6d7d655b7a Translated using Weblate (Japanese)
Currently translated at 100.0% (221 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/ja/
2022-08-20 00:14:29 +00:00
Ry177 33cc771aed Translated using Weblate (Japanese)
Currently translated at 58.8% (130 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/ja/
2022-08-06 01:34:15 +00:00
ikafly144 1c40298c8a Translated using Weblate (Japanese)
Currently translated at 56.1% (124 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/ja/
2022-08-04 22:21:14 +00:00
Ry177 4de04ddc61 Translated using Weblate (Japanese)
Currently translated at 56.1% (124 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/ja/
2022-08-04 22:21:14 +00:00
Theaustudio c6182d69e3 Translated using Weblate (French)
Currently translated at 99.5% (220 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/fr/
2022-07-25 00:33:06 +00:00
No NOréo c43ec0a2b8 Translated using Weblate (French)
Currently translated at 97.7% (216 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/fr/
2022-07-22 09:39:55 +00:00
Misode af10267eb5 Add option to change Y for biome map 2022-07-14 05:22:59 +02:00
lakejason0 eeb4a4b132 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (221 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/zh-cn/
2022-07-12 04:04:55 +00:00
lakejason0 60cf10f866 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (221 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/zh-cn/
2022-07-11 11:26:39 +00:00
Misode fdb8874454 Add font generator 2022-07-11 03:37:10 +02:00
Felix14-v2 d26ddb4676 Translated using Weblate (Russian)
Currently translated at 55.2% (122 of 221 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/ru/
2022-07-09 18:47:10 +00:00
Misode f5ae1719e3 Improve biome map (#246)
* Start biome map rewrite

* Remove climate layers and add end biome source

* Update to use RandomState

* Make biome map work for past versions

* Remove old biome map code

* Implement multi noise presets and fix caching

* Update deepslate

* Fix biome hover

* Fix #190 biome map diagonal lines
Also increases performance by making better use of the biome cache

* Add proper zoom limit
2022-07-06 00:11:16 +02:00
Frost-ZX 46587edcbe Translated using Weblate (Chinese (Simplified))
Currently translated at 76.3% (158 of 207 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/zh-cn/
2022-07-03 15:37:38 +00:00
Misode d0bae089d1 Improve homepage (#245)
* Improve how generators are listed on home

* Add some icons for generators

* Remove debug

* Refactor cachedFetch and use generated changelogs

* Add limit to how many changes are shown by default

* Add more generator icons

* Refactor cards

* Fix generator icons for light theme

* Add more worldgen icons

* Add remaining generator icons

* Refactor navigation and badges style

* Group on homepage for guides and tools

* Fix header button style

* Add versions and technical changelog to homepage

* Make it clear that not all changes could be documented
2022-07-01 23:48:38 +02:00
Apolline Ael 29031bb375 Translated using Weblate (French)
Currently translated at 98.5% (204 of 207 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/fr/
2022-06-29 16:40:26 +00:00
류세영 b1967cb3b5 Translated using Weblate (Korean)
Currently translated at 100.0% (207 of 207 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/ko/
2022-06-23 00:27:55 +00:00
Misode 90eac0f9b8 Project tree view and creation (#203)
* Implement creating and importing new projects

* Add downloading a zip of a project

* Project validation (WIP)

* Add project side panel, remove project pages

* Project file saving

* Add file tree actions to rename and delete

* Fix file creation auto focus

* Add button to save file from menu

* Add project creation

* Fix specificity on version switcher button

* Update default version to 1.19

* List project files by type, remember project and delete project
2022-06-14 16:48:55 +02:00
edayot 01a95dd9d4 Translated using Weblate (French)
Currently translated at 66.6% (80 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/fr/
2022-06-10 11:40:17 +00:00
Misode 4379cb9bba Add footer with donate link 2022-06-06 03:32:59 +02:00
Misode 32e6d5c167 Close #236 add tag generators 2022-05-25 03:57:55 +02:00
Misode 114164c740 Add partners, Immersive Weathering block growth (#231)
* Add partners: Immersive Weathering block growth

* Fix block state and modded block IDs

* Add categories

* Add custom rule tests

* Add missing translation
2022-05-14 02:41:01 +02:00
Misode cd0c37c5dd Add button to generate new UUID 2022-05-12 18:34:55 +02:00
Misode e2bcf2d1a7 Improve version and article linking 2022-05-12 16:58:10 +02:00
Misode 6f27465c78 Add guides (#224)
* Add guides

* Add versioning to guides

* Guides: special variables and nested expressions

* Add guides page to vite build

* Add search and hash hooks, guide tags and headings

* Improve guides list and filtering

* Add 1.19 download link
2022-05-06 06:37:27 +02:00
Misode c788277450 22w17a and 22w18a, add chat type 2022-05-04 21:48:24 +02:00
Misode db2b89cdf3 Add text component generator page 2022-04-15 21:20:27 +02:00
Misode 5d22048bc8 Fix #178 ability to restore last backup 2022-04-08 01:30:14 +02:00
JeffSyu 61be424ec6 Translated using Weblate (Chinese (Traditional))
Currently translated at 77.5% (93 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/zh-tw/
2022-04-03 07:31:05 +00:00
なまけもの 2afbee8cc1 Translated using Weblate (Japanese)
Currently translated at 100.0% (120 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/ja/
2022-03-27 23:21:49 +00:00
Misode a5a08fc935 Implement link sharing (#213)
* Implement link sharing

* Share default

* Compress and base64 encode data

* Better error messages

* Fix build

* Only change version when it's different
2022-03-19 19:26:39 +01:00
ChapterII 93beb29058 Translated using Weblate (Chinese (Simplified))
Currently translated at 95.8% (115 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/zh-cn/
2022-03-19 08:52:37 +00:00
Misode 4d91c4cb04 22w11a, first 1.19 version 2022-03-18 02:14:37 +01:00
Misode 1b91485bf1 Giscus (#209)
* Test giscus on homepage

* Use @giscus/react and support light theme

* Track prefers color scheme

* Create a discussion tab for each version
2022-03-16 02:39:33 +01:00
catter1 6f1addbf16 Translated using Weblate (Spanish)
Currently translated at 100.0% (120 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/es/
2022-03-07 22:14:54 +00:00
catter1 45a5173640 Translated using Weblate (Spanish)
Currently translated at 90.0% (108 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/es/
2022-03-07 21:20:56 +00:00
catter1 3f92da3668 Translated using Weblate (Spanish)
Currently translated at 45.0% (54 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/es/
2022-03-06 02:26:27 +00:00
Misode cb24e61cf0 Add versions explorer page 2022-03-02 02:34:41 +01:00
Mastar a38caea83c Translated using Weblate (Spanish)
Currently translated at 40.0% (48 of 120 strings)

Translation: Minecraft Schemas/misode.github.io
Translate-URL: https://l10n.spgoding.com/projects/minecraft-schemas/generators/es/
2022-02-27 20:41:57 +00:00
Misode b5ddb9666b Add toggle to disable brace editor 2022-02-26 22:00:45 +01:00
Misode 1812d5d2a6 1.18.2-pre1 2022-02-18 22:54:00 +01:00
Misode 5cfd54ebc3 Add auto scroll to noise settings preview 2022-02-13 04:20:55 +01:00