- This is a custom world generator for Minecraft: Bedrock Edition!
Thanks for considering to do that!
- To do this just go to the TODO.md
- Pick a thing to work on
- Clone the branch of code you want to work with
- Once you have made your changes just create a pull request and I will have a look
To compile the plugin a few things are needed:
- A copy of Visual Studio 2022
- The latest version of LiteLoader that this plugin supports (at the time of writing this is version 1.20.0.01)
- Before opening the VS2022 project run the update_sdk.cmd file
- Then open the VS2022 project
- Before you build you need to go to the properties of the LLPIW Project and change the post build steps
xcopy /Y /S "$(TargetDir)*.*" "E:\Projects\DevEnvys\BedrockEditionServer\plugins\"
to
xcopy /Y /S "$(TargetDir)*.* "DIR OF YOUR LITELOADER PLUGINS FOLDER"
- Click build and it should all work!