Skip to content

Commit

Permalink
Update to 19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiii committed Mar 15, 2023
1 parent fabcc71 commit a230983
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 171 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'fabric-loom' version '1.1-SNAPSHOT'
id 'maven-publish'
}

Expand Down
15 changes: 8 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.12.12
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.17

# Mod Properties
mod_version = 1.1.2
mod_version = 1.1.3
maven_group = hibi.boathud
archives_base_name = boathud

# Dependencies
fabric_version=0.55.2+1.19
menu_version=4.0.0
cloth_version=7.0.65
fabric_version=0.75.3+1.19.4
menu_version=6.1.0-rc.1
cloth_version=10.0.95
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit a230983

Please sign in to comment.