j-tai / TieFix

A Fabric mod that fixes some annoying Minecraft bugs
GNU Lesser General Public License v3.0
17 stars 2 forks source link

Only build against and depend on fabric-resource-loader #3

Closed DragonEggBedrockBreaking closed 2 years ago

DragonEggBedrockBreaking commented 2 years ago

In development environment that contains this mod, the whole of Fabric API is required. It would be easier to just depend on fabric resource loader for mod developers, since this fixes multiple bugs, which makes debugging through chat on UNIX so much easier.

j-tai commented 2 years ago

Thanks for your contribution!

Could you please elaborate a bit on what benefit this provides? What bugs does this fix? How does this make debugging easier?

DragonEggBedrockBreaking commented 2 years ago

Thanks for your contribution!

Could you please elaborate a bit on what benefit this provides? What bugs does this fix? How does this make debugging easier?

Maybe you misunderstood. I wasn’t saying this PR makes debugging easier, I was saying your mod makes debugging easier, since commands are easier to use without the extra character.

I was saying that this pr makes the mod have less dependencies, therefore less mods are loaded in runClient, and there is less clutter in the dev env.

Sorry if I was unclear.

j-tai commented 2 years ago

Thanks!