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
27c0acc5
Commit
27c0acc5
authored
Aug 17, 2021
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Gradle, Loom, Yarn, Fabric
parent
d27b836c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle
build.gradle
+1
-1
gradle.properties
gradle.properties
+2
-2
gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
gradlew
gradlew
+1
-1
No files found.
build.gradle
View file @
27c0acc5
plugins
{
id
'fabric-loom'
version
'0.
8
-SNAPSHOT'
id
'fabric-loom'
version
'0.
9
-SNAPSHOT'
id
'maven-publish'
}
...
...
gradle.properties
View file @
27c0acc5
...
...
@@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version
=
1.17.1
yarn_mappings
=
1.17.1+build.
14
yarn_mappings
=
1.17.1+build.
39
loader_version
=
0.11.6
# Mod Properties
...
...
@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name
=
fabric-example-mod
# Dependencies
fabric_version
=
0.37.
0
+1.17
fabric_version
=
0.37.
2
+1.17
gradle/wrapper/gradle-wrapper.jar
View file @
27c0acc5
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
27c0acc5
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
1.1
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
2
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
gradlew
View file @
27c0acc5
...
...
@@ -72,7 +72,7 @@ case "`uname`" in
Darwin
*
)
darwin
=
true
;;
MINGW
*
)
M
SYS
*
|
M
INGW
*
)
msys
=
true
;;
NONSTOP
*
)
...
...
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