Skip to content

Commit

Permalink
Update to 23w44a
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 1, 2023
1 parent 58eb1f9 commit ee781b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.gui.screen.multiplayer.DirectConnectScreen;
import net.minecraft.client.network.ServerInfo;
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"accessWidener" : "wurst.accesswidener",

"depends": {
"fabricloader": ">=0.14.23",
"fabric-api": ">=0.90.2",
"minecraft": "~1.20.3-alpha.23.42.a",
"fabricloader": ">=0.14.24",
"fabric-api": ">=0.90.6",
"minecraft": "~1.20.3-alpha.23.44.a",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit ee781b2

Please sign in to comment.