Skip to content

Setting up the local respository

You will need

Setting up pack repositories

  1. Clone the repository

    sh
    git 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
    sh
    cd resource-packs
  2. Create missing folders

    sh
    python pys\folder_creator.py
    • Type in 0 to not print anything.

Setting up the server

  1. Clone the repository

    sh
    git 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
    sh
    cd server-backend
  2. Get neccessary node modules

    sh
    npm install

That's it!


Contributors