Commit Graph

441 Commits

Author SHA1 Message Date
Misode
f7255f6f84 Add "new" badge and store seen state 2023-06-23 02:59:29 +02:00
Misode
08581889d2 Add structure set preview 2023-06-23 00:36:36 +02:00
Misode
e519f1c757 Make 1.20 the new default version 2023-06-21 04:16:21 +02:00
Misode
e14d7ea867 Fix #346 offset field in block predicates 2023-06-21 03:35:51 +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
f104f89acf Add icon for customized worlds 2023-06-20 04:43:53 +02:00
Misode
0fdfaffc13 Add help tooltips to customized 2023-06-20 04:18:40 +02:00
Misode
983782b1f8 Fix min_y and height not being updated in noise settings 2023-06-20 03:41:42 +02:00
Misode
806b340047 Fix #388 hackfix to support switching biome source type 2023-06-19 02:50:32 +02:00
Misode
8951987986 Fix #391 workaround for MC-252369 2023-06-18 21:59:15 +02:00
Misode
71465c9a8c Fix #390 typo in buried treasures structure set 2023-06-18 16:18:03 +02:00
Misode
ebbac50739 Add emerald ore 2023-06-16 13:38:20 +02:00
Misode
653f289caa Fix issue with rarity ores + improve error reporting 2023-06-16 13:28:45 +02:00
Misode
6114352d19 Fix carver caves not being generated 2023-06-16 05:27:47 +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
9e68e0495b Add offset input field to density previews 2023-06-12 03:25:35 +02:00
Misode
42e8da47f7 Special support for obsolete tags 2023-06-07 19:44:38 +02:00
Misode
9d1a4326e9 Fix issue with navigating back from version page 2023-06-07 01:04:07 +02:00
Misode
c363853624 Hide some versions on generator cards 2023-06-04 18:03:25 +02:00
Misode
a78bb6c2a4 Fix #379 handle unknown block colors in noise settings preview 2023-05-29 22:42:23 +02:00
Misode
97e9961919 Fix #376 Catch invalid resource locations in loot tables 2023-05-25 13:37:18 +02:00
Misode
be05a3af5c Update contributors 2023-05-25 12:33:42 +02:00
Misode
626b22fee7 Fix #370 Pass biome configuration to noise settings preview 2023-05-12 01:09:12 +02:00
Misode
e2ba70cdac Fix #367 Round constant number providers 2023-05-12 01:00:32 +02:00
Misode
1e06e03324 Fix #372 Catch JSON errors in lore when rendering tooltip 2023-05-12 00:50:09 +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
cdf369442e Add contributors list 2023-03-20 03:17:02 +01:00
Misode
a2feb3675c Fix #349 west face of transformation cube 2023-03-19 19:32:37 +01:00
Misode
251ddf3201 Add share loading symbol 2023-03-19 18:17:28 +01:00
Misode
d6bce8b24a Don't overwrite when key already exists in map 2023-03-09 21:28:18 +01:00
Misode
e50a6a04be Apply svdDecompose fixes from 1.19.4-pre4 2023-03-08 22:09:14 +01:00
Misode
2137b2fa8d Fix #272 split generator page 2023-02-27 09:12:42 +01:00
Misode
6ee0c3b8bb Update supporters 2023-02-23 20:48:14 +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
b7d9b83491 Fix #327 Implement HideFlags 2023-02-14 19:02:30 +01:00
Misode
99b74961e9 Use deepslate matrix abstraction 2023-02-14 18:24:30 +01:00
Misode
b47841870d Add cube texture to transformation tool 2023-02-09 22:51:58 +01:00
Misode
98915fe089 Fix transformation reset buttons not updating mesh 2023-02-09 20:56:04 +01:00
Misode
8050e5cd74 Make matrix editable + add note about bugged behavior 2023-02-09 20:40:42 +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
106323186c Try to get around version caching 2023-02-08 21:25:36 +01:00
Misode
1b6994d5aa Add 23w04a schemas
- trim materials and patterns
- paletted permutations
- smithing recipes
2023-01-30 04:13:17 +01:00
Misode
678b15e937 Fix #324 apply text component base correctly 2023-01-26 17:36:48 +01:00
Misode
0a72ddd632 Add blockstate and model previews 2023-01-26 16:41:09 +01:00
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