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
921b564d
Commit
921b564d
authored
Jun 12, 2023
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.20.1
parent
91133dbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gradle.properties
gradle.properties
+4
-4
fabric.mod.json
src/main/resources/fabric.mod.json
+1
-1
No files found.
gradle.properties
View file @
921b564d
...
...
@@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version
=
1.20
yarn_mappings
=
1.20+build.1
minecraft_version
=
1.20
.1
yarn_mappings
=
1.20
.1
+build.1
loader_version
=
0.14.21
# Mod Properties
...
...
@@ -14,4 +14,4 @@ maven_group=com.example
archives_base_name
=
modid
# Dependencies
fabric_version
=
0.83.0+1.20
\ No newline at end of file
fabric_version
=
0.83.0+1.20.1
\ No newline at end of file
src/main/resources/fabric.mod.json
View file @
921b564d
...
...
@@ -31,7 +31,7 @@
],
"depends"
:
{
"fabricloader"
:
">=0.14.21"
,
"minecraft"
:
"~1.20"
,
"minecraft"
:
"~1.20
.1
"
,
"java"
:
">=17"
,
"fabric-api"
:
"*"
},
...
...
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