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
1e60757a
Commit
1e60757a
authored
Jan 24, 2022
by
modmuss50
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update API, yarn, minimum loader version and mixin compat level.
parent
630618c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
gradle.properties
gradle.properties
+2
-2
fabric.mod.json
src/main/resources/fabric.mod.json
+1
-1
modid.mixins.json
src/main/resources/modid.mixins.json
+1
-1
No files found.
gradle.properties
View file @
1e60757a
...
...
@@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version
=
1.18.1
yarn_mappings
=
1.18.1+build.
1
yarn_mappings
=
1.18.1+build.
22
loader_version
=
0.12.12
# Mod Properties
...
...
@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name
=
fabric-example-mod
# Dependencies
fabric_version
=
0.4
4.0
+1.18
fabric_version
=
0.4
6.2
+1.18
src/main/resources/fabric.mod.json
View file @
1e60757a
...
...
@@ -27,7 +27,7 @@
],
"depends"
:
{
"fabricloader"
:
">=0.1
1.3
"
,
"fabricloader"
:
">=0.1
2.12
"
,
"fabric"
:
"*"
,
"minecraft"
:
"1.18.x"
,
"java"
:
">=17"
...
...
src/main/resources/modid.mixins.json
View file @
1e60757a
...
...
@@ -2,7 +2,7 @@
"required"
:
true
,
"minVersion"
:
"0.8"
,
"package"
:
"net.fabricmc.example.mixin"
,
"compatibilityLevel"
:
"JAVA_1
6
"
,
"compatibilityLevel"
:
"JAVA_1
7
"
,
"mixins"
:
[
],
"client"
:
[
...
...
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