We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f8f3f commit cdb1c8bCopy full SHA for cdb1c8b
src/assets/assetLoader.json
@@ -42,5 +42,9 @@
42
"config":{
43
"path":"assets/config.json",
44
"type":"text"
45
+ },
46
+ "models":{
47
+ "path":"assets/blocks/models.json",
48
+ "type":"text"
49
}
50
src/assets/config.json
@@ -1,6 +1,6 @@
1
{
2
"minecraftProduction": "185.228.139.97:25564",
3
- "minecraftDevelopment":"localhost:25565",
+ "minecraftDevelopment":"185.228.139.97:25564",
4
"proxyHTTPS": "wss:web-minecraft-proxy.herokuapp.com:443",
5
"proxyHTTP": "ws:web-minecraft-proxy.herokuapp.com:80"
6
0 commit comments