Skip to content

Commit

Permalink
ok i apparently dont know how to mixin plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
celestialfault committed Jan 4, 2024
1 parent aa6d297 commit 5260478
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"depends": {
"fabricloader": ">=0.15",
"minecraft": ">=1.19",
"minecraft": ">=1.20.1",
"java": ">=17",
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*"
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/toggle-toggle-sprint.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"required": true,
"package": "me.celestialfault.toggletogglesprint.mixins",
"plugin": "me.celestialfault.toggletogglesprint.mixinplugin.Require1_20_1",
"compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
Expand Down

0 comments on commit 5260478

Please sign in to comment.