From ab39fefc810decf4e412383478868d0f310547dc Mon Sep 17 00:00:00 2001 From: palcchi Date: Mon, 7 Sep 2026 08:49:15 +0700 Subject: [PATCH 1/2] Add files via upload --- plugins/github-model-browser.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/github-model-browser.js diff --git a/plugins/github-model-browser.js b/plugins/github-model-browser.js new file mode 100644 index 00000000..13f36545 --- /dev/null +++ b/plugins/github-model-browser.js @@ -0,0 +1 @@ +Unsupported Media Type \ No newline at end of file From bb59582b6a462d5a40b9fd925075a5b24ed89760 Mon Sep 17 00:00:00 2001 From: palcchi Date: Mon, 7 Sep 2026 08:51:24 +0700 Subject: [PATCH 2/2] Add GitHub Model Browser plugin details --- plugins.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 52252d3d..a02abbb7 100644 --- a/plugins.json +++ b/plugins.json @@ -1589,5 +1589,16 @@ "repository": "https://github.com/MesterMan03/structure-to-model", "bug_tracker": "https://github.com/MesterMan03/structure-to-model/issues", "creation_date": "2026/05/06" - } + }, + "github_model_browser": { + "title": "GitHub Model Browser", + "author": "AION", + "description": "Browse and open .bbmodel projects from a public GitHub repository without downloading them first.", + "icon": "cloud_download", + "version": "1.0.0", + "min_version": "4.12.0", + "variant": "both", + "tags": ["Minecraft: Bedrock Edition", "Import/Export", "Utility"] + } +} }