pblop / twitch-chat

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

Forge port? #42

Open alterNERDtive opened 1 year ago

alterNERDtive commented 1 year ago

I have no idea how much effort it would be, but would it be possible to release a Forge port of this mod as well?

I’m currently playing a lot of Vault Hunters which is a Forge-based mod pack. And I’m missing this mod SO MUCH. It’s simply amazing <3

wilebaldo commented 1 year ago

I read the description about this mod and the creator said, is out there a lot of mods do this with forge but non for fabric, so he made this specific for fabric because is no more options.

alterNERDtive commented 1 year ago

That might have been true years ago for some random old version of Minecraft, but it definitely is not right now.

wilebaldo commented 1 year ago

I just said what is in the description for this mod. I don't know if is true or not I'm not the creator for this mod.

pblop commented 1 year ago

Huh. When I first madre the mod there were like 4 or 5 different mods that did chat integration (with emotes, flairs, and other cool stuff) with Twitch. I haven't made a Forge version because it looks like developing two parallel versions of the mod and keeping both updated and having the same features, being Forge and Fabric so completely different, will be difficult and/or time consuming.

alterNERDtive commented 1 year ago

Yeah that’s fine. Hence my

I have no idea how much effort it would be

I’ve never done Minecraft mods :)

For some other games supporting multiple mod loaders is just some boilerplate code.

billyp673 commented 1 year ago

I haven't made a Forge version because it looks like developing two parallel versions of the mod and keeping both updated and having the same features, being Forge and Fabric so completely different, will be difficult and/or time consuming.

Have you considered using Architectury? On the off chance that you haven't here's a link to their API, it's a whole thing made for creating multiplatform mods. To be clear, I'm not pushing you to do it, I just wanted to share a potentially helpful resource :)

pblop commented 1 year ago

I hadn't seen that! That actually doesn't look very hard to use. At first glance, it looks like it even supports mixins! I'll take a closer look into it! Thanks!