Replace ATM10 with Biohazard: Project Genesis modpack
All checks were successful
Deploy GSM / deploy (push) Successful in 31s
All checks were successful
Deploy GSM / deploy (push) Successful in 31s
Switched Minecraft server from All the Mods 10 to Biohazard: Project Genesis (Beta 0.4.5, MC 1.20.1 + Forge 47.4.0). Updated server name, Discord bot display, frontend modpack link, and documentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"servers": [
|
||||
{
|
||||
"id": "minecraft",
|
||||
"name": "All the Mods 10 | Minecraft",
|
||||
"name": "Biohazard: Project Genesis | Minecraft",
|
||||
"host": "192.168.2.51",
|
||||
"type": "minecraft",
|
||||
"runtime": "screen",
|
||||
|
||||
@@ -16,7 +16,7 @@ const previousPlayerLists = new Map();
|
||||
|
||||
// Server display config
|
||||
const serverDisplay = {
|
||||
minecraft: { name: 'Minecraft ATM10', icon: '⛏️', color: 0x7B5E3C, address: 'minecraft.zeasy.dev' },
|
||||
minecraft: { name: 'Biohazard: Project Genesis', icon: '⛏️', color: 0x4A7A2E, address: 'minecraft.zeasy.dev' },
|
||||
factorio: { name: 'Factorio', icon: '⚙️', color: 0xF97316, address: 'factorio.zeasy.dev' },
|
||||
zomboid: { name: 'Project Zomboid', icon: '🧟', color: 0x4ADE80, address: 'pz.zeasy.dev:16261' },
|
||||
vrising: { name: 'V Rising', icon: '🧛', color: 0xDC2626, address: 'vrising.zeasy.dev' },
|
||||
|
||||
@@ -411,10 +411,10 @@ const updateHandlers = {
|
||||
gameName: "Terraria (tModLoader)"
|
||||
}),
|
||||
|
||||
// Minecraft ATM10 - Manual update required (modpack)
|
||||
// Minecraft Biohazard - Manual update required (modpack)
|
||||
minecraft: {
|
||||
supportsUpdate: false, // Modpacks need manual update
|
||||
gameName: "Minecraft ATM10"
|
||||
gameName: "Biohazard: Project Genesis"
|
||||
},
|
||||
|
||||
// OpenTTD - Manual update required
|
||||
|
||||
Reference in New Issue
Block a user