Commit Graph

1685 Commits

Author SHA1 Message Date
Juuz
f34be9d221 AccessTransformerJarProcessor: Port to new MinecraftJarProcessor API
Also rewrote the temp file handling to use TempFiles.
2023-02-18 02:35:49 +02:00
Juuz
c3ec931ebe Add no-op mods.toml ModMetadataFile type for local mod detection 2023-02-18 02:34:10 +02:00
Juuz
24956b456f Add working hash codes to ModMetadataFile and ModMetadataFabricModJson 2023-02-18 02:00:38 +02:00
Juuz
51cd14e573 ForgeTest: Test MCP mappings 2023-02-18 01:38:29 +02:00
Juuz
f07507a285 QuiltModJsonTest: Test having multiple access wideners 2023-02-17 23:39:18 +02:00
Juuz
33f0f5ca4a Fix QuiltModJsonTest 2023-02-17 23:38:36 +02:00
Juuz
2a74dad857 workflows/test: Update the rest of the artifacts from v2 to v3
No clue how I missed them all :face_palm:
2023-02-17 23:36:33 +02:00
Juuz
14d45db146 GradleUtils: Fix plugin ID in isLoomProject 2023-02-17 22:20:11 +02:00
Juuz
3c06d2e6a6 CompileConfiguration: Fix bad code ordering from merge 2023-02-17 22:05:40 +02:00
Juuz
fab23de471 workflows/test: Update actions/upload-artifact to v3 2023-02-17 21:55:30 +02:00
Juuz
cf4ccf847c RemapJarTask: Fix refmaps on Forge 2023-02-17 21:54:11 +02:00
Juuz
b231a92d3a ModMetadataFiles: Fix crash in fromDirectory 2023-02-17 21:45:39 +02:00
Juuz
dc0d74c8ee Update ModMetadataFilesTest to test directories 2023-02-17 21:45:21 +02:00
Juuz
93843d85f7 Update ArchitecturyCommonJsonTest 2023-02-17 21:41:45 +02:00
Juuz
8100147462 Fix plugin ID in multi-mc-versions 2023-02-17 21:36:19 +02:00
Juuz
ac192623e7 Move dependency provider setup to CompileConfiguration 2023-02-17 00:46:11 +02:00
Juuz
bbb4d8de22 Change field migrated mapping suffix from -updated to -field-migrated 2023-02-17 00:36:17 +02:00
Juuz
c98b255677 Fix outdated merge of MappingConfiguration 2023-02-16 23:56:06 +02:00
Juuz
181b20fbb9 ModMetadataFabricModJson: Use absolute path for describing directories 2023-02-16 23:35:31 +02:00
Juuz
e976b74f97 AbstractMappedMinecraftProvider: Make jar prefix lowercase too 2023-02-16 22:18:22 +02:00
Juuz
b27eeecfdf AccessWidenerUtils: Allow jars with no mod metadata 2023-02-16 22:18:09 +02:00
Juuz
94b77c6d83 Document ModMetadataFile 2023-02-16 22:16:12 +02:00
Juuz
878bc5c1a1 Various fixes 2023-02-16 22:02:06 +02:00
Juuz
af4fab2b02 Rename FieldMigratedMappingsProvider -> FMMappingConfiguration 2023-02-16 21:52:04 +02:00
Juuz
682621ed75 Restore architectury.common.marker support 2023-02-16 21:50:04 +02:00
Juuz
c11c004395 Document MappingsNamespace.SRG 2023-02-16 21:46:51 +02:00
Juuz
a2ef9dbc83 ModMetadataFabricModJson: Determine "mod ID" from source if missing 2023-02-16 21:43:41 +02:00
Juuz
2456edf285 ModMetadataFabricModJson: Add support for custom values in quilt.mod.json 2023-02-16 21:30:41 +02:00
Juuz
08f9ebe32e Add support for multiple access wideners in Quilt mods 2023-02-16 21:16:18 +02:00
Juuz
e2dfa8a410 Mod metadata fixes 2023-02-16 21:10:59 +02:00
Juuz
e4ce4d03c7 1.1 merge: Fix compilation 2023-02-16 21:08:17 +02:00
Juuz
9e041899ae Merge with Fabric 1.1, stage 9 2023-02-16 21:03:55 +02:00
Juuz
7df47a32e9 Merge with Fabric 1.1, stage 8 2023-02-16 21:02:33 +02:00
Juuz
16e1eda2c6 Merge with Fabric 1.1, stage 7 2023-02-16 20:59:03 +02:00
Juuz
1d6d7b5489 Merge commit 'af21d602' into exp/1.1 2023-02-16 20:46:17 +02:00
Juuz
db8ef472cc Merge with Fabric 1.1, stage 5 2023-02-16 20:45:08 +02:00
Juuz
8f5c5c773c Merge with Fabric 1.1, stage 4 2023-02-16 17:35:35 +02:00
Juuz
0314829e26 Merge with Fabric 1.1, stage 3 2023-02-16 01:02:58 +02:00
Juuz
4e9b50fcbc Merge with Fabric 1.1, stage 2 2023-02-16 01:00:05 +02:00
Juuz
81d1f5d562 Merge with Fabric 1.1, stage 1 2023-02-16 00:53:48 +02:00
Juuz
3bae7bf8b0 Update forge runtime to 1.1.4 2023-02-07 19:48:42 +02:00
modmuss50
97f594da8e Recursively copy configurations.
Co-authored-by: Juuz <6596629+juuxel@users.noreply.github.com>
2023-01-28 13:46:33 +00:00
modmuss50
0fa4e1e05e Fix #815 - Regression causing TAWs from runtime only deps to be applied. 2023-01-25 09:30:36 +00:00
modmuss50
74c9497166 Fix unit test 2023-01-24 23:20:05 +00:00
modmuss50
2bcee320d4 Fix download sources hook not working for client only jars. 2023-01-24 23:17:57 +00:00
modmuss50
f61afd865e Fix client environment annotations not being applied to the client only jar when using split sources. 2023-01-24 23:13:19 +00:00
modmuss50
5094a8af86 Update MCE (#818) 2023-01-24 10:54:37 +00:00
modmuss50
a1e671b719 Fix and test jar processor caching. 2023-01-23 22:06:05 +00:00
modmuss50
bab447ffe1 Fix publish 2023-01-22 13:38:54 +00:00
modmuss50
b22c66f0be Update dependencies 2023-01-22 13:34:28 +00:00