You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm now using the fabric version mod with mc 1.20.1. Since I'm not in the mainland most of the pieces just refuse to play. A method I used to use is appending a HTTP header "X-Real-IP" to the requests.
I tried using the same trick here by adding a new line in src/main/java/com/github/tartaricacid/netmusic/api/NetEaseMusic.java
I'm now using the fabric version mod with mc 1.20.1. Since I'm not in the mainland most of the pieces just refuse to play. A method I used to use is appending a HTTP header "X-Real-IP" to the requests.
I tried using the same trick here by adding a new line in
src/main/java/com/github/tartaricacid/netmusic/api/NetEaseMusic.java
In
init()
The trick worked, so I think it would be good if this feature can be added to the mod itself. (I know zero java and just copied the former line)
Looking forward to a more standard implementation!
The text was updated successfully, but these errors were encountered: