diff --git a/README_EN.md b/README_EN.md index f409016..3dd0281 100644 --- a/README_EN.md +++ b/README_EN.md @@ -14,13 +14,12 @@ Unlike the master, this one is truly a custom entity Download the following plugins according to the server core -[GeyserUtils](https://github.com/zimzaza4/GeyserUtils) - -[GeyserModelEngine](https://github.com/zimzaza4/GeyserModelEngine) - -[zimzaza4's GeyserCustomEntity Fork](https://github.com/zimzaza4/Geyser) - -[GeyserModelEnginePackGenerator](https://github.com/zimzaza4/GeyserModelEnginePackGenerator) +| plugins | Link | effect | +| :--- | :---- | :--- | +| GeyserUtils | https://github.com/zimzaza4/GeyserUtils | Get your Geyser to support calling some BE stuff | +| GeyserModelEngine | https://github.com/zimzaza4/GeyserModelEngine | Make your bedrock support MEG4 | +| GeyserCustomEntity Fork | https://github.com/zimzaza4/Geyser | Make Geyser support custom entities | +| GeyserModelEnginePackGenerator | https://github.com/zimzaza4/GeyserModelEnginePackGenerator | Help you automatically transform the model to generate resource packs | place `GeyserModelEngine` `GeyserCustomEntityFork` in the plugins folder @@ -54,13 +53,13 @@ go to `plugins/Geyser-Spigot/extensions/geysermodelenginepackgenerator` -Will `geysermodelenginepackgenerator` generated `generated_pack.zip` put into the `GeyserSpigot/packs` directory is installed +final step, reload Geyser or restart the server to load the resource pack -As a final step, reload Geyser or restart the server to load the resource pack +# tips -Pay attention! It is packaged by detecting the number of models and will not execute if the number does not change. - -To repackage it is recommended to delete `generated_pack.zip` and change the uuid or version +* Pay attention! It is packaged by detecting the number of models and will not execute if the number does not change. +* To repackage it is recommended to delete `generated_pack.zip` and change the uuid or version +* instead of dropping the package into the `geyser/packs` directory, it will load pack itself # The end