1
0

first commit

This commit is contained in:
2026-04-06 19:28:59 +02:00
commit d05c9d74c2
57 changed files with 1007 additions and 0 deletions

11
build.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
readonly FILENAME=noemie-mc.zip
rm ${FILENAME} 2>/dev/null
echo '-- Creating archive'
zip -r ${FILENAME} pack.mcmeta pack.png data/
echo '-- File path'
realpath ${FILENAME}
echo '-- Printing hash'
sha1sum ${FILENAME} | cut -d ' ' -f 1