Skip to content

Commit

Permalink
Update to 24w06a
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Feb 8, 2024
1 parent 03d4963 commit 16af9c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
minecraft = "24w05a"
yarn-mappings = "24w05a+build.4"
minecraft = "24w06a"
yarn-mappings = "24w06a+build.1"
fabric-loader = "0.15.6"

fabric-api = "0.91.3+1.20.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;

@Mixin(targets = "net/minecraft/block/dispenser/DispenserBehavior$9")
@Mixin(targets = "net/minecraft/block/dispenser/DispenserBehavior$10")
public abstract class BucketDispenserBehaviorMixin extends ItemDispenserBehavior {

@Inject(
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"depends": {
"fabricloader": ">=0.15.0",
"fabric": ">=${fabricApi}",
"fabric-language-kotlin": ">=${fabricKotlin}",
"minecraft": ">=${minecraft}"
"fabric-language-kotlin": ">=${fabricKotlin}"
},
"breaks": {
"cardboard": "*"
Expand Down

0 comments on commit 16af9c1

Please sign in to comment.