Skip to content

Commit

Permalink
support
Browse files Browse the repository at this point in the history
✅ enderDragonBlockDestructionProtection - 防止末影龙破坏方块
✅ ghastBlockDestructionProtection - 防止恶魂破坏方块
✅ witherBlockDestructionProtection - 防止凋零破坏方块
✅ tntBlockDestructionProtection - 防止 TNT 破坏方块

update version 0.0.2
  • Loading branch information
Flock-YT committed Jul 31, 2024
1 parent 4ab786f commit d891164
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

-**creeperExplosionProtection** - 防止苦力怕破坏方块
-**enderManBlockPickupProtection** - 防止末影人搬运方块
- **enderDragonBlockDestructionProtection** - 防止末影龙破坏方块
- **ghastBlockDestructionProtection** - 防止恶魂破坏方块
- **witherBlockDestructionProtection** - 防止凋零破坏方块
- **tntBlockDestructionProtection** - 防止 TNT 破坏方块
- **enderDragonBlockDestructionProtection** - 防止末影龙破坏方块
- **ghastBlockDestructionProtection** - 防止恶魂破坏方块
- **witherBlockDestructionProtection** - 防止凋零破坏方块
- **tntBlockDestructionProtection** - 防止 TNT 破坏方块

---

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.lele</groupId>
<artifactId>WorldSafe</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>WorldSafe</name>
Expand Down

0 comments on commit d891164

Please sign in to comment.