Skip to content

Commit

Permalink
Released v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamResourcefulBot committed Jan 2, 2024
1 parent 8efa087 commit b17b23d
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.4:2.4.1")
implementation fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.4:2.4.2")
}
```

### Fabric:
```gradle
dependencies {
<--- Other dependencies here --->
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.4:2.4.1"
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.4:2.4.2"
}
```

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

#### Fabric `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.4:2.4.1"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.4:2.4.2"
}
```

#### Forge `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.4:2.4.1"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.4:2.4.2"
}
```

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

Add check if network is optional if it should send the packet to the player

# -----{ 2.4.1 }-----

Fix possible crash on neoforge and improve code on fabric
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=1
patch=2
buildTime=0
build=0
releaseType=release
currentMCVersion=1.20.4
initialMCVersion=1.19.1
version=2.4.1
version=2.4.2

0 comments on commit b17b23d

Please sign in to comment.