環境
Eclipse 4.14.0
Minecraft 1.9.4
MCP928
Optifine 1.9.4 HD U B5
エラー
ソースの中のnet.minecraft.client.renderer.block.model
というパッケージのModelRotation.java
というファイルでエラーが起きています。
エラーの内容↓
Description Resource Path Location Type The constructor Matrix4f(Matrix4f) is undefined ModelRotation.java /Client/src/net/minecraft/client/renderer/block/model line 122 Java Problem
プログラム↓
public javax.vecmath.Matrix4f getMatrix() { return Reflector.ForgeHooksClient_getMatrix.exists() ? (javax.vecmath.Matrix4f)Reflector.call(Reflector.ForgeHooksClient_getMatrix, new Object[] {this}): new javax.vecmath.Matrix4f(this.getMatrix4d()); //詳しいエラーの場所:javax.vecmath.Matrix4f(this.getMatrix4d()) }
エラーを無視して実行はできますが、音がなくなったり設定の表記がおかしくなっています。
試したこと
数十分検索をしたり、入れるOptifineのバージョンを変えたり、問題となっていそうなjavax.vecmath
というライブラリを別で入れてみたりしましたが直りませんでした...
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/07 05:26