Go to file
LordMZTE b3791ea05f
Some checks failed
continuous-integration/drone/push Build is failing
feat: add kubejs script (WIP)
2022-06-29 22:14:03 +02:00
kubejs feat: add kubejs script (WIP) 2022-06-29 22:14:03 +02:00
overrides feat: add kubejs script (WIP) 2022-06-29 22:14:03 +02:00
.drone.yml feat: add kubejs script (WIP) 2022-06-29 22:14:03 +02:00
.gitignore init 2022-06-19 23:41:05 +02:00
build.zig feat: add kubejs script (WIP) 2022-06-29 22:14:03 +02:00
mmc-pack.json init 2022-06-19 23:41:05 +02:00
mods.txt feat: add kubejs script (WIP) 2022-06-29 22:14:03 +02:00
README.md feat: add kubejs script (WIP) 2022-06-29 22:14:03 +02:00
settings.zig chore: format code 2022-06-26 00:22:20 +02:00

Anvilcraft 4

The 4th pack of the Anvilcraft series!

Building

First, Install the dependencies required for compilation:

  • zig (master version)
  • haxe
  • libcurl
  • libarchive

Arch:

paru -S \
    zig-git \
    haxe \
    curl \
    libarchive

Debian:

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

Install kubejs-haxe:

haxelib install kubejs

Run the build script:

./build.zig