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:
parent
552acd6baa
commit
d4d685693b
19 changed files with 311 additions and 151 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue