Skip to content

Commit

Permalink
Update to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Sep 23, 2022
1 parent d5331d7 commit 2a5fd42
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {

// Dev Runtime
testmodImplementation sourceSets.main.output
modLocalRuntime "com.terraformersmc:modmenu:${project.mod_menu_version}"
//modLocalRuntime "com.terraformersmc:modmenu:${project.mod_menu_version}"
}

processResources {
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G

minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
loader_version=0.14.9

mod_version = 3.4.0
maven_group = eu.pb4.polyport
archives_base_name = trinkets

fabric_version=0.55.0+1.19
fabric_version=0.60.0+1.19.2
cca_version=5.0.0-beta.1

port_version=0
port_version=1


polymer_version=0.2.2+1.19
sgui_version=1.1.1+1.19
translation_version=1.4.16+1.19
polymer_version=0.2.16+1.19.2
sgui_version=1.1.5+1.19.1
translation_version=1.4.17+1.19.2
pda_version=0.2.1+1.19
Binary file modified src/main/resources/assets/trinkets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a5fd42

Please sign in to comment.