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
e151eddf
Commit
e151eddf
authored
3 months ago
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experimental support for MixinPlayerCustomTexture on version 1.20 to 1.20.2
parent
481f5a25
Pipeline
#13259
passed with stages
in 2 minutes 5 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
creaturechat.client.mixins.json
src/client/resources/creaturechat.client.mixins.json
+2
-2
fabric.mod.json
src/main/resources/fabric.mod.json
+1
-1
No files found.
src/client/resources/creaturechat.client.mixins.json
View file @
e151eddf
...
...
@@ -9,10 +9,10 @@
],
"env"
:
{
"client.MixinPlayerCustomTexture"
:
{
"minVersion"
:
"1.20
.2
"
"minVersion"
:
"1.20"
},
"client.MixinPlayerSkinTexture1202Plus"
:
{
"minVersion"
:
"1.20
.2
"
"minVersion"
:
"1.20"
}
},
"injectors"
:
{
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/fabric.mod.json
View file @
e151eddf
...
...
@@ -33,7 +33,7 @@
"accessWidener"
:
"creaturechat.accesswidener"
,
"depends"
:
{
"fabricloader"
:
">=0.14.22"
,
"minecraft"
:
"~1.20
.2
"
,
"minecraft"
:
"~1.20"
,
"java"
:
">=17"
,
"fabric-api"
:
"*"
}
...
...
This diff is collapsed.
Click to expand it.
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