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
996c493b
Commit
996c493b
authored
3 months ago
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renaming mixin
parent
3cdee00f
Pipeline
#13257
failed with stages
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
MixinPlayerSkinTexture1201Pre.java
...owlmaddie/mixin/client/MixinPlayerSkinTexture1201Pre.java
+2
-2
creaturechat.client.mixins.json
src/client/resources/creaturechat.client.mixins.json
+1
-1
No files found.
src/client/java/com/owlmaddie/mixin/client/MixinPlayerSkinTexture
Pre1202
.java
→
src/client/java/com/owlmaddie/mixin/client/MixinPlayerSkinTexture
1201Pre
.java
View file @
996c493b
...
...
@@ -12,11 +12,11 @@ import org.spongepowered.asm.mixin.injection.Inject;
import
org.spongepowered.asm.mixin.injection.callback.CallbackInfo
;
@Mixin
(
PlayerSkinTexture
.
class
)
public
abstract
class
MixinPlayerSkinTexture
Pre1202
extends
ResourceTexture
implements
IPlayerSkinTexture
{
public
abstract
class
MixinPlayerSkinTexture
1201Pre
extends
ResourceTexture
implements
IPlayerSkinTexture
{
@Unique
private
NativeImage
cachedSkinImage
;
public
MixinPlayerSkinTexture
Pre1202
(
Identifier
location
)
{
public
MixinPlayerSkinTexture
1201Pre
(
Identifier
location
)
{
super
(
location
);
}
...
...
This diff is collapsed.
Click to expand it.
src/client/resources/creaturechat.client.mixins.json
View file @
996c493b
...
...
@@ -6,7 +6,7 @@
"EntityRendererMixin"
],
"env"
:
{
"client.MixinPlayerSkinTexture
Pre1202
"
:
{
"client.MixinPlayerSkinTexture
1201Pre
"
:
{
"minVersion"
:
"1.20"
,
"maxVersion"
:
"1.20.1"
},
...
...
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