Set default Version to v1.0.1

Version 1.0.1

- Hotfix applied to resolve critical issues following the initial release (v1.0.0).
- Fixed BuildCraft oil transfer issues from Tekkit 2 worlds to Tekkit SMP.
- Resolved crashes caused by items being placed in the Baubles slot.
- Corrected BuildCraft Auto Workbenches not accepting power for accelerated processing.
- Updated 4 mods and made minor configuration adjustments.
This commit is contained in:
Lovinoes 2024-08-28 21:22:06 +02:00 committed by GitHub
parent b15ab483ea
commit 1cff5fac6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": "https:\/\/raw.githubusercontent.com\/pelican-eggs\/minecraft\/main\/java\/technic\/tekkit-smp\/egg-tekkit-smp.json"
},
"exported_at": "2024-08-25T12:44:50+00:00",
"exported_at": "2024-08-28T19:16:49+00:00",
"name": "Tekkit SMP",
"author": "lovinoes@lovinoes.de",
"uuid": "c22ea4db-1541-490c-8ee6-296e61d97a1e",
@ -27,7 +27,7 @@
},
"scripts": {
"installation": {
"script": "#!\/bin\/ash\r\n# Tekkit SMP Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\n\r\napk update\r\napk add --no-cache curl zip unzip\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\nMODPACK_VERSION=${MODPACK_VERSION:-\"v1.0.0\"} # Default to v1.0.0 if MODPACK_VERSION is not set\r\n\r\necho \"Downloading Tekkit SMP version ${MODPACK_VERSION}\"\r\ncurl -sSL \"https:\/\/servers.technicpack.net\/Technic\/servers\/tekkit-smp\/Tekkit-SMP_Server_${MODPACK_VERSION}.zip\" -o \"Tekkit-SMP_Server_${MODPACK_VERSION}.zip\"\r\nunzip -o \"Tekkit-SMP_Server_${MODPACK_VERSION}.zip\"\r\n\r\nrm -rf \"Tekkit-SMP_Server_${MODPACK_VERSION}.zip\"\r\nrm -f RestoreBackup.bat LaunchServer.bat LaunchServer.sh RestoreBackup.sh\r\n\r\nmv forge-1.12.2-*.jar forge.jar\r\n\r\nif [ ! -f server.properties ]; then\r\n echo \"Downloading MC server.properties\"\r\n curl -o server.properties https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/game_eggs\/minecraft\/java\/server.properties\r\nfi\r\n\r\necho \"Done\"",
"script": "#!\/bin\/ash\r\n# Tekkit SMP Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\n\r\napk update\r\napk add --no-cache curl zip unzip\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\nMODPACK_VERSION=${MODPACK_VERSION:-\"v1.0.1\"} # Default to v1.0.1 if MODPACK_VERSION is not set\r\n\r\necho \"Downloading Tekkit SMP version ${MODPACK_VERSION}\"\r\ncurl -sSL \"https:\/\/servers.technicpack.net\/Technic\/servers\/tekkit-smp\/Tekkit-SMP_Server_${MODPACK_VERSION}.zip\" -o \"Tekkit-SMP_Server_${MODPACK_VERSION}.zip\"\r\nunzip -o \"Tekkit-SMP_Server_${MODPACK_VERSION}.zip\"\r\n\r\nrm -rf \"Tekkit-SMP_Server_${MODPACK_VERSION}.zip\"\r\nrm -f RestoreBackup.bat LaunchServer.bat LaunchServer.sh RestoreBackup.sh\r\n\r\nmv forge-1.12.2-*.jar forge.jar\r\n\r\nif [ ! -f server.properties ]; then\r\n echo \"Downloading MC server.properties\"\r\n curl -o server.properties https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/game_eggs\/minecraft\/java\/server.properties\r\nfi\r\n\r\necho \"Done\"",
"container": "ghcr.io\/parkervcp\/installers:alpine",
"entrypoint": "ash"
}
@ -37,7 +37,7 @@
"name": "Modpack Version",
"description": "The version of Tekkit SMP to download.",
"env_variable": "MODPACK_VERSION",
"default_value": "v1.0.0",
"default_value": "v1.0.1",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:10",