Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dependencies {

And `ftblib_version=5.+` line in your `gradle.properties` file. You can also specify exact version, e.g. `5.0.0`.

You probably also want to add "required-after:ftblib" or "after:ftblib" in your @Mod's dependencies.
Most of the APIs don't need hard dependency, but things like GUIs won't work without FTBLib loaded
You may probably also want to add "required-after:ftblib" or "after:ftblib" in your @Mod's dependencies.
Most of the APIs don't need hard dependency, but things like GUIs won't work without FTBLib loaded