Commit Graph

270 Commits

Author SHA1 Message Date
Misode
f76ea7f4f4 Use ace editor and remove output limit 2022-02-17 15:50:49 +01:00
Misode
4f98f9aa9b Add noise caves to preview 2022-02-14 03:56:01 +01:00
Misode
92ac80f465 Add surface rule visualizer 2022-02-13 04:02:52 +01:00
Misode
05d364dab6 22w06a + fix #148 + fix #151 2022-02-10 05:22:39 +01:00
Misode
17e3165768 Add 1.15, 1.16 and 1.17 assets generators 2022-01-28 02:02:44 +01:00
Misode
49ad887f03 Update world settings default 2022-01-19 00:07:19 +01:00
dependabot[bot]
cd318dc795 Bump marked from 3.0.8 to 4.0.10 (#195)
* Bump marked from 3.0.8 to 4.0.10

Bumps [marked](https://github.com/markedjs/marked) from 3.0.8 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.8...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/marked from 3.0.2 to 4.0.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Misode <Misoloo64@gmail.com>
2022-01-15 20:23:17 +01:00
Misode
ffb2949f05 Add E2E tests using Cypress 2021-12-26 02:48:21 +01:00
Misode
2d10469c8e Fix noise settings preview for 1.18 2021-12-01 06:32:56 +01:00
Misode
092df31944 Preset -> Reference and Custom -> Inline 2021-11-28 23:39:15 +01:00
Misode
441213299e Clarify difference between placed and configured features 2021-11-27 04:22:35 +01:00
Misode
56b1a711a2 Add "type" to set_contents and set_loot_table functions 2021-11-20 23:46:04 +01:00
Misode
b92113d48a 1.18-pre2 to 1.18-pre5 2021-11-19 22:27:45 +01:00
Misode
d7a6523604 1.18-pre1 2021-11-13 03:56:34 +01:00
Misode
b15f187ccc Parse and stringify JSON with comments (#187) 2021-11-08 20:45:10 +01:00
Misode
a24c5d4c79 Support exporting YAML + minified 2021-11-05 02:47:53 +01:00
Misode
fba80da273 Add resource pack generators: blockstates and model 2021-11-05 01:22:23 +01:00
Misode
6d8829ecde 21w44a 2021-11-03 23:01:53 +01:00
Misode
765f96372f Add Technical Changelog page 2021-10-31 18:22:10 +01:00
Misode
561f9a3956 Use terrain_shaper noise setting in visualization 2021-10-30 02:45:09 +02:00
Misode
3e4d8d7df5 Add noise visualizations to biome map 2021-10-29 02:28:55 +02:00
Misode
c75c5b7d65 Use wasm to compute multi noise biome map (#181) 2021-10-28 18:47:19 +02:00
Misode
89354a9743 21w43a 2021-10-27 20:00:13 +02:00
Misode
749a54802d 21w42a 2021-10-21 01:07:46 +02:00
Misode
ed0b415af5 21w41a 2021-10-14 00:18:58 +02:00
Misode
387c278353 21w40a 2021-10-09 00:18:13 +02:00
Misode
79b3291d06 Add sounds explorer tool 2021-10-08 02:34:55 +02:00
Misode
0ff7de3aea Fix #176 switching between choices 2021-10-06 00:02:06 +02:00
Misode
17ed93a182 Add recipe generator 2021-10-04 23:32:41 +02:00
Misode
c7d5b06825 Add sitemap to build 2021-10-04 17:43:46 +02:00
Misode
a014d7a5c7 21w39a 2021-10-01 00:01:28 +02:00
Misode
e5d2c02fb3 Show nested feature decorators in a list (#173)
* Show nested feature decorators in a list

* Fix swapping decorator indices

* Move wrapper model creation to separate function

* Add setting string node on enter
2021-09-28 23:46:21 +02:00
Misode
6e4850d5a9 Memoize list entries and wrap model data 2021-09-24 03:47:15 +02:00
Misode
b12e81fff0 21w38a 2021-09-24 01:00:44 +02:00
Misode
56d6713776 Another issue with null 2021-09-23 17:07:25 +02:00
Misode
f55a911079 Fix #157 and fix #167 2021-09-23 16:44:27 +02:00
Misode
3b80334e2e Support 1.18 (experimental) snapshots (#158)
* Half support 1.18-experimental-snapshot-1

* Fetch 1.18 presets and improve rendering of lists

* Noise preview with deepslate

* Biome preview with deepslate

* Generalize canvas logic in one hook

* Simplify useCanvas

* Use mcschema for 1.18

* Improve noise settings preview controls

* Fix build

* Update deepslate and improve preview caching

* Cleanup, remove old preview code

* Couple seed between model and preview

* Limit output to improve performance + copy feedback
For the vanilla overworld dimension (200K lines),
it took 2+ seconds to write the output to the textarea

Now capped at 10K chars

* Add surface_relative_threshold to decorator preview

* Improve fixed list errors
2021-09-23 03:04:52 +02:00
Misode
fd503f1d03 Update schema locales 2021-09-09 21:49:42 +02:00
Misode
386eb675d6 Use preact to render the tree (#155)
* Use preact to render the tree

* More changes to renderHtml
2021-09-09 21:36:19 +02:00
Misode
09c851914f Switch to vite and preact 2021-06-26 17:18:02 +02:00
Misode
57b59f3fec Add looking_at and protected blocks from 1.17-pre1 2021-06-02 20:41:39 +02:00
Misode
3bdeb154ba 1.17-pre1 2021-05-27 18:45:45 +02:00
Misode
dbe0f4bd82 Fix a bunch of problems in worldgen schemas 2021-05-12 22:10:42 +02:00
Misode
00d4c48fbc Add no_bonemeal_flower feature 2021-05-05 00:25:14 +02:00
Misode
aba07cd5b1 Add min_surface_level 2021-04-29 23:35:02 +02:00
Misode
2c19bdf300 21w16a and 21w17a 2021-04-28 22:50:26 +02:00
Misode
0cca6f0501 Update to 21w15a + add underwater_magma feature 2021-04-15 19:09:25 +02:00
Misode
d3623d25d4 Fix cave config 2021-04-01 05:59:25 +02:00
Misode
15be5f6701 21w13a 2021-04-01 05:36:46 +02:00
Misode
8371e21a14 Actually make the simple_block feature change 2021-03-16 23:21:04 +01:00