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
  • Loading branch information
modmuss50 authored Dec 16, 2024
1 parent 86a6267 commit 08f5ef8
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 08f5ef8

Please sign in to comment.