auditory icon indicating copy to clipboard operation
auditory copied to clipboard

[Update] 1.20/1.20.1 support

Open SLinxTheFox opened this issue 1 year ago • 35 comments

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

SLinxTheFox avatar Jun 16 '23 03:06 SLinxTheFox

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

Sydokiddo avatar Jun 26 '23 15:06 Sydokiddo

yes, im still waiting for 1.20 version

KA1N3o avatar Jun 27 '23 06:06 KA1N3o

so impatient

Tecohg avatar Jun 28 '23 11:06 Tecohg

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!

SLinxTheFox avatar Jun 28 '23 20:06 SLinxTheFox

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

laitz avatar Jul 01 '23 08:07 laitz

a god amongst men

jbrown1597 avatar Aug 01 '23 11:08 jbrown1597

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!!

laitz avatar Aug 04 '23 10:08 laitz

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.

TheQwerDev avatar Aug 06 '23 21:08 TheQwerDev

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!

KAGUYA-1137 avatar Aug 07 '23 08:08 KAGUYA-1137

You should post a pull request.

GeorgeOrwell1 avatar Aug 10 '23 09:08 GeorgeOrwell1

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? :(

degeneratedweaboo avatar Aug 10 '23 09:08 degeneratedweaboo

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

TheQwerDev avatar Aug 10 '23 10:08 TheQwerDev

@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.

42willow avatar Aug 10 '23 10:08 42willow

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

IMrCreepyI avatar Aug 17 '23 13:08 IMrCreepyI

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?

TheQwerDev avatar Aug 18 '23 15:08 TheQwerDev

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 avatar Aug 18 '23 15:08 IMrCreepyI

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

IMrCreepyI avatar Aug 20 '23 19:08 IMrCreepyI

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.

TheQwerDev avatar Aug 20 '23 20:08 TheQwerDev

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

IMrCreepyI avatar Aug 20 '23 20:08 IMrCreepyI

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.

TheQwerDev avatar Aug 20 '23 20:08 TheQwerDev

ill try

IMrCreepyI avatar Aug 20 '23 21:08 IMrCreepyI

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

IMrCreepyI avatar Aug 20 '23 21:08 IMrCreepyI

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

N8rtot avatar Aug 23 '23 21:08 N8rtot

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

TheQwerDev avatar Aug 25 '23 20:08 TheQwerDev

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.

N8rtot avatar Aug 26 '23 00:08 N8rtot

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.

TheQwerDev avatar Aug 26 '23 09:08 TheQwerDev

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

Archsik avatar Aug 30 '23 05:08 Archsik

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

NotThatRqd avatar Sep 23 '23 16:09 NotThatRqd

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

rabbit-time avatar Oct 12 '23 01:10 rabbit-time

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.

Sydokiddo avatar Oct 12 '23 02:10 Sydokiddo