Go to file
LordMZTE e1dbfd960e
All checks were successful
continuous-integration/drone/push Build is passing
chore: 1.2.0 release
2022-07-24 13:12:23 +02:00
overrides fix: recipe conflict with copper button 2022-07-24 10:57:44 +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 feat: make build script output more fancy 2022-07-23 16:33:01 +02:00
CHANGELOG.md fix: remove earthbounds and terramine 2022-07-24 13:10:59 +02:00
mods.txt fix: remove earthbounds and terramine 2022-07-24 13:10:59 +02:00
README.md docs: remove outdated haxe stuff from readme 2022-06-30 13:46:22 +02:00
settings.zig chore: 1.2.0 release 2022-07-24 13:12:23 +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