Go to file
LordMZTE d6e7095097
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: optimize build script
2022-07-02 17:34:01 +02:00
overrides chore: remove shitty flight ring mod 2022-06-30 17:08:57 +02:00
.drone.yml fix: remove broken haxe kubejs scripts 2022-06-30 13:40:34 +02:00
.gitignore init 2022-06-19 23:41:05 +02:00
build.zig chore: optimize build script 2022-07-02 17:34:01 +02:00
mods.txt fix: bitsandchisels crash 2022-07-01 18:21:33 +02:00
README.md docs: remove outdated haxe stuff from readme 2022-06-30 13:46:22 +02:00
settings.zig feat: build script now generates mmc-pack.json 2022-07-01 13:34:20 +02:00

Anvilcraft 4

The 4th pack of the Anvilcraft series!

Building

First, Install the dependencies required for compilation:

  • zig (master version)
  • libcurl
  • libarchive

Arch:

paru -S \
    zig-git \
    curl \
    libarchive

Debian:

apt install \
    libcurl4-openssl-dev \
    libarchive-dev
# install zig manually

Run the build script:

./build.zig