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
0c1c1106
Commit
0c1c1106
authored
Jun 07, 2022
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.19
parent
9bfeedcc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
build.gradle
build.gradle
+5
-0
gradle.properties
gradle.properties
+3
-3
fabric.mod.json
src/main/resources/fabric.mod.json
+1
-1
No files found.
build.gradle
View file @
0c1c1106
...
@@ -26,6 +26,11 @@ dependencies {
...
@@ -26,6 +26,11 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation
"net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation
"net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// Uncomment the following line to enable the deprecated Fabric API modules.
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
}
}
processResources
{
processResources
{
...
...
gradle.properties
View file @
0c1c1106
...
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
...
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# Fabric Properties
# check these on https://fabricmc.net/develop
# check these on https://fabricmc.net/develop
minecraft_version
=
1.1
8.2
minecraft_version
=
1.1
9
yarn_mappings
=
1.1
8.2+build.3
yarn_mappings
=
1.1
9+build.1
loader_version
=
0.14.6
loader_version
=
0.14.6
# Mod Properties
# Mod Properties
...
@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
...
@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name
=
fabric-example-mod
archives_base_name
=
fabric-example-mod
# Dependencies
# Dependencies
fabric_version
=
0.5
3.0+1.18.2
fabric_version
=
0.5
5.1+1.19
src/main/resources/fabric.mod.json
View file @
0c1c1106
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
"depends"
:
{
"depends"
:
{
"fabricloader"
:
">=0.14.6"
,
"fabricloader"
:
">=0.14.6"
,
"fabric"
:
"*"
,
"fabric"
:
"*"
,
"minecraft"
:
"~1.1
8.2
"
,
"minecraft"
:
"~1.1
9
"
,
"java"
:
">=17"
"java"
:
">=17"
},
},
"suggests"
:
{
"suggests"
:
{
...
...
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