From ffdf19f8537f6390a237b09ce6463a61b1affecd Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Thu, 30 Apr 2026 22:27:14 -0400 Subject: [PATCH] fix: lower fabric loader verison to help aleviate crashing --- pack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.toml b/pack.toml index d5aaef0..899d022 100644 --- a/pack.toml +++ b/pack.toml @@ -9,5 +9,5 @@ hash-format = "sha256" hash = "92468e19da32ec56a51a9fd39a82281cf18858231feadd508c25b417b3aff2fc" [versions] -fabric = "0.19.2" +fabric = "0.18.4" minecraft = "1.21.1"