Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Mar 29, 2023
1 parent 0139b24 commit ac2967f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx1G
org.gradle.jvmargs=-Xmx1G

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

# Mod Properties
mod_version = 0.4.0+1.19.3
maven_group = io.minepkg
archives_base_name = test-utils
mod_version=0.5.0
maven_group=io.minepkg
archives_base_name=test-utils

# Dependencies
fabric_version = 0.73.2+1.19.3
libgui_version = 7.0.0-beta.2+1.19.4
fabric_version=0.73.2+1.19.3
libgui_version=7.0.0-beta.2+1.19.4

0 comments on commit ac2967f

Please sign in to comment.