Begin setting up new mod
This commit is contained in:
parent
696be64430
commit
85280c13c0
7 changed files with 87 additions and 165 deletions
|
@ -1,4 +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.daemon=false
|
||||
|
||||
|
||||
my_version=1.0.0.0227231337
|
||||
my_modgroup="dev.zontreck.essentials"
|
||||
my_modid="ariasessentials"
|
||||
|
||||
|
||||
mc_version=1.18.2
|
||||
forge_version=40.2.1
|
||||
parchment_version=2022.11.06
|
||||
libz_version=1.0.4.13
|
Loading…
Add table
Add a link
Reference in a new issue