Juuz
5f6891992a
Merge remote-tracking branch 'upstream/exp/1.13' into dev/1.13
...
# Conflicts:
# build.gradle
# gradle/libs.versions.toml
# src/main/java/net/fabricmc/loom/LoomGradleExtension.java
# src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java
# src/main/java/net/fabricmc/loom/extension/LoomGradleExtensionApiImpl.java
# src/main/java/net/fabricmc/loom/extension/LoomGradleExtensionImpl.java
# src/main/java/net/fabricmc/loom/task/RemapJarTask.java
2025-11-03 13:51:55 +02:00
modmuss
0e2fc99eb1
Add back getModSourceSets(), as its used by mc dev to do nothing. ( #1415 )
2025-10-31 21:34:31 +00:00
Juuz
6a9f5cec3f
Port Forge run templates to the new classpath group system
2025-10-29 15:08:31 +02:00
modmuss
692ab93693
Support depending on type safe projects. ( #1399 )
2025-10-23 08:54:46 +01:00
modmuss
2a47c835d1
Fix exporting the dev jar path in a projects classpath. ( #1397 )
2025-10-22 21:28:57 +01:00
modmuss
09a4831f25
Support classpath groups when using configure on demand. ( #1392 )
...
* Support classpath groups when using configure on demand.
* Cleanup
* Work around Gradle 8.14 issue
* Another fix
* Rename plugin
* Fix plugin versioning
* Add some docs
* More fixes
* Ensure backwards compatible.
2025-10-20 22:46:36 +01:00
Juuz
b19184751b
Add toString to ModSettings and RemapConfigurationSettings ( #831 )
...
This helps a bit with debugging code that uses them as you don't
have to open the object to see which mod/remap configuration we're
investigating.
2023-02-18 21:04:17 +00:00
Juuz
34c24cde3c
Add ModSettings.sourceSet overloads taking source set names ( #765 )
...
Closes #764 . Also fixes some minor stuff in the javadocs of sourceSet().
2022-12-09 08:50:21 +00:00
modmuss50
e561cca19a
Split mod dependencies into client/common as required.
2022-08-04 08:56:37 +01:00
modmuss50
4f079f83aa
Add dependency and configuration helpers to ModSettings.
2022-05-26 11:09:25 +01:00
modmuss50
23dfe606bb
Fix mod settings for sourcesets from other projects. ( #642 )
2022-05-18 22:56:35 +01:00
modmuss50
752c829eb0
Fix ModSettings not using a ConfigurableFileCollection :)
...
Need to add some tests for this ;)
2022-04-30 21:35:17 +01:00
modmuss50
1dfea9ef7e
Add a FileCollection to ModSettings
2022-04-21 20:52:11 +01:00
modmuss50
0a8b792564
Add DSL to configure mod class path groups. ( #608 )
...
* Add basic mod settings.
* Cleanup and review feedback.
* Add idea output dir support.
* Eclipse and vscode + better tests.
2022-03-14 01:07:53 +00:00