minecraft に関する質問です。 modパックのdawn craftを導入してプレイしているのですが、死亡と同時にクラッシュしてしまいました。以下がレポートです。 The game crashed whilst ticking entity Error: java.lang.NullPointerException: Cannot invoke "yesman.epicfight.api.animation.TransformSheet.getInterpolatedTransform(float)" because "rootCoord" is null このクラッシュに関する英語での回答 I was able to fix this! I'm not 100% sure which of my adjustments fixed it, but when I looked over the error I assumed the relevant bit was this: " yesman.epicfight.api.animation.TransformSheet.getInterpolatedTransform(float) " This has something to do with an animation transformation transitioning to floating, from either levitating/falling or swimming while dying. I fixed it by using NBTExplorer and setting my Motion values to 0, and my position reported in the X, Y, Z coordinates to flat values. The X and Y coords were both 0.5 values (I'm assuming my adjustment put me above the water I died in, and thereby eliminated the need for floating perhaps?) 海外の質問を見る限り、死亡時のアバターの座標?が悪さをしているようですが、あまりその辺に詳しくなく、直し方がわかりません。 ①この現象を治す方法 ②ゲーム外から現在の座標位置をいじる方法 のどちらかがわかる方がいましたらご回答いただけると幸いです。
マインクラフト