Skip to content

Commit

Permalink
Rename convention tag mixin package does it doesn't clash with the ne…
Browse files Browse the repository at this point in the history
…w tag api. (#4300)

* Rename convention tag mixin package does it doesn't clash.

* Better

(cherry picked from commit 08f5ef8)
  • Loading branch information
modmuss50 committed Dec 16, 2024
1 parent e374790 commit 8ee8bd3
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 @@
* limitations under the License.
*/

package net.fabricmc.fabric.mixin.tag;
package net.fabricmc.fabric.mixin.tag.convention;

import org.spongepowered.asm.mixin.Mixin;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"required": true,
"package": "net.fabricmc.fabric.mixin.tag",
"package": "net.fabricmc.fabric.mixin.tag.convention",
"compatibilityLevel": "JAVA_21",
"mixins": [
"TagKeyMixin"
Expand Down

0 comments on commit 8ee8bd3

Please sign in to comment.