pblop / twitch-chat

Minecraft-Twitch bridge for Fabric!
MIT License
22 stars 14 forks source link

Update to 1.18.2 #29

Closed Akari202 closed 2 years ago

Akari202 commented 2 years ago

issue #28

CrimsonGin commented 2 years ago

Sorry to bother, but ive been trying to update or rebuild the jar for this for a few hours. I don't have any experience making jars or mods for minecraft and have been looking through mod tutorials trying to figure out what simple thing I have to do to update this mod. I'm like completely lost and was wondering if you have the jar already made for this mod with the updates you made? Sorry if its a lot to ask, i've been struggling trying to get this to work.

Akari202 commented 2 years ago

I can certainly give you the jar, I changed the extension to zip so that github would let me upload it but if you download it and replace zip with jar in the filename it should work. The mod should work but I have encountered an error that causes minecraft to simply not start, I suspect it is my computer only but if you have issues let me know. twitchchat-0.12.0c.zip

CrimsonGin commented 2 years ago

Hmm still broken. I really really appreciate your reply. I was starting to feel hopeless about this (its a small mod though, nothing I REALLY need, but I still dont like giving up on things i'm dedicated on fixing haha.

CrimsonGin commented 2 years ago

Could it be the wrong fabric version in the "fabric.mod.JSON"?

Akari202 commented 2 years ago

How is it broken? can you share the crashlog with me and your modlist? I have been unable to get it to run outside of my development environment, i always get the error wants to load interface org.slf4j.Logger. A different interface with the same name was previously loaded by 'app' and i suspect that the issue is with modmenu but I havent found it yet.

CrimsonGin commented 2 years ago

I'm getting an "invalid java runtime configuration. check any custom configuration settings." error, I'm using fabric loader 0.13.3-1.18.2 image this is my mod list, I can try without any mods too if you need.

CrimsonGin commented 2 years ago

I just tried without any mods besides the needed ones, still the same error

CrimsonGin commented 2 years ago

I can give you my discord btw if its easier to reach, I dont want to inconvenience you since even by replying you are helping a ton.

Akari202 commented 2 years ago

I fixed the issue (and pushed the version to 12.1 so that the modmenu version shows up prperly) everything should work now

pblop commented 2 years ago

It compiles and runs fine in my machine, I'm merging it and will tag and upload the release in a few hours.