Compare commits

..

2 Commits

Author SHA1 Message Date
4576aff92e leather smoking recipe 2022-06-13 19:17:12 +02:00
d536634ccf delete old archives 2022-06-13 19:17:00 +02:00
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"type": "minecraft:smoking",
"ingredient": {
"item": "minecraft:rotten_flesh"
},
"result": "minecraft:leather",
"experience": 0.1,
"cookingtime": 800
}

View File

@ -17,7 +17,8 @@ ls ~/Games/Minecraft/modpack_dev/user >> modlist.md
gawk -i inplace 1 ORS='\n\n' modlist.md
echo "Zip the mods"
tar -czvf /tmp/krumels_pack_dev_$(date -Idate -u).tar.gz mods
rm /tmp/krumels_pack_dev_$(date -Idate -u).tar.gz
tar -czvf /tmp/krumels_pack_dev_$(date -Idate -u).tar.gz mods config
echo "Move mods to the webroot"
rsync -e ssh /tmp/krumels_pack_dev_$(date -Idate -u).tar.gz minecraft@krumel.moe:~/webroot/mods