Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #254

Open
wants to merge 1 commit into
base: version/latest
Choose a base branch
from
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
14 changes: 12 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,21 @@ repositories {
3) Add the Domum Ornamentum API-jar as a Compile-time and the Domum Ornamentum Main-jar as a Run-time dependency:
```groovy
dependencies {
compileOnly fg.deobf("com.ldtteam:domum-ornamentum:${project.exactMinecraftVersion}-${project.DomumOrnamentumVersion}:api")
runtimeOnly fg.deobf("com.ldtteam:domum-ornamentum:${project.exactMinecraftVersion}-${project.DomumOrnamentumVersion}:universal")
compileOnly fg.deobf("com.ldtteam:domum_ornamentum:${project.exactMinecraftVersion}-${project.DomumOrnamentumVersion}:api")
runtimeOnly fg.deobf("com.ldtteam:domum_ornamentum:${project.exactMinecraftVersion}-${project.DomumOrnamentumVersion}:universal")
}
```

If you're planning on using data generation, you'll also need to include another dependency:

```groovy
implementation fg.deobf("com.ldtteam:datagenerators:1.19.3-${project.DataGeneratorsVersion}:universal") {
transitive = false
}
```

You can check the latest version of `datagenerators` [here](https://ldtteam.jfrog.io/ui/native/modding/com/ldtteam/datagenerators/).

#### <a name="SupportedBy"></a>Proudly supported by:
<h1 align="center">
<a name="logo" href="https://bisecthosting.com/ldtteam"><img src="https://media.discordapp.net/attachments/697517732219846766/727581811151995071/MinecoloniesLogo2Final.png" alt="BiSect Hosting LDTTeam link" width="300"></a>
Expand Down
Loading