Misode
c6777bc32a
Fix wrapping long words
2025-05-18 02:04:23 +02:00
Misode
f3d9c7d2eb
Add dialog button tooltips
2025-05-18 01:45:27 +02:00
Misode
2655ab9740
Enable wrapping for dialog text components
2025-05-18 00:04:36 +02:00
Misode
c2b11f40cb
Use label_format in number_range input control
2025-05-17 23:45:04 +02:00
Misode
a5a8c0f261
Fix text and button scale
2025-05-17 23:11:51 +02:00
Misode
d3f6ef313c
Change from hacky text component shadow to css text-shadow
2025-05-17 21:10:14 +02:00
Misode
5c77276de1
Add dialog preview
2025-05-17 18:29:07 +02:00
Misode
474b2dfe52
Fix #718 incomplete table_bonus condition
2025-04-12 16:52:52 +02:00
Misode
123ef47660
Fix #734 move controls popup above source panel
2025-04-12 16:43:10 +02:00
Misode
59642b2ff5
Use fancy menu for presets
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
2025-01-28 01:14:35 +01:00
Misode
111855f3ea
Make generator switcher a generic component
2025-01-28 00:40:28 +01:00
Misode
c4a9bc06fa
Add keyboard navigation to generator switcher
Deploy to GitHub Pages / build (push) Waiting to run
Deploy to GitHub Pages / deploy (push) Blocked by required conditions
2025-01-27 23:13:10 +01:00
Misode
20498e84c1
Add assets badge
Deploy to GitHub Pages / build (push) Waiting to run
Deploy to GitHub Pages / deploy (push) Blocked by required conditions
2025-01-24 02:14:32 +01:00
Misode
00fe95a400
Add new generator switcher menu
2025-01-24 01:56:16 +01:00
Misode
a948715523
Add /give to loot table converter tool
2024-11-29 06:08:01 +01:00
Misode
f3de707224
Add skeleton loading indicators
2024-11-20 22:06:29 +01:00
Misode
56b2e1a382
Make project panel resizable
2024-11-20 20:28:54 +01:00
Misode
f1b60b8b40
Add paste button on mobile + update copy icon ( #610 )
2024-10-04 17:40:02 +02:00
Misode
fec84a03d2
Fix #540 by validating file names
2024-10-04 15:52:21 +02:00
Misode
137c4816d6
Allow generators to be listed in two columns
2024-09-18 14:45:50 +02:00
YanisBft
7a7c7d675e
Add a wiki page button to versions ( #470 )
...
* Add a wiki page button to versions
* Wrap tabs and change tab to "Wiki"
---------
Co-authored-by: Misode <misoloo64@gmail.com >
2024-02-24 21:24:35 +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
1e28b82907
Fix bullet list style in changelogs
2023-12-06 14:57:25 +01:00
Misode
1394711d08
Remove guides, they moved to the minecraft wiki
2023-11-23 01:35:58 +01:00
Misode
27e5ea707b
Configure dark mode with tailwind
2023-10-10 10:52:14 +02: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
ddf54174d1
Fix version metadata svg style
2023-10-04 21:25:51 +02:00
Misode
446025cdec
Fix #418 noise settings preview freezes
2023-10-03 11:04:08 +02:00
Misode
f71e44f91b
Add Tailwind CSS ( #425 )
...
* Install and configure tailwind
* Fix style issues
2023-10-02 23:38:18 +02:00
Misode
bbae8af938
Add minecraft wiki banner
2023-09-25 14:21:15 +02:00
Misode
f7255f6f84
Add "new" badge and store seen state
2023-06-23 02:59:29 +02:00
Misode
7d66e77da7
Fix article external link style
2023-06-21 03:03:56 +02:00
Misode
15d6e621f7
Add what's new page
2023-06-21 02:31:35 +02:00
Misode
9b6233ce23
Add instructions to install customized data pack
2023-06-20 19:23:42 +02:00
Misode
0fdfaffc13
Add help tooltips to customized
2023-06-20 04:18:40 +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
40fbef75b8
Fix card styles
2023-06-05 17:30:13 +02:00
Misode
cdf369442e
Add contributors list
2023-03-20 03:17:02 +01:00
Misode
251ddf3201
Add share loading symbol
2023-03-19 18:17:28 +01:00
Misode
2137b2fa8d
Fix #272 split generator page
2023-02-27 09:12:42 +01:00
Misode
dd55fc5dc6
Add axis-angle rotation mode
2023-02-16 01:22:16 +01:00
Misode
9c2c1bbfd0
Add copy buttons for transformation tool
2023-02-15 21:49:50 +01:00
Misode
db8a46f2a3
Fix #329 Preserve white space in item tooltips
2023-02-14 18:33:07 +01:00
Misode
03ddf6011b
Initial working version of transformation preview
...
- missing ability to modify matrix
- sdvDecompose is still probably wrong
- missing ability to edit rotations using axis + angle
2023-02-09 18:03:15 +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
9eb01cc1f1
Add tooltips for potion effects
2022-11-25 14:16:35 +01:00
Misode
e78a317260
Add a list of sponsors ❤️
2022-10-20 04:22:40 +02:00
Misode
f309eef176
Fix not correctly enchanting books
2022-10-13 02:31:44 +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