From d517279ca2bbf5bc6842192f2468d01b17201bd5 Mon Sep 17 00:00:00 2001 From: coolGi Date: Sat, 15 Apr 2023 01:43:37 +0930 Subject: [PATCH] Added TODO to remove the fabriclike submodule once forge can be properly tested (and fixed) --- fabricLike/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fabricLike/build.gradle b/fabricLike/build.gradle index 30766e82f..085c3483e 100644 --- a/fabricLike/build.gradle +++ b/fabricLike/build.gradle @@ -1,3 +1,6 @@ +// TODO: Once forge is fixed, attempt to move the stuff from this submodule to the common submodule + + plugins { id "org.spongepowered.gradle.vanilla" version "0.2.1-SNAPSHOT" }