Integrate preview scenes

This commit is contained in:
JannisX11 2023-07-05 20:03:37 +02:00
parent fc80716df6
commit 7c3339cd21
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ class PreviewScene {
}
async lazyLoadFromWeb() {
let repo = 'https://cdn.jsdelivr.net/gh/JannisX11/blockbench-scenes';
repo = './../blockbench-scenes'
// repo = './../blockbench-scenes'
this.loaded = true;
let response = await fetch(`${repo}/${this.web_config_path}`);
if (!response.ok) {

File diff suppressed because one or more lines are too long