mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 01:19:19 +02:00
Update to 21w19a and Java 16
This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this. Gradle 7 is required along with loom 0.8
This commit is contained in:
parent
29c522536f
commit
50f0be767c
6 changed files with 15 additions and 21 deletions
|
@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.16.5
|
||||
yarn_mappings=1.16.5+build.6
|
||||
minecraft_version=21w19a
|
||||
yarn_mappings=21w19a+build.1
|
||||
loader_version=0.11.3
|
||||
|
||||
# Mod Properties
|
||||
|
@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
fabric_version=0.32.5+1.16
|
||||
fabric_version=0.34.4+1.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue