Misode
fab3088799
Close #537 implement alphabetical sort in output
2024-10-04 16:42:47 +02:00
Misode
7754d361c3
Fix #301 update deepslate with new special renderers
2024-10-02 17:17:56 +02:00
Misode
88b7b74ca0
Fix #599 catch invalid lore lines
2024-09-18 17:38:31 +02:00
Misode
95f7ca7738
Account for deprecated.json translation info file
2024-09-11 13:49:46 +02:00
Misode
fd6de2ac85
Update loot table preview, item display and tooltips to 1.21
2024-09-11 02:31:17 +02:00
Misode
0e282bd832
Add support for 1.21.2 (24w33a)
2024-08-17 21:26:13 +02:00
Misode
c277880a01
Add snbt output format
2024-06-22 16:52:01 +02:00
Misode
074790cf6b
Make 1.21 the default version
2024-06-22 16:34:36 +02:00
Apollo
f478813a46
Update Lithostitched partner ( #539 )
...
* Add enchantment tag generator
* Update Lithostitched partner
* fix config.json
* Refactor a bit
---------
Co-authored-by: Misode <misoloo64@gmail.com >
2024-06-14 05:54:10 +02:00
Misode
1c629a4d7f
Add support for 24w18a (1.21) + make 1.20.5 default
2024-05-03 19:10:57 +02:00
Misode
0739a5b3ec
Add 1.20.5
2024-03-01 18:14:00 +01:00
efekos
231ecfe9c2
Language Support in Tooltips ( #468 )
...
* Add lang parameter to TextCompoennt
* Add 'mclang' key
* Add clearing old language cache when changed language
* Fetch language in background
* Remove auto-fetching mc language
* wrap mclang with a state
* update contributos
* Move 'mclang' to config.json
* Cleanup code to get mclang key and fix caching
---------
Co-authored-by: Misode <misoloo64@gmail.com >
2024-02-24 21:55:41 +01:00
Misode
886991af8e
Customized biomes ( #396 )
...
* Start with customized biome UI
* Refactor customized page, split logic
* Implement biome replacements
* Remove debug messages
* Disable create button when nothing is modified
2023-12-06 20:40:30 +01:00
Misode
5cc34e9ba3
Add support for 1.20.3
2023-12-05 18:54:24 +01:00
Misode
1394711d08
Remove guides, they moved to the minecraft wiki
2023-11-23 01:35:58 +01:00
Misode
ddd00dd731
Add version mcmeta diff page ( #428 )
...
* Add version mcmeta diff page
* Add toggle for word wrapping
* Fix diff view on mobile
* Use full layout width on version details
* Show image and audio diffs
* Add word_wrap locale
2023-10-09 22:09:36 +02:00
Misode
3355d083c0
Add 1.20.2
2023-10-02 18:43:47 +02:00
Misode
e0cd0638f8
Add more debug info for backup fetch
2023-06-25 16:15:50 +02:00
Misode
f7255f6f84
Add "new" badge and store seen state
2023-06-23 02:59:29 +02:00
Misode
e519f1c757
Make 1.20 the new default version
2023-06-21 04:16:21 +02:00
Misode
15d6e621f7
Add what's new page
2023-06-21 02:31:35 +02:00
Misode
64140aec92
Customized worlds ( #387 )
...
* Customized tool UI
* Working version of the customized generator
* Error reporting and only allow 1.20 for now
2023-06-16 04:18:33 +02:00
Misode
47e716df8a
Add 1.20
2023-04-07 01:07:51 +02:00
Misode
9cfbf17320
Fix #359 handle incorrect display names in tooltips
2023-04-05 23:16:45 +02:00
Misode
2e1f104f4a
Make 1.19.4 the default
2023-03-20 03:25:22 +01:00
Misode
9c2c1bbfd0
Add copy buttons for transformation tool
2023-02-15 21:49:50 +01:00
Misode
b47841870d
Add cube texture to transformation tool
2023-02-09 22:51:58 +01:00
Misode
106323186c
Try to get around version caching
2023-02-08 21:25:36 +01:00
Misode
0a72ddd632
Add blockstate and model previews
2023-01-26 16:41:09 +01:00
Misode
7ef0f52d27
Add 1.19.4 support (23w03a)
2023-01-19 03:35:06 +01:00
Misode
0ecc69a861
Retry fetching from jsdelivr if github fails
2023-01-07 11:55:28 +01:00
Misode
5c9fa1eaaf
Fix #314 Make 1.19.3 the default version
2022-12-23 18:26:19 +01:00
Misode
ca1135a8fe
Update article overrides
2022-11-29 01:19:38 +01:00
Misode
cd4ef6640a
Add more info to the generated crash report
2022-11-23 08:52:22 +01:00
Misode
b165d551e4
Render items with custom colors + update deepslate
2022-11-23 05:26:08 +01:00
Misode
7bc51d38f7
Add version 1.19.3 (atlas generator, feature flags)
...
Fixes #304
2022-11-16 19:06:14 +01:00
Misode
6312dfbc71
Add fixed bugs tab to versions
2022-11-09 19:08:25 +01:00
Misode
46347f1974
Switch to cloudflare worker for share links
2022-11-02 20:00:10 +01:00
Misode
72d80e1158
Fix #298 don't cache atlas UV mapping for now
2022-10-20 20:48:10 +02: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
Misode
86687ea6b9
Improve item display ( #283 )
...
* Refactor item display to separate component
* Load assets and render item models
* Cache rendered items
2022-10-04 19:15:28 +02:00
Misode
8580370c8c
Fix #260 Pin 1.19 version until 1.19.1 is released
2022-07-14 04:32:18 +02:00
Misode
fdb8874454
Add font generator
2022-07-11 03:37:10 +02:00
Misode
91580c9bf1
Add latest article overrides
2022-07-08 19:44:58 +02: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
Misode
561cd341a1
Update to esm, update deepslate ( #244 )
2022-06-16 00:58:14 +02: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
Misode
a3295ac202
1.19 release
2022-06-07 17:49:51 +02:00
Misode
986cca9191
Show item textures for loot table entries
2022-06-01 03:06:49 +02:00
Misode
6144459071
Add more future proof cache patching system
2022-05-25 04:38:46 +02:00