From aff56a269e7dc5b24b5351e25311b7718529219d Mon Sep 17 00:00:00 2001 From: cnlimiter Date: Mon, 4 Dec 2023 03:03:45 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E9=A2=84=E5=A4=84=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20+=20action=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fabric.yml | 2 +- .../main/java/cn/evole/mods/mcbot/command/ReceiveCommand.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fabric.yml b/.github/workflows/fabric.yml index 60bf98df..154469ca 100644 --- a/.github/workflows/fabric.yml +++ b/.github/workflows/fabric.yml @@ -5,7 +5,7 @@ # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle -name: Java CI with Gradle +name: Fabric Action on: push: diff --git a/fabric/src/main/java/cn/evole/mods/mcbot/command/ReceiveCommand.java b/fabric/src/main/java/cn/evole/mods/mcbot/command/ReceiveCommand.java index f2ead91a..9e824621 100644 --- a/fabric/src/main/java/cn/evole/mods/mcbot/command/ReceiveCommand.java +++ b/fabric/src/main/java/cn/evole/mods/mcbot/command/ReceiveCommand.java @@ -3,7 +3,6 @@ import cn.evole.mods.mcbot.init.config.ModConfig; import com.mojang.brigadier.context.CommandContext; import com.mojang.brigadier.exceptions.CommandSyntaxException; -import net.minecraft.network.chat.Component; import net.minecraft.commands.CommandSourceStack; //#if MC >= 11900 import net.minecraft.network.chat.Component;