From 7f0bf5bc804acc4495d3ed370dd35d30a7701def Mon Sep 17 00:00:00 2001 From: Batu Date: Mon, 21 Sep 2026 15:38:19 +0300 Subject: [PATCH] Add Minecraft version 26.3 to targets Updated Minecraft targets to include version 26.3. --- stonecutter.properties.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stonecutter.properties.toml b/stonecutter.properties.toml index fa8ce8f..e626694 100644 --- a/stonecutter.properties.toml +++ b/stonecutter.properties.toml @@ -47,7 +47,7 @@ deps.modmenu="17.0.0" ["26.1"] mod.mc_dep=">=26.1" mod.mc_title="26.x" -mod.mc_targets="26.1 26.1.1 26.1.2 26.2" +mod.mc_targets="26.1 26.1.1 26.1.2 26.2, 26.3" deps.yacl="3.9.0" deps.modmenu="18.0.0-beta.1"