E-Furnace speed choke on low power implemented. Dropper insertion non-experimental. Chimney Trunk placement restrictions fixed (issue #149). Crafting Table Hopper access fixed (issue #147). Added Door tags (issue #150).

This commit is contained in:
stfwi 2020-12-19 10:25:17 +01:00
parent 552acd6baa
commit d4d685693b
19 changed files with 311 additions and 151 deletions

View file

@ -35,6 +35,10 @@ mod:
@echo "[1.16] Building mod using gradle ..."
@$(GRADLE) build $(GRADLE_OPTS)
run:
@echo "[1.16] Run client ..."
@$(GRADLE) runClient
assets:
@echo "[1.16] Running asset generators ..."
@$(TASK) assets