Initial Commit

This commit is contained in:
2022-09-11 08:11:04 +02:00
commit 083da3ece7
23 changed files with 917 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
.PHONY: all
all: malloc-items-1.0.zip malloc-items-1.0.zip.sha1
malloc-items-1.0.zip: pack.mcmeta
zip -r malloc-items-1.0.zip pack.mcmeta assets
malloc-items-1.0.zip.sha1: malloc-items-1.0.zip
sha1sum $< > $@
clean:
rm -f malloc-items-1.0.zip malloc-items-1.0.zip.sha1