diff options
author | ev chang <wyvestbusiness@gmail.com> | 2024-08-01 21:38:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 14:38:36 +0200 |
commit | 1af548afd0b1f2c36f8e9cd02a9c567a3c9070c9 (patch) | |
tree | e73f3966838451e9d122b45168dadfc5a0191bde | |
parent | fe59112091a4b18de61e3a1e8bbca8661583402d (diff) | |
download | skyhanni-1af548afd0b1f2c36f8e9cd02a9c567a3c9070c9.tar.gz skyhanni-1af548afd0b1f2c36f8e9cd02a9c567a3c9070c9.tar.bz2 skyhanni-1af548afd0b1f2c36f8e9cd02a9c567a3c9070c9.zip |
Backend: Include PolyPatcher cactus hitbox fix info in Discord FAQ + Installation guide (#2274)
-rw-r--r-- | docs/DISCORD_FAQ.md | 4 | ||||
-rw-r--r-- | docs/INSTALLING.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/DISCORD_FAQ.md b/docs/DISCORD_FAQ.md index 9edc75867..6f84957d1 100644 --- a/docs/DISCORD_FAQ.md +++ b/docs/DISCORD_FAQ.md @@ -26,8 +26,8 @@ _Frequently Asked Questions_ > **8: How can I get bigger crop hit boxes?** > Use Patcher or PolyPatcher to have 1.12 hit boxes in 1.8.9. -> - [Sk1erLLC's Patcher](<https://sk1er.club/mods/patcher>) -> - [Polyfrost's PolyPatcher](<https://modrinth.com/mod/patcher>) (a fork of Patcher with OneConfig, slightly different features, and bug fixes) +> - [Sk1erLLC's Patcher](<https://sk1er.club/mods/patcher>) (Versions 1.8.8 and after will have broken cactus hitboxes) +> - [Polyfrost's PolyPatcher](<https://modrinth.com/mod/patcher>) (a fork of Patcher with OneConfig, slightly different features, and bug fixes. Fixes cactus hitboxes.) > **9: Why does my Item Tracker feature not track this item?** > 1. Check if the item goes directly into your sacks. diff --git a/docs/INSTALLING.md b/docs/INSTALLING.md index 091b064f8..3dc059a42 100644 --- a/docs/INSTALLING.md +++ b/docs/INSTALLING.md @@ -122,7 +122,7 @@ select new installation, under version you need to find Forge for 1.8.9 (most li <summary>10. Recommended additional mods (optional)</summary> [OptiFine](https://optifine.net/adloadx?f=preview_OptiFine_1.8.9_HD_U_M6_pre2.jar) -and either [Sk1erLLC's Patcher](https://sk1er.club/mods/patcher) or [Polyfrost's PolyPatcher](<https://modrinth.com/mod/patcher>) (a fork of Patcher with OneConfig, slightly different features, and bug fixes) +and either [Sk1erLLC's Patcher](https://sk1er.club/mods/patcher) or [Polyfrost's PolyPatcher](<https://modrinth.com/mod/patcher>) (a fork of Patcher with OneConfig, slightly different features, and bug fixes, including fixed cactus hitboxes) Those two mods help you get more FPS in game and let you change many more performance settings. |