From 2c6a0d8bd7ca9063027d5156beb0d9d313ee04f2 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 24 Aug 2025 15:17:39 +0200 Subject: fix: modlist --- src/main/resources/fabric.mod.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 437d5dc..115778f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -70,7 +70,6 @@ "dependencies": [ "roughlyenoughitems(recommended){modrinth:rei}" ] - }, - "firmament:hide_from_modlist": true + } } } -- cgit