mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
fix blocks dir
This commit is contained in:
parent
6c1aeb4255
commit
8cd0ff2aac
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
BLOCKS_RS_DIR = '../azalea-blocks/src/blocks.rs'
|
from lib.utils import get_dir_location
|
||||||
|
|
||||||
|
|
||||||
|
BLOCKS_RS_DIR = get_dir_location('../azalea-block/src/blocks.rs')
|
||||||
|
|
||||||
|
|
||||||
def generate_blocks(blocks: dict):
|
def generate_blocks(blocks: dict):
|
||||||
|
|
Loading…
Add table
Reference in a new issue