Alujjdnd / Ngrok-LAN

A FabricMC mod that exposes your local LAN server to the internet with Ngrok.
MIT License
31 stars 8 forks source link

QuiltMC port #25

Open MikolajKolek opened 2 years ago

MikolajKolek commented 2 years ago

I saw that you were looking for help in porting the mod to QuiltMC, so I wanted to help. The port seems to work completely fine for me, you can do some more testing to make sure, hovewer I didn't make very significant changes so I doubt anything serious broke. If you want to go all in on Quilt and make the mod a Quilt exclusive, I could also change the config system from ClothConfig to the new Quilt Config system, the use of which is recommended for Quilt mods. Unfortunately, that would require more significant work as I would have to rewrite the configuration screen, because Quilt Config does not provide a configuration screen by itself (maybe I could use a similar system to OkZoomer as that mod already uses the Quilt Config system and is MIT licenced too, however it uses SpruceUI, don't know if you'd be ok with including a new library).

(Also, sorry for the mess in the commit log, I had to rebase my branch because I realised that merging this into 1.18.2 wouldn't make sense) (The code analysis says it failed, but in reality it just seems to not be able to run on this branch, so it doesn't even do the analysis)

Alujjdnd commented 2 years ago

WOW! Thank you so much for this amazing work (not to mention the quality commented code)! We'll try to merge this with our current repo, and we'll be sure to credit you for this!

Thanks again :) Alujjdnd and Flooflez

Flooflez commented 2 years ago

Hi there, Thanks again for the help, this is something that we couldn't have done ourselves. Reading your comment, perhaps it's a good idea to wait until Quilt Config is more accessible before creating a full release for Quilt.