Skip to content

Allow structures to convert to 1.20.80 format (#14) #40

Allow structures to convert to 1.20.80 format (#14)

Allow structures to convert to 1.20.80 format (#14) #40

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Convert nbt to mcstructure
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip" # caching pip dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: unzip assets/vanilla_structures.zip -d structures
- run: python __main__.py