io.github.pacifistmc.forgix
Owner: Ran
This plugin merges Fabric (also Quilt) & Forge jars into a single jar.
Sources: https://github.com/PacifistMC/Forgix
Version 1.2.8
1.2.8
Created 02 May 2024.
This plugin merges Fabric (also Quilt) & Forge jars into a single jar.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.pacifistmc.forgix") version "1.2.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.pacifistmc.forgix:Forgix:1.2.8") } } apply(plugin = "io.github.pacifistmc.forgix")
- Applying plugins to all subprojects .