1
0

first commit

This commit is contained in:
2026-04-06 19:31:33 +02:00
commit ab136211e1
26 changed files with 202 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 assets/
echo '-- File path'
realpath ${FILENAME}
echo '-- Printing hash'
sha1sum ${FILENAME} | cut -d ' ' -f 1