MCP-Gradle

MCP-Gradleは、Minecraft用のモッドを作成するためのツールキットです。特に、1.8.9バージョンのMinecraftに対応しており、Optifine M5も含まれています。ユーザーは、指定された手順に従ってワークスペースを設定し、簡単にモッドをビルドすることができます。Gradleを使用しているため、ビルドプロセスが効率的であり、開発者にとって使いやすい環境を提供します。

GitHubスター

1

ユーザー評価

未評価

お気に入り

0

閲覧数

23

フォーク

0

イシュー

0

README
✿ MCP-Gradle ✿ Build Status
MCP is a toolkit for creating mods for the game Minecraft.
Supported versions:
  • 1.8.9 (Included Optifine M5)
Setting up a Workspace
  • First, you need to run Minecraft version for the first time to download all the assets.
  • Second, you need to change the working directory to the path where Minecraft was downloaded to.
git clone https://github.com/Kinue72/MCP-Gradle.git
cd MCP-Gradle
./gradlew run
How to build
git clone https://github.com/Kinue72/MCP-Gradle.git
cd MCP-Gradle
./gradlew jar