Skip to content

Commit

Permalink
Released v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamResourcefulBot committed Jan 1, 2024
1 parent d09c63f commit 59034a0
Show file tree
Hide file tree
Showing 3 changed files with 17 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.4")
implementation fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.4:2.4.0")
}
```

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

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

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

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

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

Deprecated old networking and added a new version.
Removed FinishedCodecRecipe and add CodecRecipeBuilder
Deprecated bound and update render utils to respect that
Added width and height to parent widget
Added number range codecs
Update to 1.20.4
Added nbt validators

# -----{ 2.2.4 }-----

Fixed scroll list scrolling on different axis
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=4
patch=0
buildTime=0
build=0
releaseType=release
currentMCVersion=1.20.4
initialMCVersion=1.19.1
version=2.2.4
version=2.4.0

0 comments on commit 59034a0

Please sign in to comment.