1.12.2: Added panzer glass. Added rebar concrete tile. Crafting table supports shift-click.

This commit is contained in:
stfwi 2019-03-13 18:29:06 +01:00
parent 064c7684ee
commit c76dd25555
34 changed files with 245 additions and 66 deletions

View file

@ -67,7 +67,8 @@ install: $(MOD_JAR) |
@rm -f "$(SERVER_INSTALL_DIR)/mods/${MOD_JAR_PREFIX}"*.jar
@[ -d "$(SERVER_INSTALL_DIR)/mods" ] && cp -f "$(MOD_JAR)" "$(SERVER_INSTALL_DIR)/mods/"
start-server: install
start-server:
-@make -s install
@echo "[1.12] Starting local dedicated server ..."
@cd "$(SERVER_INSTALL_DIR)" && java -jar forge-1.12.2-14.23.5.2768-universal.jar nogui