mirror of
https://github.com/BlueMap-Minecraft/BlueMapVue.git
synced 2025-01-27 00:11:19 +01:00
New textures.json location
This commit is contained in:
parent
df9c41e2e4
commit
0776e69c88
@ -1 +1 @@
|
||||
Subproject commit aa4cf7285d191ae8da58e0c62dd9d586f586a1b3
|
||||
Subproject commit 77896b9c378403ea5a754d356e87cdb1e6b21279
|
@ -233,7 +233,7 @@ export class BlueMapApp {
|
||||
|
||||
let mapSettings = settings.maps[mapId];
|
||||
if (mapSettings.enabled) {
|
||||
let map = new BlueMapMap(mapId, this.dataUrl + mapId + "/", this.dataUrl + "settings.json", this.dataUrl + "textures.json", this.mapViewer.events);
|
||||
let map = new BlueMapMap(mapId, this.dataUrl + mapId + "/", this.dataUrl + "settings.json", this.dataUrl + mapId + "/textures.json", this.mapViewer.events);
|
||||
maps.push(map);
|
||||
|
||||
map.loadSettings()
|
||||
|
@ -6,7 +6,7 @@ module.exports = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/data': {
|
||||
target: 'https://bluecolored.de/bluemap',
|
||||
target: 'https://bluecolored.de/bluemap-dev',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/assets/playerheads': {
|
||||
|
Loading…
Reference in New Issue
Block a user