From 89e9cd52e4c7818b595b686a1d8798ccb1287f69 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:04:19 -0700 Subject: [PATCH] fix(build): mark incompatibility with correct version of starlight --- neoforge/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neoforge/build.gradle b/neoforge/build.gradle index 8f463b61..51fd2186 100644 --- a/neoforge/build.gradle +++ b/neoforge/build.gradle @@ -53,7 +53,7 @@ publishMods { modrinth { incompatible( "notenoughcrashes", - "starlight-forge", + "starlight-neoforge", "canary", "radium" ) @@ -61,7 +61,7 @@ publishMods { curseforge { incompatible( "not-enough-crashes-forge", - "starlight-forge", + "starlight-neoforge", "canary", "radium-reforged" )