v1.1.0-b1 commit: E-Furnace fixed (issue #97). 1.14/1.15: Sheet Metal Slab Slices added, Config handling unified, Dense Grid Sand textures tweaked.
This commit is contained in:
parent
2805e59d26
commit
7cf182652b
261 changed files with 1161 additions and 902 deletions
27
Makefile
27
Makefile
|
@ -6,7 +6,7 @@
|
|||
# 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 dist-all update-json sync-main-repo compare migrate-from-112
|
||||
.PHONY: default init clean clean-all mrproper sanitize dist dist-all combined-update-json sync-main-repo
|
||||
|
||||
default: ; @echo "First change to specific version directory."
|
||||
dist: default
|
||||
|
@ -26,15 +26,15 @@ mrproper:
|
|||
-@cd 1.14; make -s mrproper
|
||||
-@cd 1.15; make -s mrproper
|
||||
|
||||
update-json:
|
||||
combined-update-json:
|
||||
@echo "[main] Update update.json ..."
|
||||
@djs tasks.js update-json
|
||||
@djs meta/lib/tasks.js combined-update-json
|
||||
|
||||
sanatize:
|
||||
@cd 1.12; make -s sanatize
|
||||
@cd 1.14; make -s sanatize
|
||||
@cd 1.15; make -s sanatize
|
||||
@make -s update-json
|
||||
sanitize:
|
||||
@cd 1.12; make -s sanitize
|
||||
@cd 1.14; make -s sanitize
|
||||
@cd 1.15; make -s sanitize
|
||||
@make -s combined-update-json
|
||||
|
||||
init:
|
||||
-@cd 1.12; make -s init
|
||||
|
@ -46,13 +46,6 @@ dist-all: clean-all init
|
|||
-@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
|
||||
|
||||
# For reviewers: I am using a local repository for experimental changes,
|
||||
# this target copies the local working tree to the location of the
|
||||
# repository that you cloned.
|
||||
sync-main-repo: sanatize update-json
|
||||
sync-main-repo: sanitize
|
||||
@echo "[main] Synchronising to github repository working tree ..."
|
||||
@djs tasks.js sync-main-repository
|
||||
@djs meta/lib/tasks.js sync-main-repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue