Setting up the local respository
You will need
- Git
- You can also get a GUI Client like Git GUI and GitHub Desktop or complicated ones like Sourcegit or Lazygit
- Python 3+
- NodeJS
Setting up pack repositories
Clone the repository
shgit clone https://github.com/BEComTweaks/resource-packs
You don't have to clone resource-packs, you could clone behaviour-packs or crafting-tweaks
- cd into the respository's folder
shcd resource-packs
Create missing folders
shpython pys\folder_creator.py
- Type in
0
to not print anything.
- Type in
Setting up the server
Clone the repository
shgit clone https://github.com/BEComTweaks/server-backend --recursive
Recursive cloning is neccessary as there are submodules in the repository
- cd into the repository's folder
shcd server-backend
Get neccessary node modules
shnpm install
That's it!
Contributors