mcp1.8.9op
mcp1.8.9opは、MinecraftのMOD開発を支援するためのツールであり、Javaで記述されています。ユーザーがMODを簡単に作成、編集、テストできるように設計されており、特にMinecraftのバージョン1.8.9に特化しています。豊富な機能を備え、開発者が効率的に作業できる環境を提供します。
GitHubスター
28
ユーザー評価
未評価
お気に入り
0
閲覧数
16
フォーク
4
イシュー
1
README
mcp1.8.9op
A fixed mcp workspace configured for 1.8.9 integrated with optifine and setup with a single setup.(bat|sh)
executable.
Setup
Run setup.bat
or setup.sh
setup.sh for Linux might have some issues. I cannot test it however as I do not possess a Linux envinroment.
What this will do:
- Decompile minecraft, which will fail at recompiling.
- Fix a source bug where a variable name is incorrectly written.
- Recompile minecraft correctly.
- Remove minecraft's source code and replace it with optifine's.
What you get at the end:
- A (hopefully) bugless mcp 1.8.9 workspace with optifine pre-installed.
IntelliJ
Setup, run and export MCP 1.8.9 with Optifine in IntelliJ
Eclipse
I don't use Eclipse