Skip to content

Commit

Permalink
fix: use the right logger!
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jul 2, 2024
1 parent 814019f commit e56cd7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package dev.ftb.mods.ftbxmodcompat.generic.gamestages.neoforge;

import dev.ftb.mods.ftblibrary.integration.stages.StageHelper;
import org.jline.utils.Log;
import dev.ftb.mods.ftbxmodcompat.FTBXModCompat;

public class StagesSetupImpl {
public static void addKubeJSProvider() {
Log.warn("KubeJS gamestages are not functional on 1.21 yet!");
FTBXModCompat.LOGGER.warn("KubeJS gamestages are not functional on 1.21 yet!");
StageHelper.getInstance().setProviderImpl(new KubeJSStageProvider());
}
}

0 comments on commit e56cd7b

Please sign in to comment.