Skip to content

Commit cdb1c8b

Browse files
committed
default development server same as production
1 parent 93f8f3f commit cdb1c8b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/assets/assetLoader.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@
4242
"config":{
4343
"path":"assets/config.json",
4444
"type":"text"
45+
},
46+
"models":{
47+
"path":"assets/blocks/models.json",
48+
"type":"text"
4549
}
4650
}

src/assets/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"minecraftProduction": "185.228.139.97:25564",
3-
"minecraftDevelopment":"localhost:25565",
3+
"minecraftDevelopment":"185.228.139.97:25564",
44
"proxyHTTPS": "wss:web-minecraft-proxy.herokuapp.com:443",
55
"proxyHTTP": "ws:web-minecraft-proxy.herokuapp.com:80"
66
}

0 commit comments

Comments
 (0)