2018/03/26

About future updates

The old version of forge is gone. I will produce it with the latest recommendation forge - 1.12.2 - 14.23.2.2611.

Along with this, old versions will not be compatible. Please be careful.

forgeのバージョンの古いのが無くなった。私は今後最新レコメンドであるforge-1.12.2-14.23.2.2611で制作します。

これに伴い、古いバージョンの互換性がなくなります。ご注意ください。

2018/03/25

modding and JDK8

I changed the notebook computer from HDD to SSD. The operation became faster ... However,

Eclipse Oxygen.2 Release (4.7.2) does not recognize workspace.

Install JAVA the latest version 10. However, although it starts up, it seems that the build path has changed, and examining and trying variously are also strange behavior. Since it's so, I download the recommended version forge. I did a gradlew setupDecompWorkspace, but I get angry at the command prompt "JAVA 9 or 10 is not supported!" (; 'Д `)

Could it be: It does not recognize unless it is JDK 8

I tried to JAVA 8 ... Command prompt started downloading normally. And BUILD SUCCESSFUL.

Start Eclipse ... Copy mod to src folder ... What? I get an error ... Method changed in 1.12.2-2611 ... (; 'Д `) To rewrite the class of Item. This has to be updated.

However, there is a problem with compatibility with this. Perhaps it is better to break it down here.


The program is difficult.

--


ノートパソコンをHDDからSSDに切り替えるため、初期化してからクローン→そして換装。動作が早くなりました…が、

Eclipse Oxygen.2 Release (4.7.2)がきちんとワークスペースを認識しない…(;´Д`)

JAVAが入ってないのかなと最新版である10をインスコ。しかし、起動はするがビルドパスがおかしくなってしまったようで、ググりながら調べていろいろ試すもなんかおかしい。せっかくなのでforgeのバージョンを最新レコメンド版にしようと思いダウンロードしてgradlew setupDecompWorkspaceしたところ、「JAVA9とか10はサポートしてねぇよゴラァ!」とコマンドプロンプトで怒られる(;´Д`)

もしかして:JDK8じゃないと認識しない

8にしてみた…コマンドプロンプトが正常にダウンロード開始。そしてBUILD SUCCESSFUL。

Eclipseを起動…srcフォルダにmodをコピーして…あれ? エラーが出る…1.12.2-2611でメソッド変わってるじゃん…(;´Д`)Itemのクラスを軒並み書き換える羽目に。これはアップデートしないといけません。

で、メソッドを修正→デバッグ→起動(;´・ω・)=3 フゥ

しかし、これでは互換性にちと問題ある感じですね…。ここで一区切りにしといたほうがいいかもしれません。

プログラムって難しいなぁ。