commit a15c872f09b0d54f866e7d4a1272608a6dbaa460
parent fec05024a75fb83d4f34015e0115fb262d6e8d3f
Author: Luke Willis <lukejw@monastech.xyz>
Date: Wed, 6 May 2026 12:55:58 -0400
andrew: Add missing Fabric API to the Minecraft server
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/mt/system/andrew.scm b/mt/system/andrew.scm
@@ -315,6 +315,9 @@ Welcome to \"andrew\" the, first MonasTech server.
(list (service minecraft-service-type
(minecraft-configuration
(mods (list
+ ;; Fabric API
+ (remote-file "https://cdn.modrinth.com/data/P7dR8mSH/versions/dZsorAUN/fabric-api-0.147.0+26.1.2.jar"
+ (base32 "1f5sj0r2szwnfgz5clv5dm7k4figzfr08wgbsdq7br68yyl7fy5b"))
;; EasyAuth
(remote-file "https://cdn.modrinth.com/data/aZj58GfX/versions/h9nSM2ZF/easyauth-mc26.1-3.4.3-SNAPSHOT.48.jar"
(base32 "01v14b7r0b95idjqimqa0q3wdyzqmyi3j03bw3n8jpbsqzni613n"))))))