Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update] 1.20/1.20.1 support #50

Open
SLinxTheFox opened this issue Jun 16, 2023 · 35 comments
Open

[Update] 1.20/1.20.1 support #50

SLinxTheFox opened this issue Jun 16, 2023 · 35 comments

Comments

@SLinxTheFox
Copy link

I'm sure it's coming, just figured might aswell have this here. thank you for your mod!

@Sydokiddo
Copy link
Owner

Sydokiddo commented Jun 26, 2023

Planned, should be out somewhat soon! I am busy with other projects but I will try and get this updated as soon as I can

@KA1N3o
Copy link

KA1N3o commented Jun 27, 2023

yes, im still waiting for 1.20 version

@Tecohg
Copy link

Tecohg commented Jun 28, 2023

so impatient

@SLinxTheFox
Copy link
Author

Planned, should be out somewhat soon! I am busy with other projects but I will try and get this updated as soon as I can

thank you so much for the work you do!

@laitz
Copy link

laitz commented Jul 1, 2023

thanks for this mod btw!, it's one of my favs. cant wait to use it again soooon :>

@jbrown1597
Copy link

a god amongst men

@laitz
Copy link

laitz commented Aug 4, 2023

Any updates on this? :D, I really love this mod and can't wait to play with it again. I totally understand if you're still busy with other stuff though!!

@TheQwerDev
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

@KAGUYA-1137
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

Thank You So Much!

@GeorgeOrwell1
Copy link

You should post a pull request.

@degeneratedweaboo
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

can someone help out a github newbie like me and share the compiled project? :(

@TheQwerDev
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

can someone help out a github newbie like me and share the compiled project? :(

Not sure if distributing a compiled build like this is good practice, since I could technically add anything in the build and it would be difficult to know. You can try to compile it yourself by:

  1. downloading the source (use that green "code" button and download the zip if you can't git clone)
    1.1. extracting the source if you downloaded the zip
  2. opening the terminal and changing directory to the folder with the source code
  3. either typing ./gradlew build or ./gradlew.bat build depending on your operating system
  4. build should be located in [project directory]->build->libs

@42willow
Copy link

42willow commented Aug 10, 2023

@TheQwerDev you should open a PR. Thanks for porting it I don't understand Java.

Here are the artifacts if you would like, but I would recommend compiling it yourself for security reasons.
auditory-0.0.6-1.20.1.zip

I've tested it and it works.

@IMrCreepyI
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

this version sadly doesnt work with quilt. i guess ill just have to wait for the dev to update it to 1.20.1

@TheQwerDev
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

this version sadly doesnt work with quilt. i guess ill just have to wait for the dev to update it to 1.20.1

Are you using QFAPI?

@IMrCreepyI
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

this version sadly doesnt work with quilt. i guess ill just have to wait for the dev to update it to 1.20.1

Are you using QFAPI?

I am. Cant give any crash reports tho as im on vacation at the moment

@IMrCreepyI
Copy link

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

this version sadly doesnt work with quilt. i guess ill just have to wait for the dev to update it to 1.20.1

Are you using QFAPI?

just got back from vacation. forgot to say the error message it gives says it requires a version of fabric

@TheQwerDev
Copy link

Can you send a crash report along with a mod list? I got the same error you're talking about when I wasn't using qfapi.

@IMrCreepyI
Copy link

Can you send a crash report along with a mod list? I got the same error you're talking about when I wasn't using qfapi.

first of apon starting mc i get this error
image

here is my crash log
https://mclo.gs/5ystGje

the mods i use should also be listed in there. i use to many to make just one screenshot

@TheQwerDev
Copy link

You can probably just change the dependencies directly in the .jar file. Open it with winrar or any other archive tool and edit the fabric.mod.json file. You can change the fabric loader version from there.

@IMrCreepyI
Copy link

ill try

@IMrCreepyI
Copy link

You can probably just change the dependencies directly in the .jar file. Open it with winrar or any other archive tool and edit the fabric.mod.json file. You can change the fabric loader version from there.

i tried something but sadly it did not work. also dont know anything about java so i just changed what to me looked like the thing i needed to change

@N8rtot
Copy link

N8rtot commented Aug 23, 2023

For anybody wanting to use the mod on 1.20.1, I've made a fork of the project and ported it myself until an official port comes out.

can someone help out a github newbie like me and share the compiled project? :(

Not sure if distributing a compiled build like this is good practice, since I could technically add anything in the build and it would be difficult to know. You can try to compile it yourself by:

  1. downloading the source (use that green "code" button and download the zip if you can't git clone)
    1.1. extracting the source if you downloaded the zip
  2. opening the terminal and changing directory to the folder with the source code
  3. either typing ./gradlew build or ./gradlew.bat build depending on your operating system
  4. build should be located in [project directory]->build->libs

Every time I try to run gradlew build or gradlew.bat build in the command prompt, it always gives me a single error that makes the entire thing fail to build. Something about the settings file not compiling? I have no idea why

@TheQwerDev
Copy link

What java version are you using? You can check that out by typing java --version in cmd.

@N8rtot
Copy link

N8rtot commented Aug 26, 2023

What java version are you using? You can check that out by typing java --version in cmd.

"java 19 2022-09-20"
build 19-36-2238

I ran the java updater to make sure I wasnt using something out of date too, it said im all caught up.

@TheQwerDev
Copy link

Maybe try compiling with java 17? Most mods for the new versions of minecraft are compiled with java 17 because that's the minimum version required for minecraft 1.18 and up.

@Archsik
Copy link

Archsik commented Aug 30, 2023

literally the best audio enhancing mod out there only reason I am not playing 1.20 so far is the mod update is yet to come not rushing or being impatient just found this place out and wanted to say I appreciate your work and GL

@NotThatRqd
Copy link

Hope this mod gets 1.20.1 soon, it's so amazing

@rabbit-time
Copy link

So... is this mod just gonna be dead now? Haven't had a commit in 6 months.

@Sydokiddo
Copy link
Owner

So... is this mod just gonna be dead now? Haven't had a commit in 6 months.

Hi! I'm sorry on the holdup, I really do want to do a revival of this mod but I'm currently going through a lot in my life and don't have much time to work on this. I do have fairly big plans for a multiloader revival of the mod but I wouldn't expect it for at least a little while. I do just want to say though that I haven't forgotten about Auditory and it will return eventually.

@Celesian
Copy link

thank you, and take your time with IRL stuff!

@SLinxTheFox
Copy link
Author

Regardless thank you again for making this mod in the first place! It's easy to forget people do this for free and i always SUPER appreciate the work modders do

@papamaionise
Copy link

So... is this mod just gonna be dead now? Haven't had a commit in 6 months.

Hi! I'm sorry on the holdup, I really do want to do a revival of this mod but I'm currently going through a lot in my life and don't have much time to work on this. I do have fairly big plans for a multiloader revival of the mod but I wouldn't expect it for at least a little while. I do just want to say though that I haven't forgotten about Auditory and it will return eventually.

thats all that really matter please just dont kill it its an amazing mod take your time life hard sometimes

@NotThatRqd
Copy link

bump, I love this mod

@KA1N3o
Copy link

KA1N3o commented Sep 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests