Skip to content

Commit

Permalink
No longer overwrite Item#toString
Browse files Browse the repository at this point in the history
because some mods rely on it
  • Loading branch information
Yeregorix committed Mar 6, 2025
1 parent a76165a commit 1ae5420
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 84 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
import org.spongepowered.math.vector.Vector3d;

@Mixin(EnderEyeItem.class)
public abstract class EnderEyeItemMixin extends ItemMixin {
public abstract class EnderEyeItemMixin {

/**
* @author gabizou - June 10th, 2019 - 1.12.2
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/mixins/resources/mixins.sponge.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
"world.item.FireworkRocketItemMixin",
"world.item.FishingRodItemMixin",
"world.item.ItemCooldownsMixin",
"world.item.ItemMixin",
"world.item.ItemStackMixin",
"world.item.MapItemMixin",
"world.item.ServerItemCooldownsMixin",
Expand Down

0 comments on commit 1ae5420

Please sign in to comment.