Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Update to 1.19, this time including the example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
amadornes committed Jul 30, 2022
1 parent 78c5159 commit 37028d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ subprojects {

project('runenv') {
ext {
mcversion = '1.18.2'
forgeversion = '40.1.31'
mcversion = '1.19'
forgeversion = '41.1.0'
// javaversion = 17 // Defaults to 17 already
// mappings = channel: 'official', version: '1.18.2' // Defaults to mojmap for the specified MC version
// runArgs = [ ] // Arguments applied to all runs
Expand Down
4 changes: 2 additions & 2 deletions examplelib/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_version=0.0.1
_mcversion=1.17.1
_forgeversion=37.0.13
_mcversion=1.19
_forgeversion=41.1.0
4 changes: 2 additions & 2 deletions examplemod/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_version=0.0.1
_mcversion=1.17.1
_forgeversion=37.0.13
_mcversion=1.19
_forgeversion=41.1.0

_libversion=1.2.3

0 comments on commit 37028d8

Please sign in to comment.