Skip to content

Commit

Permalink
Released v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamResourcefulBot committed Nov 26, 2023
1 parent 5f4aa5f commit 18d80f6
Show file tree
Hide file tree
Showing 3 changed files with 12 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.2:2.2.3")
implementation fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.2:2.2.4")
}
```

### Fabric:
```gradle
dependencies {
<--- Other dependencies here --->
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.2:2.2.3"
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.2:2.2.4"
}
```

Expand All @@ -50,23 +50,23 @@ dependencies {
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-common-1.20.2:2.2.3"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-common-1.20.2:2.2.4"
}
```

#### Fabric `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.2:2.2.3"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.2:2.2.4"
}
```

#### Forge `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.2:2.2.3"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.2:2.2.4"
}
```

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

Fixed scroll list scrolling on different axis
Fix neoforge not loading

# -----{ 2.2.3 }-----

Fix neoforge not loading
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=3
patch=4
buildTime=0
build=0
releaseType=release
currentMCVersion=1.20.2
initialMCVersion=1.19.1
version=2.2.3
version=2.2.4

0 comments on commit 18d80f6

Please sign in to comment.