Skip to content

Commit cf32e0a

Browse files
committed
april fools 2026
1 parent 827a415 commit cf32e0a

6 files changed

Lines changed: 14 additions & 9 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ val loader = when {
1818
}
1919

2020
modstitch {
21+
javaVersion = 25
22+
2123
metadata {
2224
modId = "controlify"
2325
modName = "Controlify"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub.curseforgeSlug=controlify
1111
pub.modrinthId=DOUdJVEm
1212
githubProject=isXander/Controlify
1313

14-
deps.fabricLoader=0.18.4
14+
deps.fabricLoader=0.18.6
1515
deps.sdl3Target=3.2.18.release-3.2.18
1616
deps.sdl34jBuild=79
1717
deps.hid4java=0.8.0

src/main/java/dev/isxander/controlify/mixins/feature/rumble/blockbreak/MultiPlayerGameModeMixin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ public class MultiPlayerGameModeMixin {
2525
@Unique private ContinuousRumbleEffect blockBreakRumble = null;
2626

2727
@Inject(
28-
method = "lambda$startDestroyBlock$1",
28+
method = "lambda$startDestroyBlock$2",
2929
at = @At(value = "INVOKE", target = "Lnet/minecraft/client/multiplayer/ClientLevel;destroyBlockProgress(ILnet/minecraft/core/BlockPos;I)V")
3030
)
3131
private void onStartBreakingBlock(CallbackInfoReturnable<Packet<?>> cir, @Local(argsOnly = true) BlockState state) {
3232
startRumble(state);
3333
}
3434

3535
@Inject(
36-
method = "lambda$startDestroyBlock$1",
36+
method = "lambda$startDestroyBlock$2",
3737
at = @At(value = "INVOKE", target = "Lnet/minecraft/client/multiplayer/MultiPlayerGameMode;destroyBlock(Lnet/minecraft/core/BlockPos;)Z")
3838
)
3939
private void onInstabreakBlockSurvival(CallbackInfoReturnable<Packet<?>> cir, @Local(argsOnly = true) BlockState state) {
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
modstitch.platform=fabric-loom
22

3-
mcVersion=26.1
3+
mcVersion=26w14a
44

5-
deps.fabricApi=0.144.3+26.1
5+
deps.fabricApi=0.145.2+26w14a
66
deps.yacl=3.9.0+26.1-fabric
77
deps.modMenu=18.0.0-alpha.7
88
deps.sodium=mc26.1-0.8.7-fabric
9+
deps.sodium.noRuntime=true
910
deps.iris=1.10.7+26.1-fabric
11+
deps.iris.noRuntime=true
1012
deps.simpleVoiceChat=fabric-2.6.12+26.1
13+
deps.simpleVoiceChat.noRuntime=true
1114
#deps.fancyMenu=3.7.2-1.21.10-fabric
1215

13-
meta.mcDep=^26.1
16+
meta.mcDep=26.1.1-alpha.26.14.a
1417
meta.fapiDep=>=0.144.3
1518

16-
pub.modrinthMC=26.1
19+
pub.modrinthMC=26w14a
1720
pub.curseMC=26.1

versions/current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.1-fabric
1+
26w14a-fabric

versions/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://codeberg.org/stonecutter/stonecutter/raw/branch/0.7/tools/settings-schema.json",
33
"branches": {
44
"": [
5-
"26.1-fabric:26.1", "26.1-neoforge:26.1"
5+
"26w14a-fabric:26.1"
66
]
77
}
88
}

0 commit comments

Comments
 (0)