fabric-loom/src/main/java/net/fabricmc/loom/configuration/ide
modmuss50 4158062ce5
Experimental support for split common and clientonly minecraft jars. (#561)
This lays the ground work for split client and server mod code. With this first phase when enabled loom will generate a clientonly and common minecraft jar. Fabric loader and API will both need changes to support this before it can be used to develop mods.

Phase two of this project will handle splitting mod code into a client and common source set along with spliting any dependencies. 

Mostly fixes #539 by sepreating decompile tasks
2022-01-04 21:19:03 +00:00
..
idea Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
IdeConfiguration.java Use spotless for header validation, years have been back-filled from git history 2021-07-10 21:50:53 +01:00
RunConfig.java Exclude client only libraries in server run task. 2021-12-30 00:15:18 +00:00
RunConfigSettings.java Support ARM natives, rewrite native handling and misc cleanup. (#554) 2021-12-17 15:37:00 +00:00