Skip to content

Commit 3fab9df

Browse files
committed
Squashed commit of the following:
commit da65a63 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Tue Jul 29 18:17:24 2025 +0800 add post announcement commit a4cc042 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Fri Jul 25 19:52:31 2025 +0800 Add bedrock experiments commit 5d8dfd3 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Fri Jul 4 22:34:22 2025 +0800 Update experiments pack commit f1dcc35 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Wed Jul 2 10:16:59 2025 +0800 Update interpreter and fix redirect commit f27c1f5 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Wed Jul 2 08:19:33 2025 +0800 Statistics addon release
1 parent 95e4f57 commit 3fab9df

File tree

24 files changed

+953
-114
lines changed

24 files changed

+953
-114
lines changed

.vscode/tasks.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "npm",
6+
"script": "build",
7+
"group": {
8+
"kind": "build",
9+
"isDefault": true
10+
},
11+
"problemMatcher": [],
12+
"label": "npm: build",
13+
"detail": "npm run scripts && next build",
14+
}
15+
]
16+
}

downloads/enable-experiments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"downloads": [
3+
{
4+
"title": "v1.0.4",
5+
"supports": "1.21.90 EDU",
6+
"changelog_url": "/posts/enable-experiments/#104",
7+
"url": "https://github.com/jayly-bot/addons/releases/download/experiments_edu_v1.21.90/experiments_edu_v1.21.90.mcpack"
8+
},
39
{
410
"title": "v1.0.3",
511
"supports": "1.21.50 EDU",

downloads/statistics.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"downloads": [
3+
{
4+
"title": "v1.3.10",
5+
"supports": "1.21.50+",
6+
"url": "https://www.mediafire.com/file/jeksl584qwtsyh2/statistics_v1.3.10.mcaddon/file"
7+
},
8+
{
9+
"title": "v0.2.3 (StatisticPlus)",
10+
"supports":"1.21.90+ (Beta APIs)",
11+
"url": "https://www.mediafire.com/file/fwz0gq8ilualpev/statistics-plus_v0.2.3.mcpack/file"
12+
},
13+
{
14+
"title": "v1.3.1",
15+
"supports": "1.21.50+",
16+
"url": "https://www.mediafire.com/file/sb5p7rqnehzg6tu/statistics_v1.3.1.mcaddon/file"
17+
},
318
{
419
"title": "v1.3.0",
520
"supports": "1.21.50+",

package-lock.json

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"gray-matter": "^4.0.3",
1818
"hast-util-to-string": "^3.0.0",
1919
"highlight.js": "^11.10.0",
20+
"jszip": "^3.10.1",
21+
"nbtify": "^2.2.0",
2022
"next": "^15.3.4",
2123
"next-themes": "^0.4.6",
2224
"react": "^19.1.0",
@@ -33,6 +35,7 @@
3335
"uuid": "^11.1.0"
3436
},
3537
"devDependencies": {
38+
"@types/jszip": "^3.4.0",
3639
"@types/node": "22.13.16",
3740
"@types/react": "18.3.12",
3841
"@types/react-dom": "18.2.6",
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
author: Jayly
3+
title: Toggle Bedrock Experiments for the Web
4+
description: Enable experimental features on a Minecraft Bedrock Edition worlds using the Minecraft Bedrock Experiments Editor for testing the latest features.
5+
image: /assets/posts/bedrock-experiments-editor/preview.png
6+
---
7+
8+
# Toggle Bedrock Experiments for the Web
9+
10+
Today we are introducing a new way to enable experimental features on Minecraft Bedrock Edition worlds using the [Minecraft Bedrock Experiments Editor](/bedrock-experiments/). This tool allows you to toggle experimental features without needing to modify the world settings directly in the game.
11+
12+
![Minecraft Bedrock Experiments Editor](/assets/posts/bedrock-experiments-editor/preview.png)
13+
14+
This tool is particularly useful for players who want to use the Add-Ons with experimental features enabled in Minecraft Education Edition or Minecraft Bedrock Edition. You can upload your world in `.mcworld` format, select the experiments you want to enable, and then download the modified world with those features activated.
15+
16+
## Next Steps
17+
18+
This tool is currently in beta, and we are looking to improve it based on your feedback, including adding experiments from future updates of Minecraft Bedrock.
19+
20+
## Attribution
21+
22+
Below are the libraries used specifically for the Minecraft Bedrock Experiments Editor:
23+
24+
- [jszip](https://github.com/Stuk/jszip)
25+
- [nbtify](https://github.com/Offroaders123/NBTify)

0 commit comments

Comments
 (0)