Skip to content

Commit

Permalink
Support for 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCraftPlugin committed Mar 15, 2023
1 parent 0d3fa98 commit aed2155
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
game_endpoint: "minecraft"
relations: "fabric-api:requiredDependency,modmenu:optionalDependency"
token: ${{ secrets.CF_API_TOKEN }}
game_version: "Minecraft 1.19:1.19.3,Java 17,Fabric,Client,Server"
game_version: "Minecraft 1.19:1.19.4,Java 17,Fabric,Client,Server"
project_id: "776484"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies{
```
In the gradle.properties of your project
```properties
registery_lib_version = 1.19.2-1.0.1
registery_lib_version = 1.19.4-1.0.0
```
in the repositories section of build.gradle
```groovy
Expand Down
12 changes: 7 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=false
# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.13

minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.17

# Mod Properties
mod_version=1.19.3-1.0.2
mod_version=1.19.4-1.0.0
maven_group=io.github.codecraftplugin
archives_base_name=registry-lib
# Dependencies
# check this on https://fabricmc.net/develop/
#Fabric api
fabric_version=0.73.0+1.19.3
fabric_version=0.76.0+1.19.4

0 comments on commit aed2155

Please sign in to comment.