Skip to content

Commit

Permalink
Merge branch '1.21.4' into check-for-duplicate-files
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Dec 16, 2024
2 parents 55b257d + 08f5ef8 commit 7a833d1
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 7a833d1

Please sign in to comment.