Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitingIdly committed Jun 16, 2024
1 parent adc9e31 commit f03402a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Courtesy of WaitingIdly
@Mixin(WorldClient.class)
public class UTBarrierParticle
public class UTBarrierParticleMixin
{
@Shadow
@Final
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mixins.tweaks.blocks.barrier.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"refmap": "universaltweaks.refmap.json",
"minVersion": "0.8",
"compatibilityLevel": "JAVA_8",
"client": ["UTBarrierParticle"]
"client": ["UTBarrierParticleMixin"]
}

0 comments on commit f03402a

Please sign in to comment.