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
1
Merge Requests
1
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
3bf9aa7f
Commit
3bf9aa7f
authored
Feb 22, 2023
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deps
parent
b7fa9bd7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gradle.properties
gradle.properties
+3
-3
fabric.mod.json
src/main/resources/fabric.mod.json
+1
-1
No files found.
gradle.properties
View file @
3bf9aa7f
...
@@ -5,8 +5,8 @@ org.gradle.parallel=true
...
@@ -5,8 +5,8 @@ org.gradle.parallel=true
# Fabric Properties
# Fabric Properties
# check these on https://fabricmc.net/develop
# check these on https://fabricmc.net/develop
minecraft_version
=
1.19.3
minecraft_version
=
1.19.3
yarn_mappings
=
1.19.3+build.
1
yarn_mappings
=
1.19.3+build.
5
loader_version
=
0.14.1
1
loader_version
=
0.14.1
4
# Mod Properties
# Mod Properties
mod_version
=
1.0.0
mod_version
=
1.0.0
...
@@ -14,4 +14,4 @@ org.gradle.parallel=true
...
@@ -14,4 +14,4 @@ org.gradle.parallel=true
archives_base_name
=
fabric-example-mod
archives_base_name
=
fabric-example-mod
# Dependencies
# Dependencies
fabric_version
=
0.
68.1
+1.19.3
fabric_version
=
0.
74.0
+1.19.3
src/main/resources/fabric.mod.json
View file @
3bf9aa7f
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
],
],
"depends"
:
{
"depends"
:
{
"fabricloader"
:
">=0.14.1
1
"
,
"fabricloader"
:
">=0.14.1
4
"
,
"fabric-api"
:
"*"
,
"fabric-api"
:
"*"
,
"minecraft"
:
"~1.19.3"
,
"minecraft"
:
"~1.19.3"
,
"java"
:
">=17"
"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