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
d6380af8
Commit
d6380af8
authored
Sep 21, 2023
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.20.2
parent
83fc4031
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
gradle.properties
gradle.properties
+4
-5
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
fabric.mod.json
src/main/resources/fabric.mod.json
+3
-4
No files found.
gradle.properties
View file @
d6380af8
...
...
@@ -4,9 +4,9 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version
=
1.20.
1
yarn_mappings
=
1.20.
1+build.9
loader_version
=
0.14.2
1
minecraft_version
=
1.20.
2
yarn_mappings
=
1.20.
2+build.1
loader_version
=
0.14.2
2
# Mod Properties
mod_version
=
1.0.0
...
...
@@ -14,4 +14,4 @@ maven_group=com.example
archives_base_name
=
modid
# Dependencies
fabric_version
=
0.85.0+1.20.1
\ No newline at end of file
fabric_version
=
0.89.1+1.20.2
gradle/wrapper/gradle-wrapper.properties
View file @
d6380af8
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
2
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
3
-bin.zip
networkTimeout
=
10000
validateDistributionUrl
=
true
zipStoreBase
=
GRADLE_USER_HOME
...
...
src/main/resources/fabric.mod.json
View file @
d6380af8
...
...
@@ -30,12 +30,12 @@
}
],
"depends"
:
{
"fabricloader"
:
">=0.14.2
1
"
,
"minecraft"
:
"~1.20.
1
"
,
"fabricloader"
:
">=0.14.2
2
"
,
"minecraft"
:
"~1.20.
2
"
,
"java"
:
">=17"
,
"fabric-api"
:
"*"
},
"suggests"
:
{
"another-mod"
:
"*"
}
}
\ No newline at end of file
}
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