From 0089f06819d8bdbcdce10b4c50b26c3f9fdc31f7 Mon Sep 17 00:00:00 2001 From: LukeR-02 <24751415+TheClassic36@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:24:14 +0000 Subject: [PATCH] v0.2.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + README.md | 11 +++++++++-- pack.mcmeta | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2f56417..a19a21e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,6 +18,7 @@ body: label: Version description: Which version of New Sword Blocking are you using? If it's not listed, please update! options: + - v0.2.0 - v0.1.1 - v0.1.0 validations: diff --git a/README.md b/README.md index 4da67d2..5a8e830 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,14 @@ A simple Minecraft data pack to bring back sword blocking in modern versions of * Newly-crafted swords can be used to block attacks by right-clicking with them equipped * Only applies to vanilla swords: Wooden, Stone, Iron, Gold, Diamond and Netherite -* Swords block 50% of damage from attacks, just like in 1.8! +* Swords block some damage from attacks + * The amount of damage blocked depends on the material of the sword: + * Wooden = 20% + * Stone = 25% + * Iron = 30% + * Gold = 40% + * Diamond = 50% + * Netherite = 60% > [!NOTE] > The changes made by this pack do not currently apply to: @@ -34,7 +41,7 @@ A simple Minecraft data pack to bring back sword blocking in modern versions of | Minecraft Version | Pack Version | | :--: | :--: | -| 25w04a - 25w05a | [v0.1.1](https://github.com/Classic36-Media/New-Sword-Blocking/releases/tag/v0.1.1) | +| 25w04a - 25w06a | [v0.2.0](https://github.com/Classic36-Media/New-Sword-Blocking/releases/tag/v0.2.0) | In the future, versions for older game updates and snapshots can be found [here](https://github.com/Classic36-Media/New-Sword-Blocking/wiki/Versions). diff --git a/pack.mcmeta b/pack.mcmeta index 60924e0..c297dad 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,7 +1,7 @@ { "pack":{ "pack_format": 64, - "supported_formats": {"min_inclusive": 64, "max_inclusive": 65}, - "description": "§cNew Sword Blocking\n§7v0.2.0 §8/ §f25w04a-25w05a" + "supported_formats": {"min_inclusive": 64, "max_inclusive": 66}, + "description": "§cNew Sword Blocking\n§7v0.2.0 §8/ §f25w04a-25w06a" } } \ No newline at end of file