Fix datapack path
This commit is contained in:
parent
683812731e
commit
f11d06dc08
@ -6,7 +6,7 @@ TERM="xterm"
|
|||||||
fileName="fabric-1.21.1.jar"
|
fileName="fabric-1.21.1.jar"
|
||||||
memory=8192
|
memory=8192
|
||||||
configPath="./config"
|
configPath="./config"
|
||||||
datapackPath="./world/datapack"
|
datapackPath="./world/datapacks"
|
||||||
serverConfigDir="server-properties"
|
serverConfigDir="server-properties"
|
||||||
packwizPath="https://files.ferdin.land/ferdinland/modpacks/server/smp/"
|
packwizPath="https://files.ferdin.land/ferdinland/modpacks/server/smp/"
|
||||||
loading_text="./config/server-properties/helpers/loading/loading.txt"
|
loading_text="./config/server-properties/helpers/loading/loading.txt"
|
||||||
@ -20,9 +20,6 @@ source ./config/server-properties/helpers/loading/bash_loading_animations.sh
|
|||||||
|
|
||||||
# loading
|
# loading
|
||||||
cat "$loading_text"
|
cat "$loading_text"
|
||||||
# BLA::start_loading_animation "${BLA_filling_bar[@]}"
|
|
||||||
# sleep 1.85
|
|
||||||
# BLA::stop_loading_animation
|
|
||||||
|
|
||||||
# print info
|
# print info
|
||||||
echo
|
echo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user