Sets up the game to run in fabric.
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Forge Properties
|
||||
minecraft_version=1.16.4
|
||||
mappings=20201028-1.16.3
|
||||
forge_version=35.1.37
|
||||
minecraft_version=1.16.2
|
||||
yarn_mappings=1.16.2+build.47
|
||||
loader_version=0.11.1
|
||||
|
||||
fabric_version=0.31.0+1.16
|
||||
cloth_version=4.11.14
|
||||
modmenu_version=1.16.8
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0
|
||||
|
||||
Reference in New Issue
Block a user