mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Integrate preview scenes
This commit is contained in:
parent
fc80716df6
commit
7c3339cd21
@ -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
Loading…
Reference in New Issue
Block a user