Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
4237368e
Commit
4237368e
authored
Sep 27, 2020
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update api, loader, loom, gradle
parent
46dc3e2d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
5 deletions
+8
-5
build.gradle
build.gradle
+1
-1
gradle.properties
gradle.properties
+3
-3
gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
gradlew
gradlew
+2
-0
gradlew.bat
gradlew.bat
+1
-0
No files found.
build.gradle
View file @
4237368e
plugins
{
plugins
{
id
'fabric-loom'
version
'0.
4
-SNAPSHOT'
id
'fabric-loom'
version
'0.
5
-SNAPSHOT'
id
'maven-publish'
id
'maven-publish'
}
}
...
...
gradle.properties
View file @
4237368e
...
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
...
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# Fabric Properties
# check these on https://fabricmc.net/use
# check these on https://fabricmc.net/use
minecraft_version
=
1.16.3
minecraft_version
=
1.16.3
yarn_mappings
=
1.16.3+build.1
yarn_mappings
=
1.16.3+build.1
7
loader_version
=
0.
9.3+build.207
loader_version
=
0.
10.0+build.208
# Mod Properties
# Mod Properties
mod_version
=
1.0.0
mod_version
=
1.0.0
...
@@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
...
@@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version
=
0.2
0.2+build.402
-1.16
fabric_version
=
0.2
2.0+build.408
-1.16
gradle/wrapper/gradle-wrapper.jar
View file @
4237368e
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
4237368e
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.
5
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.
6.1
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
gradlew
View file @
4237368e
...
@@ -82,6 +82,7 @@ esac
...
@@ -82,6 +82,7 @@ esac
CLASSPATH
=
$APP_HOME
/gradle/wrapper/gradle-wrapper.jar
CLASSPATH
=
$APP_HOME
/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
# Determine the Java command to use to start the JVM.
if
[
-n
"
$JAVA_HOME
"
]
;
then
if
[
-n
"
$JAVA_HOME
"
]
;
then
if
[
-x
"
$JAVA_HOME
/jre/sh/java"
]
;
then
if
[
-x
"
$JAVA_HOME
/jre/sh/java"
]
;
then
...
@@ -129,6 +130,7 @@ fi
...
@@ -129,6 +130,7 @@ fi
if
[
"
$cygwin
"
=
"true"
-o
"
$msys
"
=
"true"
]
;
then
if
[
"
$cygwin
"
=
"true"
-o
"
$msys
"
=
"true"
]
;
then
APP_HOME
=
`
cygpath
--path
--mixed
"
$APP_HOME
"
`
APP_HOME
=
`
cygpath
--path
--mixed
"
$APP_HOME
"
`
CLASSPATH
=
`
cygpath
--path
--mixed
"
$CLASSPATH
"
`
CLASSPATH
=
`
cygpath
--path
--mixed
"
$CLASSPATH
"
`
JAVACMD
=
`
cygpath
--unix
"
$JAVACMD
"
`
JAVACMD
=
`
cygpath
--unix
"
$JAVACMD
"
`
# We build the pattern for arguments to be converted via cygpath
# We build the pattern for arguments to be converted via cygpath
...
...
gradlew.bat
View file @
4237368e
...
@@ -84,6 +84,7 @@ set CMD_LINE_ARGS=%*
...
@@ -84,6 +84,7 @@ set CMD_LINE_ARGS=%*
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment