enjarai / recursive-resources

Minecraft mod that enhances the Resource Pack menu with folder support.
Mozilla Public License 2.0
15 stars 8 forks source link

Is there a way to solve the errors? #27

Closed Aces-and-Jacks closed 1 year ago

Aces-and-Jacks commented 1 year ago

Basically I think it's being caused by your mod, since when I remove it doesn't happen. If not my bad but if so is there a way to solve this? It may be related to one of the open issue but not sure

https://mclo.gs/bfoKlhO

enjarai commented 1 year ago

I don't see any critical errors in this log that would cause a crash, but some incompatibilities with Quilt are a known issue. (See #25) I suggest using Fabric with my mods, as I don't have the time to actively support two modloaders.

Aces-and-Jacks commented 1 year ago

Ok. Also your probably not interested in it but wouldn't architectury allow you to support fabric and quilt? I'm not a coder so I don't know how hard that'd be

jacg311 commented 1 year ago

Architectury sadly wouldnt help here. This mod uses fabric internal things that you usually wouldnt use as a mod dev or even look at. Quilt has systems that achieve the same goal as fabric but are quite different in the implementation. Architectury only helps you with things that you would commonly use on both mod loaders.

So for recursive-resources you'd have to write the same thing twice. once for fabric, once for quilt

Aces-and-Jacks commented 1 year ago

oh, well that's a shame. Thanks for responding though