c45a7a9f0c
feat: 更新上传到Modrinth,Curseforge平台的工作流程
2026-03-18 23:30:01 +08:00
9fff0c869a
build: 构建输出调整,添加代码格式检查(主要要求文件编码必须是UTF-8)
2026-03-16 14:45:38 +08:00
190c085229
fix: 使forge的数据生成可被共享
2026-03-14 22:40:52 +08:00
8a825e0c9b
build: 可使用的构建模板
...
修改了脚本,使其可以推给Maven仓库\
2026-03-09 14:44:02 +08:00
Jared
d6b81d85d6
Merge pull request #93 from Tfarcenim/1.20.1
...
Add parchment to common and forge
2025-02-23 17:38:45 -07:00
Tfarcenim
18a439ec1e
Add parchment to fabric
2025-02-23 15:32:08 -08:00
Tfarcenim
7db4c59d56
Add parchment to forge
2025-02-23 15:15:50 -08:00
Tfarcenim
64913de449
Add parchment to common
2025-02-23 15:15:05 -08:00
Jared
f1aa19f1c1
add forge datagen arguments
2025-02-16 17:59:46 -07:00
Jared
00071711ba
Merge pull request #92 from jason13official/patch-1
...
Update the method for accesstransformer.cfg files using moddevgradle
2025-02-12 17:14:12 -07:00
jason13official
7024ac7add
Update build.gradle
2025-02-12 19:11:14 -05:00
jason13official
2d3acaf15a
Update build.gradle
2025-02-12 19:09:07 -05:00
Jared
05096a2c93
Update gradle.properties docs. Close #86
2025-02-04 16:12:29 -07:00
Jared
64e5c1cdac
Use ModDevGradle instead of VanillaGradle and ForgeGradle. Close #85
2025-02-04 16:02:17 -07:00
Jared
c2b0ec3804
Update gradle and show how you can pin vanillagradle versions
2024-08-05 20:56:20 -06:00
Jared
f78f8c15e3
port to 1.20.1
2024-04-19 17:27:03 -06:00
Witixin
493ecc96d2
Cleanup and improve expansions in metadata files ( #30 )
...
* Add more fields and cleanup expansions
* Make names consistent
2023-10-05 05:31:55 -06:00
Jared
920129b7b9
Update mods.toml to use replacements for displayName
2023-06-16 02:29:28 +02:00
Jared
a2811f728e
Fix maven artifact not having the correct name and forge pom generation
2023-06-12 04:18:51 +02:00
Jared
0a04d1fa35
Update how the archive name is set
2023-06-12 04:18:37 +02:00
Jared
a5ac191b4e
Port to 1.20
2023-06-11 04:08:59 +02:00
Jared
5295b1ed68
add common code to sources and javadoc jars
2023-06-11 04:08:28 +02:00
Jared
2406e0394f
general buildscript cleanup
2023-06-11 03:40:13 +02:00
Jared
531f251168
AccessTransformers and AccessWideners now apply if the file is present
...
AccessWideners are shared on common and fabric, since you will most likely need them in common anyway, and they are faster to apply than AccessTransformers
2023-06-11 03:33:12 +02:00
Jared
2baa2d2ba4
Update mods.toml license to match repository license
2023-06-11 03:33:02 +02:00
Jared
fc6f452e8c
Add mixin to all projects
2023-06-11 03:25:08 +02:00
Jared
45030884b0
specify the modloader versions in the root build.gradle
2023-06-11 02:54:26 +02:00
Jared
c48bbe91c9
Remove unused gradle plugins
2023-06-11 02:34:35 +02:00
Jared
0316e280e0
Set the root project name to match the folder name
2023-06-11 02:34:28 +02:00
Jared
6de6f20cbd
Cleanup modloader metadata files and replace more properties in them
2023-06-11 02:34:24 +02:00
Jared
9efe38d385
Update maven publishing block
2023-06-11 02:34:21 +02:00
Jared
ad8d113645
Removed common runs
2023-06-11 02:34:10 +02:00
Jared
67d79d6ba3
Update to ForgeGradle 6 and Fabric Loom 1.2
2023-06-11 01:34:55 +02:00
Jared
470f3ed636
Update to gradle 8.1.1
2023-06-11 01:28:18 +02:00
Jared
e372040edd
Spread the project includes over three lines to easier manipulation
2023-06-11 01:23:02 +02:00
Jared
e10fcc23e4
Lowercase the project names as per gradle naming convention
2023-06-11 01:21:39 +02:00
Tyler Hancock
4deaa38f67
Add Discord invite to the description.
2023-05-12 14:32:54 -06:00
Tyler Hancock
f2b6c744d8
Port to Minecraft 1.19.3
2022-12-08 19:41:02 -07:00
Tyler Hancock
8b5788f33b
Update template to use latest versions for 1.19.2
2022-09-29 00:04:33 -06:00
Witixin1512
886bb33c36
Witixin1512 patch 2 ( #23 )
...
* Fix typo
Phone PR
* Update build.gradle
2022-09-15 11:43:12 -06:00
Witixin1512
d3123d3c37
Fix typo ( #22 )
...
Phone PR
2022-09-15 08:14:59 -06:00
Jared
51a7111415
Merge pull request #18 from AlgorithmLX/patch-1
...
Update Java version for mc 1.19
2022-07-07 15:51:45 +02:00
Ivan
405a2d2941
Update Java version for mc 1.19
2022-07-07 13:36:47 +07:00
Jared
19177326f1
Revert moving to jar task as Annotation Processors do not process Common
2022-06-16 22:14:30 +02:00
Tyler Hancock
4872239044
Initial port to 1.19
2022-06-15 20:45:10 +02:00
Jared
3bd253dcdd
Move to jar / *Jar tasks instead of compileJava
...
Prior to this PR, classes were compiled multiple times (presumably for each sourceset, so at-least twice in normal projects)
2022-06-15 20:44:14 +02:00
Jared
d4b36f9cde
update fabric loom
2022-06-15 20:37:22 +02:00
Jared
3f825a4331
Include LICENSE in the built artifacts
2022-06-15 20:37:09 +02:00
Luke Bemish
44c2968378
Make gradlew executable ( #14 )
2022-05-02 22:10:58 -06:00
Tyler Hancock
a060554f51
Update Mixin compat level to JAVA 17.
2022-04-18 22:21:52 -06:00