From d891164c18d95f25eb844bb1704bfd9a80456239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=2E=E4=B9=90=E4=B9=90?= Date: Wed, 31 Jul 2024 23:23:03 +0800 Subject: [PATCH] support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ enderDragonBlockDestructionProtection - 防止末影龙破坏方块 ✅ ghastBlockDestructionProtection - 防止恶魂破坏方块 ✅ witherBlockDestructionProtection - 防止凋零破坏方块 ✅ tntBlockDestructionProtection - 防止 TNT 破坏方块 update version 0.0.2 --- .github/workflows/build-and-release.yml | 8 ++++---- README.md | 8 ++++---- pom.xml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3f590b4..4b29c13 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -63,8 +63,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # 发布新版本改这里 - tag_name: v0.0.1 - release_name: Release v0.0.1 + tag_name: v0.0.2 + release_name: Release v0.0.2 draft: false prerelease: false @@ -75,6 +75,6 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} # 发布新版本改这里 - asset_path: target/WorldSafe-0.0.1.jar - asset_name: WorldSafe-0.0.1.jar + asset_path: target/WorldSafe-0.0.2.jar + asset_name: WorldSafe-0.0.2.jar asset_content_type: application/java-archive \ No newline at end of file diff --git a/README.md b/README.md index 77208e2..d4e28da 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ - ✅ **creeperExplosionProtection** - 防止苦力怕破坏方块 - ✅ **enderManBlockPickupProtection** - 防止末影人搬运方块 -- ⏳ **enderDragonBlockDestructionProtection** - 防止末影龙破坏方块 -- ⏳ **ghastBlockDestructionProtection** - 防止恶魂破坏方块 -- ⏳ **witherBlockDestructionProtection** - 防止凋零破坏方块 -- ⏳ **tntBlockDestructionProtection** - 防止 TNT 破坏方块 +- ✅ **enderDragonBlockDestructionProtection** - 防止末影龙破坏方块 +- ✅ **ghastBlockDestructionProtection** - 防止恶魂破坏方块 +- ✅ **witherBlockDestructionProtection** - 防止凋零破坏方块 +- ✅ **tntBlockDestructionProtection** - 防止 TNT 破坏方块 --- diff --git a/pom.xml b/pom.xml index 30a1398..94a5d9f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.lele WorldSafe - 0.0.1 + 0.0.2 jar WorldSafe