0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MinecraftでMODを開発したい#5

Posted at

MinecraftでMODの開発をします
試行錯誤を書いていくだけのものになります

##概要
MODをjar形式にし、一般の人に配布して使えるように

##動作環境 2021/05/12

Version
Mac OS Big Sur 11.1
IntelliJ IDEA 2021.1.1
AdoptOpenJDK (HotSpot) 1.8.0_282
Minecraft 1.16.5
Forge 36.1.0

##目次
- 設定
- 確認

##設定
build.gradleのversionを1.16.5-1.0.0に変更
IntelliJ IDEAのGradle Tool Windowを開き、Tasks > build > buildをダブルクリックで実行

##確認
IntelliJ IDEAの画面下側に表示される実行ログに「BUILD SUCCESSFUL」と表示され、build/libs/にexamplemod-1.16.5-1.0.0.jarが生成されたことを確認してください。

他のMODを導入する時と同様に、jarファイルをMinecraftのmodsフォルダに入れてランチャーからMinecraftを起動
タイトル画面の「Mods」ボタンを押し、MOD一覧に「Titanium Mod」が表示されていることを確認
また、ワールドに入ってアイテム・ブロック・レシピが正しく追加されていることを確認

スクリーンショット 2021-05-13 18.42.47.png
スクリーンショット 2021-05-13 19.03.24.png
導入できていた

######参考文献
https://www.tntmodders.com/tutorial/build-1165

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?