diff --git a/docker-compose.yml b/docker-compose.yml index 51b03fa..a42f8e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: EXISTING_OPS_FILE: SYNCHRONIZE ENABLE_QUERY: "TRUE" ICON: http://mechanical.oier.ovh/pack/icon.png - JVM_OPTS: -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/api/auth -Dminecraft.api.session.host=https://auth.oier.ovh/api/auth -Dminecraft.api.services.host=https://auth.oier.ovh/api/auth + JVM_OPTS: -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/user -Dminecraft.api.session.host=https://auth.oier.ovh/api/yggdrasil -Dminecraft.api.services.host=https://auth.oier.ovh/api/yggdrasil networks: - mechanicalnet diff --git a/web/launcher/config-launcher/config.json b/web/launcher/config-launcher/config.json new file mode 100644 index 0000000..2cdc660 --- /dev/null +++ b/web/launcher/config-launcher/config.json @@ -0,0 +1,17 @@ +{ + "maintenance": false, + "maintenance_message": "Launcher in maintenance", + "game_version": "1.21.1", + "modde": "true", + "java": "true", + "status": { + "nameServer": "MechanicalSMP", + "ip": "149.202.89.131", + "port": "25565" + }, + "online": "https://auth.oier.ovh", + "client_id": "13f589e1-e2fc-443e-a68a-63b0092b8eeb", + "dataDirectory": "MechanicalLauncher", + "rss": "https://mechanical.oier.ovh/rss" + } + \ No newline at end of file diff --git a/web/launcher/files.json b/web/launcher/files.json new file mode 100644 index 0000000..4eb7c3f --- /dev/null +++ b/web/launcher/files.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/web/launcher/news-launcher/news.json b/web/launcher/news-launcher/news.json new file mode 100644 index 0000000..ab22e5b --- /dev/null +++ b/web/launcher/news-launcher/news.json @@ -0,0 +1,8 @@ +[ + { + "title": "Machine starts.", + "content": "Arranquen motores.", + "author": "oierbravo", + "publish_date": "2025-07-27 17:40:09" + } + ] \ No newline at end of file diff --git a/web/pack/pack.toml b/web/pack/pack.toml index 8b50ddd..ad99ba0 100644 --- a/web/pack/pack.toml +++ b/web/pack/pack.toml @@ -10,4 +10,4 @@ hash = "f9a1a47331d7a7074f1cd5be122412197040e910bdaf40d4bbbb2b669c772aae" [versions] minecraft = "1.21.1" -neoforge = "21.1.192" +neoforge = "21.1.193"