Twitch Chat Bridge (Fabric)

Twitch Chat Bridge (Fabric)

110k Downloads

Forge port?

alterNERDtive opened this issue · 7 comments

commented

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

commented

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.

commented

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

commented

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.

commented

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.

commented

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.

commented

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 :)

commented

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!