Skip to content

Commit

Permalink
Released v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamResourcefulBot committed Jun 14, 2024
1 parent 2eccbdf commit 849183d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ You can then add our mod as a dependency:
```gradle
dependencies {
<--- Other dependencies here --->
implementation fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.5:2.5.5")
implementation fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.21:3.0.0")
}
```

### Fabric:
```gradle
dependencies {
<--- Other dependencies here --->
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.5:2.5.5"
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.21:3.0.0"
}
```

Expand All @@ -50,23 +50,23 @@ dependencies {
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-common-1.20.5:2.5.5"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-common-1.21:3.0.0"
}
```

#### Fabric `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.5:2.5.5"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.21:3.0.0"
}
```

#### Forge `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.5:2.5.5"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.21:3.0.0"
}
```

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# -----{ 3.0.0 }-----



# -----{ 2.5.5 }-----

Added helper for mojang either in bytecodecs.
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
patch=5
patch=0
buildTime=0
build=0
releaseType=release
currentMCVersion=1.21
initialMCVersion=1.19.1
version=2.5.5
version=3.0.0

0 comments on commit 849183d

Please sign in to comment.