Skip to content

Commit

Permalink
rename for a proper mixin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 28, 2024
1 parent 3abb3aa commit 78c45e4
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 @@ -41,7 +41,7 @@
})
@Pseudo
@Mixin(targets = "xaero.common.minimap.waypoints.render.WaypointsIngameRenderer", remap = false)
public abstract class WorldMapSessionMixin
public abstract class WaypointsIngameRendererMixin
{
/**
* The most accurate injection position
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/tweakermore.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"tweaks.mod_tweaks.serverDataSyncer.tweakeroo.RenderUtilsMixin",
"tweaks.mod_tweaks.shaderGameTimeAsWorldTime.WorldTimeUniformsMixin",
"tweaks.mod_tweaks.xmapNoSessionFinalizationWait.WorldMapSessionMixin",
"tweaks.mod_tweaks.xmapWaypointFreecamCompact.WorldMapSessionMixin",
"tweaks.mod_tweaks.xmapWaypointFreecamCompact.WaypointsIngameRendererMixin",
"tweaks.porting.isScrollStacksFallbackFixPorting.InventoryUtilsMixin",
"tweaks.porting.lmCustomSchematicBaseDirectoryPorting.DataManagerMixin",
"tweaks.porting.lmPickBlockShulkersPorting.WorldUtilsMixin",
Expand Down

0 comments on commit 78c45e4

Please sign in to comment.