彪悍的新手
有没有现成的啊!急需!

噬之魔皇
我这边有个1.8版本的,你要不要?

彪悍的新手
噬之魔皇 发表于 2015-7-15 09:54
我这边有个1.8版本的,你要不要?

要!快发给我

噬之魔皇

http://pan.baidu.com/s/1jGvjEj8

1026195899
lz你看的是2年前的教程吧。。。现在不需要MCP了,看看这个http://www.hakugyokurou.net/wordpress/?p=134

彪悍的新手
1026195899 发表于 2015-7-19 20:29
lz你看的是2年前的教程吧。。。现在不需要MCP了,看看这个http://www.hakugyokurou.net/wordpress/?p=134 ...


不懂别乱说

liach

真心不要,看https://github.com/MinecraftForge/MinecraftForge主页下面的官方解释。
For Mod Devs:

Download the latest Forge source distribution from http://files.minecraftforge.net and unzip it to a folder.
Open a command prompt, navigate to the directory where you unzipped the Forge sources, and run:
If you have Gradle: gradle setupDevWorkspace
If you DO NOT have Gradle installed:
Windows: ./gradlew.bat setupDevWorkspace
MacOS/Linux: ./gradlew setupDevWorkspace

If you wish to use the Eclipse IDE, run gradle eclipse instead of gradle setupDevWorkspace, or install the Gradle plugin for Eclipse and import the Forge source folder as a Gradle project.

To get the decompiled classes:
If you have Gradle: gradle setupDecompWorkspace
If you DO NOT have Gradle installed:
Windows: ./gradlew.bat setupDecompWorkspace
MacOS/Linux: ./gradlew setupDecompWorkspace

For Contributors:...(不需要略过)

Requirements (for both mod devs and contributors):
  You must have a JDK installed and accessible.
  If you do not wish to use the gradle wrapper, you can install Gradle from http://www.gradle.org/ .