Made mod ladders being explicitly derived from BlockLadder (thanks to Nihiltres).

This commit is contained in:
stfwi 2019-02-11 19:25:48 +01:00
parent 7740557c1b
commit 70dda8ead2
3 changed files with 35 additions and 54 deletions

View file

@ -96,3 +96,14 @@ dist: sanatize dist-check clean-all mod
@mkdir -p dist
@cp build/libs/$(MOD_JAR_PREFIX)* dist/
@djs scripts/task-dist.js
# 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
@echo "Synchronising to github repository working tree ..."
@cd ../engineersdecor-github; rm -rf build documentation gradle meta scripts src
@cd ../engineersdecor-github; rm -f .gitignore build.gradle gradle.properties gradlew gradlew.bat license Makefile readme.md
@cp -r documentation gradle meta scripts src ../engineersdecor-github/
@cp .gitignore build.gradle gradle.properties gradlew gradlew.bat license Makefile readme.md ../engineersdecor-github/
@cd ../engineersdecor-github; git status -s