frodare / FlightHud

Minecraft mod that displays a flight styled HUD while flying with elytra.
GNU General Public License v3.0
36 stars 33 forks source link

Support fabric 1.20 #22

Open MC-XiaoHei opened 1 year ago

MC-XiaoHei commented 1 year ago

As the title

kittokin commented 1 year ago

Issue

it crashes with this message java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'flighthud'! pastebin with full crash log

System Info

fabricloader: Fabric Loader 0.14.21 fabric-api: Fabric API 0.83.0+1.20 java: OpenJDK 64-Bit Server VM 17 minecraft: Minecraft 1.20

MC-XiaoHei commented 1 year ago

i think my code is ok,cause i just put it in my pack and its works well,i will check again

MC-XiaoHei commented 1 year ago

i try again , i can launch anymore ** System Info fabricloader: Fabric Loader 0.14.21 fabric-api: Fabric API 0.83.0+1.20 java: Java HotSpot(TM) 64-Bit Server VM (build 17.0.7+8-LTS-2 24, mixed mode, sharing) minecraft: Minecraft 1.20

maybe you can try this: libs.zip this zip contains source and jar

kittokin commented 1 year ago

I tried again but instead of using git pull MC-XiaoHei master I changed into your branch by using git switch instead and then it worked this time. Which is weird because I compared the source jar you posted with my previous source jar and they were identical but the compiled file was failing to start the game.

MC-XiaoHei commented 1 year ago

try check md5?(i mean the src) and try use git clone to clone my code directly?