From 2bbbe7ad3aae1820db492e8933137799a33580b3 Mon Sep 17 00:00:00 2001 From: zimzaza4 <53421735+zimzaza4@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:31:02 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ffc24e..e12da40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GeyserModelEngine # About -Thanks to [Willem](https://github.com/OmeWillem/GeyserUtils) for adding the following features: +Thanks to [Willem](https://github.com/OmeWillem) for adding the following features: - Part Visibility - Color support - Scaling support @@ -13,9 +13,9 @@ Download the following plugins according to what server software you use. | plugins | Link | effect | | :--- | :---- | :--- | -| GeyserUtils | [Github](https://github.com/OmeWillem/GeyserUtils) | Get your Geyser to support calling some BE stuff | -| GeyserModelEngine | [Github](https://github.com/OmeWillem/GeyserModelEngine) | Make your bedrock support MEG4 | -| GeyserModelEnginePackGenerator | [Github](https://github.com/OmeWillem/GeyserModelEnginePackGenerator) | Help you automatically transform the model to generate resource packs | +| GeyserUtils | [Github](https://github.com/GeyserExtensionists/GeyserUtils) | Get your Geyser to support calling some BE stuff | +| GeyserModelEngine | [Github](https://github.com/Geyser extensionists/GeyserModelEngine) | Make your bedrock support MEG4 | +| GeyserModelEnginePackGenerator | [Github](https://github.com/GeyserExtensonists/GeyserModelEnginePackGenerator) | Help you automatically transform the model to generate resource packs | - Put `GeyserModelEngine` in the plugins folder (only Spigot or forks of Spigot supported) - Put either `geyserutils-spigot` in your plugins folder aswell (`geyserutils-velocity` in your Velocity plugins folder if you use it) From 792ab4730657c86b313c790eac3674fbf9090426 Mon Sep 17 00:00:00 2001 From: zimzaza4 <53421735+zimzaza4@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:32:07 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e12da40..f5d3f69 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Download the following plugins according to what server software you use. | plugins | Link | effect | | :--- | :---- | :--- | | GeyserUtils | [Github](https://github.com/GeyserExtensionists/GeyserUtils) | Get your Geyser to support calling some BE stuff | -| GeyserModelEngine | [Github](https://github.com/Geyser extensionists/GeyserModelEngine) | Make your bedrock support MEG4 | +| GeyserModelEngine | [Github](https://github.com/GeyserExtensionists/GeyserModelEngine) | Make your bedrock support MEG4 | | GeyserModelEnginePackGenerator | [Github](https://github.com/GeyserExtensonists/GeyserModelEnginePackGenerator) | Help you automatically transform the model to generate resource packs | - Put `GeyserModelEngine` in the plugins folder (only Spigot or forks of Spigot supported) @@ -59,9 +59,9 @@ Start the server to generate the relevant configuration files, and then shut dow # Current issues * Multi-textures are not supported -* Please report any bugs (discord: https://discord.gg/NNNaUdAbpP) +* Please report any bugs # FAQ ### Where can I contact you? -You can contact me on our Discord: https://discord.gg/NNNaUdAbpP +You can contact us on our Discord: https://discord.gg/NNNaUdAbpP From 3e3bf74746f0dd1cf1648ce2366fc16bb1432a97 Mon Sep 17 00:00:00 2001 From: zimzaza4 <53421735+zimzaza4@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:34:55 +0800 Subject: [PATCH 3/3] Update README.md again --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5d3f69..7578557 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Download the following plugins according to what server software you use. | :--- | :---- | :--- | | GeyserUtils | [Github](https://github.com/GeyserExtensionists/GeyserUtils) | Get your Geyser to support calling some BE stuff | | GeyserModelEngine | [Github](https://github.com/GeyserExtensionists/GeyserModelEngine) | Make your bedrock support MEG4 | -| GeyserModelEnginePackGenerator | [Github](https://github.com/GeyserExtensonists/GeyserModelEnginePackGenerator) | Help you automatically transform the model to generate resource packs | +| GeyserModelEnginePackGenerator | [Github](https://github.com/GeyserExtensionists/GeyserModelEnginePackGenerator) | Help you automatically transform the model to generate resource packs | - Put `GeyserModelEngine` in the plugins folder (only Spigot or forks of Spigot supported) -- Put either `geyserutils-spigot` in your plugins folder aswell (`geyserutils-velocity` in your Velocity plugins folder if you use it) +- Put either `geyserutils-spigot` in your plugins folder aswell (`geyserutils-velocity`/`geyserutils-bungeecord` in your Velocity/Bungeecord plugins folder if you use it) - Put `GeyserModelEnginePackGenerator` and `geyserutils-geyser` into `plugins/[Geyser-Folder]/extensions` Start the server to generate the relevant configuration files, and then shut down the server to convert any models. @@ -33,6 +33,7 @@ Start the server to generate the relevant configuration files, and then shut dow > Each model should have a separate model folder +> Subfolders are supported if you want to categorize them - Now use BlockBench and convert your model to a Bedrock Entity, this will allow you to export the Bedrock Geometry and Animations. - Put the geometry, animations and texture file in this folder you've made.