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
38f93b4e
Commit
38f93b4e
authored
Apr 27, 2023
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deps
parent
3935c0f7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
9 deletions
+10
-9
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
+4
-3
fabric.mod.json
src/main/resources/fabric.mod.json
+1
-1
No files found.
build.gradle
View file @
38f93b4e
plugins
{
id
'fabric-loom'
version
'1.
1
-SNAPSHOT'
id
'fabric-loom'
version
'1.
2
-SNAPSHOT'
id
'maven-publish'
}
...
...
gradle.properties
View file @
38f93b4e
...
...
@@ -5,8 +5,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version
=
1.19.4
yarn_mappings
=
1.19.4+build.
1
loader_version
=
0.14.1
7
yarn_mappings
=
1.19.4+build.
2
loader_version
=
0.14.1
9
# Mod Properties
mod_version
=
1.0.0
...
...
@@ -14,4 +14,4 @@ org.gradle.parallel=true
archives_base_name
=
fabric-example-mod
# Dependencies
fabric_version
=
0.7
5.3
+1.19.4
fabric_version
=
0.7
9.0
+1.19.4
gradle/wrapper/gradle-wrapper.jar
View file @
38f93b4e
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
38f93b4e
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
0
.1-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
1
.1-bin.zip
networkTimeout
=
10000
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
gradlew
View file @
38f93b4e
...
...
@@ -85,9 +85,6 @@ done
APP_BASE_NAME
=
${
0
##*/
}
APP_HOME
=
$(
cd
"
${
APP_HOME
:-
./
}
"
&&
pwd
-P
)
||
exit
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS
=
'"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD
=
maximum
...
...
@@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
done
fi
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS
=
'"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in
...
...
src/main/resources/fabric.mod.json
View file @
38f93b4e
...
...
@@ -27,7 +27,7 @@
],
"depends"
:
{
"fabricloader"
:
">=0.14.1
7
"
,
"fabricloader"
:
">=0.14.1
9
"
,
"fabric-api"
:
"*"
,
"minecraft"
:
"~1.19.4"
,
"java"
:
">=17"
...
...
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