Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

NoozAbooz/mcpi-reborn-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 27, 2023
bb04db9 · Dec 27, 2023
Nov 24, 2023
Nov 24, 2023
Oct 31, 2022
Dec 27, 2023
Dec 27, 2023
Nov 24, 2023
Dec 27, 2023
Dec 27, 2023
Dec 27, 2023
Dec 27, 2023
Dec 27, 2023
Jul 19, 2022
Dec 27, 2023
Aug 19, 2022
Nov 26, 2023
Nov 24, 2023
Jul 19, 2022
Feb 16, 2023
Dec 27, 2023

Repository files navigation

MCPI++ Source Code

The main branch is for hosting the APT repo and debs. This branch is for the source code used to compile the modded debs.

If you are concerned about the mod having malware of any kind, just don't use it. All code is made available and you can compare the source code if you are technically-knowledged.

Compiling

Depends

  • Debian-based build enviroment (or Docker if you don't have one)
  • git

Download the source code:

git clone --recurse-submodules -b source https://github.com/NoozSBC/mcpi-reborn-extended && cd mcpi-reborn-extended

Make sure your OS is x86_64! To build everything for all available architectures use this:

./scripts/install-dependencies.sh
./scripts/package-all.sh

or use this command to compile for only the variants and archtectures you want:

./scripts/package.sh <client|server> <amd64|arm64|armhf>

Build output is in the out/ folder.