Skip to content

Commit

Permalink
Rename convention tag mixin package does it doesn't clash.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 14, 2024
1 parent 86a6267 commit fca707a
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
Expand Up @@ -3,7 +3,7 @@
"package": "net.fabricmc.fabric.mixin.tag",
"compatibilityLevel": "JAVA_21",
"mixins": [
"TagKeyMixin"
"convention.TagKeyMixin"
],
"injectors": {
"defaultRequire": 1
Expand Down

0 comments on commit fca707a

Please sign in to comment.