1.14/1.15: Slab Slice placement improved. Major refractoring to the 1.13+ naming conventions. 1.12: Moved static Crate UI constants (related to issue 91).
This commit is contained in:
parent
dea1363f8e
commit
4c2755d915
92 changed files with 3237 additions and 3050 deletions
13
Makefile
13
Makefile
|
@ -6,10 +6,9 @@
|
|||
# Note for reviewers/clones: This file is a auxiliary script for my setup.
|
||||
# It's not needed to build the mod.
|
||||
#
|
||||
.PHONY: default init clean clean-all mrproper sanatize dist update-json sync-main-repo compare migrate-from-112
|
||||
.PHONY: default init clean clean-all mrproper sanatize dist dist-all update-json sync-main-repo compare migrate-from-112
|
||||
|
||||
default: ; @echo "First change to specific version directory."
|
||||
init: default
|
||||
dist: default
|
||||
|
||||
clean:
|
||||
|
@ -37,6 +36,16 @@ sanatize:
|
|||
@cd 1.15; make -s sanatize
|
||||
@make -s update-json
|
||||
|
||||
init:
|
||||
-@cd 1.12; make -s init
|
||||
-@cd 1.14; make -s init
|
||||
-@cd 1.15; make -s init
|
||||
|
||||
dist-all: clean-all init
|
||||
-@cd 1.12; make -s dist
|
||||
-@cd 1.14; make -s dist
|
||||
-@cd 1.15; make -s dist
|
||||
|
||||
compare:
|
||||
@djs tasks.js compare-blockstates -v
|
||||
@djs tasks.js compare-textures -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue