Dense Grit Sand added. Variant Slab compat fix. Build system updated.
This commit is contained in:
parent
4c2755d915
commit
741b266efc
114 changed files with 1966 additions and 2653 deletions
|
@ -30,7 +30,7 @@ default: mod
|
|||
|
||||
all: clean clean-all mod | install
|
||||
|
||||
mod: data
|
||||
mod:
|
||||
@echo "[1.15] Building mod using gradle ..."
|
||||
@$(GRADLE) build $(GRADLE_OPTS)
|
||||
|
||||
|
@ -66,9 +66,7 @@ init:
|
|||
|
||||
sanatize:
|
||||
@echo "[1.15] Running sanatising tasks ..."
|
||||
@djs tasks.js trailing-whitespaces
|
||||
@djs tasks.js tabs-to-spaces
|
||||
@djs tasks.js lang-json-fixes
|
||||
@djs tasks.js sanatize
|
||||
@djs tasks.js sync-languages
|
||||
@djs tasks.js version-check
|
||||
@djs tasks.js update-json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue