Skip to content

Commit 6c22f01

Browse files
authored
Merge pull request #21 from ViaVersionAddons/experiment/readme-redesign
Redesign README and update feature list
2 parents 89839e3 + f51794f commit 6c22f01

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

.github/README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
1-
![ ](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_Header.webp)
1+
![ViaBackwards Plus logo](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_Header.webp)
22

3+
**This Minecraft pack enhances the gameplay experience with the ViaBackwards plugin**, which allows players to connect to newer servers with an older client. Rebuilt from the ground up for modern Minecraft, this pack requires **absolutely no mods** to work! It uses native vanilla features to identify future items by their component data and assigns the correct model and texture to them (officially supporting **1.21.4 through 1.21.11+**). The best part of this pack is that if you put another resource pack on top of it, it will load the textures from that (make sure to place this pack at the bottom)!
34

4-
<p><strong>This Minecraft pack enhances the gameplay experience with the ViaBackwards plugin</strong>, which allows players to connect to newer servers with an older client. Rebuilt from the ground up for modern Minecraft, this pack requires <strong>absolutely no mods</strong> to work! It uses native vanilla features to identify future items by their component data and assigns the correct model and texture to them (officially supporting <strong>1.21.5 through 1.21.11+</strong>). The best part of this pack is that if you put another resource pack on top of it, it will load the textures from that (make sure to place this pack at the bottom)!<br><strong><span style="color: red;">Please note that this pack is not an official addon from the <a href="https://github.com/ViaVersion/ViaBackwards/graphs/contributors" target="_blank">ViaBackwards team</a>, and it's just fan-made.</span></strong></p>
5+
> **1.21.4 support:** Only works with ViaBackwards and ViaVersion version 5.9.0 or newer.
6+
>
7+
> **DISCLAIMER:** This pack is a fan-made project and is not an official addon from the [ViaBackwards team](https://github.com/ViaVersion/ViaBackwards/graphs/contributors).
8+
>
9+
> **SCOPE:** This pack specifically updates 2D inventory icons and in-hand 3D models. It does *not* change the textures of blocks or entities once they are physically placed in the world.
510
6-
<p><strong>Note:</strong> This pack specifically updates the 2D inventory icons and in-hand 3D models. It does <em>not</em> change the textures of blocks or entities once they are physically placed in the world.</p>
7-
8-
![showcase_modern](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_Showcase%20.webp)
11+
![Showcase of some item inventories when the pack is off versus on.](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_Showcase%20.webp)
912

1013
---
1114

12-
![Features](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_Features.webp)
13-
![keypoints](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_KeyPoints.webp)
15+
![Features](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_Features.webp)
16+
![Key points: Backports item textures from newer Minecraft versions. Compatible with other resource packs. Support down to 1.21.4, and all the way down to 1.16 with v1. Works even when the items are renamed!](https://cdn.modrinth.com/data/cached_images/d0f58ca9317c3e4271bf2f0082445234874eeb35.webp)
1417

1518
---
1619

1720
<a href="https://github.com/ViaVersionAddons/ViaBackwards-Plus/issues" target="_blank">
1821

19-
![reportissues](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_ReportIssues.webp)
22+
![Report issues on GitHub or Discord](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_ReportIssues.webp)
2023

2124
</a>
2225

2326
---
2427

2528
<a href="https://bisecthosting.com/bangetto" target="_blank">
2629

27-
![sponsor](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_PromoCard.webp)
30+
![Sponsored by BisectHosting. Rent a server: Use code BANGETTO for 25% off](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_PromoCard.webp)
2831

2932
</a>
3033

@@ -35,23 +38,22 @@
3538
<li>Keep the pack up-to-date with the newest Game Drops (26.x and beyond)</li>
3639
<li>Try to integrate optifine or ETF textures for entities</li>
3740
<li>Fix every bug reported by the community</li>
38-
<li>Add more easter eggs, maybe</li>
3941
</ul>
4042

4143
---
4244

43-
44-
4545
![FAQ](https://www.bisecthosting.com/images/CF/ViaBackwards_Plus/BH_VBP_FAQ.webp)
4646

4747
<details>
4848
<summary><b>Dependencies & Mods</b></summary>
4949

50-
**None!** The modern version of this project relies entirely on Minecraft's native `pack.mcmeta` overlays, `minecraft:component` rules, and the `custom_model_data` system. Players do not need Optifine, CIT, or Chime to see the new items. Just load the pack and play.
50+
**None.**
51+
52+
The modern version of this project relies entirely on Minecraft's native `pack.mcmeta` overlays, `minecraft:component` rules, and the `custom_model_data` system. Players do not need Optifine CIT, or Chime to see the new items. Just load the pack and play.
5153

5254
</details>
5355

54-
<details>
56+
<details>
5557
<summary><b>What about older versions?</b></summary>
5658

5759
This native vanilla approach is only possible because of engine changes introduced recently. **If you are looking to support clients older than 1.21.4**, you will need to use **Version 1** of this pack.
@@ -71,7 +73,7 @@ Our Base Pack will always target the newest Minecraft drops to ensure maximum co
7173
<details>
7274
<summary><b>How it works</b></summary>
7375

74-
<p>Instead of relying on external mod IDs, this pack uses Minecraft's modern data-driven rendering engine. The pack is split into "overlays" to optmize loading for your particular version. </p>
76+
<p>Instead of relying on external mod IDs, this pack uses Minecraft's modern data-driven rendering engine. The pack is split into "overlays" to optimize loading for your particular version. </p>
7577
<p>For example, when you join a 1.21.11 server using a 1.21.5 client, the server translates a new item (like a Copper Spear) into an item your client understands (like an Iron Sword) and attaches hidden component data to it. Our pack intercepts that specific data and says: <em>"Hey, this isn't actually an iron sword, render the Copper Spear model instead!"</em></p>
7678

7779
</details>
@@ -81,4 +83,4 @@ Our Base Pack will always target the newest Minecraft drops to ensure maximum co
8183

8284
**This is the ultimate ViaBackwards server-side resource pack.** Because it no longer requires players to download third-party mods like Chime or Optifine, you can safely integrate this resource pack directly in your `server.properties`. When legacy players join your modern server, they'll automatically download the pack and immediately see the correct future items in their GUI!
8385

84-
</details>
86+
</details>

0 commit comments

Comments
 (0)