- UID
- 1669
- 阅读权限
- 50
- 注册时间
- 2013-5-19
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 人气
- 点
- MC币
- 个
- 贡献
- 点
TA的每日心情 | 开心 2013-7-20 00:17 |
---|
签到天数: 2 天 [LV.1]初来乍到
|
本帖最后由 alecthree 于 2013-7-9 15:22 编辑
[技巧]linux ubuntu下如何安装minecraft客户端forge[mc1.6.2]
在linux ubuntu 12.04 LTS 32bit版上测试的.用于minecraft linux版客户端1.6.2正式版.
以forge 9.10.0.779举例
首先,贴几个关键文件的写法
/home/你的名字/.minecraft/下launcher_profiles.json的写法.- {
- "profiles": {
- "Forge": {
- "authentication": {
- "rememberMe": "false"
- },
- "name": "Forge",
- "lastVersionId": "Forge9.10.0.779"
- },
- "(Default)": {
- "authentication": {
- "rememberMe": "false"
- },
- "name": "(Default)"
- }
- },
- "selectedProfile": "(Default)",
- "clientToken": ""
- }
复制代码 然后/home/你的名字/.minecraft/versions/1.6.2/下的1.6.2.json- {
- "id": "1.6.2",
- "time": "2013-07-09T05:24:08+08:00",
- "releaseTime": "2013-07-05T21:09:02+08:00",
- "type": "release",
- "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets}",
- "libraries": [
- {
- "name": "net.sf.jopt-simple:jopt-simple:4.5"
- },
- {
- "name": "com.paulscode:codecjorbis:20101023"
- },
- {
- "name": "com.paulscode:codecwav:20101023"
- },
- {
- "name": "com.paulscode:libraryjavasound:20101123"
- },
- {
- "name": "com.paulscode:librarylwjglopenal:20100824"
- },
- {
- "name": "com.paulscode:soundsystem:20120107"
- },
- {
- "name": "argo:argo:2.25_fixed"
- },
- {
- "name": "org.bouncycastle:bcprov-jdk15on:1.47"
- },
- {
- "name": "com.google.guava:guava:14.0"
- },
- {
- "name": "org.apache.commons:commons-lang3:3.1"
- },
- {
- "name": "commons-io:commons-io:2.4"
- },
- {
- "name": "net.java.jinput:jinput:2.0.5"
- },
- {
- "name": "net.java.jutils:jutils:1.0.0"
- },
- {
- "name": "com.google.code.gson:gson:2.2.2"
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl:2.9.0",
- "rules": [
- {
- "action": "allow"
- },
- {
- "action": "disallow",
- "os": {
- "name": "osx",
- "version": "^10\\.5\\.\\d[ DISCUZ_CODE_1 ]quot;
- }
- }
- ]
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0",
- "rules": [
- {
- "action": "allow"
- },
- {
- "action": "disallow",
- "os": {
- "name": "osx",
- "version": "^10\\.5\\.\\d[ DISCUZ_CODE_1 ]quot;
- }
- }
- ]
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
- "rules": [
- {
- "action": "allow"
- },
- {
- "action": "disallow",
- "os": {
- "name": "osx",
- "version": "^10\\.5\\.\\d[ DISCUZ_CODE_1 ]quot;
- }
- }
- ],
- "natives": {
- "linux": "natives-linux",
- "windows": "natives-windows",
- "osx": "natives-osx"
- },
- "extract": {
- "exclude": [
- "META-INF/"
- ]
- }
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug2",
- "rules": [
- {
- "action": "allow",
- "os": {
- "name": "osx",
- "version": "^10\\.5\\.\\d[ DISCUZ_CODE_1 ]quot;
- }
- }
- ]
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug2",
- "rules": [
- {
- "action": "allow",
- "os": {
- "name": "osx",
- "version": "^10\\.5\\.\\d[ DISCUZ_CODE_1 ]quot;
- }
- }
- ]
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug2",
- "rules": [
- {
- "action": "allow",
- "os": {
- "name": "osx",
- "version": "^10\\.5\\.\\d[ DISCUZ_CODE_1 ]quot;
- }
- }
- ],
- "natives": {
- "linux": "natives-linux",
- "windows": "natives-windows",
- "osx": "natives-osx"
- },
- "extract": {
- "exclude": [
- "META-INF/"
- ]
- }
- },
- {
- "name": "net.java.jinput:jinput-platform:2.0.5",
- "natives": {
- "linux": "natives-linux",
- "windows": "natives-windows",
- "osx": "natives-osx"
- },
- "extract": {
- "exclude": [
- "META-INF/"
- ]
- }
- }
- ],
- "mainClass": "net.minecraft.client.main.Main",
- "minimumLauncherVersion": 4
- }
复制代码 然后/home/你的名字/.minecraft/versions/Forge9.10.0.779/下Forge9.10.0.779.json的写法- {
- "id": "Forge9.10.0.779",
- "time": "2013-07-08T20:03:32-0700",
- "releaseTime": "1960-01-01T00:00:00-0700",
- "type": "release",
- "processArguments": "username_session_version",
- "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker",
- "minimumLauncherVersion": 2,
- "libraries": [
- {
- "name": "net.minecraftforge:minecraftforge:9.10.0.779",
- "url": "http://files.minecraftforge.net/maven/"
- },
- {
- "name": "net.minecraft:launchwrapper:1.3",
- "serverreq": true
- },
- {
- "name": "org.scala-lang:scala-library:2.10.2",
- "url": "http://repo.maven.apache.org/maven2/",
- "comment": "Important for Forge, we add this",
- "serverreq": true
- },
- {
- "name": "org.scala-lang:scala-compiler:2.10.2",
- "url": "http://repo.maven.apache.org/maven2/",
- "comment": "Important for Forge, we add this",
- "serverreq": true
- },
- {
- "name": "org.ow2.asm:asm-all:4.1",
- "serverreq": true
- },
- {
- "name": "net.sf.jopt-simple:jopt-simple:4.5",
- "serverreq": true
- },
- {
- "name": "lzma:lzma:0.0.1",
- "serverreq": true
- },
- {
- "name": "com.paulscode:codecjorbis:20101023"
- },
- {
- "name": "com.paulscode:codecwav:20101023"
- },
- {
- "name": "com.paulscode:libraryjavasound:20101123"
- },
- {
- "name": "com.paulscode:librarylwjglopenal:20100824"
- },
- {
- "name": "com.paulscode:soundsystem:20120107"
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl:2.9.0"
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0"
- },
- {
- "name": "argo:argo:2.25_fixed"
- },
- {
- "name": "org.bouncycastle:bcprov-jdk15on:1.47"
- },
- {
- "name": "com.google.guava:guava:14.0"
- },
- {
- "name": "org.apache.commons:commons-lang3:3.1"
- },
- {
- "name": "commons-io:commons-io:2.4"
- },
- {
- "name": "net.java.jinput:jinput:2.0.5"
- },
- {
- "name": "net.java.jutils:jutils:1.0.0"
- },
- {
- "name": "com.google.code.gson:gson:2.2.2"
- },
- {
- "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0",
- "natives": {
- "linux": "natives-linux",
- "windows": "natives-windows",
- "osx": "natives-osx"
- },
- "extract": {
- "exclude": [
- "META-INF/"
- ]
- }
- },
- {
- "name": "net.java.jinput:jinput-platform:2.0.5",
- "natives": {
- "linux": "natives-linux",
- "windows": "natives-windows",
- "osx": "natives-osx"
- },
- "extract": {
- "exclude": [
- "META-INF/"
- ]
- }
- }
- ],
- "mainClass": "net.minecraft.launchwrapper.Launch"
- }
复制代码 -待续
|
|