You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgix is a build system for minecraft mods that basically combine the forge and fabric mods into one .jar file, that is its one and only primary purpose, but the developers of forgix recommend using a tool such as architectury aswell to have a common source project that both versions of the mod could use...
What i'm suggesting is is to incorporate this principle, if you need any pointers i have my mod im making that uses this system, but it would be nice to have it baked in so i dont have to manually edit some of my build scripts for future/older versions of minecraft. It'd also improve mod development quite a bit allowing mod developers to only need to distribute 1 jarfile for their mod.
Minecraft Development for IntelliJ plugin version
2024.3-1.8.4
Description of the feature request
Forgix is a build system for minecraft mods that basically combine the forge and fabric mods into one .jar file, that is its one and only primary purpose, but the developers of forgix recommend using a tool such as architectury aswell to have a common source project that both versions of the mod could use...
What i'm suggesting is is to incorporate this principle, if you need any pointers i have my mod im making that uses this system, but it would be nice to have it baked in so i dont have to manually edit some of my build scripts for future/older versions of minecraft. It'd also improve mod development quite a bit allowing mod developers to only need to distribute 1 jarfile for their mod.
My basic mod that uses this system if you need an example mod.
https://gitlab.com/popgoesme700/minecraft_scrolls_mod
The text was updated successfully, but these errors were encountered: