From 2fafc9fec76231b134ac4b9b2e4cbe5640dff15c Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Sun, 9 May 2021 22:34:10 -0700 Subject: [PATCH] Updated GeyserOptionalPack (markdown) --- GeyserOptionalPack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeyserOptionalPack.md b/GeyserOptionalPack.md index 2d4d6d8..6ae32f0 100644 --- a/GeyserOptionalPack.md +++ b/GeyserOptionalPack.md @@ -8,7 +8,7 @@ GeyserOptionalPack is a Bedrock resource pack that adds more features to Geyser - Missing particles, like sweep attack - Spectral arrow entity texture -If your current server resource pack contains any entity definitions that overlap with the optional pack, you will need to merge the definitions for these entities for optional pack and your own pack to work correctly. Otherwise, the prevailing entity definition will be based on pack application order. This process is best performed manually due to the complexity of entity definition files, though it can also be [scripted](https://gist.github.com/Kas-tle/89c6adc3e7901fbabd1b9f71d902d0a6). +If your current server resource pack contains any [entity definitions](https://github.com/GeyserMC/GeyserOptionalPack/tree/master/entity) that overlap with the optional pack, you will need to merge the definitions for these entities for optional pack and your own pack to work correctly. Otherwise, the prevailing entity definition will be based on pack application order. This process is best performed manually due to the complexity of entity definition files, though it can also be [scripted](https://gist.github.com/Kas-tle/89c6adc3e7901fbabd1b9f71d902d0a6). A more complete list can be found on the optional pack's [README](https://github.com/GeyserMC/GeyserOptionalPack/blob/master/README.md). Implementation details for those interested in how features are added can be found [here](https://github.com/GeyserMC/GeyserOptionalPack/blob/master/developer_documentation.md).