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.1.2
1.1.2
Created 04 July 2022.
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.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.pacifistmc.forgix:Forgix:1.1.2") } } apply(plugin = "io.github.pacifistmc.forgix")
- Applying plugins to all subprojects .