appleskin_faithfulx64,
budding_amethys_borders,
invisible_item_frames,
quieter_nether_portals,
quieter_redstone,
roman_to_arabic_numerals,
suspicious_sand_gravel_borders
This commit is contained in:
2024-09-23 15:48:03 -07:00
commit 98079bd376
152 changed files with 278 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
DISTRELATIVE := ./dist
DIST := $(shell realpath $(DISTRELATIVE))
export DIST
build: src
clean: src
src:
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: all src