You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
202 B

#!/bin/sh
VERSION="1.16.4"
wget -O/tmp/mcdata.zip https://apimon.de/mcdata/$VERSION/$VERSION.zip
rm -rf minecraft_data
mkdir minecraft_data
unzip /tmp/mcdata.zip -d minecraft_data
rm /tmp/mcdata.zip