Skip to content

Commit e73ca67

Browse files
authored
update readme for new features
1 parent e7a7827 commit e73ca67

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@ This build script was heavily inspired by the build script created by GT New Hor
1313
- Core Mods
1414
- Mixin, or specifying Mixin as a dependency if you do not use it, but projects you depend on do
1515
- Automatic repository settings, including common repositories such as CurseMaven, Modrinth Maven, and others
16+
- Automatically include JEI and The One Probe in your project, at both compile-time and runtime
1617
- CurseForge and Modrinth deployments
1718
- Jabel for Java 17 language features while still targeting Java 8
1819
- JUnit 5 added automatically
1920
- Spotless auto-formatting with default formatter configurations, or user-specified configurations
2021
- API and Source deployment along side obf and deobf jars
2122
- Deployment testing options, so that you can ensure your tokens and other variables are set up properly
2223
- Custom username setting for development, that can be set either project-wide or via an environment variable for shared projects
24+
- Ships with Jetbrains annotations by default, so you have another option over `javax`
25+
- Scala support
26+
- Custom Maven publishing location support, with all secrets held by system environment variables
27+
- Automatic mixin JSON generation, as well as mcmod.info and pack.mcmeta if they are missing
2328

24-
And many more to come!
29+
And many more to come! And of course, all of these features are toggleable via an option in `gradle.properties`.
2530

2631
## How to Install (New Project)
2732
Coming soon!

0 commit comments

Comments
 (0)